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

Jiachen Yang farseerfc at archlinux.org
Sat Sep 29 18:56:46 UTC 2018


    Date: Saturday, September 29, 2018 @ 18:56:45
  Author: farseerfc
Revision: 387998

upgpkg: retext 7.0.4-2

retext make imagemagick convert png be reproducible

Modified:
  retext/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 18:56:39 UTC (rev 387997)
+++ PKGBUILD	2018-09-29 18:56:45 UTC (rev 387998)
@@ -8,7 +8,7 @@
 _pkgname=ReText
 pkgname=retext
 pkgver=7.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext"
@@ -53,7 +53,7 @@
     _ICONSDIR="$_SHAREDIR/icons/hicolor"
     for size in 16 22 24 32 48 128; do
       install -d -m 755 "$_ICONSDIR"/${size}x${size}/apps
-      convert -resize $size icons/$pkgname.png "$_ICONSDIR"/${size}x${size}/apps/$pkgname.png
+      convert -resize $size +set date:create +set date:modify icons/$pkgname.png "$_ICONSDIR"/${size}x${size}/apps/$pkgname.png
     done
     install -d -m 755 $_ICONSDIR/scalable/apps
     install -m 644 icons/$pkgname.svg "$_ICONSDIR"/scalable/apps/$pkgname.svg



More information about the arch-commits mailing list