Skip to content
Permalink
66a911b91c
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
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)
3 contributors

Users who have contributed to this file

@pmenzel @david @donald
executable file 32 lines (22 sloc) 561 Bytes
#!/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}"'