[arch-commits] Commit in lxqt-qtplugin/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Sep 24 14:34:56 UTC 2016
Date: Saturday, September 24, 2016 @ 14:34:53
Author: jleclanche
Revision: 190340
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
Deleted:
lxqt-qtplugin/repos/community-i686/PKGBUILD
lxqt-qtplugin/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 36 --------------------
community-x86_64/PKGBUILD | 36 --------------------
3 files changed, 78 insertions(+), 72 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-24 14:34:47 UTC (rev 190339)
+++ community-i686/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
- "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
- "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-qtplugin
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-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=(
+ "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
+ "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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-09-24 14:34:47 UTC (rev 190339)
+++ community-x86_64/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
- "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
- "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-qtplugin
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-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=(
+ "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
+ "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