Date: Friday, April 16, 2021 @ 14:27:27
  Author: yan12125
Revision: 919474

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-session/repos/community-testing-x86_64/
  lxqt-session/repos/community-testing-x86_64/PKGBUILD
    (from rev 919473, lxqt-session/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: lxqt-session/repos/community-testing-x86_64/PKGBUILD (from rev 919473, 
lxqt-session/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-16 14:27:27 UTC (rev 919474)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="The LXQt session manager"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname";
+license=("LGPL2.1")
+depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" 
"libQt5Xdg.so" "procps")
+makedepends=("cmake" "lxqt-build-tools")
+optdepends=(
+       "breeze-icons: Default icon theme"
+       "oxygen-icons: Alternative icon theme"
+       "sddm: The recommended display manager"
+)
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('9d6cac08f2681917cdd4d9aec3bb77a60ea353a9fbeaae080f52320f4ecf08c0'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<tsujan2...@gmail.com>
+)
+
+
+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