Date: Saturday, April 25, 2020 @ 02:54:36
  Author: yan12125
Revision: 619741

upgpkg: lxqt-config 0.15.0-1; add .so depends

Modified:
  lxqt-config/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-25 02:50:49 UTC (rev 619740)
+++ PKGBUILD    2020-04-25 02:54:36 UTC (rev 619741)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen <[email protected]>
 
 pkgname=lxqt-config
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt system configuration."
 arch=("x86_64")
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" 
"xf86-input-libinput" "qt5-svg")
+depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" 
"xf86-input-libinput" "qt5-svg" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 optdepends=(
        'xsettingsd: help GTK applications apply themes on the fly'
@@ -17,21 +17,15 @@
 source=(
        
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
        
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-       
$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-config/commit/cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e.patch
 )
-sha256sums=('2ffb0a8627652861f1d5c3a9f5071d7e1016071d829c0bd17be234b3ed34639a'
-            'SKIP'
-            'bc9c8159167e6689ec7f51297e21e100f602b2b3b3d98ece9a7ca7b37c90fa5a')
+sha256sums=('ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1'
+            'SKIP')
 validpgpkeys=(
        "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
        "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
 )
 
-prepare() {
-       cd $pkgname-$pkgver
-       patch -Np1 -i ../$pkgname-qt5.14.patch
-}
-
 build() {
        mkdir -p build
        cd build

Reply via email to