[arch-commits] Commit in libqtxdg/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Tue Oct 27 13:54:00 UTC 2015


    Date: Tuesday, October 27, 2015 @ 14:53:59
  Author: jleclanche
Revision: 145121

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

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ------------------
 community-x86_64/PKGBUILD |   30 ------------------
 3 files changed, 72 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-27 13:39:34 UTC (rev 145120)
+++ community-i686/PKGBUILD	2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "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
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 145120, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-27 13:39:34 UTC (rev 145120)
+++ community-x86_64/PKGBUILD	2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "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
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 145120, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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