[arch-commits] Commit in lxqt-session/repos/community-x86_64 (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun May 8 12:08:08 UTC 2022


    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 <yan12125 at archlinux.org>
-# Contributor: Jerome Leclanche <jerome at leclan.ch>
-
-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 <jerome at leclan.ch>
-	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
-	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
-)
-
-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 <yan12125 at archlinux.org>
+# Contributor: Jerome Leclanche <jerome at leclan.ch>
+
+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 <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+build() {
+	cmake -S "$srcdir/$pkgname-$pkgver" -B build \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	cmake --build build
+}
+
+package() {
+	DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list