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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 03:02:14 UTC 2020


    Date: Saturday, April 25, 2020 @ 03:02:14
  Author: yan12125
Revision: 619752

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qtermwidget/repos/community-staging-x86_64/PKGBUILD (from rev 619751, qtermwidget/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-25 03:02:14 UTC (rev 619752)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=qtermwidget
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("x86_64")
+url="https://lxqt.org"
+# 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/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+  "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('6ecaf7c91be282c5e34937a853fe649729966c38d7e8f4cf54c0df94d85ac3ee'
+            'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+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
+}



More information about the arch-commits mailing list