[arch-commits] Commit in lxqt-session/repos (4 files)
Balló György
bgyorgy at archlinux.org
Mon Jan 30 19:15:54 UTC 2017
Date: Monday, January 30, 2017 @ 19:15:53
Author: bgyorgy
Revision: 209558
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-session/repos/community-i686/PKGBUILD
(from rev 209557, lxqt-session/trunk/PKGBUILD)
lxqt-session/repos/community-x86_64/PKGBUILD
(from rev 209557, 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-01-30 19:15:46 UTC (rev 209557)
+++ community-i686/PKGBUILD 2017-01-30 19:15:53 UTC (rev 209558)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-session
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="The LXQt session"
-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=("cmake" "qt5-tools" "git")
-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=(
- "c03e8229ba53a80f4f8807299460ea052ae0916ea991dd1f48274280ef0d8b57"
- "SKIP"
-)
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at 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 209557, lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 19:15:53 UTC (rev 209558)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="The LXQt session"
+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=(
+ "16bb429fb6fb7149d97bd6ee8a46abd1d9b01444f09db31601c7265ed2cd6f76"
+ "SKIP"
+)
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at 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-01-30 19:15:46 UTC (rev 209557)
+++ community-x86_64/PKGBUILD 2017-01-30 19:15:53 UTC (rev 209558)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-session
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="The LXQt session"
-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=("cmake" "qt5-tools" "git")
-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=(
- "c03e8229ba53a80f4f8807299460ea052ae0916ea991dd1f48274280ef0d8b57"
- "SKIP"
-)
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at 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 209557, lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-30 19:15:53 UTC (rev 209558)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="The LXQt session"
+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=(
+ "16bb429fb6fb7149d97bd6ee8a46abd1d9b01444f09db31601c7265ed2cd6f76"
+ "SKIP"
+)
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list