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

Jan Steffens heftig at gemini.archlinux.org
Mon Dec 27 20:01:44 UTC 2021


    Date: Monday, December 27, 2021 @ 20:01:43
  Author: heftig
Revision: 433174

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   84 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-27 20:01:30 UTC (rev 433173)
+++ PKGBUILD	2021-12-27 20:01:43 UTC (rev 433174)
@@ -1,43 +0,0 @@
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gitg
-pkgver=3.32.1+r23+g33bb5d2d
-pkgrel=2
-epoch=2
-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=33bb5d2d896fcf2fc9a2ed50b236b727c5364895  # gnome-3-32
-source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gitg
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gitg
-
-  # fix tests
-  git cherry-pick -n b9f102c760adaee8185567007bcbe3b6604754f2
-}
-
-build() {
-  arch-meson gitg build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  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 433173, gitg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-27 20:01:43 UTC (rev 433174)
@@ -0,0 +1,41 @@
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gitg
+pkgver=41
+pkgrel=1
+epoch=2
+pkgdesc="GNOME GUI client to view git repositories"
+url="https://wiki.gnome.org/Apps/Gitg"
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 gtk3 gtksourceview4 gobject-introspection-runtime libgit2-glib
+         libgee json-glib gsettings-desktop-schemas libpeas gspell libdazzle
+         libsecret libxml2)
+makedepends=(git meson gobject-introspection vala python-gobject)
+_commit=1adffb6b3ce97626f2ed23885d6d0e44a2764cbe  # tags/v41^0
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gitg
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gitg
+}
+
+build() {
+  arch-meson gitg build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  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