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

Jerome Leclanche jleclanche at archlinux.org
Thu May 24 20:28:37 UTC 2018


    Date: Thursday, May 24, 2018 @ 20:28:36
  Author: jleclanche
Revision: 329112

archrelease: copy trunk to community-x86_64

Added:
  libqtxdg/repos/community-x86_64/PKGBUILD
    (from rev 329111, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-x86_64/rebuild.list
    (from rev 329111, libqtxdg/trunk/rebuild.list)
Deleted:
  libqtxdg/repos/community-x86_64/PKGBUILD
  libqtxdg/repos/community-x86_64/rebuild.list

--------------+
 PKGBUILD     |   78 ++++++++++++++++++++++++++++-----------------------------
 rebuild.list |    2 -
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 20:28:31 UTC (rev 329111)
+++ PKGBUILD	2018-05-24 20:28:36 UTC (rev 329112)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=libqtxdg
-pkgver=3.1.0
-pkgrel=4
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("x86_64")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake")
-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=(
-	"0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
-	"SKIP"
-)
-validpgpkeys=(
-	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
-	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
-)
-
-
-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: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 329111, libqtxdg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-24 20:28:36 UTC (rev 329112)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+	"949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
+	"SKIP"
+)
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+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: rebuild.list
===================================================================
--- rebuild.list	2018-05-24 20:28:31 UTC (rev 329111)
+++ rebuild.list	2018-05-24 20:28:36 UTC (rev 329112)
@@ -1 +0,0 @@
-deepin-qt5integration

Copied: libqtxdg/repos/community-x86_64/rebuild.list (from rev 329111, libqtxdg/trunk/rebuild.list)
===================================================================
--- rebuild.list	                        (rev 0)
+++ rebuild.list	2018-05-24 20:28:36 UTC (rev 329112)
@@ -0,0 +1 @@
+deepin-qt5integration



More information about the arch-commits mailing list