mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
35ad9a2404
commit
cad80def77
1 changed files with 3 additions and 17 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'lollypop'
|
# Template file for 'lollypop'
|
||||||
pkgname=lollypop
|
pkgname=lollypop
|
||||||
version=0.9.304
|
version=0.9.304
|
||||||
revision=2
|
revision=3
|
||||||
|
build_style=meson
|
||||||
noarch=yes
|
noarch=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 python3-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"
|
||||||
|
@ -15,17 +15,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=e80933295f9dbc04ca1b079250cb920678c3aa3b54a11e035d10a0101c371e1c
|
checksum=e80933295f9dbc04ca1b079250cb920678c3aa3b54a11e035d10a0101c371e1c
|
||||||
|
|
||||||
do_build() {
|
|
||||||
meson ${configure_args} --prefix /usr . _build
|
|
||||||
ninja ${makejobs} -C _build
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
local f
|
|
||||||
env DESTDIR="$DESTDIR" ninja -C _build install
|
|
||||||
for f in lollypop{,-cli}; do
|
|
||||||
chmod +x "${DESTDIR}"/usr/bin/${f}
|
|
||||||
done
|
|
||||||
chmod +x "${DESTDIR}"/usr/libexec/lollypop-sp
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue