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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 15:14:57 UTC 2020


    Date: Tuesday, June 23, 2020 @ 15:14:56
  Author: felixonmars
Revision: 651371

fix translation and upstream re-tag hash

Modified:
  peony/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 14:40:55 UTC (rev 651370)
+++ PKGBUILD	2020-06-23 15:14:56 UTC (rev 651371)
@@ -2,7 +2,7 @@
 
 pkgname=peony
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="file manager for the UKUI desktop"
 arch=('x86_64')
 license=('GPL')
@@ -10,11 +10,15 @@
 depends=('gsettings-qt' 'kwindowsystem' 'poppler-qt5' 'qt5-x11extras')
 makedepends=('qt5-tools')
 groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz")
-sha512sums=('bb248404eea19cd5cffee1bfdc92230c61f4e195dc12ba138aa5daae6b31a21ac5e21e97852bf2099207e54edb5ca331e735f7e164b68e51f99e7fb87b2ccadc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz"
+        qm-install.patch)
+sha512sums=('4d441a0acefb6f46aa763d8b05b7f7d15c5d1f5790d270db2cf0179fde7b94fe77e03ca3cf29e2762d96aa714530a86e84d470297f01ba5ae0d4aa4c9945d0df'
+            'c7dbbe00cedebbe65afafb70b76053e5db30482672db0141b467df91139e0ada31f9a6080283f96e7b5be98b0ac48e81c72d3deff461750000ae0881176767bc')
 
 build() {
   cd peony-$pkgver
+  patch -p1 -i ../qm-install.patch
+  sed -i '/include <QPainter>/a #include <QPainterPath>' src/control/tab-status-bar.cpp
   qmake-qt5
   make
 }



More information about the arch-commits mailing list