Skip to content

Commit

Permalink
gdk-pixbuf: fix empty man pages
Browse files Browse the repository at this point in the history
- man pages were 'empty':
```
# cat /usr/share/man/man1/gdk-pixbuf-csource.1
Man generation disabled. Remove this file, configure with --enable-man, and rebuild

```
- best IT solution after 'reboot' : rm
- persistent SRCURL
- remove potential language typos
  • Loading branch information
wwwutz committed Sep 17, 2020
1 parent ba5c3b5 commit 5e5a6c6
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 5e5a6c6

Please sign in to comment.