libepc: add missing builddeps, rebuild against pango-1.30.
This commit is contained in:
parent
d4f26d00e8
commit
b520b98677
2 changed files with 4 additions and 9 deletions
|
@ -15,11 +15,8 @@ libc.so.6
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo-gobject.so.2
|
libcairo-gobject.so.2
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'libepc'
|
# Template file for 'libepc'
|
||||||
pkgname=libepc
|
pkgname=libepc
|
||||||
version=0.4.4
|
version=0.4.4
|
||||||
homepage="http://live.gnome.org/libepc"
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool gtk+3-devel libsoup-devel avahi-glib-libs-devel avahi-ui-libs-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
makedepends="pkg-config intltool gtk+3-devel libsoup-devel avahi-glib-libs-devel avahi-ui-libs-devel gnutls-devel libuuid-devel"
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Easy Publish and Consume Library"
|
short_desc="Easy Publish and Consume Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
homepage="http://live.gnome.org/libepc"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
||||||
checksum=4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b
|
checksum=4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b
|
||||||
long_desc="
|
long_desc="
|
||||||
The Easy Publish and Consume library provides an easy method to:
|
The Easy Publish and Consume library provides an easy method to:
|
||||||
|
@ -20,6 +21,3 @@ long_desc="
|
||||||
|
|
||||||
You can use this library as a key/value store published to the network,
|
You can use this library as a key/value store published to the network,
|
||||||
using encryption, authentication and service discovery."
|
using encryption, authentication and service discovery."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue