Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions garcon.be0
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION garcon-4.16.1-0
# BEE_VERSION garcon-4.16.1-1

SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0a8b96a47e375055fd7ebf41f495add5/garcon-4.16.1.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

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

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in
}

#mee_configure() {
# bee_configure
Expand All @@ -29,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKG
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'