summaryrefslogtreecommitdiff
path: root/community/alltray/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-16 05:34:06 +0000
committerroot <root@rshg047.dnsready.net>2011-07-16 05:34:06 +0000
commit7500119d8dd5fc921f91aac8222e472477973740 (patch)
treea2cd26c3dd70d079a9f97fc3d5549ea649baf863 /community/alltray/PKGBUILD
parent76c26b027d797f3671bf0b6c6618eda2496cf88d (diff)
Sat Jul 16 05:34:06 UTC 2011
Diffstat (limited to 'community/alltray/PKGBUILD')
-rw-r--r--community/alltray/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD
index e31e50d9d..602aa9e00 100644
--- a/community/alltray/PKGBUILD
+++ b/community/alltray/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 79020 2010-04-30 01:30:58Z dgriffiths $
+# $Id: PKGBUILD 51791 2011-07-15 09:01:45Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer : James Rayner <iphitus@gmail.com>
# Contributor: Roberto Salas <ro0xito@gmail.com>
pkgname=alltray
-pkgver=0.7.4dev
-pkgrel=2
+pkgver=0.7.5dev
+pkgrel=1
pkgdesc="Drops any app in the tray."
license=('GPL')
arch=('i686' 'x86_64')
url="http://alltray.trausch.us/"
-depends=('gconf' 'libgtop' 'libwnck')
-options=('!libtool' 'force')
+depends=('libxpm' 'libgtop' 'libwnck')
+options=('!libtool')
source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
-md5sums=('646d6d751f815e6aeb8a58a9e5d17db9')
+md5sums=('faef46b14a3f9c14d4e5efd65245796e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
}