summaryrefslogtreecommitdiffstats
path: root/main/xfce4-notes-plugin
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-05-14 15:58:42 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-05-14 15:58:42 +0000
commiteb07bec7fc68941e66eb3d8fe377e29a523145f2 (patch)
tree58d78239b48936803062690ca3ac696b76531611 /main/xfce4-notes-plugin
parent095a1de564c322328293d40cd2cd147534d4a794 (diff)
downloadaports-eb07bec7fc68941e66eb3d8fe377e29a523145f2.tar.bz2
aports-eb07bec7fc68941e66eb3d8fe377e29a523145f2.tar.xz
main/xfce4-notes-plugin: rebuild against libpng 1.5
Diffstat (limited to 'main/xfce4-notes-plugin')
-rw-r--r--main/xfce4-notes-plugin/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD
index a268ecd53..3cdb65ae6 100644
--- a/main/xfce4-notes-plugin/APKBUILD
+++ b/main/xfce4-notes-plugin/APKBUILD
@@ -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"