[arch-commits] Commit in blueprint-compiler/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 9 20:35:26 UTC 2022


    Date: Thursday, June 9, 2022 @ 20:35:26
  Author: arojas
Revision: 1229794

archrelease: copy trunk to community-any

Added:
  blueprint-compiler/repos/community-any/PKGBUILD
    (from rev 1229793, blueprint-compiler/trunk/PKGBUILD)
Deleted:
  blueprint-compiler/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 ++++++++++++++++++++++----------------------------
 1 file changed, 22 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 20:35:15 UTC (rev 1229793)
+++ PKGBUILD	2022-06-09 20:35:26 UTC (rev 1229794)
@@ -1,28 +0,0 @@
-# Maintainer:
-
-pkgname=blueprint-compiler
-pkgver=0+r153
-pkgrel=1
-pkgdesc='A markup language for GTK user interfaces'
-url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
-license=(LGPL)
-arch=(any)
-depends=(python)
-makedepends=(meson git)
-_commit=4e1398f23851de120b3489a242911d9a01349366
-source=("git+https://gitlab.gnome.org/jwestman/blueprint-compiler.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  echo "0+r"`git rev-list --count $_commit`
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: blueprint-compiler/repos/community-any/PKGBUILD (from rev 1229793, blueprint-compiler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 20:35:26 UTC (rev 1229794)
@@ -0,0 +1,22 @@
+# Maintainer:
+
+pkgname=blueprint-compiler
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A markup language for GTK user interfaces'
+url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
+license=(LGPL)
+arch=(any)
+depends=(python)
+makedepends=(meson)
+source=(https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz)
+sha256sums=('d4e5444c95e8d0060c819d0ab96f79a7ea2673296be95a2fb00359d1d54a0d83')
+
+build() {
+  arch-meson $pkgname-v$pkgver build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list