Date: Saturday, January 18, 2020 @ 02:55:44
  Author: yan12125
Revision: 552960

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-18 02:55:31 UTC (rev 552959)
+++ PKGBUILD    2020-01-18 02:55:44 UTC (rev 552960)
@@ -1,48 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lxqt-panel
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="The LXQt desktop panel"
-arch=("x86_64")
-groups=("lxqt")
-url="https://lxqt.org";
-license=("LGPL2.1")
-depends=(
-       "libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
-       "lxqt-globalkeys" "solid" "libxcb"
-)
-optdepends=(
-       "libpulse: Volume control plugin"
-       "libstatgrab: CPU monitor and Network monitor plugins"
-       "libsysstat: System Statistics plugin"
-       "lm_sensors: Sensors plugin"
-)
-makedepends=(
-       "lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
-       "lm_sensors" "libxdamage"
-)
-source=(
-       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
-)
-sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
-            'SKIP')
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-)
-
-
-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 552959, 
lxqt-panel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-01-18 02:55:44 UTC (rev 552960)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-panel
+pkgver=0.14.1
+pkgrel=2
+pkgdesc="The LXQt desktop panel"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=(
+       "libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+       "lxqt-globalkeys" "solid" "libxcb"
+)
+optdepends=(
+       "libpulse: Volume control plugin"
+       "alsa-lib: Volume control plugin"
+       "libstatgrab: CPU monitor and Network monitor plugins"
+       "libsysstat: System Statistics plugin"
+       "lm_sensors: Sensors plugin"
+)
+makedepends=(
+       "lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
+       "lm_sensors" "libxdamage" "alsa-lib"
+)
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+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