Skip to content

Commit

Permalink
Merge pull request #1896 from mariux64/fix-gdk-pixbuf
Browse files Browse the repository at this point in the history
gdk-pixbuf: fix empty man pages
  • Loading branch information
wwwutz authored Sep 24, 2020
2 parents a7da425 + 5e5a6c6 commit f13d2a0
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions gdk-pixbuf.be0
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gdk-pixbuf-2.36.12-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""

# build_in_sourcedir



# BEE_VERSION gdk-pixbuf-2.36.12-1

# 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"

#mee_extract() {
# bee_extract ${@}
Expand All @@ -28,6 +15,7 @@ PATCHURL[0]=""

mee_configure() {
bee_configure \
--disable-nls \
--with-x11
}

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

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

}

0 comments on commit f13d2a0

Please sign in to comment.