forked from kiss-community/repo
gdk-pixbuf: new package at 2.38.1
This commit is contained in:
parent
72a9f3f64f
commit
c36adcc137
21
testing/gdk-pixbuf/build
Executable file
21
testing/gdk-pixbuf/build
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Don't build with tests or gettext.
|
||||
sed -i "s|subdir('tests')||g" -i meson.build
|
||||
sed -i "s|subdir('po')||g" -i meson.build
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
-Dgir=false \
|
||||
-Djasper=false \
|
||||
-Dpng=true \
|
||||
-Ddocs=false \
|
||||
-Dman=false \
|
||||
-Dinstalled_tests=false \
|
||||
. output
|
||||
|
||||
ninja -C output
|
||||
|
||||
DESTDIR="$1" ninja -C output install
|
1
testing/gdk-pixbuf/checksums
Normal file
1
testing/gdk-pixbuf/checksums
Normal file
@ -0,0 +1 @@
|
||||
f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a gdk-pixbuf-2.38.1.tar.xz
|
4
testing/gdk-pixbuf/depends
Normal file
4
testing/gdk-pixbuf/depends
Normal file
@ -0,0 +1,4 @@
|
||||
glib make
|
||||
libX11 make
|
||||
libpng make
|
||||
shared-mime-info make
|
1
testing/gdk-pixbuf/sources
Normal file
1
testing/gdk-pixbuf/sources
Normal file
@ -0,0 +1 @@
|
||||
https://download.gnome.org/sources/gdk-pixbuf/2.38/gdk-pixbuf-2.38.1.tar.xz
|
1
testing/gdk-pixbuf/version
Normal file
1
testing/gdk-pixbuf/version
Normal file
@ -0,0 +1 @@
|
||||
2.38.1 1
|
Loading…
Reference in New Issue
Block a user