summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-10-06 16:16:26 -0700
committerBuildTools2015-10-06 16:16:26 -0700
commitad3fc727882bbc97e675a590e6f44962ecdcb284 (patch)
tree1263a7cabe60ebb6b9814f9ae08f9f168a953e38
parenta1c3eac3e0c750bab6b113b2d022a635f2dc8b42 (diff)
downloadaur-ad3fc727882bbc97e675a590e6f44962ecdcb284.tar.gz
!emptydirs and freetype2 dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe6101b2e88..7bb30a7e3950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-glib2
pkgdesc = Common C routines used by GTK+ and other libs (mingw-w64)
pkgver = 2.44.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.gtk.org/
arch = any
license = LGPL
@@ -11,10 +11,11 @@ pkgbase = mingw-w64-glib2
depends = mingw-w64-zlib
depends = mingw-w64-libffi
depends = mingw-w64-pcre
- depends = mingw-w64-freetype
+ depends = mingw-w64-freetype2
options = !strip
options = !buildflags
options = staticlibs
+ options = !emptydirs
source = http://ftp.gnome.org/pub/GNOME/sources/glib/2.44/glib-2.44.1.tar.xz
source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
source = 0002-GNetworkMonitorBase-don-t-fail-when-IPv6-support-is-.patch
diff --git a/PKGBUILD b/PKGBUILD
index caad78f2add7..57e39eca0cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Renato Silva <br.renatosilva@gmail.com>
pkgname=mingw-w64-glib2
pkgver=2.44.1
-pkgrel=3
+pkgrel=4
arch=(any)
pkgdesc="Common C routines used by GTK+ and other libs (mingw-w64)"
-depends=(mingw-w64-gettext mingw-w64-zlib mingw-w64-libffi mingw-w64-pcre mingw-w64-freetype)
+depends=(mingw-w64-gettext mingw-w64-zlib mingw-w64-libffi mingw-w64-pcre mingw-w64-freetype2)
makedepends=(mingw-w64-configure python)
license=("LGPL")
-options=(!strip !buildflags staticlibs)
+options=(!strip !buildflags staticlibs !emptydirs)
url="http://www.gtk.org/"
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz"
"0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch"
@@ -51,7 +51,6 @@ prepare() {
patch -Np1 -i "$srcdir/0027-no_sys_if_nametoindex.patch"
patch -Np1 -i "$srcdir/0028-inode_directory.patch"
patch -Np1 -i "${srcdir}/0029-grand.all.patch"
-
NOCONFIGURE=1 ./autogen.sh
}