[arch-commits] Commit in lxqt-panel/repos (4 files)

Balló György bgyorgy at archlinux.org
Tue Jul 7 02:29:40 UTC 2015


    Date: Tuesday, July 7, 2015 @ 04:29:40
  Author: bgyorgy
Revision: 136497

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-07 02:29:32 UTC (rev 136496)
+++ community-i686/PKGBUILD	2015-07-07 02:29:40 UTC (rev 136497)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=(
-	"libxcomposite" "kguiaddons" "lxmenu-data"
-	"lxqt-common" "liblxqt-mount" "lxqt-globalkeys"
-)
-optdepends=(
-	"alsa-lib: Alsa support in volume control plugin"
-	"libpulse: PulseAudio support in volume control plugin"
-	"lm_sensors: Battery plugin"
-	"libstatgrab: Network and CPU monitor plugin"
-	"libsysstat: Network/CPU monitor plugin"
-	"menu-cache: Improved performance for main menu plugin"
-)
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-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 136496, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-07 02:29:40 UTC (rev 136497)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
+         "liblxqt-mount" "menu-cache")
+optdepends=("kguiaddons: Keyboard indicator plugin"
+            "libpulse: Volume control plugin"
+            "libstatgrab: CPU monitor and Network monitor plugins"
+            "libsysstat: System Statistics plugin"
+            "lm_sensors: Sensors plugin")
+makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
+             "lm_sensors" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
+
+
+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	2015-07-07 02:29:32 UTC (rev 136496)
+++ community-x86_64/PKGBUILD	2015-07-07 02:29:40 UTC (rev 136497)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=(
-	"libxcomposite" "kguiaddons" "lxmenu-data"
-	"lxqt-common" "liblxqt-mount" "lxqt-globalkeys"
-)
-optdepends=(
-	"alsa-lib: Alsa support in volume control plugin"
-	"libpulse: PulseAudio support in volume control plugin"
-	"lm_sensors: Battery plugin"
-	"libstatgrab: Network and CPU monitor plugin"
-	"libsysstat: Network/CPU monitor plugin"
-	"menu-cache: Improved performance for main menu plugin"
-)
-makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-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 136496, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-07 02:29:40 UTC (rev 136497)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
+         "liblxqt-mount" "menu-cache")
+optdepends=("kguiaddons: Keyboard indicator plugin"
+            "libpulse: Volume control plugin"
+            "libstatgrab: CPU monitor and Network monitor plugins"
+            "libsysstat: System Statistics plugin"
+            "lm_sensors: Sensors plugin")
+makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
+             "lm_sensors" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
+
+
+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