[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Mar 6 12:39:39 UTC 2015
Date: Friday, March 6, 2015 @ 13:39:39
Author: jgc
Revision: 232930
upgpkg: gtk3 3.15.10-1
Modified:
gtk3/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-06 12:09:17 UTC (rev 232929)
+++ PKGBUILD 2015-03-06 12:39:39 UTC (rev 232930)
@@ -3,19 +3,19 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=gtk3
-pkgver=3.14.9
+pkgver=3.15.10
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
arch=(i686 x86_64)
url="http://www.gtk.org/"
install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi libepoxy
libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon
adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
+makedepends=(gobject-introspection)
license=(LGPL)
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('3be9560e6e99388d7706a168e3353ecd63fc30ec4f7f8bea23889e71ab7b6c64')
+sha256sums=('6931d461bc0d1b792809452ae9b001bdc87e337fdb235178729f6b825f903259')
prepare() {
cd gtk+-$pkgver
@@ -27,7 +27,6 @@
CXX=/bin/false ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --enable-gtk2-dependency \
--disable-schemas-compile \
--enable-x11-backend \
--enable-broadway-backend \
@@ -42,4 +41,5 @@
package() {
cd "gtk+-$pkgver"
make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
}
More information about the arch-commits
mailing list