[arch-commits] Commit in lxqt-panel/repos (4 files)
Felix Yan
fyan at archlinux.org
Mon Dec 7 15:37:25 UTC 2015
Date: Monday, December 7, 2015 @ 16:37:24
Author: fyan
Revision: 149980
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
lxqt-panel/repos/community-staging-i686/
lxqt-panel/repos/community-staging-i686/PKGBUILD
(from rev 149977, lxqt-panel/trunk/PKGBUILD)
lxqt-panel/repos/community-staging-x86_64/
lxqt-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 149979, lxqt-panel/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 49 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 49 ++++++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
Copied: lxqt-panel/repos/community-staging-i686/PKGBUILD (from rev 149977, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 15:37:24 UTC (rev 149980)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=5
+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-staging-x86_64/PKGBUILD (from rev 149979, lxqt-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 15:37:24 UTC (rev 149980)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=5
+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
+}
More information about the arch-commits
mailing list