telepathy-mission-control: fix build by getting rid of epochs mess

These were randomly bumped during the history of the package, and
currently they don't even work because xbps-src doesn't know that
a colon can be used in version number and fails to register them.

It's not needed anyway - just go back to a normal format and put
every epoch'd version in git history into reverts (xbps considers
those newer).
This commit is contained in:
q66 2019-12-02 21:06:08 +01:00 committed by Toyam Cox
parent ea66b29b62
commit 91b7e6d157
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,9 @@
# Template file for 'telepathy-mission-control'
pkgname=telepathy-mission-control
version=5:5.16.4
reverts="5:5.16.4_1 5:5.16.1_2 5:5.16.1_1 5:5.16.0_2 5:5.16.0_1 5:5.15.1_1
5:5.14.1_1 2:5.14.1_1 1:5.14.1_1"
version=5.16.4
revision=1
wrksrc="${pkgname}-${version#*:}"
build_style=gnu-configure
configure_args="--disable-static --enable-gnome-keyring --disable-schemas-compile"
hostmakedepends="pkg-config python-devel intltool libxslt glib-devel"
@ -12,7 +13,7 @@ short_desc="Account manager and channel dispatcher for the Telepathy framework"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://telepathy.freedesktop.org"
distfiles="${homepage}/releases/${pkgname}/${pkgname}-${version#*:}.tar.gz"
distfiles="${homepage}/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9769ddac7ad8aad21f6db854016792162b57e6fa0b0aed8d823d76a71fe7e6cb
telepathy-mission-control-devel_package() {

View file

@ -1,2 +1 @@
version="${version#*:}"
ignore="*.9[0-9].*"