Date: Thursday, May 21, 2020 @ 06:00:15
  Author: yan12125
Revision: 631039

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-21 05:59:37 UTC (rev 631038)
+++ PKGBUILD    2020-05-21 06:00:15 UTC (rev 631039)
@@ -1,49 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=lxqt-panel
-pkgver=0.15.0
-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" "libQt5Xdg.so"
-)
-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=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
-            'SKIP')
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
-)
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-       }

Copied: lxqt-panel/repos/community-x86_64/PKGBUILD (from rev 631038, 
lxqt-panel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-21 06:00:15 UTC (rev 631039)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-panel
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname";
+license=("LGPL2.1")
+depends=(
+       "libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+       "lxqt-globalkeys" "solid" "libxcb" "libQt5Xdg.so"
+)
+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=('86052bab16fa5b4b5a8e5a522e2de6ac0b12e40fedf18d0636e9db306ea280ac'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+
+build() {
+       cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_BUILD_TYPE=None
+       make -C build
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to