diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/gdk-pixbuf | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/gdk-pixbuf')
-rwxr-xr-x | xorg/gdk-pixbuf/build | 19 | ||||
-rw-r--r-- | xorg/gdk-pixbuf/checksums | 1 | ||||
-rw-r--r-- | xorg/gdk-pixbuf/depends | 5 | ||||
-rwxr-xr-x | xorg/gdk-pixbuf/post-install | 3 | ||||
-rw-r--r-- | xorg/gdk-pixbuf/sources | 1 | ||||
-rw-r--r-- | xorg/gdk-pixbuf/version | 1 |
6 files changed, 30 insertions, 0 deletions
diff --git a/xorg/gdk-pixbuf/build b/xorg/gdk-pixbuf/build new file mode 100755 index 00000000..cedbfa0b --- /dev/null +++ b/xorg/gdk-pixbuf/build @@ -0,0 +1,19 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + -Dgir=false \ + -Djasper=false \ + -Dpng=true \ + -Ddocs=false \ + -Dman=false \ + -Dinstalled_tests=false \ + -Dbuiltin_loaders=all \ + . output + +ninja -C output +ninja -C output install diff --git a/xorg/gdk-pixbuf/checksums b/xorg/gdk-pixbuf/checksums new file mode 100644 index 00000000..cc4a0ecb --- /dev/null +++ b/xorg/gdk-pixbuf/checksums @@ -0,0 +1 @@ +1582595099537ca8ff3b99c6804350b4c058bb8ad67411bbaae024ee7cead4e6 gdk-pixbuf-2.40.0.tar.xz diff --git a/xorg/gdk-pixbuf/depends b/xorg/gdk-pixbuf/depends new file mode 100644 index 00000000..a6b78545 --- /dev/null +++ b/xorg/gdk-pixbuf/depends @@ -0,0 +1,5 @@ +glib +libX11 +libpng +meson make +shared-mime-info make diff --git a/xorg/gdk-pixbuf/post-install b/xorg/gdk-pixbuf/post-install new file mode 100755 index 00000000..b97f005f --- /dev/null +++ b/xorg/gdk-pixbuf/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +gdk-pixbuf-query-loaders --update-cache diff --git a/xorg/gdk-pixbuf/sources b/xorg/gdk-pixbuf/sources new file mode 100644 index 00000000..2990051a --- /dev/null +++ b/xorg/gdk-pixbuf/sources @@ -0,0 +1 @@ +https://download.gnome.org/sources/gdk-pixbuf/2.40/gdk-pixbuf-2.40.0.tar.xz diff --git a/xorg/gdk-pixbuf/version b/xorg/gdk-pixbuf/version new file mode 100644 index 00000000..4ce29de9 --- /dev/null +++ b/xorg/gdk-pixbuf/version @@ -0,0 +1 @@ +2.40.0 1 |