[arch-commits] Commit in gegl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 27 17:15:25 UTC 2021


    Date: Saturday, February 27, 2021 @ 17:15:25
  Author: arojas
Revision: 408911

archrelease: copy trunk to extra-x86_64

Added:
  gegl/repos/extra-x86_64/PKGBUILD
    (from rev 408910, gegl/trunk/PKGBUILD)
Deleted:
  gegl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 17:15:09 UTC (rev 408910)
+++ PKGBUILD	2021-02-27 17:15:25 UTC (rev 408911)
@@ -1,45 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=gegl
-pkgver=0.4.28
-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')
-_commit=811bd306500764a8c64debee4e1e0adda6ac74d3
-source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd ${pkgname}
-  git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43
-}
-
-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/extra-x86_64/PKGBUILD (from rev 408910, gegl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-27 17:15:25 UTC (rev 408911)
@@ -0,0 +1,45 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=gegl
+pkgver=0.4.28
+pkgrel=2
+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')
+_commit=811bd306500764a8c64debee4e1e0adda6ac74d3
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43
+}
+
+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