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

Jan Steffens heftig at archlinux.org
Sat Nov 10 22:54:22 UTC 2018


    Date: Saturday, November 10, 2018 @ 22:54:20
  Author: heftig
Revision: 339038

2015.2+4+gd606bec-2

Modified:
  libgsystem/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-10 22:48:27 UTC (rev 339037)
+++ PKGBUILD	2018-11-10 22:54:20 UTC (rev 339038)
@@ -2,7 +2,7 @@
 
 pkgname=libgsystem
 pkgver=2015.2+4+gd606bec
-pkgrel=1
+pkgrel=2
 pkgdesc='"Copylib" for system service modules using GLib with GCC'
 url="https://wiki.gnome.org/Projects/LibGSystem"
 license=(GPL2)
@@ -10,8 +10,8 @@
 depends=(glib2 libsystemd attr)
 makedepends=(gobject-introspection gtk-doc systemd git)
 _commit=d606bec68ddfea78de4b03c3f3568afb71bdc1ce  # master
-source=("git+https://git.gnome.org/browse/libgsystem#commit=$_commit"
-        "git+https://git.gnome.org/browse/libglnx")
+source=("git+https://gitlab.gnome.org/Archive/libgsystem.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libglnx.git")
 sha256sums=('SKIP'
             'SKIP')
 
@@ -23,6 +23,9 @@
 prepare() {
   cd $pkgname
 
+  # Fix header file location
+  sed -i 's|attr/xattr|sys/xattr|g' configure.ac
+
   git submodule init
   git config --local submodule.libglnx.url "$srcdir/libglnx"
   git submodule update



More information about the arch-commits mailing list