Skip to content

Commit

Permalink
Merge pull request #787 from mariux64/replace-xfce4-mixer-by-xfce4-pu…
Browse files Browse the repository at this point in the history
…lseaudio-plugin

Replace Xfce4-mixer by Xfce4-pulseaudio-plugin
  • Loading branch information
david authored May 24, 2018
2 parents 2f0e86f + c101f5f commit 2886be6
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 81 deletions.
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}"'

0 comments on commit 2886be6

Please sign in to comment.