🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: 'xfce4-pulseaudio-plugin'
pkgver: '0.5.1'
pkgrel: '2'
pkgdesc: 'Pulseaudio plugin for Xfce4 panel'
url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin'
arch: x86_64
license:
- GPL2
depends:
- 'gtk-update-icon-cache'
- pavucontrol
makedepends:
- git
- pulseaudio
- 'dbus-glib'
- keybinder3
- libnotify
- 'xfce4-dev-tools'
- libxfce4util
- libxfce4ui
- 'xfce4-panel'
source:
- 'https://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xfce4-pulseaudio-plugin-0.5.1 builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING