Advertisement
Guest User

PKGBUILD

a guest
Apr 28th, 2010
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # Contributor: Berseker <berseker86 at gmail dot com>
  2. pkgname=notify-osd-normal-position
  3. _realname=notify-osd
  4. pkgver=0.9.29
  5. pkgrel=1
  6. pkgdesc="Canonical's on-screen notification display agent, implementing the FreeDesktop.org notification specification with semi-transparent click-through bubbles."
  7. url="https://launchpad.net/notify-osd"
  8. license="GPL"
  9. arch=('i686' 'x86_64')
  10. depends=('gconf' 'cairo' 'freetype2' 'libwnck')
  11. makedepends=('pkgconfig' 'libnotify')
  12. conflicts=('notification-daemon' 'notify-osd')
  13. provides=('notification-daemon' 'notify-osd')
  14. source=(http://launchpad.net/notify-osd/lucid/ubuntu-10.04-beta-2/+download/${_realname}-${pkgver}.tar.gz dynamic.patch)
  15. md5sums=('1063481f2032817f17bee78a41f49595' '54241bc7f140a8363440396f45847371')
  16. build() {
  17. patch -p0 -i dynamic.patch || return 1
  18. cd "$srcdir/$_realname-$pkgver"
  19. ./configure --prefix=/usr --libexecdir=/usr/lib/notify-osd --disable-gtktest || return 1
  20. make || return 1
  21. make install DESTDIR="$pkgdir"
  22. }
  23. md5sums=('13df20eb3c6d06c17eef07400e1650d8'
  24. '1ec30363b9611e7cfedee4cc0a47fb45')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement