[arch-commits] Commit in gitg/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Jul 25 15:59:27 UTC 2019


    Date: Thursday, July 25, 2019 @ 15:59:27
  Author: heftig
Revision: 358584

archrelease: copy trunk to extra-x86_64

Added:
  gitg/repos/extra-x86_64/PKGBUILD
    (from rev 358583, gitg/trunk/PKGBUILD)
Deleted:
  gitg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-25 15:58:45 UTC (rev 358583)
+++ PKGBUILD	2019-07-25 15:59:27 UTC (rev 358584)
@@ -1,39 +0,0 @@
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=3.30.1
-pkgrel=1
-epoch=1
-pkgdesc="GNOME GUI client to view git repositories"
-url="https://wiki.gnome.org/Apps/Gitg"
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 python-gobject)
-makedepends=(intltool gobject-introspection git meson vala)
-_commit=a10e9899a4ec5f6ce382d6a0d42fcc0d66b114ef  # tags/v3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gitg/repos/extra-x86_64/PKGBUILD (from rev 358583, gitg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-25 15:59:27 UTC (rev 358584)
@@ -0,0 +1,40 @@
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=3.32.1
+pkgrel=1
+epoch=1
+pkgdesc="GNOME GUI client to view git repositories"
+url="https://wiki.gnome.org/Apps/Gitg"
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 python-gobject
+         libdazzle)
+makedepends=(gobject-introspection git meson vala)
+_commit=3bb93630770dbc8859017f59aa67fab1e19843a3  # tags/v3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}



More information about the arch-commits mailing list