diff options
author | Tim Biermann <tbier@posteo.de> | 2020-07-08 10:47:38 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-07-08 10:49:07 +0000 |
commit | a3eb57f79c20488a38d6e6d64a45257f72882070 (patch) | |
tree | 6ed12822cefa9827c25f30fcb3c2cca0780c1d9f /mpd | |
parent | 59a577c6a6aa4ed178d9248b7b14238f891561d0 (diff) | |
download | contrib-a3eb57f79c20488a38d6e6d64a45257f72882070.tar.gz contrib-a3eb57f79c20488a38d6e6d64a45257f72882070.tar.xz |
mpd: 0.21.24 -> 0.21.25
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/.signature | 6 | ||||
-rw-r--r-- | mpd/Pkgfile | 14 |
2 files changed, 9 insertions, 11 deletions
diff --git a/mpd/.signature b/mpd/.signature index 13f8583dd..ec06e1080 100644 --- a/mpd/.signature +++ b/mpd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32CVpseyZKSTOoZnKheCk4TL3lK2HT/cFUf1o37LN6Ap4Q2sZ9CI6eL4eXhInUxqIuigRBK42jyZE4Aw97jc1QQ= -SHA256 (Pkgfile) = 7047bf92b381f6c5d83792ce83b5c30b9c139f0b463866acc46480d86ec097b3 +RWSagIOpLGJF3xpkNbz/P0U6bHWzq/LqslVCFk92yJ8/qgrUIy4WivEtD8VZWFJPRO3eTr8VFurIpegJ+n2RwZbMvlHhhHzWkAk= +SHA256 (Pkgfile) = 8d8e4908afdb9159444db294af9101549d3e3a00c12805a1fff81b554dbfd5cb SHA256 (.footprint) = 20710b1b34a90ced09c31dfb096e721edd6bb59f51e92507b55806792bd52d3e -SHA256 (mpd-0.21.24.tar.xz) = 84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6 +SHA256 (mpd-0.21.25.tar.xz) = 20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201 SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3 diff --git a/mpd/Pkgfile b/mpd/Pkgfile index 38522c552..dcc82d7ff 100644 --- a/mpd/Pkgfile +++ b/mpd/Pkgfile @@ -5,27 +5,25 @@ # Optional: faad2 flac audiofile name=mpd -version=0.21.24 +version=0.21.25 release=1 source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz mpd) build() { - cd $name-$version - - meson build \ + meson $name-$version build \ --prefix=/usr \ --sysconfdir=/etc \ + -Ddocumentation=false \ -Dmpcdec=disabled - ninja -C build -j ${JOBS-1} DESTDIR=$PKG meson install -C build install -d $PKG/etc - install -m 0644 doc/mpdconf.example $PKG/etc/mpd.conf + install -m 0644 $SRC/$name-$version/doc/mpdconf.example $PKG/etc/mpd.conf install -D $SRC/mpd $PKG/etc/rc.d/mpd - install -D doc/mpd.1 $PKG/usr/share/man/1/mpd.1 - install -D doc/mpd.conf.5 $PKG/usr/share/man/5/mpd.conf.5 + install -D $SRC/$name-$version/doc/mpd.1 $PKG/usr/share/man/1/mpd.1 + install -D $SRC/$name-$version/doc/mpd.conf.5 $PKG/usr/share/man/5/mpd.conf.5 rm -r $PKG/usr/share/doc } |