Date: Friday, April 24, 2015 @ 16:35:51
  Author: jleclanche
Revision: 132117

archrelease: copy trunk to community-x86_64

Added:
  libqtxdg/repos/community-x86_64/PKGBUILD
    (from rev 132116, libqtxdg/trunk/PKGBUILD)
Deleted:
  libqtxdg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-24 14:02:11 UTC (rev 132116)
+++ PKGBUILD    2015-04-24 14:35:51 UTC (rev 132117)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -DUSE_QT5=true
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 132116, 
libqtxdg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-04-24 14:35:51 UTC (rev 132117)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -DUSE_QT5=true
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to