diff --git a/mingw-w64-gsettings-desktop-schemas/0001-give-cc-to-gir-scanner.mingw.patch b/mingw-w64-gsettings-desktop-schemas/0001-give-cc-to-gir-scanner.mingw.patch deleted file mode 100644 index 8e132a8409..0000000000 --- a/mingw-w64-gsettings-desktop-schemas/0001-give-cc-to-gir-scanner.mingw.patch +++ /dev/null @@ -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) - diff --git a/mingw-w64-gsettings-desktop-schemas/PKGBUILD b/mingw-w64-gsettings-desktop-schemas/PKGBUILD index c50bdf420e..aebf06da16 100644 --- a/mingw-w64-gsettings-desktop-schemas/PKGBUILD +++ b/mingw-w64-gsettings-desktop-schemas/PKGBUILD @@ -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 }