summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2013-06-25 19:49:13 +0800
committerTing-Wei Lan2013-06-25 19:49:13 +0800
commit92bb61d0a7cafd95de70b164999567b09a652020 (patch)
tree7daf43b5162d2b4da40f5646ca86386186233fb3
parent067e77fd3fd0c750ee71f72b77d8d124032bd78e (diff)
downloadaur-92bb61d0a7cafd95de70b164999567b09a652020.tar.gz
mingw-w64-gtk{2,3}: add native gtk to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a64cd4aaebee..87d6c0f97b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mingw-w64-gtk2
pkgdesc = GTK+ is a multi-platform toolkit (v2) (mingw-w64)
pkgver = 2.24.19
- pkgrel = 2
+ pkgrel = 3
url = http://www.gtk.org
arch = any
license = LGPL
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
+ makedepends = gtk-update-icon-cache
depends = mingw-w64-crt
depends = mingw-w64-atk
depends = mingw-w64-pango
diff --git a/PKGBUILD b/PKGBUILD
index 77d252458826..de145a9ae1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
pkgname=mingw-w64-gtk2
pkgver=2.24.19
-pkgrel=2
+pkgrel=3
pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)"
arch=(any)
url="http://www.gtk.org"
license=("LGPL")
-makedepends=(mingw-w64-gcc mingw-w64-pkg-config)
-depends=(mingw-w64-crt
-mingw-w64-atk
-mingw-w64-pango
+makedepends=(mingw-w64-gcc mingw-w64-pkg-config gtk-update-icon-cache)
+depends=(
+'mingw-w64-crt'
+'mingw-w64-atk'
+'mingw-w64-pango'
'mingw-w64-glib2>=2.28.0'
-mingw-w64-cairo
-mingw-w64-gdk-pixbuf2)
+'mingw-w64-cairo'
+'mingw-w64-gdk-pixbuf2')
options=(!libtool !strip !buildflags)
source=(
"http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"