Date: Sunday, February 23, 2014 @ 17:08:12 Author: jgc Revision: 206287
upgpkg: gtk3 3.11.7-1 Modified: gtk3/trunk/PKGBUILD gtk3/trunk/gtk3.install --------------+ PKGBUILD | 6 +++--- gtk3.install | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-23 15:26:55 UTC (rev 206286) +++ PKGBUILD 2014-02-23 16:08:12 UTC (rev 206287) @@ -3,7 +3,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gtk3 -pkgver=3.10.7 +pkgver=3.11.7 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit (v3)" arch=(i686 x86_64) @@ -15,9 +15,9 @@ optdepends=('gnome-themes-standard: Default widget theme' 'gnome-icon-theme: Default icon theme') license=(LGPL) -source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz +source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz settings.ini) -sha256sums=('b7e9de15385031cff43897e7e59f6692eaabf500f36eef80e6b9d6486ad49427' +sha256sums=('8a43936cd0c690e5b09c4fe48e85348ca220288835353e105106a3d40a35b486' '14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119') build() { Modified: gtk3.install =================================================================== --- gtk3.install 2014-02-23 15:26:55 UTC (rev 206286) +++ gtk3.install 2014-02-23 16:08:12 UTC (rev 206287) @@ -1,6 +1,7 @@ post_install() { /usr/bin/gtk-query-immodules-3.0 --update-cache /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { @@ -13,4 +14,5 @@ post_remove() { /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor }
