Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gdk-pixbuf: update 2.36.12 to 2.42.6
- update
- NLS=1
- meson
- disable tests
- disable docs
- enable man pages
- disable GIO MIME sniffing
  • Loading branch information
wwwutz committed Nov 11, 2021
1 parent 7c5ba92 commit cccaeac
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions gdk-pixbuf.be0
@@ -1,22 +1,26 @@
#!/usr/bin/env beesh

# BEE_VERSION gdk-pixbuf-2.36.12-1
# BEE_VERSION gdk-pixbuf-2.42.6-0

# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7305ab43d741270ffa53ad2896d7f530/gdk-pixbuf-2.36.12.tar.xz"
#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7cd2fdaa3c55e2302316fe36968f7425/gdk-pixbuf-2.42.6.tar.xz"

#mee_extract() {
# bee_extract ${@}
#}

#mee_patch() {
# bee_patch ${@}
#}
mee_patch() {
bee_patch ${@}
echo "">po/LINGUAS
}

mee_configure() {
bee_configure \
--disable-nls \
--with-x11
--buildtype=release \
--wrap-mode=nofallback \
-Dinstalled_tests=false \
-Dgtk_doc=false \
-Dgio_sniffing=false
}

#mee_build() {
Expand All @@ -26,8 +30,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
mee_install_post() {

rm -rvf ${D}/usr/share/man

}

0 comments on commit cccaeac

Please sign in to comment.