~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/xfce4-pulseaudio-plugin: new aport

VÖRÖSKŐI András <voroskoi@gmail.com>
Details
Message ID
<20190911180624.22112-1-voroskoi@gmail.com>
DKIM signature
missing
Download raw message
Patch: +32 -0
https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
Xfce panel plugin for pulseaudio mixer control
---
 testing/xfce4-pulseaudio-plugin/APKBUILD | 32 ++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 testing/xfce4-pulseaudio-plugin/APKBUILD

diff --git a/testing/xfce4-pulseaudio-plugin/APKBUILD b/testing/xfce4-pulseaudio-plugin/APKBUILD
new file mode 100644
index 0000000000..8aec18eaa8
--- /dev/null
+++ b/testing/xfce4-pulseaudio-plugin/APKBUILD
@@ -0,0 +1,32 @@
# Contributor: VÖRÖSKŐI András <voroskoi@gmail.com>
# Maintainer:
pkgname="xfce4-pulseaudio-plugin"
pkgver="0.4.2"
pkgrel=0
pkgdesc="Xfce panel plugin for pulseaudio mixer control."
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
arch="all"
license="GPL-2.0"
depends=""
makedepends="xfce4-panel-dev pulseaudio-dev libxfce4ui-dev dbus-dev dbus-glib-dev libnotify-dev"
install=""
options="!check"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	./configure \
	    --prefix=/usr \
	    --sysconfdir=/etc \
	    --libexecdir=/usr/lib \
	    --localstatedir=/var \
	    --disable-static
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="94184fe7379a7f1763d606fe3c45186767a43180329b43c8cba04b76ae5e1b2249531fc1fb6304da9bb03e7475ad65f861341253ead530d9a945165b4eb9e46e  xfce4-pulseaudio-plugin-0.4.2.tar.bz2"
-- 
2.22.0
Details
Message ID
<20190911151237.65248b7f@Impreza>
In-Reply-To
<20190911180624.22112-1-voroskoi@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Wed, 11 Sep 2019 20:06:24 +0200
VÖRÖSKŐI András <voroskoi@gmail.com> wrote:

> https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
> Xfce panel plugin for pulseaudio mixer control
> ---
>  testing/xfce4-pulseaudio-plugin/APKBUILD | 32
> ++++++++++++++++++++++++ 1 file changed, 32 insertions(+)
>  create mode 100644 testing/xfce4-pulseaudio-plugin/APKBUILD
> 
> diff --git a/testing/xfce4-pulseaudio-plugin/APKBUILD
> b/testing/xfce4-pulseaudio-plugin/APKBUILD new file mode 100644
> index 0000000000..8aec18eaa8
> --- /dev/null
> +++ b/testing/xfce4-pulseaudio-plugin/APKBUILD
> @@ -0,0 +1,32 @@
> +# Contributor: VÖRÖSKŐI András <voroskoi@gmail.com>
> +# Maintainer:
> +pkgname="xfce4-pulseaudio-plugin"
> +pkgver="0.4.2"
> +pkgrel=0
> +pkgdesc="Xfce panel plugin for pulseaudio mixer control."
> +url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
> +arch="all"
> +license="GPL-2.0"

Please use the proper SPDX identifier for the license.

> +depends=""

Empty variable can be removed for brevity

> +makedepends="xfce4-panel-dev pulseaudio-dev libxfce4ui-dev dbus-dev
> dbus-glib-dev libnotify-dev"
> +install=""

Same here.

> +options="!check"

Please add a comment telling why check is disabled

> +subpackages="$pkgname-lang"
> +source="https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
> +builddir="$srcdir/$pkgname-$pkgver"

Default value, can be removed.

> +
> +build() {
> +	./configure \
> +	    --prefix=/usr \
> +	    --sysconfdir=/etc \
> +	    --libexecdir=/usr/lib \
> +	    --localstatedir=/var \
> +	    --disable-static
> +	make
> +}
> +
> +package() {
> +	make DESTDIR="$pkgdir" install
> +}
> +
> +sha512sums="94184fe7379a7f1763d606fe3c45186767a43180329b43c8cba04b76ae5e1b2249531fc1fb6304da9bb03e7475ad65f861341253ead530d9a945165b4eb9e46e
>  xfce4-pulseaudio-plugin-0.4.2.tar.bz2"
Reply to thread Export thread (mbox)