Date: Thursday, May 24, 2018 @ 20:35:39
  Author: jleclanche
Revision: 329129

archrelease: copy trunk to community-x86_64

Added:
  lxqt-config/repos/community-x86_64/PKGBUILD
    (from rev 329128, lxqt-config/trunk/PKGBUILD)
Deleted:
  lxqt-config/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-24 20:35:34 UTC (rev 329128)
+++ PKGBUILD    2018-05-24 20:35:39 UTC (rev 329129)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lxqt-config
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-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=(
-       "b9d409f9805c9865f9b254d6031ece20a70589e1bfae58330e14f5b6c0e932c6"
-       "SKIP"
-)
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-)
-
-
-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-config/repos/community-x86_64/PKGBUILD (from rev 329128, 
lxqt-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-24 20:35:39 UTC (rev 329129)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-config
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+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=(
+       "25adce2f44bc6567c77039e70b13b48837c6ab35391875ca7d7706b205853f66"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+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
+}

Reply via email to