gmime: update to 2.6.4, bumped abi_depends.
This commit is contained in:
parent
ae5d351bfc
commit
0f8fd7126f
4 changed files with 10 additions and 12 deletions
|
@ -657,7 +657,7 @@ libbluetooth-sbc.so pulseaudio pulseaudio-devel
|
||||||
libpulse-browse.so pulseaudio pulseaudio-devel
|
libpulse-browse.so pulseaudio pulseaudio-devel
|
||||||
liborc-0.4.so.0 orc orc-devel
|
liborc-0.4.so.0 orc orc-devel
|
||||||
liborc-test-0.4.so.0 orc orc-devel
|
liborc-test-0.4.so.0 orc orc-devel
|
||||||
libgmime-2.4.so.2 gmime gmime-devel
|
libgmime-2.6.so.0 gmime gmime-devel
|
||||||
libtotem-plparser.so.17 totem-pl-parser totem-pl-parser-devel
|
libtotem-plparser.so.17 totem-pl-parser totem-pl-parser-devel
|
||||||
libtotem-plparser-mini.so.17 totem-pl-parser totem-pl-parser-devel
|
libtotem-plparser-mini.so.17 totem-pl-parser totem-pl-parser-devel
|
||||||
libgladeui-1.so libgladeui glade-devel
|
libgladeui-1.so libgladeui glade-devel
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=2.4.19"
|
abi_depends=">=2.6.4"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -7,3 +7,7 @@ libz.so.1
|
||||||
libnsl.so.1
|
libnsl.so.1
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgpgme-pthread.so.11
|
||||||
|
libassuan.so.0
|
||||||
|
libgpg-error.so.0
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'gmime'
|
# Template file for 'gmime'
|
||||||
pkgname=gmime
|
pkgname=gmime
|
||||||
version=2.4.29
|
version=2.6.4
|
||||||
homepage="http://www.gnome.org/"
|
homepage="http://www.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-mono"
|
configure_args="--disable-mono"
|
||||||
short_desc="GNOME Core mime parsing library"
|
short_desc="GNOME Core mime parsing library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5
|
checksum=2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides an implementation of the Desktop Menu Specification
|
This package provides an implementation of the Desktop Menu Specification
|
||||||
for the GNOME Desktop."
|
for the GNOME Desktop."
|
||||||
|
@ -19,10 +19,4 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build gpgme-devel
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
for f in uuen uude; do
|
|
||||||
mv ${DESTDIR}/usr/bin/${f}code ${DESTDIR}/usr/bin/g${f}code
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue