[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 15:01:15
  Author: yan12125
Revision: 743161

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 743160, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 743160, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-05 15:01:15 UTC (rev 743161)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-qtplugin
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.so")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('4920add017ec6805d50ae653c09ffd9623314aaa2a606054e01a4b9e6498ea90'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+build() {
+   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None
+   make -C build
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 19:04:39
  Author: arojas
Revision: 635183

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 635182, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 635182, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-26 19:04:39 UTC (rev 635183)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.15.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.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=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:42:47
  Author: yan12125
Revision: 619724

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 619723, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 619723, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:42:47 UTC (rev 619724)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.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=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 12:53:59
  Author: arojas
Revision: 537374

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 537373, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 537373, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 12:53:59 UTC (rev 537374)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.14.0
+pkgrel=3
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2019-06-19 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 19, 2019 @ 12:42:05
  Author: arojas
Revision: 482359

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 482358, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 482358, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-19 12:42:05 UTC (rev 482359)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:39:50
  Author: felixonmars
Revision: 428598

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-qtplugin/repos/community-testing-x86_64/
  lxqt-qtplugin/repos/community-testing-x86_64/PKGBUILD
(from rev 428597, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: lxqt-qtplugin/repos/community-testing-x86_64/PKGBUILD (from rev 428597, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-30 11:39:50 UTC (rev 428598)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:45
  Author: arojas
Revision: 411553

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 411552, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 411552, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:37:45 UTC (rev 411553)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.13.0
+pkgrel=3
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=(
+   "a67c8668c09aefe54ef78c63806dc647f1c7b2067d780616f6fa4a9b125bdc5a"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2018-05-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 22, 2018 @ 12:22:02
  Author: arojas
Revision: 327572

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 327571, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 327571, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-22 12:22:02 UTC (rev 327572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.12.0
+pkgrel=3
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=(
+   "a41a1e06c7246eb109225885a9ab9239c0d310baa0ab86b8712c410e77e00cef"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-qtplugin/repos (2 files)

2017-12-07 Thread Antonio Rojas via arch-commits
Date: Thursday, December 7, 2017 @ 12:06:36
  Author: arojas
Revision: 272961

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 272960, lxqt-qtplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 272960, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-07 12:06:36 UTC (rev 272961)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+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=(
+   "a41a1e06c7246eb109225885a9ab9239c0d310baa0ab86b8712c410e77e00cef"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}