[arch-commits] Commit in libqtxdg/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Dec 6 17:11:36 UTC 2015
Date: Sunday, December 6, 2015 @ 18:11:36
Author: bpiotrowski
Revision: 148942
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
libqtxdg/repos/community-staging-i686/
libqtxdg/repos/community-staging-i686/PKGBUILD
(from rev 148941, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-staging-x86_64/
libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 148941, libqtxdg/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: libqtxdg/repos/community-staging-i686/PKGBUILD (from rev 148941, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:11:36 UTC (rev 148942)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=3
+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=(
+ "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://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
+}
Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 148941, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 17:11:36 UTC (rev 148942)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=3
+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=(
+ "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://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