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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Dec 21 07:09:11 UTC 2018


    Date: Friday, December 21, 2018 @ 07:09:11
  Author: svenstaro
Revision: 417066

archrelease: copy trunk to community-x86_64

Added:
  qmltermwidget/repos/community-x86_64/PKGBUILD
    (from rev 417065, qmltermwidget/trunk/PKGBUILD)
Deleted:
  qmltermwidget/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 07:09:01 UTC (rev 417065)
+++ PKGBUILD	2018-12-21 07:09:11 UTC (rev 417066)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.1.0
-pkgdesc='QML port of qtermwidget'
-arch=('x86_64')
-url='https://github.com/Swordfish90/qmltermwidget'
-license=('GPL')
-depends=('qt5-declarative')
-conflicts=('cool-retro-term-git<1.0.0RC1.r39')
-source=("https://github.com/Swordfish90/qmltermwidget/archive/v$pkgver.tar.gz")
-sha512sums=('d628b02deb9cce1bb1c1365b045d18a4d1afa641abb928979dba79c7aa58cd940d4974052a5dd6dd2f68d938451b28f3d2e15ab54430e4432c0b174bb4ee62d0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qmltermwidget/repos/community-x86_64/PKGBUILD (from rev 417065, qmltermwidget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 07:09:11 UTC (rev 417066)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+
+pkgname=qmltermwidget
+pkgrel=1
+pkgver=0.2.0
+pkgdesc='QML port of qtermwidget'
+arch=('x86_64')
+url='https://github.com/Swordfish90/qmltermwidget'
+license=('GPL')
+depends=('qt5-declarative')
+source=("https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz")
+sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list