summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-05-07 22:19:56 -0400
committerkj-sh6042025-05-07 22:19:56 -0400
commitf5aa5342add73a2ab4548c7b894c77b7ced1987c (patch)
tree5513bf930cbb8ce5042fc48f3201156b923b52a9
parent7443f24cfe307b49819616713fe390b118d46689 (diff)
refactor: update more `agave` stuff²
-rw-r--r--gnome-doc-utils-kj_sh604/.SRCINFO (renamed from gnome-doc-utils/.SRCINFO)6
-rw-r--r--gnome-doc-utils-kj_sh604/.gitignore (renamed from gnome-doc-utils/.gitignore)0
-rw-r--r--gnome-doc-utils-kj_sh604/PKGBUILD (renamed from gnome-doc-utils/PKGBUILD)5
3 files changed, 8 insertions, 3 deletions
diff --git a/gnome-doc-utils/.SRCINFO b/gnome-doc-utils-kj_sh604/.SRCINFO
index 67e44d5..ce9eb32 100644
--- a/gnome-doc-utils/.SRCINFO
+++ b/gnome-doc-utils-kj_sh604/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = gnome-doc-utils
+pkgbase = gnome-doc-utils-kj_sh604
pkgdesc = Documentation utilities for Gnome
pkgver = 0.20.10+16+gc03cc09
pkgrel = 4
@@ -12,7 +12,9 @@ pkgbase = gnome-doc-utils
depends = docbook-xml
depends = rarian
depends = python2-libxml2
+ provides = gnome-doc-utils
+ conflicts = gnome-doc-utils
source = git+https://gitlab.gnome.org/Archive/gnome-doc-utils.git#commit=c03cc0963996934e03587af3e351c2bb9dab6b2a
sha256sums = SKIP
-pkgname = gnome-doc-utils
+pkgname = gnome-doc-utils-kj_sh604
diff --git a/gnome-doc-utils/.gitignore b/gnome-doc-utils-kj_sh604/.gitignore
index 8be33f1..8be33f1 100644
--- a/gnome-doc-utils/.gitignore
+++ b/gnome-doc-utils-kj_sh604/.gitignore
diff --git a/gnome-doc-utils/PKGBUILD b/gnome-doc-utils-kj_sh604/PKGBUILD
index 326aa76..4dd5641 100644
--- a/gnome-doc-utils/PKGBUILD
+++ b/gnome-doc-utils-kj_sh604/PKGBUILD
@@ -2,7 +2,8 @@
# Contributor: Brian Bidulock <bidulock@openss7.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
-pkgname=gnome-doc-utils
+pkgname=gnome-doc-utils-kj_sh604
+_pkgname=gnome-doc-utils
pkgver=0.20.10+16+gc03cc09
pkgrel=4
pkgdesc="Documentation utilities for Gnome"
@@ -10,6 +11,8 @@ arch=('any')
license=('GPL' 'LGPL')
depends=(docbook-xml rarian python2-libxml2)
makedepends=(intltool gnome-common git)
+provides=(gnome-doc-utils)
+conflicts=(gnome-doc-utils)
url="https://www.gnome.org"
_commit=c03cc0963996934e03587af3e351c2bb9dab6b2a # master
source=("git+https://git.gnome.org/browse/gnome-doc-utils#commit=$_commit")