summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-10-29 02:57:37 +0800
committerLAN-TW <lantw44@gmail.com>2013-10-29 02:57:37 +0800
commit8e74119c0092e0fb8b2a38851637600b6c472a57 (patch)
tree7df248bdc28d0a47d52727eb8c0b7ee64ebb35fd
parent22fd3ea897a4c2b3394cd1f0347d304897fafcd5 (diff)
downloadAUR-PKGBUILD-8e74119c0092e0fb8b2a38851637600b6c472a57.tar.gz
AUR-PKGBUILD-8e74119c0092e0fb8b2a38851637600b6c472a57.tar.zst
AUR-PKGBUILD-8e74119c0092e0fb8b2a38851637600b6c472a57.zip
mingw-w64-{gtk3,gdk-pixbuf2}: Package static libraries
-rw-r--r--mingw-w64-gdk-pixbuf2/PKGBUILD4
-rw-r--r--mingw-w64-gtk3/PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD
index db3a7d0..c99d986 100644
--- a/mingw-w64-gdk-pixbuf2/PKGBUILD
+++ b/mingw-w64-gdk-pixbuf2/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gdk-pixbuf2
pkgver=2.28.2
-pkgrel=1
+pkgrel=2
pkgdesc="An image loading library (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -12,7 +12,7 @@ mingw-w64-jasper
mingw-w64-libpng
mingw-w64-libjpeg-turbo
mingw-w64-libtiff)
-options=(!libtool !strip !buildflags)
+options=(!libtool !strip !buildflags staticlibs)
source=("http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
md5sums=('04c04e5042acd85cff6c439aba1995f1')
diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD
index d7b4e62..f96346c 100644
--- a/mingw-w64-gtk3/PKGBUILD
+++ b/mingw-w64-gtk3/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-gtk3
pkgver=3.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ is a multi-platform toolkit (v3) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
@@ -16,7 +16,7 @@ depends=(
'mingw-w64-glib2>=2.35.3'
'mingw-w64-cairo>=1.10.0'
'mingw-w64-gdk-pixbuf2>=2.27.1')
-options=(!libtool !strip !buildflags)
+options=(!libtool !strip !buildflags staticlibs)
source=(
"http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"