[arch-commits] Commit in gdk-pixbuf-xlib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 13 16:00:49 UTC 2020


    Date: Friday, November 13, 2020 @ 16:00:49
  Author: heftig
Revision: 400756

archrelease: copy trunk to extra-x86_64

Added:
  gdk-pixbuf-xlib/repos/extra-x86_64/PKGBUILD
    (from rev 400755, gdk-pixbuf-xlib/trunk/PKGBUILD)
Deleted:
  gdk-pixbuf-xlib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 16:00:37 UTC (rev 400755)
+++ PKGBUILD	2020-11-13 16:00:49 UTC (rev 400756)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gdk-pixbuf-xlib
-pkgver=0+23
-pkgrel=1
-pkgdesc="Deprecated Xlib integration for GdkPixbuf"
-arch=(x86_64)
-url="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib"
-license=(LGPL2.1)
-depends=(gdk-pixbuf2 libx11)
-makedepends=(gtk-doc git meson)
-_commit=3116b8ae55501cf48d16970aa2b50a5530e15223  # master
-source=("git+$url.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  #git describe --tags | sed 's/-/+/g'
-  echo "0+$(git rev-list --count HEAD)"
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libgdk_pixbuf-2.0.so)
-  provides+=(libgdk_pixbuf_xlib-2.0.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gdk-pixbuf-xlib/repos/extra-x86_64/PKGBUILD (from rev 400755, gdk-pixbuf-xlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-13 16:00:49 UTC (rev 400756)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gdk-pixbuf-xlib
+pkgver=2.40.2
+pkgrel=1
+pkgdesc="Deprecated Xlib integration for GdkPixbuf"
+arch=(x86_64)
+url="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib"
+license=(LGPL2.1)
+depends=(gdk-pixbuf2 libx11)
+makedepends=(gtk-doc git meson)
+_commit=c142b818801e0affceea4a2139cf5630a283e54e  # tags/2.40.2^0
+source=("git+$url.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libgdk_pixbuf-2.0.so)
+  provides+=(libgdk_pixbuf_xlib-2.0.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list