Date: Monday, December 7, 2015 @ 13:32:23 Author: foutrelis Revision: 149807
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: lxqt-session/repos/community-staging-i686/ lxqt-session/repos/community-staging-i686/PKGBUILD (from rev 149806, lxqt-session/trunk/PKGBUILD) lxqt-session/repos/community-staging-x86_64/ lxqt-session/repos/community-staging-x86_64/PKGBUILD (from rev 149806, lxqt-session/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) Copied: lxqt-session/repos/community-staging-i686/PKGBUILD (from rev 149806, lxqt-session/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-12-07 12:32:23 UTC (rev 149807) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Jerome Leclanche <jer...@leclan.ch> + +pkgname=lxqt-session +pkgver=0.10.0 +pkgrel=3 +pkgdesc="The LXQt session" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("liblxqt" "lxqt-common") +optdepends=( + "breeze-icons: Default icon theme" + "oxygen-icons: Alternative icon theme" + "sddm: The recommended display manager" +) +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=( + "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4" + "SKIP" +) +validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: lxqt-session/repos/community-staging-x86_64/PKGBUILD (from rev 149806, lxqt-session/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-12-07 12:32:23 UTC (rev 149807) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Jerome Leclanche <jer...@leclan.ch> + +pkgname=lxqt-session +pkgver=0.10.0 +pkgrel=3 +pkgdesc="The LXQt session" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("liblxqt" "lxqt-common") +optdepends=( + "breeze-icons: Default icon theme" + "oxygen-icons: Alternative icon theme" + "sddm: The recommended display manager" +) +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=( + "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4" + "SKIP" +) +validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}