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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:47:01 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:47:00
  Author: felixonmars
Revision: 430433

archrelease: copy trunk to staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:46:52 UTC (rev 430432)
+++ PKGBUILD	2021-12-02 21:47:00 UTC (rev 430433)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gi-docgen
-pkgver=2021.8+3+g50d4de9
-pkgrel=2
-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=50d4de940f97c017a79012ae741a0e98b51c1dfb  # main
-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:

Copied: gi-docgen/repos/staging-any/PKGBUILD (from rev 430432, gi-docgen/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:47:00 UTC (rev 430433)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gi-docgen
+pkgver=2021.8+3+g50d4de9
+pkgrel=3
+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=50d4de940f97c017a79012ae741a0e98b51c1dfb  # main
+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