subtitleeditor: switch to enchant-2

This commit is contained in:
maxice8 2018-11-09 04:21:34 -02:00 committed by maxice8
parent dd41f638e4
commit f1ad6e3f63
1 changed files with 5 additions and 4 deletions

View File

@ -1,20 +1,21 @@
# Template file for 'subtitleeditor' # Template file for 'subtitleeditor'
pkgname=subtitleeditor pkgname=subtitleeditor
version=0.54.0 version=0.54.0
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="autogen automake intltool libtool pkg-config gettext-devel" hostmakedepends="autogen automake intltool libtool pkg-config gettext-devel"
makedepends="gtk+3-devel gtkmm-devel enchant-devel libxml++-devel makedepends="gtk+3-devel gtkmm-devel enchant2-devel libxml++-devel
gst-plugins-base1-devel gst-plugins-good1 gstreamermm-devel iso-codes" gst-plugins-base1-devel gst-plugins-good1 gstreamermm-devel iso-codes"
depends="iso-codes" depends="iso-codes"
short_desc="Subtitle Editor is a GTK+3 tool to edit subtitles" short_desc="Subtitle Editor is a GTK+3 tool to edit subtitles"
maintainer="newbluemoon <blaumolch@mailbox.org>" maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3.0-or-later"
homepage="https://kitone.github.io/subtitleeditor/" homepage="https://kitone.github.io/subtitleeditor/"
license="GPL-3"
distfiles="https://github.com/kitone/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/kitone/${pkgname}/archive/${version}.tar.gz"
checksum=47713c6268b32ed3fe43073e07e14e3075acab7ed305d21d95b224b51ebcba14 checksum=47713c6268b32ed3fe43073e07e14e3075acab7ed305d21d95b224b51ebcba14
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
sed -i 's/enchant >=/enchant-2 >=/' configure
} }