[arch-commits] Commit in webp-pixbuf-loader/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Fri Feb 4 12:24:12 UTC 2022


    Date: Friday, February 4, 2022 @ 12:24:11
  Author: archange
Revision: 1125329

archrelease: copy trunk to community-x86_64

Added:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD
    (from rev 1125328, webp-pixbuf-loader/trunk/PKGBUILD)
Deleted:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 12:23:47 UTC (rev 1125328)
+++ PKGBUILD	2022-02-04 12:24:11 UTC (rev 1125329)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=webp-pixbuf-loader
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="WebM GDK Pixbuf Loader library"
-arch=(x86_64)
-url="https://github.com/aruiz/webp-pixbuf-loader"
-license=(LGPL)
-depends=(gdk-pixbuf2 libwebp)
-makedepends=(meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e2ba11afcd1272f26147214659bcf2462066a840ecb9ba2776c85abd0ec43cbe')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: webp-pixbuf-loader/repos/community-x86_64/PKGBUILD (from rev 1125328, webp-pixbuf-loader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 12:24:11 UTC (rev 1125329)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=webp-pixbuf-loader
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="WebM GDK Pixbuf Loader library"
+arch=(x86_64)
+url="https://github.com/aruiz/webp-pixbuf-loader"
+license=(LGPL)
+depends=(gdk-pixbuf2 libwebp)
+makedepends=(meson)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd6e4ec44755e8df3e298688c0aeb72b9467bbdd03009989c0d94b219b30fb51')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list