mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
soundconverter: add pycompile_dirs / fix makedepends / spdx license.
This commit is contained in:
parent
e8a2ab0fb5
commit
2db5aae349
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'soundconverter'
|
# Template file for 'soundconverter'
|
||||||
pkgname=soundconverter
|
pkgname=soundconverter
|
||||||
version=3.0.0
|
version=3.0.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="glib intltool pkg-config python3"
|
hostmakedepends="glib intltool pkg-config python3-gobject"
|
||||||
makedepends="gtk+3-devel gstreamer1-devel python3-gobject"
|
makedepends="gtk+3-devel gstreamer1-devel"
|
||||||
depends="desktop-file-utils GConf gst-plugins-good1 gst-plugins-ugly1
|
depends="desktop-file-utils GConf gst-plugins-good1 gst-plugins-ugly1
|
||||||
hicolor-icon-theme python3-gobject"
|
hicolor-icon-theme python3-gobject"
|
||||||
|
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
|
||||||
short_desc="Leading audio file converter for the GNOME Desktop"
|
short_desc="Leading audio file converter for the GNOME Desktop"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://soundconverter.org/"
|
homepage="http://soundconverter.org/"
|
||||||
distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ecb47732f279fc91f761601a56bada0ce8b8fe25e2e2935ca6b793e26f713df3
|
checksum=ecb47732f279fc91f761601a56bada0ce8b8fe25e2e2935ca6b793e26f713df3
|
||||||
|
|
Loading…
Add table
Reference in a new issue