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'
|
# Template file for 'lollypop'
|
||||||
pkgname=lollypop
|
pkgname=lollypop
|
||||||
version=0.9.243
|
version=0.9.244
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson"
|
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"
|
license="GPL-3"
|
||||||
homepage="https://gnumdk.github.io/lollypop-web/"
|
homepage="https://gnumdk.github.io/lollypop-web/"
|
||||||
distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c7e47a9153226d60d68eb9cbd2304211f9f4ebd5a80f85bb8fda49138adeb0c9
|
checksum=7ca012a6a6b4dc4d517d79e888b1b17a9e24a55faea925d8a6957c7a33af3679
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
meson ${configure_args} --prefix /usr . _build
|
meson ${configure_args} --prefix /usr . _build
|
||||||
|
@ -24,7 +24,7 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
local f
|
local f
|
||||||
env DESTDIR="$DESTDIR" ninja -C _build install
|
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}
|
chmod +x "${DESTDIR}"/usr/bin/${f}
|
||||||
done
|
done
|
||||||
chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp
|
chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue