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

Jan Steffens heftig at archlinux.org
Tue Feb 13 23:40:57 UTC 2018


    Date: Tuesday, February 13, 2018 @ 23:40:55
  Author: heftig
Revision: 316977

Update source

Modified:
  gtk2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 21:23:06 UTC (rev 316976)
+++ PKGBUILD	2018-02-13 23:40:55 UTC (rev 316977)
@@ -15,7 +15,7 @@
 license=(LGPL)
 install=gtk2.install
 _commit=ed7d3e25f8b6debae6ccc8b50d1329155338cab8  # tags/2.24.32^0
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit"
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
         gtkrc
         gtk-query-immodules-2.0.hook
         xid-collision-debug.patch)
@@ -25,12 +25,12 @@
             'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 pkgver() {
-  cd gtk+
+  cd gtk
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd gtk+
+  cd gtk
   patch -Np1 -i ../xid-collision-debug.patch
   sed -i '1s/python$/&2/' gtk/gtk-builder-convert
   NOCONFIGURE=1 ./autogen.sh
@@ -37,7 +37,7 @@
 }
 
 build() {
-  cd gtk+
+  cd gtk
 
   ./configure \
     --prefix=/usr \
@@ -53,7 +53,7 @@
 }
 
 package() {
-  cd gtk+
+  cd gtk
   make DESTDIR="$pkgdir" install
 
   install -Dt "$pkgdir/usr/share/gtk-2.0" -m644 ../gtkrc



More information about the arch-commits mailing list