[arch-commits] Commit in libmodulemd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Fri Feb 4 18:47:10 UTC 2022


    Date: Friday, February 4, 2022 @ 18:47:10
  Author: jelle
Revision: 1125818

archrelease: copy trunk to community-x86_64

Added:
  libmodulemd/repos/community-x86_64/PKGBUILD
    (from rev 1125817, libmodulemd/trunk/PKGBUILD)
Deleted:
  libmodulemd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 18:47:01 UTC (rev 1125817)
+++ PKGBUILD	2022-02-04 18:47:10 UTC (rev 1125818)
@@ -1,34 +0,0 @@
-# Contributor: larchunix
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=libmodulemd
-pkgver=2.13.0
-pkgrel=1
-pkgdesc="C Library for manipulating module metadata files"
-arch=('x86_64')
-url="https://github.com/fedora-modularity/$pkgname"
-license=('MIT')
-depends=('file' 'glib2' 'libyaml' 'rpm-tools')
-makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson' 'python-gobject')
-optdepends=('python-gobject: for python bindings')
-source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-sha256sums=('cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc')
-
-build() {
-  cd ${pkgname#lib}-$pkgver
-  arch-meson build
-  ninja -C build
-}
-
-check() {
-  cd ${pkgname#lib}-$pkgver
-  ninja -C build test
-}
-
-package() {
-  cd ${pkgname#lib}-$pkgver
-  DESTDIR="$pkgdir/" ninja -C build install
-
-  install -Dp -m644 COPYING   "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: libmodulemd/repos/community-x86_64/PKGBUILD (from rev 1125817, libmodulemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 18:47:10 UTC (rev 1125818)
@@ -0,0 +1,35 @@
+# Contributor: larchunix
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=libmodulemd
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="C Library for manipulating module metadata files"
+arch=('x86_64')
+url="https://github.com/fedora-modularity/$pkgname"
+license=('MIT')
+depends=('file' 'glib2' 'libyaml' 'rpm-tools')
+makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson' 'python-gobject')
+optdepends=('python-gobject: for python bindings')
+options=(debug)
+source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz")
+sha256sums=('8087942cc290c0df486931233446fb4bce786cd9ff92eb72384731cd4d36f6ef')
+
+build() {
+  cd ${pkgname#lib}-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+check() {
+  cd ${pkgname#lib}-$pkgver
+  ninja -C build test
+}
+
+package() {
+  cd ${pkgname#lib}-$pkgver
+  DESTDIR="$pkgdir/" ninja -C build install
+
+  install -Dp -m644 COPYING   "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



More information about the arch-commits mailing list