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'
|
||||
pkgname=soundconverter
|
||||
version=3.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="glib intltool pkg-config python3"
|
||||
makedepends="gtk+3-devel gstreamer1-devel python3-gobject"
|
||||
hostmakedepends="glib intltool pkg-config python3-gobject"
|
||||
makedepends="gtk+3-devel gstreamer1-devel"
|
||||
depends="desktop-file-utils GConf gst-plugins-good1 gst-plugins-ugly1
|
||||
hicolor-icon-theme python3-gobject"
|
||||
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
|
||||
short_desc="Leading audio file converter for the GNOME Desktop"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue