mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: mpDris2-0.8
This commit is contained in:
parent
64a4dc1231
commit
48454f043c
2 changed files with 27 additions and 0 deletions
2
srcpkgs/mpDris2/files/mpDris2/run
Normal file
2
srcpkgs/mpDris2/files/mpDris2/run
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec mpDris2
|
25
srcpkgs/mpDris2/template
Normal file
25
srcpkgs/mpDris2/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'mpDris2'
|
||||||
|
pkgname=mpDris2
|
||||||
|
version=0.8
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf automake intltool gettext-devel"
|
||||||
|
depends="python3 python3-dbus python3-gobject python3-mpd2 python3-mutagen"
|
||||||
|
short_desc="Provides MPRIS 2 support to mpd (Music Player Daemon)"
|
||||||
|
maintainer="Illia Shestakov <ishestakov@airmail.cc>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/eonpatapon/mpDris2"
|
||||||
|
distfiles="https://github.com/eonpatapon/mpDris2/archive/${version}.tar.gz"
|
||||||
|
checksum=b6b15c1fdddf16a6d74485ad09f56ed353a317e149c37475c00a279186da4391
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -f ${DESTDIR}/usr/lib/systemd/user/mpDris2.service
|
||||||
|
vsv mpDris2
|
||||||
|
vdoc README.md
|
||||||
|
vlicense COPYING
|
||||||
|
vsconf src/mpDris2.conf
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue