lollypop: update to 0.9.244
This commit is contained in:
parent
85ebb2055a
commit
38b55b905a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lollypop'
|
||||
pkgname=lollypop
|
||||
version=0.9.243
|
||||
revision=2
|
||||
version=0.9.244
|
||||
revision=1
|
||||
noarch=yes
|
||||
nocross=yes
|
||||
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-3"
|
||||
homepage="https://gnumdk.github.io/lollypop-web/"
|
||||
distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c7e47a9153226d60d68eb9cbd2304211f9f4ebd5a80f85bb8fda49138adeb0c9
|
||||
checksum=7ca012a6a6b4dc4d517d79e888b1b17a9e24a55faea925d8a6957c7a33af3679
|
||||
|
||||
do_build() {
|
||||
meson ${configure_args} --prefix /usr . _build
|
||||
|
@ -24,7 +24,7 @@ do_build() {
|
|||
do_install() {
|
||||
local f
|
||||
env DESTDIR="$DESTDIR" ninja -C _build install
|
||||
for f in lollypop{,-cli} rhythmbox2lollypop; do
|
||||
for f in lollypop{,-cli}; do
|
||||
chmod +x "${DESTDIR}"/usr/bin/${f}
|
||||
done
|
||||
chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp
|
||||
|
|
Loading…
Reference in a new issue