libical: update to 1.0 (soname bumps).
This commit is contained in:
parent
d8ed34bfc9
commit
a9cff7b348
|
@ -534,9 +534,9 @@ libart_lgpl_2.so.2 libart-2.3.20_1
|
|||
libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1
|
||||
libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1
|
||||
libgnome-keyring.so.0 libgnome-keyring-3.0.0_1
|
||||
libical.so.0 libical-0.44_1
|
||||
libicalss.so.0 libical-0.44_1
|
||||
libicalvcal.so.0 libical-0.44_1
|
||||
libical.so.1 libical-1.0_1
|
||||
libicalss.so.1 libical-1.0_1
|
||||
libicalvcal.so.1 libical-1.0_1
|
||||
libebook-contacts-1.2.so.0 evolution-data-server-3.8.0_1
|
||||
libcamel-1.2.so.49 evolution-data-server-3.12.0_1
|
||||
libedataserver-1.2.so.18 evolution-data-server-3.10.0_1
|
||||
|
|
|
@ -1,28 +1,23 @@
|
|||
# Template build file for 'libical'.
|
||||
pkgname=libical
|
||||
version=0.46
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared"
|
||||
hostmakedepends="flex automake libtool"
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake perl"
|
||||
short_desc="Reference implementation of the iCalendar data type and format"
|
||||
homepage="http://sourceforge.net/projects/freeassociation/"
|
||||
license="LGPL-2.1, MPL-1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz"
|
||||
checksum=000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1
|
||||
|
||||
pre_configure() {
|
||||
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g" -i configure.in
|
||||
./bootstrap
|
||||
}
|
||||
checksum=7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7
|
||||
|
||||
libical-devel_package() {
|
||||
depends="libical>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue