[arch-commits] Commit in gtk3/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Feb 14 00:15:26 UTC 2018


    Date: Wednesday, February 14, 2018 @ 00:15:24
  Author: heftig
Revision: 316978

3.22.27-1

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 23:40:55 UTC (rev 316977)
+++ PKGBUILD	2018-02-14 00:15:24 UTC (rev 316978)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.22.26+161+g60750b3ffd
+pkgver=3.22.27
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -15,8 +15,8 @@
          cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=60750b3ffda1c27f47cdcd7dc97f863e08391b32  # gtk-3-22
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit"
+_commit=7ea53087ca9e3c5b6246c8c16489cefd71bde394  # tags/3.22.27^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
         settings.ini
         gtk-query-immodules-3.0.hook
         gtk-update-icon-cache.hook
@@ -28,17 +28,17 @@
             'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
 
 pkgver() {
-  cd gtk+
+  cd gtk
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd gtk+
+  cd gtk
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd gtk+
+  cd gtk
 
   CXX=/bin/false ./configure --prefix=/usr \
     --sysconfdir=/etc \
@@ -62,7 +62,7 @@
   replaces=("gtk3-print-backends<=3.22.26-1")
   install=gtk3.install
 
-  cd gtk+
+  cd gtk
   make DESTDIR="$pkgdir" install
 
   install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
@@ -76,7 +76,7 @@
   pkgdesc="GTK+ icon cache updater"
   depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
 
-  cd gtk+
+  cd gtk
   install -D gtk/gtk-update-icon-cache "$pkgdir/usr/bin/gtk-update-icon-cache"
   install -Dm644 ../gtk-update-icon-cache.hook "$pkgdir/usr/share/libalpm/hooks/gtk-update-icon-cache.hook"
   install -D ../gtk-update-icon-cache.script "$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"



More information about the arch-commits mailing list