[arch-commits] Commit in lxqt-config/repos (6 files)

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 14:36:23 UTC 2015


    Date: Monday, November 2, 2015 @ 15:36:22
  Author: jleclanche
Revision: 145647

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxqt-config/repos/community-i686/PKGBUILD
    (from rev 145646, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-x86_64/PKGBUILD
    (from rev 145646, lxqt-config/trunk/PKGBUILD)
Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-i686/fix-build.patch
  lxqt-config/repos/community-x86_64/PKGBUILD
  lxqt-config/repos/community-x86_64/fix-build.patch

----------------------------------+
 /PKGBUILD                        |   74 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   37 ------------------
 community-i686/fix-build.patch   |   21 ----------
 community-x86_64/PKGBUILD        |   37 ------------------
 community-x86_64/fix-build.patch |   21 ----------
 5 files changed, 74 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/PKGBUILD	2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-        "fix-build.patch")
-sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
-            '276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
-
-prepare() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	# fix build with qt 5.5
-	# https://github.com/lxde/lxqt-config/commit/a5045dc9
-	patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-	mkdir -p build
-	cd build
-	cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 145646, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-02 14:36:22 UTC (rev 145647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-build.patch
===================================================================
--- community-i686/fix-build.patch	2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/fix-build.patch	2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,21 +0,0 @@
-From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
-From: rezso <rezso at rezso.net>
-Date: Sun, 5 Jul 2015 20:38:44 +0200
-Subject: [PATCH] fix build with qt 5.5
-
----
- lxqt-config-monitor/monitor.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
-index 9f87bc0..b5df05b 100644
---- a/lxqt-config-monitor/monitor.h
-+++ b/lxqt-config-monitor/monitor.h
-@@ -20,6 +20,7 @@
- #ifndef _MONITOR_H_
- #define _MONITOR_H_
- 
-+#include <QObject>
- #include <QStringList>
- #include <QHash>
- #include <QList>

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-02 14:36:02 UTC (rev 145646)
+++ community-x86_64/PKGBUILD	2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-        "fix-build.patch")
-sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
-            '276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
-
-prepare() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	# fix build with qt 5.5
-	# https://github.com/lxde/lxqt-config/commit/a5045dc9
-	patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-	mkdir -p build
-	cd build
-	cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 145646, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-02 14:36:22 UTC (rev 145647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/fix-build.patch
===================================================================
--- community-x86_64/fix-build.patch	2015-11-02 14:36:02 UTC (rev 145646)
+++ community-x86_64/fix-build.patch	2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,21 +0,0 @@
-From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
-From: rezso <rezso at rezso.net>
-Date: Sun, 5 Jul 2015 20:38:44 +0200
-Subject: [PATCH] fix build with qt 5.5
-
----
- lxqt-config-monitor/monitor.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
-index 9f87bc0..b5df05b 100644
---- a/lxqt-config-monitor/monitor.h
-+++ b/lxqt-config-monitor/monitor.h
-@@ -20,6 +20,7 @@
- #ifndef _MONITOR_H_
- #define _MONITOR_H_
- 
-+#include <QObject>
- #include <QStringList>
- #include <QHash>
- #include <QList>



More information about the arch-commits mailing list