Date: Monday, December 7, 2015 @ 08:25:27
  Author: bpiotrowski
Revision: 149705

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

Added:
  liblxqt/repos/community-staging-i686/
  liblxqt/repos/community-staging-i686/PKGBUILD
    (from rev 149704, liblxqt/trunk/PKGBUILD)
  liblxqt/repos/community-staging-x86_64/
  liblxqt/repos/community-staging-x86_64/PKGBUILD
    (from rev 149704, liblxqt/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: liblxqt/repos/community-staging-i686/PKGBUILD (from rev 149704, 
liblxqt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 07:25:27 UTC (rev 149705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+        "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+        "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+        "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+        "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: liblxqt/repos/community-staging-x86_64/PKGBUILD (from rev 149704, 
liblxqt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 07:25:27 UTC (rev 149705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+        "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+        "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+        "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+        "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
+}

Reply via email to