[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 17:11:17 UTC 2020
Date: Sunday, September 27, 2020 @ 17:11:17
Author: heftig
Revision: 396790
fix submodule init
Modified:
gnome-photos/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++++
1 file changed, 8 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 17:10:41 UTC (rev 396789)
+++ PKGBUILD 2020-09-27 17:11:17 UTC (rev 396790)
@@ -24,6 +24,14 @@
git describe --tags | sed 's/-/+/g'
}
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git submodule set-url subprojects/libgd "$srcdir/libgd"
+ git submodule update
+}
+
build() {
arch-meson $pkgname build
meson compile -C build
More information about the arch-commits
mailing list