[arch-commits] Commit in lxqt-globalkeys/repos/community-x86_64 (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Wed Oct 16 16:54:48 UTC 2019
Date: Wednesday, October 16, 2019 @ 16:54:48
Author: yan12125
Revision: 516367
archrelease: copy trunk to community-x86_64
Added:
lxqt-globalkeys/repos/community-x86_64/PKGBUILD
(from rev 516366, lxqt-globalkeys/trunk/PKGBUILD)
Deleted:
lxqt-globalkeys/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-16 16:54:31 UTC (rev 516366)
+++ PKGBUILD 2019-10-16 16:54:48 UTC (rev 516367)
@@ -1,37 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=lxqt-globalkeys
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("x86_64")
-groups=("lxqt")
-url="https://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("lxqt-build-tools")
-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=('8b814bdd834ed8d960ae3c3b2e3f92caa7038d40aeac82f70d397d56d7fb53a9'
- 'SKIP')
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
-)
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-globalkeys/repos/community-x86_64/PKGBUILD (from rev 516366, lxqt-globalkeys/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-16 16:54:48 UTC (rev 516367)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-globalkeys
+pkgver=0.14.3
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("lxqt-build-tools")
+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=('e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
+
+
+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