Date: Saturday, September 3, 2022 @ 01:36:01
  Author: foutrelis
Revision: 454982

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 454981, 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-03 01:35:57 UTC (rev 454981)
+++ PKGBUILD    2022-09-03 01:36:01 UTC (rev 454982)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <evange...@foutrelis.com>
-# Contributor: Jan de Groot <j...@archlinux.org>
-# 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.3
-pkgrel=2
-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=('5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b')
-
-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 454981, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-03 01:36:01 UTC (rev 454982)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evange...@foutrelis.com>
+# Contributor: Jan de Groot <j...@archlinux.org>
+# 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
+}

Reply via email to