goodvibes: update to 0.7.1 and adopt.
Also: - change license (upstream change) - remove amtk-devel from makedepends (upstream change, @paper42).
This commit is contained in:
parent
85cb487f97
commit
5fa864f48d
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'goodvibes'
|
# Template file for 'goodvibes'
|
||||||
pkgname=goodvibes
|
pkgname=goodvibes
|
||||||
version=0.6.3
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="goodvibes-v${version}"
|
wrksrc="goodvibes-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="appstream-glib desktop-file-utils pkg-config gettext"
|
hostmakedepends="appstream-glib desktop-file-utils pkg-config gettext"
|
||||||
makedepends="amtk-devel dconf-devel glib-devel gst-plugins-base1-devel
|
makedepends="dconf-devel glib-devel gst-plugins-base1-devel
|
||||||
gtk+3-devel libkeybinder3-devel libsoup-devel"
|
gtk+3-devel libkeybinder3-devel libsoup-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1 gst-plugins-ugly1"
|
depends="desktop-file-utils hicolor-icon-theme gst-plugins-good1 gst-plugins-ugly1"
|
||||||
short_desc="Light and simple internet radio player"
|
short_desc="Light and simple internet radio player"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-only"
|
||||||
homepage="https://gitlab.com/goodvibes/goodvibes"
|
homepage="https://gitlab.com/goodvibes/goodvibes"
|
||||||
changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS"
|
changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS"
|
||||||
distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
||||||
checksum=8c22aedf839518fa4d4a82bfab4c6efee9c3054a4bc0d3f1bb1a7434ce843c5c
|
checksum=5549e1601a6486eb7d705d4dcdd80827a2abaaa01c5c04f8438e26c24d4478b0
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
|
|
Loading…
Reference in a new issue