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

Jan Steffens heftig at archlinux.org
Tue Dec 27 09:13:19 UTC 2016


    Date: Tuesday, December 27, 2016 @ 09:13:18
  Author: heftig
Revision: 284847

Fixup submodule handling

Modified:
  gedit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-27 07:59:46 UTC (rev 284846)
+++ PKGBUILD	2016-12-27 09:13:18 UTC (rev 284847)
@@ -15,8 +15,8 @@
 options=('!emptydirs')
 url="http://www.gnome.org"
 _commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
-source=("git://git.gnome.org/gedit#commit=$_commit"
-        "git://git.gnome.org/libgd")
+source=("git+https://git.gnome.org/browse/gedit#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd")
 sha256sums=('SKIP'
             'SKIP')
 
@@ -27,6 +27,11 @@
 
 prepare() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list