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

Jan Steffens heftig at archlinux.org
Sun Oct 16 14:07:57 UTC 2016


    Date: Sunday, October 16, 2016 @ 14:07:57
  Author: heftig
Revision: 278858

whoops, move submodule handling to prepare

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-16 06:25:17 UTC (rev 278857)
+++ PKGBUILD	2016-10-16 14:07:57 UTC (rev 278858)
@@ -30,18 +30,17 @@
 
 pkgver() {
   cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
 
+prepare() {
+  cd $pkgname
+
   git submodule init
   git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
   git config --local submodule.data/theme/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
   git submodule update
 
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
 



More information about the arch-commits mailing list