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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 15 06:26:42 UTC 2022


    Date: Tuesday, February 15, 2022 @ 06:26:42
  Author: alerque
Revision: 1133322

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
    (from rev 1133321, qgit/trunk/PKGBUILD)
Deleted:
  qgit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 06:26:35 UTC (rev 1133321)
+++ PKGBUILD	2022-02-15 06:26:42 UTC (rev 1133322)
@@ -1,30 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Dan McGee <dan at archlinux.org>
-
-pkgname=qgit
-pkgver=2.9
-pkgrel=2
-pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='https://github.com/tibirna/qgit'
-arch=('x86_64')
-license=('GPL')
-makedepends=('cmake')
-depends=('qt5-base' 'git' 'hicolor-icon-theme')
-optdepends=('source-highlight')
-source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver}")
-
-build() {
-  cd ${srcdir}/${pkgname}
-  rm -rf build && mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/build
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('SKIP')

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 1133321, qgit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-15 06:26:42 UTC (rev 1133322)
@@ -0,0 +1,30 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
+
+pkgname=qgit
+pkgver=2.10
+pkgrel=1
+pkgdesc="A GIT GUI viewer built on Qt/C++"
+url='https://github.com/tibirna/qgit'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake')
+depends=('qt5-base' 'git' 'hicolor-icon-theme')
+optdepends=('source-highlight')
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  rm -rf build && mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list