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

Jelle van der Waa jelle at archlinux.org
Fri Sep 28 18:28:59 UTC 2018


    Date: Friday, September 28, 2018 @ 18:28:59
  Author: jelle
Revision: 387494

make xsensors reproducible

convert writes date:create/modify standard, skip writing it since then the
package becomes unreproducible.

Modified:
  xsensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 18:24:46 UTC (rev 387493)
+++ PKGBUILD	2018-09-28 18:28:59 UTC (rev 387494)
@@ -40,7 +40,7 @@
 
   make DESTDIR="${pkgdir}" install
 
-  convert "$pkgdir/usr/share/pixmaps/xsensors/default.xpm" \
+  convert +set date:create +set date:modify "$pkgdir/usr/share/pixmaps/xsensors/default.xpm" \
     "$pkgdir/usr/share/pixmaps/xsensors.png"
   install -Dm644 "$srcdir/xsensors.desktop" \
     "$pkgdir/usr/share/applications/xsensors.desktop"



More information about the arch-commits mailing list