summaryrefslogtreecommitdiff
path: root/~emulatorman
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
committerroot <root@rshg054.dnsready.net>2013-02-10 01:12:52 -0800
commit1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch)
tree016bfa1969323404c37dbef29cfc7242a5a8e9f3 /~emulatorman
parente9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff)
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to '~emulatorman')
-rw-r--r--~emulatorman/hunspell-pt-br/.directory2
-rwxr-xr-x~emulatorman/mednafen-wip/PKGBUILD31
-rw-r--r--~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch10
-rw-r--r--~emulatorman/timekpr/PKGBUILD74
-rw-r--r--~emulatorman/timekpr/timekpr.install24
-rwxr-xr-x~emulatorman/timekpr/timekprd.sh36
6 files changed, 0 insertions, 177 deletions
diff --git a/~emulatorman/hunspell-pt-br/.directory b/~emulatorman/hunspell-pt-br/.directory
deleted file mode 100644
index e59814917..000000000
--- a/~emulatorman/hunspell-pt-br/.directory
+++ /dev/null
@@ -1,2 +0,0 @@
-[Dolphin]
-Timestamp=2012,4,7,5,26,29
diff --git a/~emulatorman/mednafen-wip/PKGBUILD b/~emulatorman/mednafen-wip/PKGBUILD
deleted file mode 100755
index a405d2ceb..000000000
--- a/~emulatorman/mednafen-wip/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Hans-Kristian Arntzen <maister@archlinux.us>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: kagan <juanynie@mi.madritel.es>
-# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
-
-pkgname=mednafen-wip
-pkgver=0.9.21
-pkgrel=1
-pkgdesc="A command-line multi-system gaming emulator, WIP version"
-url="http://mednafen.sourceforge.net/"
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib')
-makedepends=('pkgconfig' 'mesa')
-conflicts=('mednafen')
-provides=('mednafen')
-source=('http://forum.fobby.net/index.php?t=getfile&id=358&')
-sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21')
-
-build()
-{
- cd $srcdir/mednafen
- ./configure --prefix=/usr
- make
-}
-
-package()
-{
- cd $srcdir/mednafen
- make DESTDIR=$pkgdir install
-}
diff --git a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch b/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch
deleted file mode 100644
index 870a2670a..000000000
--- a/~emulatorman/timekpr/Initializes_lastNotified_before_it_is_used.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/timekpr-client.py 2011-04-15 13:17:59.000000000 +0200
-+++ b/timekpr-client.py 2011-04-15 13:19:06.000000000 +0200
-@@ -40,6 +40,7 @@
- self.conffile = self.VAR['TIMEKPRDIR'] + '/' + self.username
- self.limits, self.bfrom, self.bto = readusersettings(self.username, self.conffile)
- self.timer = None
-+ self.lastNotified = datetime.datetime.fromtimestamp(0);
- self.checkLimits()
- #Add a gobject loop to check limits:
- self.timer = gobject.timeout_add(self.checkInterval * 1000, self.checkLimits)
diff --git a/~emulatorman/timekpr/PKGBUILD b/~emulatorman/timekpr/PKGBUILD
deleted file mode 100644
index 2196dd275..000000000
--- a/~emulatorman/timekpr/PKGBUILD
+++ /dev/null
@@ -1,74 +0,0 @@
-# Contributor: SanskritFritz (gmail)
-
-pkgname=timekpr
-pkgver=0.3.2
-pkgrel=8
-pkgdesc="Control the computer usage of your user accounts. You can limit their daily usage based on a timed access duration and configure periods of day when they can log in."
-arch=('i686' 'x86_64')
-url=https://launchpad.net/timekpr
-license=('GPL')
-depends=('python2')
-source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}~ppa1~ubuntu2.tar.gz
- timekprd.sh
- Initializes_lastNotified_before_it_is_used.patch)
-install='timekpr.install'
-md5sums=('0626ee6b6b6d218dfdd6e79331f789a2'
- 'ab37e469034200c19b46a31d586bfe3e'
- '23848ef2578571d7dc4871fbd15f41ed')
-
-
-build() {
- cd ${srcdir}/stable/gui/client
- # https://bugs.launchpad.net/timekpr/+bug/761647
- patch -p1 < ${srcdir}/Initializes_lastNotified_before_it_is_used.patch
-}
-
-package() {
- install -dm755 $pkgdir/etc/{rc.d,timekpr,logrotate.d,xdg/autostart}
- install -dm755 $pkgdir/usr/{bin,share/{doc/timekpr,timekpr,python-support/timekpr,pixmaps,applications,man/man8}}
- install -dm755 $pkgdir/usr/share/locale/{da,de,fr,hu,nb,sv,fi}/LC_MESSAGES
- install -dm755 $pkgdir/var/lib/timekpr
-
- cd $srcdir/stable
- install -m644 etc/timekpr.conf $pkgdir/etc/
- install -m644 etc/logrotate.d/timekpr $pkgdir/etc/logrotate.d/
- sed -i "s/python/python2/" timekpr
- install -m755 timekpr $pkgdir/usr/bin/
- sed -i "s/python/python2/" timekpr-gui
- install -m755 timekpr-gui $pkgdir/usr/bin/
- sed -i "s/python/python2/" timekpr-client
- install -m755 timekpr-client $pkgdir/usr/bin/
- install -m755 timekprpam.py $pkgdir/usr/share/python-support/timekpr/
- install -m755 timekpr.py $pkgdir/usr/share/python-support/timekpr/
- install -m755 timekpr-gui.py $pkgdir/usr/share/python-support/timekpr/
- install -m755 gui/client/timekpr-client.py $pkgdir/usr/share/python-support/timekpr/
- install -m755 timekprpam.py $pkgdir/usr/share/python-support/timekpr/
- install -m755 timekprcommon.py $pkgdir/usr/share/python-support/timekpr/
- install -m644 gui/padlock-green.png $pkgdir/usr/share/timekpr/
- install -m644 gui/padlock-red.png $pkgdir/usr/share/timekpr/
- install -m644 gui/timekpr.glade $pkgdir/usr/share/timekpr/
- install -m644 gui/timekpr100x100.png $pkgdir/usr/share/timekpr/
- install -m644 gui/timekpr32x32.png $pkgdir/usr/share/timekpr/
- install -m644 gui/timekpr.xpm $pkgdir/usr/share/pixmaps/
- install -m644 debian/timekpr.desktop $pkgdir/usr/share/applications/
- install -m644 debian/timekpr-client.desktop $pkgdir/etc/xdg/autostart
- install -m644 locale/da/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/da/LC_MESSAGES/
- install -m644 locale/de/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/de/LC_MESSAGES/
- install -m644 locale/fr/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/fr/LC_MESSAGES/
- install -m644 locale/hu/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/hu/LC_MESSAGES/
- install -m644 locale/nb/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/nb/LC_MESSAGES/
- install -m644 locale/sv/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/sv/LC_MESSAGES/
- install -m644 locale/fi/LC_MESSAGES/timekpr.mo $pkgdir/usr/share/locale/fi/LC_MESSAGES/
- install -m644 TODO.txt $pkgdir/usr/share/doc/timekpr
- install -m644 README.txt $pkgdir/usr/share/doc/timekpr
- install -m644 COPYRIGHT.txt $pkgdir/usr/share/doc/timekpr
- install -m644 CONTRIBUTORS.txt $pkgdir/usr/share/doc/timekpr
- install -m644 debian/changelog $pkgdir/usr/share/doc/timekpr
- install -m644 doc/timekpr.8 $pkgdir/usr/share/man/man8
-
- install -m755 debian/timekpr.postrm $pkgdir/usr/bin/
- install -m755 debian/timekpr.postinst $pkgdir/usr/bin/
-
- cd $srcdir
- install -m755 timekprd.sh $pkgdir/etc/rc.d/timekprd
-}
diff --git a/~emulatorman/timekpr/timekpr.install b/~emulatorman/timekpr/timekpr.install
deleted file mode 100644
index b01769c48..000000000
--- a/~emulatorman/timekpr/timekpr.install
+++ /dev/null
@@ -1,24 +0,0 @@
-
-post_install() {
- /usr/bin/timekpr.postinst
-
- echo "Your su command (gksu|gksudo|kdesu|kdesudo etc) for starting timekpr-gui as root: "
- read su_command;
- sed -i "s/gksu/${su_command}/" "/usr/share/applications/timekpr.desktop"
-
- echo
- echo "Start the timekpr daemon with '/etc/rc.d/timekprd start'"
- echo "For permanent use put 'timekprd' into your DAEMONS array."
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- /usr/bin/timekpr.postrm purge
-}
-
-post_remove() {
- echo "Remove the timekprd entry from your DAEMONS array."
-}
diff --git a/~emulatorman/timekpr/timekprd.sh b/~emulatorman/timekpr/timekprd.sh
deleted file mode 100755
index 19e4a3af4..000000000
--- a/~emulatorman/timekpr/timekprd.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -x -o %PPID /etc/rc.d/timekprd`
-case "$1" in
- start)
- stat_busy "Starting timekpr"
- [ -z "$PID" ] && /usr/bin/timekpr &
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon timekprd
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping timekpr"
- [ ! -z "$PID" ] && killall --user root timekpr &> /dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon timekprd
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0