Permalink
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?
bee-files/xfce4-panel.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes: > - Draw panel border based on position and length > - windowlist: Make layout consistent with xfdesktop > - windowmenu: Replace deprecated gtk_widget_modify_font > - tasklist: Resize when windows get removed (Bug #14394) > - systray: Fix icons without compositing (Bug #14577) > - pager: Fix scrolling in pager-buttons (Bug #15614) > - launcher: Fix visual state of arrow-button (Bug #15818) > - launcher: Avoid excessive left padding on popup menu (Bug #15819)
executable file
32 lines (22 sloc)
561 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env beesh | |
# BEE_VERSION xfce4-panel-4.14.1-0 | |
SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" | |
PATCHURL+=(/src/mariux/patches/0002-migrate-default.xml.in-Add-pulseaudio-plugin.patch) | |
# EXCLUDE+=() | |
# build_in_sourcedir | |
#mee_extract() { | |
# bee_extract "${@}" | |
#} | |
#mee_patch() { | |
# bee_patch "${@}" | |
#} | |
mee_configure() { | |
bee_configure --disable-vala | |
} | |
#mee_build() { | |
# bee_build | |
#} | |
#mee_install() { | |
# bee_install | |
#} | |
## by default this may be 'make install DESTDIR="${D}"' |