lollypop: update to 0.9.243
Build style changed to meson and ninja with this release.
This commit is contained in:
parent
abfaa32947
commit
c39727ef21
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'lollypop'
|
# Template file for 'lollypop'
|
||||||
pkgname=lollypop
|
pkgname=lollypop
|
||||||
version=0.9.242
|
version=0.9.243
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3"
|
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3 meson"
|
||||||
makedepends="gtk+3-devel"
|
makedepends="gtk+3-devel python3-devel"
|
||||||
depends="gst-libav libsecret libnotify python3-youtube-dl python3-dbus
|
depends="gst-libav libsecret libnotify python3-youtube-dl python3-dbus
|
||||||
python3-gobject python3-pylast totem-pl-parser"
|
python3-gobject python3-pylast totem-pl-parser"
|
||||||
pycompile_module="lollypop"
|
pycompile_module="lollypop"
|
||||||
|
@ -15,4 +14,13 @@ 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=0d3200c5088ca25e79aed3fa3b2839fdd14f7cfde3bbbe41c2dd9921b96ffcde
|
checksum=c7e47a9153226d60d68eb9cbd2304211f9f4ebd5a80f85bb8fda49138adeb0c9
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
meson ${configure_args} --prefix /usr . _build
|
||||||
|
ninja ${makejobs} -C _build
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
env DESTDIR="$DESTDIR" ninja -C _build install
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue