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

Jelle van der Waa jelle at archlinux.org
Mon Jan 20 10:58:48 UTC 2020


    Date: Monday, January 20, 2020 @ 10:58:47
  Author: jelle
Revision: 373728

make gnome-desktop reproducible by not embedding build date

The build date is normally embedded by default in gnome-versions.xml and
generated unreproducible using 'date +%Y-%m-%d'.

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-20 00:41:21 UTC (rev 373727)
+++ PKGBUILD	2020-01-20 10:58:47 UTC (rev 373728)
@@ -28,7 +28,8 @@
 build() {
   arch-meson $pkgname build \
     -D gnome_distributor="Arch Linux®" \
-    -D gtk_doc=true
+    -D gtk_doc=true \
+    -D date_in_gnome_version=false
   ninja -C build
 }
 



More information about the arch-commits mailing list