[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 13 18:40:43 UTC 2020
Date: Monday, April 13, 2020 @ 18:40:42
Author: arojas
Revision: 380299
archrelease: copy trunk to extra-x86_64
Added:
xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 380298, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 18:40:13 UTC (rev 380298)
+++ PKGBUILD 2020-04-13 18:40:42 UTC (rev 380299)
@@ -1,50 +0,0 @@
-# Maintainer: Jan de Groot <jgc at 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.2
-pkgrel=2
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 'libnotify')
-makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
-optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=b7a76fa7d7176c4cad4dd432a9629f3fa78ed708 # tags/xfce4-pulseaudio-plugin-0.4.2^0
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "$pkgname"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --enable-keybinder \
- --enable-libnotify \
- --enable-maintainer-mode
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "$pkgname"
- make DESTDIR="${pkgdir}" install
-}
Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 380298, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-13 18:40:42 UTC (rev 380299)
@@ -0,0 +1,50 @@
+# Maintainer: Jan de Groot <jgc at 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=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 'libnotify')
+makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
+optdepends=('pavucontrol: default pulseaudio mixer')
+_commit=9de2b7865ecb95bdd2cbaae00a17b23ae8455fe5 # tags/xfce4-pulseaudio-plugin-0.4.3^0
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --enable-keybinder \
+ --enable-libnotify \
+ --enable-maintainer-mode
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "$pkgname"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list