[arch-commits] Commit in gi-docgen/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jul 6 09:49:38 UTC 2021


    Date: Tuesday, July 6, 2021 @ 09:49:38
  Author: heftig
Revision: 418964

archrelease: copy trunk to extra-any

Added:
  gi-docgen/repos/extra-any/PKGBUILD
    (from rev 418963, gi-docgen/trunk/PKGBUILD)
Deleted:
  gi-docgen/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 09:49:18 UTC (rev 418963)
+++ PKGBUILD	2021-07-06 09:49:38 UTC (rev 418964)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gi-docgen
-pkgver=2021.2+113+gc633261
-pkgrel=1
-pkgdesc="Documentation generator for GObject-based libraries"
-url="https://gitlab.gnome.org/GNOME/gi-docgen"
-arch=(any)
-license=(Apache GPL3)
-depends=(python-jinja python-markdown python-markupsafe python-pygments
-         python-toml python-typogrify)
-makedepends=(python-setuptools git)
-_commit=c6332610a09612d91f41d32cac5f7cdf758694a7  # main
-source=("git+$url.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: gi-docgen/repos/extra-any/PKGBUILD (from rev 418963, gi-docgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-06 09:49:38 UTC (rev 418964)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gi-docgen
+pkgver=2021.6
+pkgrel=1
+pkgdesc="Documentation generator for GObject-based libraries"
+url="https://gnome.pages.gitlab.gnome.org/gi-docgen/"
+arch=(any)
+license=(Apache GPL3)
+depends=(python-jinja python-markdown python-markupsafe python-pygments
+         python-toml python-typogrify)
+makedepends=(python-setuptools git)
+_commit=cb76996ba9ef7a1634ab9bde30c77c3bbb47c8db  # tags/2021.6^0
+source=("git+https://gitlab.gnome.org/GNOME/gi-docgen.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:




More information about the arch-commits mailing list