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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Jun 30 21:25:37 UTC 2019


    Date: Sunday, June 30, 2019 @ 21:25:36
  Author: yan12125
Revision: 486819

upgpkg: chewing-editor 0.1.1-5

Make it reproducible. See [1] for details.

[1] https://github.com/chewing/chewing-editor/pull/235

Modified:
  chewing-editor/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 21:20:20 UTC (rev 486818)
+++ PKGBUILD	2019-06-30 21:25:36 UTC (rev 486819)
@@ -3,7 +3,7 @@
 
 pkgname=chewing-editor
 pkgver=0.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross platform chewing user phrase editor"
 arch=('x86_64')
 url="http://chewing.im"
@@ -12,9 +12,11 @@
 makedepends=('cmake' 'qt5-tools' 'help2man' 'gtest')
 checkdepends=('valgrind')
 source=("https://github.com/chewing/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        system-gtest.patch)
+        system-gtest.patch
+        chewing-editor-reproducibility.patch::https://github.com/chewing/chewing-editor/commit/7db328e7372f870dc741436ba2da8ceb5199f2f9.patch)
 sha256sums=('ad59ba32bb258d7a1ee6c105a4be54357d2de18cc324277a1429f53fbb23709b'
-            '17f115cc9352c85973f1a3f75c2f1f17c2e8cc3e52a6656914d3895478cc35fc')
+            '17f115cc9352c85973f1a3f75c2f1f17c2e8cc3e52a6656914d3895478cc35fc'
+            '36a2aa702f58e90f306f3de07dee2cac74f013dff4762e277fd0048d9476c430')
 
 prepare() {
     cd $pkgname-$pkgver
@@ -21,6 +23,9 @@
 
     # based on commits from https://github.com/iblis17/chewing-editor/tree/cmake-gtest
     patch -Np1 -i ../system-gtest.patch
+
+    patch -Np1 -i ../chewing-editor-reproducibility.patch
+
     rm -r gmock
 
     mkdir build



More information about the arch-commits mailing list