Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-pulseaudio-plugin
Commits:
b3a9ff48 by Robin Candau at 2024-12-25T19:49:28+01:00
upgpkg: 0.4.9-2: Remove intltool makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = xfce4-pulseaudio-plugin
pkgdesc = Pulseaudio plugin for the Xfce4 panel
pkgver = 0.4.9
- pkgrel = 1
+ pkgrel = 2
url = https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start
arch = x86_64
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
- makedepends = intltool
makedepends = xfce4-dev-tools
depends = xfce4-panel
depends = libpulse
=====================================
PKGBUILD
=====================================
@@ -7,14 +7,14 @@
pkgname=xfce4-pulseaudio-plugin
pkgver=0.4.9
-pkgrel=1
+pkgrel=2
pkgdesc="Pulseaudio plugin for the Xfce4 panel"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start"
license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify' 'libcanberra')
-makedepends=('git' 'intltool' 'xfce4-dev-tools')
+makedepends=('git' 'xfce4-dev-tools')
optdepends=('pavucontrol: default pulseaudio mixer')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin.git#tag=$pkgname-$pkgver")
sha256sums=('b686b469b699c073e838e04382bab2282aff13cb1a2086065b38c8c5f673d934')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-pulseaudio-plugin/-/commit/b3a9ff480ace71a790eb177acb0327c9e1e12ffb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-pulseaudio-plugin/-/commit/b3a9ff480ace71a790eb177acb0327c9e1e12ffb
You're receiving this email because of your account on gitlab.archlinux.org.