summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/xe
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-02-09 15:09:56 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-02-09 15:09:56 (GMT)
commit54e65b370a6f5dabfa1c755b7ed1f8b632bbb131 (patch)
treefb0a24ca9d5e6f26935bfa1737b6e071ede3dd3b /abs/extra-testing/xe
parent5aac4f02a03e529d2ce15424af28ee48738006e1 (diff)
parentdcfc40ff3b29121365037a5ed0845bd64efb6c55 (diff)
downloadlinhes_pkgbuild-54e65b370a6f5dabfa1c755b7ed1f8b632bbb131.zip
linhes_pkgbuild-54e65b370a6f5dabfa1c755b7ed1f8b632bbb131.tar.gz
linhes_pkgbuild-54e65b370a6f5dabfa1c755b7ed1f8b632bbb131.tar.bz2
Merge branch 'master' of nharris@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/xe')
-rw-r--r--abs/extra-testing/xe/PKGBUILD3
-rw-r--r--abs/extra-testing/xe/xe.install7
2 files changed, 6 insertions, 4 deletions
diff --git a/abs/extra-testing/xe/PKGBUILD b/abs/extra-testing/xe/PKGBUILD
index 2a3a235..42ba9e8 100644
--- a/abs/extra-testing/xe/PKGBUILD
+++ b/abs/extra-testing/xe/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=xe
pkgver=2.16.1
-pkgrel=2
+pkgrel=3
pkgdesc="A multi system emulator, that emulates many console and handheld video game systems."
arch=('i686' 'x86_64')
+depends=('gtk2>=2.10.11')
url="http://www.xe-emulator.com"
source=('http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.1.tar.bz2' 'http://www.xe-emulator.com/files/bios.zip')
install=xe.install
diff --git a/abs/extra-testing/xe/xe.install b/abs/extra-testing/xe/xe.install
index 0c70f17..d0dd63d 100644
--- a/abs/extra-testing/xe/xe.install
+++ b/abs/extra-testing/xe/xe.install
@@ -4,13 +4,14 @@ post_install() {
}
# arg 1: the new package version
# arg 2: the old package version
-#post_upgrade() {
-#}
+post_upgrade() {
+ /bin/true
+}
# arg 1: the old package version
post_remove() {
rm -fr /usr/bin/xe
-#}
+}
op=$1
shift