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

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 23:33:18 UTC 2016


    Date: Saturday, September 24, 2016 @ 23:33:17
  Author: jleclanche
Revision: 190464

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qterminal/repos/community-i686/
  qterminal/repos/community-i686/PKGBUILD
    (from rev 190463, qterminal/trunk/PKGBUILD)
  qterminal/repos/community-x86_64/
  qterminal/repos/community-x86_64/PKGBUILD
    (from rev 190463, qterminal/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: qterminal/repos/community-i686/PKGBUILD (from rev 190463, qterminal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-24 23:33:17 UTC (rev 190464)
@@ -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=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git")
+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
+}

Copied: qterminal/repos/community-x86_64/PKGBUILD (from rev 190463, qterminal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-24 23:33:17 UTC (rev 190464)
@@ -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=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git")
+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
+}



More information about the arch-commits mailing list