[arch-commits] Commit in lxqt-config/repos (2 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Sep 24 14:13:27 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:13:27
  Author: jleclanche
Revision: 190314

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

Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   47 --------------------------------------------
 community-x86_64/PKGBUILD |   47 --------------------------------------------
 2 files changed, 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-24 14:13:23 UTC (rev 190313)
+++ community-i686/PKGBUILD	2016-09-24 14:13:27 UTC (rev 190314)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-	"build-without-lxqt-config-appearance.patch"
-)
-sha256sums=(
-	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-	"SKIP"
-	"a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-prepare() {
-	cd "$srcdir/$pkgname-$pkgver"
-	patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
-}
-
-
-build() {
-	mkdir -p build
-	cd build
-	# Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-	# Remove in 0.11
-	LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib
-	LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-24 14:13:23 UTC (rev 190313)
+++ community-x86_64/PKGBUILD	2016-09-24 14:13:27 UTC (rev 190314)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-	"build-without-lxqt-config-appearance.patch"
-)
-sha256sums=(
-	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-	"SKIP"
-	"a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-prepare() {
-	cd "$srcdir/$pkgname-$pkgver"
-	patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
-}
-
-
-build() {
-	mkdir -p build
-	cd build
-	# Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-	# Remove in 0.11
-	LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib
-	LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}



More information about the arch-commits mailing list