diff options
| author | kj-sh604 | 2025-05-07 22:17:08 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-07 22:17:08 -0400 |
| commit | 7443f24cfe307b49819616713fe390b118d46689 (patch) | |
| tree | 48ba595387c401bb5f44c71679b935230e9cacdf /gnome-doc-utils | |
| parent | 4739d08736cfa8782a2d52c8a0a5154126dc665f (diff) | |
refactor: update more `agave` stuff
Diffstat (limited to 'gnome-doc-utils')
| -rw-r--r-- | gnome-doc-utils/.SRCINFO | 7 | ||||
| -rw-r--r-- | gnome-doc-utils/PKGBUILD | 27 |
2 files changed, 20 insertions, 14 deletions
diff --git a/gnome-doc-utils/.SRCINFO b/gnome-doc-utils/.SRCINFO index cdfa47e..67e44d5 100644 --- a/gnome-doc-utils/.SRCINFO +++ b/gnome-doc-utils/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gnome-doc-utils pkgdesc = Documentation utilities for Gnome - pkgver = 0.21 - pkgrel = 604 + pkgver = 0.20.10+16+gc03cc09 + pkgrel = 4 url = https://www.gnome.org arch = any license = GPL @@ -11,7 +11,8 @@ pkgbase = gnome-doc-utils makedepends = git depends = docbook-xml depends = rarian - source = git+https://github.com/kj-sh604/gnome-doc-utils.git + depends = python2-libxml2 + source = git+https://gitlab.gnome.org/Archive/gnome-doc-utils.git#commit=c03cc0963996934e03587af3e351c2bb9dab6b2a sha256sums = SKIP pkgname = gnome-doc-utils diff --git a/gnome-doc-utils/PKGBUILD b/gnome-doc-utils/PKGBUILD index 166243d..326aa76 100644 --- a/gnome-doc-utils/PKGBUILD +++ b/gnome-doc-utils/PKGBUILD @@ -1,25 +1,31 @@ -# Maintainer: Brian Bidulock <bidulock@openss7.org> +# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca> +# Contributor: Brian Bidulock <bidulock@openss7.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-doc-utils -pkgver=0.21 -pkgrel=604 +pkgver=0.20.10+16+gc03cc09 +pkgrel=4 pkgdesc="Documentation utilities for Gnome" arch=('any') license=('GPL' 'LGPL') -depends=(docbook-xml rarian) +depends=(docbook-xml rarian python2-libxml2) makedepends=(intltool gnome-common git) url="https://www.gnome.org" -source=("git+https://github.com/kj-sh604/gnome-doc-utils.git") -# pkgver() { -# cd $pkgname -# git describe --tags | sed 's/-/+/g' -# } +_commit=c03cc0963996934e03587af3e351c2bb9dab6b2a # master +source=("git+https://git.gnome.org/browse/gnome-doc-utils#commit=$_commit") +source=("git+https://gitlab.gnome.org/Archive/gnome-doc-utils.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + prepare() { cd $pkgname rm -f m4/glib-gettext.m4 + sed -i 's/SUBDIRS = .*/SUBDIRS = /' 'doc/Makefile.am' NOCONFIGURE=1 ./autogen.sh - sed -i 's/SUBDIRS = .*/SUBDIRS = /' doc/Makefile.am } build() { @@ -34,4 +40,3 @@ package() { cd "$pkgname" make DESTDIR="$pkgdir" install } -sha256sums=('SKIP') |
