[arch-commits] Commit in lxqt-themes/repos/community-any (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Sun Oct 22 05:06:33 UTC 2017


    Date: Sunday, October 22, 2017 @ 05:06:31
  Author: jleclanche
Revision: 263946

archrelease: copy trunk to community-any

Added:
  lxqt-themes/repos/community-any/PKGBUILD
    (from rev 263945, lxqt-themes/trunk/PKGBUILD)
Deleted:
  lxqt-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-22 05:06:19 UTC (rev 263945)
+++ PKGBUILD	2017-10-22 05:06:31 UTC (rev 263946)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-themes
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="LXQt themes, graphics and icons."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("hicolor-icon-theme")
-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=(
-	"bfc94e8bd3cf0b509d46e0a382b2564b44e82ca4da962d1d4cdd771889d49eb9"
-	"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: lxqt-themes/repos/community-any/PKGBUILD (from rev 263945, lxqt-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-22 05:06:31 UTC (rev 263946)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-themes
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="LXQt themes, graphics and icons."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("hicolor-icon-theme")
+makedepends=("lxqt-build-tools")
+replaces=("lxqt-common")
+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=(
+	"bfc94e8bd3cf0b509d46e0a382b2564b44e82ca4da962d1d4cdd771889d49eb9"
+	"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