[arch-commits] Commit in lxqt-config/repos/community-x86_64 (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Nov 14 15:58:37 UTC 2020
Date: Saturday, November 14, 2020 @ 15:58:36
Author: yan12125
Revision: 754123
archrelease: copy trunk to community-x86_64
Added:
lxqt-config/repos/community-x86_64/PKGBUILD
(from rev 754122, lxqt-config/trunk/PKGBUILD)
Deleted:
lxqt-config/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-14 15:58:24 UTC (rev 754122)
+++ PKGBUILD 2020-11-14 15:58:36 UTC (rev 754123)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=lxqt-config
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="LXQt system configuration."
-arch=("x86_64")
-groups=("lxqt")
-url="https://github.com/lxqt/$pkgname"
-license=("LGPL2.1")
-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'
-)
-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"
-)
-sha256sums=('760b11d2fa0c3cdae0840dc22b3d4c119487d062b3f10d6b88f6a847ef83ec04'
- 'SKIP')
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
- "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
-)
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 754122, lxqt-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-14 15:58:36 UTC (rev 754123)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-config
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL2.1")
+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'
+)
+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"
+)
+sha256sums=('4b24ab2428e7def98e4a6485b8d2b035877f769c2e5de7f7d09624e8c79641fe'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list