summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-12-17 23:05:21 +0800
committerTing-Wei Lan <lantw44@gmail.com>2013-12-17 23:05:21 +0800
commit16c06a5234381affe5b11b56ff5bd9e1a06a2b3a (patch)
tree021799e90e4b41772bcc273f2a274e1dd864da37
parent9bde56d44ebf50914465a9a127e04e5b76609fc6 (diff)
downloadAUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar.gz
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar.bz2
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar.lz
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar.xz
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.tar.zst
AUR4-PKGBUILD-16c06a5234381affe5b11b56ff5bd9e1a06a2b3a.zip
mingw-w64-gdk-pixbuf2: 2.30.1 -> 2.30.2
-rw-r--r--mingw-w64-gdk-pixbuf2/.SRCINFO6
-rw-r--r--mingw-w64-gdk-pixbuf2/PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/mingw-w64-gdk-pixbuf2/.SRCINFO b/mingw-w64-gdk-pixbuf2/.SRCINFO
index 5e8f102..ed35678 100644
--- a/mingw-w64-gdk-pixbuf2/.SRCINFO
+++ b/mingw-w64-gdk-pixbuf2/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gdk-pixbuf2
pkgdesc = An image loading library (mingw-w64)
- pkgver = 2.30.1
+ pkgver = 2.30.2
pkgrel = 1
url = http://www.gtk.org
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-gdk-pixbuf2
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.gnome.org/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.1.tar.xz
- sha256sums = a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30
+ source = http://download.gnome.org/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.2.tar.xz
+ sha256sums = cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf
pkgname = mingw-w64-gdk-pixbuf2
diff --git a/mingw-w64-gdk-pixbuf2/PKGBUILD b/mingw-w64-gdk-pixbuf2/PKGBUILD
index ae665f1..c8eee7e 100644
--- a/mingw-w64-gdk-pixbuf2/PKGBUILD
+++ b/mingw-w64-gdk-pixbuf2/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdk-pixbuf2
-pkgver=2.30.1
+pkgver=2.30.2
pkgrel=1
pkgdesc="An image loading library (mingw-w64)"
arch=(any)
@@ -14,7 +14,7 @@ mingw-w64-libjpeg-turbo
mingw-w64-libtiff)
options=(!strip !buildflags staticlibs)
source=("http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
-sha256sums=('a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30')
+sha256sums=('cababfa075a9a60426809309ec86b82ea28e83f44ef69c898e48c040b6feecbf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -33,11 +33,6 @@ build() {
--enable-static \
--enable-shared \
--with-included-loaders=wbmp,png,pnm,ras,ani,xpm,xbm,tga,icns,pcx,qtif,gdip-ico,gdip-wmf,gdip-emf,gdip-bmp,gdip-gif,gdip-jpeg,gdip-tiff
- make || true
- # Suppress the building of some test program because it use some
- # POSIX functions which are not available on MinGW
- touch "${srcdir}/${pkgname}-${pkgver}-build-${_arch}/tests/pixbuf-randomly-modified.o"
- touch "${srcdir}/${pkgname}-${pkgver}-build-${_arch}/tests/pixbuf-randomly-modified.exe"
make
done
}