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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Sep 14 07:23:23 UTC 2017


    Date: Thursday, September 14, 2017 @ 07:23:22
  Author: bpiotrowski
Revision: 305482

2.54.0-2: restore executable bit to gdbus-codegen

Modified:
  glib/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-14 07:00:12 UTC (rev 305481)
+++ PKGBUILD	2017-09-14 07:23:22 UTC (rev 305482)
@@ -4,7 +4,7 @@
 pkgbase=glib
 pkgname=(glib glib-docs)
 pkgver=2.54.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib"
 license=(LGPL2.1)
@@ -60,6 +60,7 @@
   cd build
   DESTDIR="$pkgdir" ninja install
   mv "$pkgdir/usr/share/gtk-doc" "$srcdir/glib-docs/usr/share"
+  chmod +x "$pkgdir/usr/bin/gdbus-codegen"
 
   # install hooks
   install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook



More information about the arch-commits mailing list