[arch-commits] Commit in gegl/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Sun Dec 19 20:32:50 UTC 2021
Date: Sunday, December 19, 2021 @ 20:32:50
Author: eworm
Revision: 432791
archrelease: copy trunk to testing-x86_64
Added:
gegl/repos/testing-x86_64/PKGBUILD
(from rev 432790, gegl/trunk/PKGBUILD)
Deleted:
gegl/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-19 20:32:35 UTC (rev 432790)
+++ PKGBUILD 2021-12-19 20:32:50 UTC (rev 432791)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=gegl
-_tag='0dcdbe3e1244110e8284219250bf2345672de6a0'
-pkgver=0.4.34
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('x86_64')
-url="https://www.gegl.org/"
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib')
-makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject')
-optdepends=('ffmpeg: ffmpeg plugin' 'graphviz: for gegl-introspect')
-source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g'
-}
-
-build() {
- mkdir -p build
- cd build
- arch-meson ../$pkgname \
- -Dworkshop=true \
- -Dmrg=disabled \
- -Dmaxflow=disabled
- ninja
-}
-
-check() {
- cd build
- ninja test || :
-}
-
-package() {
- cd build
- DESTDIR="${pkgdir}" ninja install
-}
Copied: gegl/repos/testing-x86_64/PKGBUILD (from rev 432790, gegl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-19 20:32:50 UTC (rev 432791)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gegl
+_tag='0dcdbe3e1244110e8284219250bf2345672de6a0'
+pkgver=0.4.34
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="https://www.gegl.org/"
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib')
+makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject')
+optdepends=('ffmpeg: ffmpeg plugin' 'graphviz: for gegl-introspect')
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g'
+}
+
+build() {
+ mkdir -p build
+ cd build
+ arch-meson ../$pkgname \
+ -Dworkshop=true \
+ -Dmrg=disabled \
+ -Dmaxflow=disabled
+ ninja
+}
+
+check() {
+ cd build
+ ninja test || :
+}
+
+package() {
+ cd build
+ DESTDIR="${pkgdir}" ninja install
+}
More information about the arch-commits
mailing list