[arch-commits] Commit in qterminal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Thu May 24 22:34:14 UTC 2018


    Date: Thursday, May 24, 2018 @ 22:34:09
  Author: jleclanche
Revision: 329217

archrelease: copy trunk to community-x86_64

Added:
  qterminal/repos/community-x86_64/PKGBUILD
    (from rev 329216, qterminal/trunk/PKGBUILD)
Deleted:
  qterminal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 22:33:47 UTC (rev 329216)
+++ PKGBUILD	2018-05-24 22:34:09 UTC (rev 329217)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=qterminal
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A lightweight Qt-based terminal emulator"
-arch=("i686" "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=(
-	"a741a8688e696537c3bb2dfaa632b9dcc11f3672b9c6a031354b465de5fd987a"
-	"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 329216, qterminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-24 22:34:09 UTC (rev 329217)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=qterminal
+pkgver=0.9.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=(
+	"4157980356af4e05cfe5fa3badecba6e25715a35e2b7f9a830da87bcca519fee"
+	"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