mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gnome-online-accounts: update to 3.3.92.
This commit is contained in:
parent
c5fe121e11
commit
a8c6d2546e
3 changed files with 7 additions and 15 deletions
|
@ -1,15 +1,12 @@
|
||||||
# Template file for 'gnome-online-accounts-devel'.
|
# Template file for 'gnome-online-accounts-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run glib-devel
|
||||||
Add_dependency run webkit-gtk3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run json-glib-devel
|
|
||||||
Add_dependency run libnotify-devel
|
|
||||||
Add_dependency run rest-devel
|
|
||||||
Add_dependency run gnome-online-accounts
|
Add_dependency run gnome-online-accounts
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
|
@ -11,14 +10,11 @@ libjson-glib-1.0.so.0
|
||||||
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
|
|
||||||
libgnome-keyring.so.0
|
libgnome-keyring.so.0
|
||||||
librest-0.7.so.0
|
librest-0.7.so.0
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'gnome-online-accounts'
|
# Template file for 'gnome-online-accounts'
|
||||||
pkgname=gnome-online-accounts
|
pkgname=gnome-online-accounts
|
||||||
version=3.2.1
|
version=3.3.92
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-google --enable-twitter
|
configure_args="--enable-google --enable-twitter
|
||||||
--enable-yahoo --enable-facebook --disable-static"
|
--enable-yahoo --enable-facebook --disable-static"
|
||||||
revision=3
|
|
||||||
short_desc="GNOME service to access online accounts"
|
short_desc="GNOME service to access online accounts"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234
|
checksum=407e2e4b1a41a404e30cdceaa444c363cb3efefd4bcf613811c8d4071cf4ad23
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname provides interfaces so applications and
|
$pkgname provides interfaces so applications and
|
||||||
libraries in GNOME can access the user's online accounts."
|
libraries in GNOME can access the user's online accounts."
|
||||||
|
|
||||||
shlib_depends="webkit-gtk3>=1.6.3"
|
shlib_depends="webkit-gtk3>=1.6.3"
|
||||||
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
@ -32,3 +30,4 @@ Add_dependency build json-glib-devel
|
||||||
Add_dependency build libnotify-devel
|
Add_dependency build libnotify-devel
|
||||||
Add_dependency build rest-devel
|
Add_dependency build rest-devel
|
||||||
Add_dependency build libsoup-gnome-devel
|
Add_dependency build libsoup-gnome-devel
|
||||||
|
Add_dependency build libgnome-keyring-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue