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

Jerome Leclanche jleclanche at archlinux.org
Thu May 24 20:48:23 UTC 2018


    Date: Thursday, May 24, 2018 @ 20:48:23
  Author: jleclanche
Revision: 329159

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-24 20:48:18 UTC (rev 329158)
+++ PKGBUILD	2018-05-24 20:48:23 UTC (rev 329159)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-session
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="The LXQt session manager"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "xdg-user-dirs")
-optdepends=(
-	"breeze-icons: Default icon theme"
-	"oxygen-icons: Alternative icon theme"
-	"sddm: The recommended display manager"
-)
-makedepends=("lxqt-build-tools")
-source=(
-	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
-	"e826bb81fc3f688bf626cac2c66e63881e1ccfdb1ec8b54f493c1270775e69b8"
-	"SKIP"
-)
-validpgpkeys=(
-	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
-	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
-)
-
-
-build() {
-	mkdir -p build
-	cd build
-	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-x86_64/PKGBUILD (from rev 329158, lxqt-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-24 20:48:23 UTC (rev 329159)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="The LXQt session manager"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "xdg-user-dirs")
+optdepends=(
+	"breeze-icons: Default icon theme"
+	"oxygen-icons: Alternative icon theme"
+	"sddm: The recommended display manager"
+)
+makedepends=("lxqt-build-tools")
+source=(
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"bf44b691d34d75895d0055894b714ed7035ad2605874a9d6f286bc7aefbd2baa"
+	"SKIP"
+)
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list