summaryrefslogtreecommitdiff
path: root/community/alleyoop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-02 23:14:48 +0000
committerroot <root@rshg054.dnsready.net>2012-01-02 23:14:48 +0000
commit48c96871761a4aad193d814e87ddb87c322e17d2 (patch)
tree60a798c3bbdef2ba8f51c6719e80b5552a9fb6d4 /community/alleyoop
parent29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (diff)
Mon Jan 2 23:14:48 UTC 2012
Diffstat (limited to 'community/alleyoop')
-rw-r--r--community/alleyoop/PKGBUILD18
-rw-r--r--community/alleyoop/alleyoop.install20
2 files changed, 17 insertions, 21 deletions
diff --git a/community/alleyoop/PKGBUILD b/community/alleyoop/PKGBUILD
index 895a91d77..9d2bdc078 100644
--- a/community/alleyoop/PKGBUILD
+++ b/community/alleyoop/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57801 2011-11-03 09:12:48Z arodseth $
+# $Id: PKGBUILD 61496 2012-01-02 02:13:47Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
# Contributor: Lex Rivera aka x-demon <aur@x-demon.org>
pkgname=alleyoop
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="A Valgrind front-end for the GNOME environment"
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Valgrind front-end for the GNOME environment"
arch=('x86_64' 'i686')
url="http://alleyoop.sourceforge.net/"
license=('GPL')
@@ -13,12 +13,12 @@ depends=('valgrind' 'libgnomeui')
makedepends=('intltool')
install=alleyoop.install
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b45ab041dea15cd0ae663183bef893c6')
+sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc #--disable-schemas-compile
make
}
@@ -26,9 +26,9 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -m755 -d "$pkgdir/usr/share/gconf/schemas"
- gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
- --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas
+ #install -dm755 "$pkgdir/usr/share/gconf/schemas"
+ #gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+ # --domain alleyoop "$pkgdir"/etc/gconf/schemas/*.schemas
rm -r "$pkgdir/etc"
}
diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install
index 16e3af018..f6a1886e7 100644
--- a/community/alleyoop/alleyoop.install
+++ b/community/alleyoop/alleyoop.install
@@ -1,19 +1,15 @@
-pkgname=alleyoop
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+post_upgrade() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ #update-desktop-database -q
+ #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-pre_upgrade() {
- pre_remove $1
+post_install() {
+ post_upgrade
}
-post_upgrade() {
- post_install $1
+post_remove() {
+ post_upgrade
}
# vim:set ts=2 sw=2 et: