Skip to content
Permalink
update-openssh
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 36 lines (24 sloc) 649 Bytes
#!/usr/bin/env beesh
# BEE_VERSION xfce4-screenshooter-1.9.5-0
SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2"
# https://bugzilla.xfce.org/show_bug.cgi?id=15792
PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792.diff)
# EXCLUDE+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'