[arch-commits] Commit in lxqt-panel/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Sep 24 14:24:22 UTC 2016
Date: Saturday, September 24, 2016 @ 14:24:22
Author: jleclanche
Revision: 190328
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-panel/repos/community-i686/PKGBUILD
(from rev 190327, lxqt-panel/trunk/PKGBUILD)
lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 190327, lxqt-panel/trunk/PKGBUILD)
Deleted:
lxqt-panel/repos/community-i686/PKGBUILD
lxqt-panel/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 49 --------------------
community-x86_64/PKGBUILD | 49 --------------------
3 files changed, 104 insertions(+), 98 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-24 14:24:17 UTC (rev 190327)
+++ community-i686/PKGBUILD 2016-09-24 14:24:22 UTC (rev 190328)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=(
- "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
- "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
- "libpulse: Volume control plugin"
- "libstatgrab: CPU monitor and Network monitor plugins"
- "libsysstat: System Statistics plugin"
- "lm_sensors: Sensors plugin"
-)
-makedepends=(
- "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors"
-)
-source=(
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
- "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
- "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 190327, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:24:22 UTC (rev 190328)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=(
+ "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+ "lxqt-globalkeys" "menu-cache" "solid"
+)
+optdepends=(
+ "libpulse: Volume control plugin"
+ "libstatgrab: CPU monitor and Network monitor plugins"
+ "libsysstat: System Statistics plugin"
+ "lm_sensors: Sensors plugin"
+)
+makedepends=(
+ "cmake" "qt5-tools" "git" "libpulse" "libstatgrab" "libsysstat"
+ "lm_sensors"
+)
+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=(
+ "18415624d862b9b269fd1f74b2b6a51776852babd057e701e5d5b48ce46e777c"
+ "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 \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-09-24 14:24:17 UTC (rev 190327)
+++ community-x86_64/PKGBUILD 2016-09-24 14:24:22 UTC (rev 190328)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-panel
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=(
- "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
- "lxqt-globalkeys" "menu-cache" "solid"
-)
-optdepends=(
- "libpulse: Volume control plugin"
- "libstatgrab: CPU monitor and Network monitor plugins"
- "libsysstat: System Statistics plugin"
- "lm_sensors: Sensors plugin"
-)
-makedepends=(
- "cmake" "qt5-tools" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors"
-)
-source=(
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
- "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
- "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-panel/repos/community-x86_64/PKGBUILD (from rev 190327, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-24 14:24:22 UTC (rev 190328)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=(
+ "libdbusmenu-qt5" "libxcomposite" "lxmenu-data" "lxqt-common"
+ "lxqt-globalkeys" "menu-cache" "solid"
+)
+optdepends=(
+ "libpulse: Volume control plugin"
+ "libstatgrab: CPU monitor and Network monitor plugins"
+ "libsysstat: System Statistics plugin"
+ "lm_sensors: Sensors plugin"
+)
+makedepends=(
+ "cmake" "qt5-tools" "git" "libpulse" "libstatgrab" "libsysstat"
+ "lm_sensors"
+)
+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=(
+ "18415624d862b9b269fd1f74b2b6a51776852babd057e701e5d5b48ce46e777c"
+ "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 \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list