Date: Thursday, September 15, 2022 @ 19:30:18
Author: foutrelis
Revision: 456213
archrelease: copy trunk to extra-x86_64
Added:
xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 456212, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-15 19:30:14 UTC (rev 456212)
+++ PKGBUILD 2022-09-15 19:30:18 UTC (rev 456213)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
-# Contributor: <alcasa dot mz at gmail dot com>
-# Contributor: twa022 <twa022 at gmail dot com>
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="Pulseaudio plugin for the Xfce4 panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify')
-makedepends=('intltool')
-optdepends=('pavucontrol: default pulseaudio mixer')
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit")
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 456212,
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-15 19:30:18 UTC (rev 456213)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
+# Contributor: <alcasa dot mz at gmail dot com>
+# Contributor: twa022 <twa022 at gmail dot com>
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Pulseaudio plugin for the Xfce4 panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify' 'libcanberra')
+makedepends=('intltool')
+optdepends=('pavucontrol: default pulseaudio mixer')
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit")
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4425397dea6ba2599a91653dfb8ca91300faaf40be5bf5a73c3e6064bf13c115')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}