Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 42 lines (31 sloc) 884 Bytes
#!/usr/bin/env beesh
# BEE_VERSION zenity-3.32.0-1
# SRCURL[0]="https://download.gnome.org/sources/zenity/${PKGVERSION[2]}/zenity-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/ba2b2a13248773b4ec0fd323d95e6d5a/zenity-3.32.0.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
echo "">help/LINGUAS
}
# avoid building anything in help, since it needs yelp, next
# bootstrap the build, BEE_BUILDTYPE autotools will be used
mee_patch_post() {
sed -e '/YELP_HELP_INIT/ d' -e '/help\/Makefile/ d' -i ${S}/configure.ac
sed -e '/data\s\\/ d' -e '/help/ s/help/data/' -i ${S}/Makefile.am
NOCONFIGURE=1 ./autogen.sh
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}