Date: Friday, November 6, 2015 @ 11:16:17
  Author: jleclanche
Revision: 146278

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-11-06 10:16:11 UTC (rev 146277)
+++ community-i686/PKGBUILD     2015-11-06 10:16:17 UTC (rev 146278)
@@ -1,41 +0,0 @@
-# $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
-}

Copied: lxqt-session/repos/community-i686/PKGBUILD (from rev 146277, 
lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-11-06 10:16:17 UTC (rev 146278)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=2
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-11-06 10:16:11 UTC (rev 146277)
+++ community-x86_64/PKGBUILD   2015-11-06 10:16:17 UTC (rev 146278)
@@ -1,41 +0,0 @@
-# $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
-}

Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 146277, 
lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 10:16:17 UTC (rev 146278)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.10.0
+pkgrel=2
+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
+}

Reply via email to