summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-10-29 02:47:21 +0800
committerTing-Wei Lan <lantw44@gmail.com>2013-10-29 02:59:54 +0800
commit9613d4435e61c1f66bbcd022cf59c62f77cae369 (patch)
treef725ea0986efac6f6905e0af62805cf9a242d46e
parentd10a6c7a1533dcf54623ddef05154f02ee25d9f1 (diff)
downloadAUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar.gz
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar.bz2
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar.lz
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar.xz
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.tar.zst
AUR4-PKGBUILD-mingw-w64-gtk3-3.8.zip
mingw-w64-gtk2: Package static librariesmingw-w64-gtk3-3.8
-rw-r--r--mingw-w64-gtk2/.SRCINFO3
-rw-r--r--mingw-w64-gtk2/PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/mingw-w64-gtk2/.SRCINFO b/mingw-w64-gtk2/.SRCINFO
index b11635f..7ff6964 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.22
- pkgrel = 2
+ pkgrel = 3
url = http://www.gtk.org
arch = any
license = LGPL
@@ -17,6 +17,7 @@ pkgbase = mingw-w64-gtk2
options = !libtool
options = !strip
options = !buildflags
+ options = staticlibs
source = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz
md5sums = 5fbbfb7637bbd571a572a2dae0e736d2
diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD
index 3b34710..e306281 100644
--- a/mingw-w64-gtk2/PKGBUILD
+++ b/mingw-w64-gtk2/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gtk2
pkgver=2.24.22
-pkgrel=2
+pkgrel=3
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -13,7 +13,7 @@ depends=(
'mingw-w64-glib2>=2.28.0'
'mingw-w64-cairo>=1.6'
'mingw-w64-gdk-pixbuf2>=2.21.0')
-options=(!libtool !strip !buildflags)
+options=(!libtool !strip !buildflags staticlibs)
source=(
"http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")