aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpc
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-05-04 23:19:55 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-08 06:53:32 +0000
commit8ba3640ccfe9fb439ed2332a0d382285273ddc58 (patch)
tree9cdc4a532be9bce6c2b74d60c72005920b147e05 /community/mpc
parent6eb06f3a3a699e663a1e0abf94e0ea0078776108 (diff)
downloadaports-8ba3640ccfe9fb439ed2332a0d382285273ddc58.tar.bz2
aports-8ba3640ccfe9fb439ed2332a0d382285273ddc58.tar.xz
community/mpc: upgrade to 0.30, clarify license
Diffstat (limited to 'community/mpc')
-rw-r--r--community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch29
-rw-r--r--community/mpc/APKBUILD10
2 files changed, 4 insertions, 35 deletions
diff --git a/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch b/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
deleted file mode 100644
index c99cea7804..0000000000
--- a/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0 Mon Sep 17 00:00:00 2001
-From: Max Kellermann <max@musicpd.org>
-Date: Mon, 12 Feb 2018 21:50:44 +0100
-Subject: [PATCH] doc/meson.build: drop bogus "man" from manpage install path
-
-Closes #12
----
- doc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index fd7e3d6..7793627 100644
---- a/doc/meson.build
-+++ b/doc/meson.build
-@@ -15,9 +15,9 @@ if sphinx.found()
- 'Manpage documentation',
- output: 'man',
- input: ['index.rst', 'conf.py'],
-- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
-+ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
- build_by_default: true,
- install: true,
-- install_dir: join_paths(get_option('datadir'), 'man', 'man1'),
-+ install_dir: get_option('datadir'),
- )
- endif
---
-2.16.1
-
diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD
index cda6059aa2..51f47edb88 100644
--- a/community/mpc/APKBUILD
+++ b/community/mpc/APKBUILD
@@ -1,16 +1,15 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpc
-pkgver=0.29
+pkgver=0.30
pkgrel=0
pkgdesc="Minimalist command line interface to MPD"
url="https://www.musicpd.org/clients/mpc/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
makedepends="libmpdclient-dev py-sphinx meson"
subpackages="$pkgname-bash-completion:bashcomp:noarch $pkgname-doc"
-source="http://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- 0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch"
+source="http://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -40,5 +39,4 @@ bashcomp() {
"$subpkgdir"/usr/share/bash-completion/completions/$pkgname
}
-sha512sums="3013b43f3b7d9a1b591c498515440afde1ba16656199f821addbc5018e2e6b0c84c4c7aa9ddbac40a51260d4ba3c281c128a61801f0cdfade5d10e9ead031757 mpc-0.29.tar.xz
-870d97246cb89de68ebcb98ba21efe1f8b9b65bf6bb1353ea8c82c9a024624931fb07104a1e58103054b8dff588b4627077168fc9830a6be50bb86c9bed9117b 0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch"
+sha512sums="72d6f742de87ca1a9a09c73987786fa7c93b2829242135b210a9a2269e0319ba9e37367dae1043461ea870087faf5c349425025ce6c02aa9dd513ae90cbe8221 mpc-0.30.tar.xz"