Date: Monday, November 2, 2015 @ 16:17:28
  Author: jleclanche
Revision: 145661

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

Added:
  lxqt-session/repos/community-i686/PKGBUILD
    (from rev 145660, lxqt-session/trunk/PKGBUILD)
  lxqt-session/repos/community-x86_64/PKGBUILD
    (from rev 145660, lxqt-session/trunk/PKGBUILD)
Deleted:
  lxqt-session/repos/community-i686/PKGBUILD
  lxqt-session/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ---------------
 community-x86_64/PKGBUILD |   29 ---------------
 3 files changed, 82 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-11-02 15:17:00 UTC (rev 145660)
+++ community-i686/PKGBUILD     2015-11-02 15:17:28 UTC (rev 145661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=lxqt-session
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("liblxqt" "lxqt-common" "libxkbcommon-x11")
-optdepends=("sddm: The recommended LXQt display manager")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-i686/PKGBUILD (from rev 145660, 
lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-11-02 15:17:28 UTC (rev 145661)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=1
+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=(
+       "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+       "http://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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-11-02 15:17:00 UTC (rev 145660)
+++ community-x86_64/PKGBUILD   2015-11-02 15:17:28 UTC (rev 145661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=lxqt-session
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt session"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("liblxqt" "lxqt-common" "libxkbcommon-x11")
-optdepends=("sddm: The recommended LXQt display manager")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 145660, 
lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 15:17:28 UTC (rev 145661)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=1
+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=(
+       "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+       "http://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
+}

Reply via email to