[arch-commits] Commit in lxqt-panel/repos (2 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Feb 28 14:35:50 UTC 2019


    Date: Thursday, February 28, 2019 @ 14:35:50
  Author: yan12125
Revision: 437056

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-panel/repos/community-testing-x86_64/
  lxqt-panel/repos/community-testing-x86_64/PKGBUILD
    (from rev 437055, lxqt-panel/trunk/PKGBUILD)

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

Copied: lxqt-panel/repos/community-testing-x86_64/PKGBUILD (from rev 437055, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-28 14:35:50 UTC (rev 437056)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=(
+	"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+	"lxqt-globalkeys" "solid" "libxcb"
+)
+optdepends=(
+	"libpulse: Volume control plugin"
+	"libstatgrab: CPU monitor and Network monitor plugins"
+	"libsysstat: System Statistics plugin"
+	"lm_sensors: Sensors plugin"
+)
+makedepends=(
+	"lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
+	"lm_sensors" "libxdamage"
+)
+source=(
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
+            '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 \
+		-DCMAKE_INSTALL_LIBDIR=/usr/lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+	}



More information about the arch-commits mailing list