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

Jelle van der Waa jelle at archlinux.org
Wed Sep 26 13:55:20 UTC 2018


    Date: Wednesday, September 26, 2018 @ 13:55:20
  Author: jelle
Revision: 385341

Make qpodcast reproducible

Modified:
  qsopcast/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-26 13:09:26 UTC (rev 385340)
+++ PKGBUILD	2018-09-26 13:55:20 UTC (rev 385341)
@@ -16,7 +16,8 @@
 
 prepare() {
   sed -i 's,/local,/,g' "$pkgname-$pkgver-qt4/src/"{qsopcast.pro,main.cpp}
-  convert "$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
+  # set modify/create for reproducible builds
+  convert +set date:create +set date:modify "$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
   gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" --custom='GenericName=Online TV'
 }
 



More information about the arch-commits mailing list