Date: Friday, April 24, 2020 @ 19:39:05
  Author: yan12125
Revision: 619541

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-24 19:38:03 UTC (rev 619540)
+++ PKGBUILD    2020-04-24 19:39:05 UTC (rev 619541)
@@ -1,35 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-
-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 
<[email protected]>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
-       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
-)
-
-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/PKGBUILD (from rev 619540, 
liblxqt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-04-24 19:39:05 UTC (rev 619541)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=liblxqt
+pkgver=0.15.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("x86_64")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("kwindowsystem" "libqtxdg" "libxss" "polkit-qt5" "libQt5Xdg.so")
+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 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: qt5.14.diff
===================================================================
--- qt5.14.diff 2020-04-24 19:38:03 UTC (rev 619540)
+++ qt5.14.diff 2020-04-24 19:39:05 UTC (rev 619541)
@@ -1,12 +0,0 @@
-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"

Reply via email to