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

Jerome Leclanche jleclanche at archlinux.org
Sun Oct 22 17:53:02 UTC 2017


    Date: Sunday, October 22, 2017 @ 17:53:01
  Author: jleclanche
Revision: 263994

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

Added:
  qtermwidget/repos/community-i686/PKGBUILD
    (from rev 263993, qtermwidget/trunk/PKGBUILD)
  qtermwidget/repos/community-x86_64/PKGBUILD
    (from rev 263993, qtermwidget/trunk/PKGBUILD)
Deleted:
  qtermwidget/repos/community-i686/PKGBUILD
  qtermwidget/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 ----------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-22 17:52:47 UTC (rev 263993)
+++ community-i686/PKGBUILD	2017-10-22 17:53:01 UTC (rev 263994)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=qtermwidget
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("qt5-base")
-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=(
-	"82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
-	"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: qtermwidget/repos/community-i686/PKGBUILD (from rev 263993, qtermwidget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-22 17:53:01 UTC (rev 263994)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=qtermwidget
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+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=(
+	"ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169"
+	"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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-22 17:52:47 UTC (rev 263993)
+++ community-x86_64/PKGBUILD	2017-10-22 17:53:01 UTC (rev 263994)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=qtermwidget
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("qt5-base")
-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=(
-	"82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
-	"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: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 263993, qtermwidget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-22 17:53:01 UTC (rev 263994)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=qtermwidget
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+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=(
+	"ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169"
+	"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