Skip to content

Replace Xfce4-mixer by Xfce4-pulseaudio-plugin #787

Merged
merged 6 commits into from
May 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
76 changes: 0 additions & 76 deletions xfce4-mixer.be0

This file was deleted.

11 changes: 6 additions & 5 deletions xfce4-panel.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-panel-4.12.2-0
# BEE_VERSION xfce4-panel-4.12.2-1

SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2"
PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch"

# PATCHURL+=()
Expand All @@ -19,9 +19,10 @@ PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--enable-gtk3
}

#mee_build() {
# bee_build
Expand Down
35 changes: 35 additions & 0 deletions xfce4-pulseaudio-plugin.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-0

SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# 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}"'