main/xfce4-notes-plugin: rebuild against libpng 1.5

This commit is contained in:
Carlo Landmeter 2011-05-14 15:58:42 +00:00
parent 095a1de564
commit eb07bec7fc

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=xfce4-notes-plugin
pkgver=1.7.7
pkgrel=1
pkgrel=2
pkgdesc="Notes plugin for the Xfce4 desktop"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
arch="all"
@ -32,6 +32,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" -name '*.la' -delete
}
md5sums="42b924b23f2fec6a1099e9b7a87db4a3 xfce4-notes-plugin-1.7.7.tar.bz2"