[arch-commits] Commit in qtermwidget/repos/community-x86_64 (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Nov 14 15:57:22 UTC 2020
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
===================================================================
--- PKGBUILD 2020-11-14 15:56:52 UTC (rev 754118)
+++ PKGBUILD 2020-11-14 15:57:22 UTC (rev 754119)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-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 <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
-}
Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 754118, qtermwidget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-14 15:57:22 UTC (rev 754119)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+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 <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