[arch-commits] Commit in qmltermwidget/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Wed Feb 23 07:57:49 UTC 2022
Date: Wednesday, February 23, 2022 @ 07:57:49
Author: svenstaro
Revision: 1136241
upgpkg: qmltermwidget 0.2.0.git1-1
Modified:
qmltermwidget/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-23 07:57:09 UTC (rev 1136240)
+++ PKGBUILD 2022-02-23 07:57:49 UTC (rev 1136241)
@@ -2,28 +2,26 @@
# Contributor: Doug Newgard <scimmia at archlinux dot info>
pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.2.0
+pkgrel=1
+pkgver=0.2.0.git1
pkgdesc='QML port of qtermwidget'
arch=('x86_64')
url='https://github.com/Swordfish90/qmltermwidget'
license=('GPL')
depends=('qt5-declarative')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz"
- https://github.com/Swordfish90/qmltermwidget/pull/27.patch
- https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
-sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43'
- '09e98e63eac1aa23585d05a7f0cdb8836126327c17272ad9246b82b41b95c47824c75553b71ee354b17c5c211e9ce47de4fe2d061c89573c67edc8983488a6bc'
- '3663f0d030d07d09a5dd397f2a26a50300c49411de87a8e32da1803e859c1db463ebefc9032bd4a9f04f3f0cc84ac912f9fbe053458ac8b613b0bbfac46d930c')
+makedepends=('git')
+source=("git+https://github.com/Swordfish90/qmltermwidget.git#commit=6322802"
+ $pkgname-pr31.patch::https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
+sha512sums=('SKIP'
+ '319971c928e8d2cf4582fc985e81579981d0aeca7b8dc9286e6b2da3df5a004d13aa3b458e99af515b6f44a89660801a9d2b77ca482c697faac0ac91c1ce5594')
prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i "$srcdir"/27.patch
- patch -Np1 -i "$srcdir"/31.patch
+ cd $pkgname
+ patch -Np1 -i "$srcdir"/$pkgname-pr31.patch
}
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname
qmake
make
@@ -30,7 +28,7 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname
- make INSTALL_ROOT="$pkgdir" install
+ make INSTALL_ROOT="$pkgdir" install -j1
}
More information about the arch-commits
mailing list