From f7d5623bfb30a2d5c7230f048c6d8773a4bc9111 Mon Sep 17 00:00:00 2001 From: Prana Adiwira Date: Thu, 3 Nov 2022 15:45:50 +0700 Subject: [PATCH] soundconverter: update to 4.0.3 - add python3-setuptools to depends as it requires `pkg_resources` - add gtk+3 to depends - remove gschemas.compiled from package --- srcpkgs/soundconverter/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template index 9c68520a688a..69880767f349 100644 --- a/srcpkgs/soundconverter/template +++ b/srcpkgs/soundconverter/template @@ -1,21 +1,25 @@ # Template file for 'soundconverter' pkgname=soundconverter -version=4.0.1 -revision=2 +version=4.0.3 +revision=1 build_style=python3-module pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}" hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra" makedepends="gtk+3-devel gstreamer1-devel" -depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1 - hicolor-icon-theme python3-gobject" +depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1 + hicolor-icon-theme python3-gobject python3-setuptools" short_desc="Leading audio file converter for the GNOME Desktop" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://soundconverter.org/" distfiles="https://launchpad.net/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz" -checksum=1cfd7df0153aadaa208e4a0dbc14912755b2b389694125ccedfe131d6c32de97 +checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d python_version=3 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gtk+3-devel gstreamer1-devel" fi + +post_install() { + rm -f "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled" +}