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

Felix Yan felixonmars at archlinux.org
Wed Jan 30 12:02:10 UTC 2019


    Date: Wednesday, January 30, 2019 @ 12:02:09
  Author: felixonmars
Revision: 428628

archrelease: copy trunk to community-testing-x86_64

Added:
  qterminal/repos/community-testing-x86_64/
  qterminal/repos/community-testing-x86_64/PKGBUILD
    (from rev 428627, qterminal/trunk/PKGBUILD)

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

Copied: qterminal/repos/community-testing-x86_64/PKGBUILD (from rev 428627, qterminal/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-01-30 12:02:09 UTC (rev 428628)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=qterminal
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
+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"
+)
+sha256sums=('9807450a2d2c72edaa60db5b6b33c6c76fa1c742b419167c8f2815d4e3e29d3e'
+            '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=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list