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

Felix Yan felixonmars at archlinux.org
Fri Jun 2 09:10:53 UTC 2017


    Date: Friday, June 2, 2017 @ 09:10:52
  Author: felixonmars
Revision: 232979

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   39 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: libqtxdg/repos/community-testing-i686/PKGBUILD (from rev 232978, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-06-02 09:10:52 UTC (rev 232979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=2.0.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" "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=(
+	"8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
+	"SKIP"
+)
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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-testing-x86_64/PKGBUILD (from rev 232978, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-06-02 09:10:52 UTC (rev 232979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=2.0.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" "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=(
+	"8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
+	"SKIP"
+)
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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