[arch-commits] Commit in qtermwidget/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-19 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 19, 2020 @ 18:38:41
  Author: yan12125
Revision: 780006

archrelease: copy trunk to community-x86_64

Added:
  qtermwidget/repos/community-x86_64/PKGBUILD
(from rev 780005, qtermwidget/trunk/PKGBUILD)
Deleted:
  qtermwidget/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   83 +++--
 1 file changed, 43 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 18:38:29 UTC (rev 780005)
+++ PKGBUILD2020-12-19 18:38:41 UTC (rev 780006)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=qtermwidget
-pkgver=0.16.1
-pkgrel=1
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("x86_64")
-url="https://github.com/lxqt/$pkgname;
-# Yep, it's messy when you're talking about licenses
-license=("LGPL" "custom:BSD" "custom:Public Domain")
-depends=("qt5-base")
-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=('9266fe2b9d8b8c7297960660c13f816093706f18453c883671445ed49123b938'
-'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
-  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 780005, 
qtermwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 18:38:41 UTC (rev 780006)
@@ -0,0 +1,43 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=qtermwidget
+pkgver=0.16.1
+pkgrel=2
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname;
+# Yep, it's messy when you're talking about licenses
+license=("LGPL" "custom:BSD" "custom:Public Domain")
+depends=("qt5-base")
+makedepends=("lxqt-build-tools" "python-pyqt5" "python-sip" "sip")
+optdepends=(
+  'python: PyQt5 bindings'
+)
+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=('9266fe2b9d8b8c7297960660c13f816093706f18453c883671445ed49123b938'
+'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 \
+-DQTERMWIDGET_BUILD_PYTHON_BINDING=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in qtermwidget/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-14 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 14, 2020 @ 15:57:22
  Author: yan12125
Revision: 754119

archrelease: copy trunk to community-x86_64

Added:
  qtermwidget/repos/community-x86_64/PKGBUILD
(from rev 754118, qtermwidget/trunk/PKGBUILD)
Deleted:
  qtermwidget/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-14 15:56:52 UTC (rev 754118)
+++ PKGBUILD2020-11-14 15:57:22 UTC (rev 754119)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=qtermwidget
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("x86_64")
-url="https://github.com/lxqt/$pkgname;
-# Yep, it's messy when you're talking about licenses
-license=("LGPL" "custom:BSD" "custom:Public Domain")
-depends=("qt5-base")
-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=('739fcc97581d1fca441914d67808ea5eb2a051300488be319bb7afe30a01fdf2'
-'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
-  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 754118, 
qtermwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-14 15:57:22 UTC (rev 754119)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=qtermwidget
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname;
+# Yep, it's messy when you're talking about licenses
+license=("LGPL" "custom:BSD" "custom:Public Domain")
+depends=("qt5-base")
+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=('9266fe2b9d8b8c7297960660c13f816093706f18453c883671445ed49123b938'
+'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
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in qtermwidget/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 22:32:23
  Author: jleclanche
Revision: 329215

archrelease: copy trunk to community-x86_64

Added:
  qtermwidget/repos/community-x86_64/PKGBUILD
(from rev 329214, qtermwidget/trunk/PKGBUILD)
Deleted:
  qtermwidget/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-24 22:32:12 UTC (rev 329214)
+++ PKGBUILD2018-05-24 22:32:23 UTC (rev 329215)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qtermwidget
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-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=(
-   "ef01c2a2bedff008578b65efd47b3fff8e542dfcdf9779b547533c9c75825169"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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
-}

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 329214, 
qtermwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-24 22:32:23 UTC (rev 329215)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base")
+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=(
+   "e39ce62fec18112634630654f41f08f4be4638bcf0bebbc89d71c9aefdfa38b0"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+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
+}