Date: Sunday, April 16, 2023 @ 13:22:15
  Author: yan12125
Revision: 1446552

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 13:21:54 UTC (rev 1446551)
+++ PKGBUILD    2023-04-16 13:22:15 UTC (rev 1446552)
@@ -1,49 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-
-pkgname=qtermwidget
-pkgver=1.2.0
-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" "pyqt-builder" "sip" "python-installer")
-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=('44ba43ff48683ba1b4a5192dafab3076633748cf2f8cd6816f68eeab240de88c'
-            '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
-
-  cd "$srcdir/$pkgname-$pkgver"/pyqt
-  CXXFLAGS="-I$PWD/../lib -I$PWD/../../build/lib" LDFLAGS="-L$PWD/../../build" 
sip-wheel --verbose
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-  cd "$srcdir/$pkgname-$pkgver"/pyqt
-  python -m installer --destdir="$pkgdir" *.whl
-}

Copied: qtermwidget/repos/community-staging-x86_64/PKGBUILD (from rev 1446551, 
qtermwidget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-16 13:22:15 UTC (rev 1446552)
@@ -0,0 +1,49 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=qtermwidget
+pkgver=1.3.0
+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" "pyqt-builder" "sip" "python-installer")
+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=('74bea8a12bb718e3d6233d04bfe131b0d0d33ab25a9c018c9a145c6b5aa5804e'
+            '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
+
+  cd "$srcdir/$pkgname-$pkgver"/pyqt
+  CXXFLAGS="-I$PWD/../lib -I$PWD/../../build/lib" LDFLAGS="-L$PWD/../../build" 
sip-wheel --verbose
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
+
+  cd "$srcdir/$pkgname-$pkgver"/pyqt
+  python -m installer --destdir="$pkgdir" *.whl
+}

Reply via email to