Skip to content

Commit

Permalink
Merge pull request #2504 from mariux64/update-gdk-pixbuf-2426
Browse files Browse the repository at this point in the history
gdk-pixbuf update
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents 5e8c482 + 07fd35d commit b8e937b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 13 deletions.
29 changes: 29 additions & 0 deletions gdk-pixbuf-xlib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env beesh

# BEE_VERSION gdk-pixbuf-xlib-2.40.2-0

# SRCURL[0]="https://download.gnome.org/sources/gdk-pixbuf-xlib/2.40/gdk-pixbuf-xlib-2.40.2.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/fbd57e867e039a8cf9164d145c0f0434/gdk-pixbuf-xlib-2.40.2.tar.xz"

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

#mee_patch() {
# bee_patch ${@}
#}

mee_configure() {
bee_configure \
--buildtype=release \
--wrap-mode=nofallback \
-Dgtk_doc=false
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
25 changes: 12 additions & 13 deletions gdk-pixbuf.be0
Original file line number Diff line number Diff line change
@@ -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 b8e937b

Please sign in to comment.