Advertisement
Guest User

PKGBUILD indicator-messaged-gtk2 updated

a guest
Jul 27th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. # Maintainer: György Balló <ballogy@freestart.hu>
  2. _pkgname=indicator-messages
  3. pkgname=indicator-messages-gtk2
  4. pkgver=0.6.0
  5. pkgrel=1
  6. pkgdesc="A place on the user's desktop that collects messages that need a response (GTK+ 2 library for Xfce/LXDE)"
  7. arch=('i686' 'x86_64')
  8. url="https://launchpad.net/indicator-messages"
  9. license=('GPL')
  10. depends=('indicator-messages' 'libindicator>=0.3.19' 'libdbusmenu-gtk2>=0.3.94')
  11. makedepends=('intltool>=0.35.0')
  12. options=(!libtool)
  13. source=(http://launchpad.net/$_pkgname/0.6/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
  14. md5sums=('7ec94e0e5dddf510fb0691001c1e422a')
  15.  
  16. build() {
  17.   cd "$srcdir/$_pkgname-$pkgver"
  18.  
  19.   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_pkgname \
  20.               --disable-static --with-gtk=2
  21.   make
  22. }
  23.  
  24. package() {
  25.   cd "$srcdir/$_pkgname-$pkgver"
  26.  
  27.   make -C src DESTDIR="$pkgdir/" install-messaginglibLTLIBRARIES
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement