gsettings-desktop-schemas: update to 3.13.91

This commit is contained in:
Ignacio Casal Quinteiro
2014-08-29 13:05:48 +02:00
parent 84a3048de2
commit 496afc8e15
2 changed files with 5 additions and 17 deletions

View File

@@ -1,10 +0,0 @@
--- gsettings-desktop-schemas-3.11.5/headers/Makefile.am.orig 2013-07-28 21:56:07.983654900 +0000
+++ gsettings-desktop-schemas-3.11.5/headers/Makefile.am 2013-07-28 22:00:08.786733000 +0000
@@ -2,6 +2,7 @@
gdesktopinclude_HEADERS = gdesktop-enums.h
INTROSPECTION_GIRS =
+INTROSPECTION_SCANNER_ENV = CC="$(CC)"
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)

View File

@@ -2,24 +2,22 @@
_realname=gsettings-desktop-schemas
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.13.2
pkgver=3.13.91
pkgrel=1
arch=('any')
url="http://live.gnome.org/"
pkgdesc="Shared GSettings schemas for the desktop (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-glib2")
makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection" "intltool")
makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"intltool")
license=('GPL')
options=('strip' 'staticlibs')
install=schemas-${CARCH}.install
source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz"
0001-give-cc-to-gir-scanner.mingw.patch)
md5sums=('744bb961eec3dc477c867668ab3bb9e0'
'9cddb874978e1f502bf6d143476047d1')
source=("http://ftp.gnome.org/pub/GNOME/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz")
md5sums=('62077d054cd6ed34afe913a819afbbf1')
prepare() {
cd "$srcdir/${_realname}-$pkgver"
patch -Np1 -i "$srcdir/0001-give-cc-to-gir-scanner.mingw.patch"
autoreconf -fi
}