summaryrefslogtreecommitdiff
path: root/community/workrave/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:40:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:40:14 -0300
commit2f352ca8b911d96566b10adc049f76a552ab93aa (patch)
treea70b2a875856fbf847f12ae33f9434ea8ca1ef56 /community/workrave/PKGBUILD
parent12c074375919d2de177eb9456352866902118a03 (diff)
parent94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/pbzip2/PKGBUILD extra/audacious/PKGBUILD extra/stardict/PKGBUILD
Diffstat (limited to 'community/workrave/PKGBUILD')
-rw-r--r--community/workrave/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/workrave/PKGBUILD b/community/workrave/PKGBUILD
index 7cbc54dd4..9e428da02 100644
--- a/community/workrave/PKGBUILD
+++ b/community/workrave/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 44736 2011-04-11 12:32:49Z spupykin $
+# $Id: PKGBUILD 51933 2011-07-18 09:09:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
pkgname=workrave
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="a tool to help RSI"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://workrave.org"
-depends=('libgnomeuimm' 'gnet' 'gnome-panel' 'dbus' 'libxmu' 'gdome2' 'python-cheetah' 'libsigc++'
- 'libxtst' 'python-cheetah')
-makedepends=('intltool')
+depends=('libxtst' 'gtkmm' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice')
+makedepends=('intltool' 'python-cheetah')
source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
md5sums=('d5eaf399b38b063053cff1a8527cba8e')
@@ -21,5 +20,9 @@ build() {
./configure --prefix=/usr --enable-dbus --sysconfdir=/etc --libexecdir=/usr/lib/workrave \
--disable-pulse
make
+}
+
+package() {
+ cd $srcdir/workrave-$pkgver
make DESTDIR=$pkgdir install
}