Date: Sunday, April 16, 2023 @ 13:10:42
  Author: yan12125
Revision: 1446524

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-config/repos/community-testing-x86_64/
  lxqt-config/repos/community-testing-x86_64/PKGBUILD
    (from rev 1446523, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-testing-x86_64/keys/

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

Copied: lxqt-config/repos/community-testing-x86_64/PKGBUILD (from rev 1446523, 
lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-04-16 13:10:42 UTC (rev 1446524)
@@ -0,0 +1,43 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-config
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname";
+license=("LGPL2.1")
+depends=("glibc" "gcc-libs"
+         "qt5-base" "qt5-svg" "qt5-x11extras" "libkscreen"
+         "libQt5Xdg.so" "liblxqt" "lxqt-themes"
+         "libx11" "libxcb" "libxcursor" "libxfixes" "libxi" 
"xf86-input-libinput"
+         "libudev.so" "zlib")
+makedepends=("lxqt-build-tools")
+optdepends=(
+       'xsettingsd: help GTK applications apply themes on the fly'
+)
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('929f60b58cf8dbf84f0f778a59c9794bfcc74abb8ea68177e28deb666eae698f'
+            'SKIP')
+validpgpkeys=(
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # 
https://github.com/tsujan.gpg
+)
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_BUILD_TYPE=None
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to