Date: Wednesday, January 30, 2019 @ 13:49:59
  Author: felixonmars
Revision: 428640

archrelease: copy trunk to community-testing-x86_64

Added:
  obconf-qt/repos/community-testing-x86_64/PKGBUILD
    (from rev 428639, obconf-qt/trunk/PKGBUILD)
Deleted:
  obconf-qt/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-30 13:49:21 UTC (rev 428639)
+++ PKGBUILD    2019-01-30 13:49:59 UTC (rev 428640)
@@ -1,37 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=obconf-qt
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Openbox configuration tool. Qt port of ObConf"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("hicolor-icon-theme" "openbox" "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";
-)
-sha512sums=('537c10e286311d39f3e69c2940f4267d7dd2e55888e1e50d6aeb3cad8f694fec7792ca30e258a69cfe0c5361acecd4232605e47e71e27fa53b25f4bb65a0d703'
-            '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: obconf-qt/repos/community-testing-x86_64/PKGBUILD (from rev 428639, 
obconf-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-01-30 13:49:59 UTC (rev 428640)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=obconf-qt
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Openbox configuration tool. Qt port of ObConf"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("hicolor-icon-theme" "openbox" "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";
+)
+sha512sums=('44cbea3ba0372bb06c8d3be2f8646432df01bc49081b3ffa6f6dc2a0dedb6402ba5089299167f41fbc4d719876ce872113af4bbb79439c9e2dc454225e2bb530'
+            '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