summaryrefslogtreecommitdiffstats
path: root/main/glade3
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-09 07:32:47 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-09 07:32:47 +0000
commitc9ec19a296bc4668d616d90939148936d802e48b (patch)
treed8c5407937b4609f63d7b543ab414c99f13b26e7 /main/glade3
parentc62d2d142e8149cca6dc6a44c911817494af3acf (diff)
downloadaports-c9ec19a296bc4668d616d90939148936d802e48b.tar.bz2
aports-c9ec19a296bc4668d616d90939148936d802e48b.tar.xz
main/glade3: use paxmark
Diffstat (limited to 'main/glade3')
-rw-r--r--main/glade3/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/glade3/APKBUILD b/main/glade3/APKBUILD
index d1355b8a4..beb7d89e0 100644
--- a/main/glade3/APKBUILD
+++ b/main/glade3/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glade3
pkgver=3.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="a RAD tool to enable quick & easy development of user interfaces for GTK+"
url="http://glade.gnome.org/"
arch="all"
license="GPL"
depends=
-makedepends="gtk+2.0-dev libxml2-dev paxctl"
+makedepends="gtk+2.0-dev libxml2-dev paxmark"
install=
subpackages="$pkgname-dev $pkgname-doc $pkgname-dev $pkgname-lang"
source="http://ftp.gnome.org/pub/GNOME/sources/glade3/${pkgver%.*}/glade3-$pkgver.tar.xz"
@@ -36,9 +36,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
- paxctl -c -r "$pkgdir"/usr/bin/glade-3
- rm "$pkgdir"/usr/lib/*.la \
- "$pkgdir"/usr/lib/glade3/modules/*.la
+ paxmark -r "$pkgdir"/usr/bin/glade-3 || return 1
}
md5sums="4e4b4f5ee34a03e017e4cef97d796c1f glade3-3.8.5.tar.xz"