[arch-commits] Commit in liblxqt/repos (3 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Apr 24 19:21:36 UTC 2020


    Date: Friday, April 24, 2020 @ 19:21:35
  Author: yan12125
Revision: 619530

archrelease: copy trunk to community-staging-x86_64

Added:
  liblxqt/repos/community-staging-x86_64/
  liblxqt/repos/community-staging-x86_64/PKGBUILD
    (from rev 619528, liblxqt/trunk/PKGBUILD)
  liblxqt/repos/community-staging-x86_64/qt5.14.diff
    (from rev 619528, liblxqt/trunk/qt5.14.diff)

-------------+
 PKGBUILD    |   35 +++++++++++++++++++++++++++++++++++
 qt5.14.diff |   12 ++++++++++++
 2 files changed, 47 insertions(+)

Copied: liblxqt/repos/community-staging-x86_64/PKGBUILD (from rev 619528, liblxqt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-24 19:21:35 UTC (rev 619530)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("x86_64")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("kwindowsystem" "libqtxdg" "libxss" "polkit-qt5")
+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=('48e72ed15e7ac0badbd132d17ff2c9d95f2c9652a807dfe1d3f4ff00c8b7cb44'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: liblxqt/repos/community-staging-x86_64/qt5.14.diff (from rev 619528, liblxqt/trunk/qt5.14.diff)
===================================================================
--- community-staging-x86_64/qt5.14.diff	                        (rev 0)
+++ community-staging-x86_64/qt5.14.diff	2020-04-24 19:21:35 UTC (rev 619530)
@@ -0,0 +1,12 @@
+diff --git a/lxqtpowermanager.cpp b/lxqtpowermanager.cpp
+index aef5ca2..b0926f9 100644
+--- a/lxqtpowermanager.cpp
++++ b/lxqtpowermanager.cpp
+@@ -32,6 +32,7 @@
+ #include <QApplication>
+ #include <QDesktopWidget>
+ #include <QtDebug>
++#include <QFile>
+ #include "lxqttranslator.h"
+ #include "lxqtglobals.h"
+ #include "lxqtsettings.h"



More information about the arch-commits mailing list