Date: Sunday, October 22, 2017 @ 00:22:22 Author: jleclanche Revision: 263911
archrelease: copy trunk to community-i686, community-x86_64 Added: lxqt-session/repos/community-i686/PKGBUILD (from rev 263910, lxqt-session/trunk/PKGBUILD) lxqt-session/repos/community-x86_64/PKGBUILD (from rev 263910, lxqt-session/trunk/PKGBUILD) Deleted: lxqt-session/repos/community-i686/PKGBUILD lxqt-session/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 44 ---------------------- community-x86_64/PKGBUILD | 44 ---------------------- 3 files changed, 88 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-10-21 23:48:34 UTC (rev 263910) +++ community-i686/PKGBUILD 2017-10-22 00:22:22 UTC (rev 263911) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Jerome Leclanche <jer...@leclan.ch> - -pkgname=lxqt-session -pkgver=0.12.0 -pkgrel=1 -pkgdesc="The LXQt session manager" -arch=("i686" "x86_64") -groups=("lxqt") -url="http://lxqt.org" -license=("LGPL2.1") -depends=("liblxqt" "lxqt-common" "xdg-user-dirs") -optdepends=( - "breeze-icons: Default icon theme" - "oxygen-icons: Alternative icon theme" - "sddm: The recommended display manager" -) -makedepends=("lxqt-build-tools") -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=( - "e826bb81fc3f688bf626cac2c66e63881e1ccfdb1ec8b54f493c1270775e69b8" - "SKIP" -) -validpgpkeys=( - "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jer...@leclan.ch> - "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <aga...@siduction.org> -) - - -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-i686/PKGBUILD (from rev 263910, lxqt-session/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-10-22 00:22:22 UTC (rev 263911) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Jerome Leclanche <jer...@leclan.ch> + +pkgname=lxqt-session +pkgver=0.12.0 +pkgrel=1 +pkgdesc="The LXQt session manager" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("liblxqt" "xdg-user-dirs") +optdepends=( + "breeze-icons: Default icon theme" + "oxygen-icons: Alternative icon theme" + "sddm: The recommended display manager" +) +makedepends=("lxqt-build-tools") +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=( + "e826bb81fc3f688bf626cac2c66e63881e1ccfdb1ec8b54f493c1270775e69b8" + "SKIP" +) +validpgpkeys=( + "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jer...@leclan.ch> + "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <aga...@siduction.org> +) + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-10-21 23:48:34 UTC (rev 263910) +++ community-x86_64/PKGBUILD 2017-10-22 00:22:22 UTC (rev 263911) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Jerome Leclanche <jer...@leclan.ch> - -pkgname=lxqt-session -pkgver=0.12.0 -pkgrel=1 -pkgdesc="The LXQt session manager" -arch=("i686" "x86_64") -groups=("lxqt") -url="http://lxqt.org" -license=("LGPL2.1") -depends=("liblxqt" "lxqt-common" "xdg-user-dirs") -optdepends=( - "breeze-icons: Default icon theme" - "oxygen-icons: Alternative icon theme" - "sddm: The recommended display manager" -) -makedepends=("lxqt-build-tools") -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=( - "e826bb81fc3f688bf626cac2c66e63881e1ccfdb1ec8b54f493c1270775e69b8" - "SKIP" -) -validpgpkeys=( - "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jer...@leclan.ch> - "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <aga...@siduction.org> -) - - -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-x86_64/PKGBUILD (from rev 263910, lxqt-session/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-10-22 00:22:22 UTC (rev 263911) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Jerome Leclanche <jer...@leclan.ch> + +pkgname=lxqt-session +pkgver=0.12.0 +pkgrel=1 +pkgdesc="The LXQt session manager" +arch=("i686" "x86_64") +groups=("lxqt") +url="http://lxqt.org" +license=("LGPL2.1") +depends=("liblxqt" "xdg-user-dirs") +optdepends=( + "breeze-icons: Default icon theme" + "oxygen-icons: Alternative icon theme" + "sddm: The recommended display manager" +) +makedepends=("lxqt-build-tools") +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=( + "e826bb81fc3f688bf626cac2c66e63881e1ccfdb1ec8b54f493c1270775e69b8" + "SKIP" +) +validpgpkeys=( + "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jer...@leclan.ch> + "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <aga...@siduction.org> +) + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}