summaryrefslogtreecommitdiffstats
path: root/mingw-w64-gtk2
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-w64-gtk2')
-rw-r--r--mingw-w64-gtk2/.SRCINFO2
-rw-r--r--mingw-w64-gtk2/PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/mingw-w64-gtk2/.SRCINFO b/mingw-w64-gtk2/.SRCINFO
index 0a5ae93..0ae87d0 100644
--- a/mingw-w64-gtk2/.SRCINFO
+++ b/mingw-w64-gtk2/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gtk2
pkgdesc = GTK+ is a multi-platform toolkit (v2) (mingw-w64)
pkgver = 2.24.27
- pkgrel = 1
+ pkgrel = 2
url = http://www.gtk.org
arch = any
license = LGPL
diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD
index f04203c..81dbddf 100644
--- a/mingw-w64-gtk2/PKGBUILD
+++ b/mingw-w64-gtk2/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gtk2
pkgver=2.24.27
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -48,8 +48,8 @@ package() {
cd "build-${_arch}"
make DESTDIR="$pkgdir" install
find "$pkgdir/usr/${_arch}" -name '*.exe' -o -name '*.bat' -o -name '*.def' -o -name '*.exp' -o -name '*.manifest' | xargs -rtl1 rm
- find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip -x
- find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g
+ find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
+ find "$pkgdir/usr/${_arch}" -name '*.a' | xargs -rtl1 ${_arch}-strip -g
rm -r "$pkgdir/usr/${_arch}/etc"
rm -r "$pkgdir/usr/${_arch}/share/gtk-2.0"
cd ..