[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 23:28:31 UTC 2016


    Date: Saturday, September 24, 2016 @ 23:28:30
  Author: jleclanche
Revision: 190462

qterminal: Moved from AUR

Added:
  qterminal/
  qterminal/repos/
  qterminal/trunk/
  qterminal/trunk/PKGBUILD

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

Added: qterminal/trunk/PKGBUILD
===================================================================
--- qterminal/trunk/PKGBUILD	                        (rev 0)
+++ qterminal/trunk/PKGBUILD	2016-09-24 23:28:30 UTC (rev 190462)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=qterminal
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base" "qtermwidget")
+makedepends=("cmake")
+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=(
+	"a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
+	"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
+}


Property changes on: qterminal/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list