aboutsummaryrefslogtreecommitdiffstats
path: root/main/glade3
diff options
context:
space:
mode:
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 d1355b8a48..beb7d89e04 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"