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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun May 31 13:32:33 UTC 2020


    Date: Sunday, May 31, 2020 @ 13:32:32
  Author: yan12125
Revision: 637686

upgpkg: lxqt-qtplugin 0.15.1-1; update URLs; follow CMake packaging guidelines

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 13:09:09 UTC (rev 637685)
+++ PKGBUILD	2020-05-31 13:32:32 UTC (rev 637686)
@@ -1,20 +1,21 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-qtplugin
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org"
+url="https://github.com/lxqt/$pkgname"
 license=("LGPL2.1")
 depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" "libQt5XdgIconLoader.so")
 makedepends=("lxqt-build-tools")
 source=(
-	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+	"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"
 )
-sha256sums=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
+sha256sums=('daef8d0ad3c310e0ff008769e8f196409b88e1f006b9207ef7fd006b47bd759e'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
@@ -22,13 +23,11 @@
 	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
-
 build() {
-	mkdir -p build
-	cd build
-	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
+	cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+	  -DCMAKE_INSTALL_PREFIX=/usr \
+	  -DCMAKE_BUILD_TYPE=None
+	make -C build
 }
 
 package() {



More information about the arch-commits mailing list