gnome-online-accounts: update to 3.6.0.
This commit is contained in:
parent
58c4224393
commit
3bc75b6327
3 changed files with 19 additions and 14 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'gnome-online-accounts-devel'.
|
||||
#
|
||||
depends="glib-devel gtk+3-devel gnome-online-accounts>=3.4.2"
|
||||
depends="glib-devel gtk+3-devel>=3.6.0_2 gnome-online-accounts>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -4,19 +4,24 @@ libglib-2.0.so.0
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libwebkitgtk-3.0.so.0
|
||||
libjavascriptcoregtk-3.0.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libgcr-3.so.1
|
||||
libgcr-base-3.so.1
|
||||
libgck-1.so.0
|
||||
libp11-kit.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libgnome-keyring.so.0
|
||||
libcairo.so.2
|
||||
librest-0.7.so.0
|
||||
libxml2.so.2
|
||||
libsecret-1.so.0
|
||||
libsoup-gnome-2.4.so.1
|
||||
libsoup-2.4.so.1
|
||||
libxml2.so.2
|
||||
libnotify.so.4
|
||||
libjavascriptcoregtk-3.0.so.0
|
||||
libkrb5.so.3
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'gnome-online-accounts'
|
||||
pkgname=gnome-online-accounts
|
||||
version=3.4.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-google --enable-twitter
|
||||
--enable-yahoo --enable-facebook --disable-static"
|
||||
depends="hicolor-icon-theme webkit-gtk3>=1.6.3"
|
||||
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection webkit-gtk3-devel json-glib-devel libnotify-devel rest-devel libsoup-gnome-devel libgnome-keyring-devel"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-google --enable-kerberos --enable-facebook --disable-static"
|
||||
depends="hicolor-icon-theme"
|
||||
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
||||
gtk+3-devel>=3.6.0_2 webkit-gtk3-devel json-glib-devel libnotify-devel
|
||||
rest-devel libsoup-gnome-devel gcr-devel>=3.6.0 libsecret-devel mit-krb5-devel"
|
||||
short_desc="GNOME service to access online accounts"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=b349ea12fbb564c8a71574b47d8949974cf42f959d7da212ef8933a5eb1d7945
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7
|
||||
long_desc="
|
||||
$pkgname provides interfaces so applications and
|
||||
libraries in GNOME can access the user's online accounts."
|
||||
|
|
Loading…
Reference in a new issue