summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef9a54c343cb..7fa2642a4803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gtk3-optional-csd
-pkgver=3.18.0
+pkgver=3.18.5
pkgrel=1
pkgdesc='GObject-based multi-platform GUI toolkit with optionally enabled CSD.'
@@ -7,10 +7,9 @@ url='http://www.gtk.org/'
arch=('i686' 'x86_64')
license=('LGPL')
-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')
+depends=('libcups' 'libxcursor' 'libxinerama' 'libxrandr' 'libepoxy'
+ 'libxcomposite' 'shared-mime-info' 'colord' 'at-spi2-atk'
+ 'libxkbcommon' 'adwaita-icon-theme' 'json-glib' 'rest')
makedepends=('gobject-introspection')
provides=('gtk3')
@@ -19,7 +18,7 @@ conflicts=('gtk3')
source=("https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz"
'gtk3-make-csd-optional.patch')
-sha1sums=('9bd758280de3bcf6898ee989ec3b81671c094263'
+sha1sums=('dee38a27d75fc877bcb1d1ce5302f439faa00f88'
'5975f8fc5a582288f59b32112c3a3207dc842696')
install='gtk3.install'
@@ -37,10 +36,7 @@ build() {
--enable-x11-backend \
--enable-wayland-backend \
--enable-broadway-backend \
- --disable-schemas-compile \
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ --disable-schemas-compile
make
}