Date: Sunday, May 8, 2022 @ 12:08:07
Author: yan12125
Revision: 1196257
archrelease: copy trunk to community-x86_64
Added:
lxqt-session/repos/community-x86_64/PKGBUILD
(from rev 1196256, lxqt-session/trunk/PKGBUILD)
Deleted:
lxqt-session/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-08 12:07:53 UTC (rev 1196256)
+++ PKGBUILD 2022-05-08 12:08:07 UTC (rev 1196257)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: Jerome Leclanche <[email protected]>
-
-pkgname=lxqt-session
-pkgver=1.1.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=('5ca98a17eec1b6e084860d92764a34e4e21286a37b90796f1c523c0d576fb117'
- 'SKIP')
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida
<[email protected]>
- "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang
<[email protected]>
-)
-
-build() {
- cmake -S "$srcdir/$pkgname-$pkgver" -B build \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 1196256,
lxqt-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-08 12:08:07 UTC (rev 1196257)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-session
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="The LXQt session manager"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL2.1")
+depends=("liblxqt" "qtxdg-tools" "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=('dc763e73bf2bb7ba310e21c8dfb5f9229dcc24f048f711e5de808a759d2c1849'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida
<[email protected]>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang
<[email protected]>
+)
+
+build() {
+ cmake -S "$srcdir/$pkgname-$pkgver" -B build \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}