[arch-commits] Commit in xfce4-pulseaudio-plugin/repos (4 files)

Jan de Groot jgc at archlinux.org
Sat May 20 22:01:41 UTC 2017


    Date: Saturday, May 20, 2017 @ 22:01:40
  Author: jgc
Revision: 296348

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-i686/PKGBUILD
    (from rev 296347, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 296347, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-i686/PKGBUILD
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  100 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   50 ------------------------
 extra-x86_64/PKGBUILD |   50 ------------------------
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-05-20 22:01:35 UTC (rev 296347)
+++ extra-i686/PKGBUILD	2017-05-20 22:01:40 UTC (rev 296348)
@@ -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.2.4+8+g50c9279
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('i686' '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=50c9279946715ef52ba7f4cccbdc98c06d3c3025  # master
-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-i686/PKGBUILD (from rev 296347, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-05-20 22:01:40 UTC (rev 296348)
@@ -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.2.5
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('i686' '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=7ce6168b7c58054b037c99a4da2fdf399463c23c  # tags/xfce4-pulseaudio-plugin-0.2.5^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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-05-20 22:01:35 UTC (rev 296347)
+++ extra-x86_64/PKGBUILD	2017-05-20 22:01:40 UTC (rev 296348)
@@ -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.2.4+8+g50c9279
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('i686' '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=50c9279946715ef52ba7f4cccbdc98c06d3c3025  # master
-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 296347, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-05-20 22:01:40 UTC (rev 296348)
@@ -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.2.5
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('i686' '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=7ce6168b7c58054b037c99a4da2fdf399463c23c  # tags/xfce4-pulseaudio-plugin-0.2.5^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