summaryrefslogtreecommitdiffstats
path: root/system/gnome-online-accounts
diff options
context:
space:
mode:
Diffstat (limited to 'system/gnome-online-accounts')
-rw-r--r--system/gnome-online-accounts/README4
-rw-r--r--system/gnome-online-accounts/gnome-online-accounts.SlackBuild10
-rw-r--r--system/gnome-online-accounts/gnome-online-accounts.info8
3 files changed, 11 insertions, 11 deletions
diff --git a/system/gnome-online-accounts/README b/system/gnome-online-accounts/README
index 7df0b054f8..a0210017f8 100644
--- a/system/gnome-online-accounts/README
+++ b/system/gnome-online-accounts/README
@@ -6,5 +6,5 @@ GVolumes, and so on.
Below variables are avaiable for configuration:
GTKDOC=yes : Build gtkdoc files
- INTROSPECTION=yes : Enable introspection for this build
- VALA=yes : Build Vala bindings
+ INTROSPECTION=no : Disable introspection for this build
+ VALA=no : Don't build Vala bindings
diff --git a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
index c582f5e710..4f9707a920 100644
--- a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
+++ b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
@@ -25,14 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-online-accounts
-VERSION=${VERSION:-3.43.1}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-3.44.0}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
-INTROSPECTION=${INTROSPECTION:-no}
-VALA=${VALA:-no}
+INTROSPECTION=${INTROSPECTION:-yes}
+VALA=${VALA:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-backend \
--enable-lastfm \
--enable-inspector \
- --enable-kerbelos \
+ --enable-kerberos \
--enable-media-server \
--enable-exchange \
--enable-windows-live \
diff --git a/system/gnome-online-accounts/gnome-online-accounts.info b/system/gnome-online-accounts/gnome-online-accounts.info
index d9f56f2e41..50182df85b 100644
--- a/system/gnome-online-accounts/gnome-online-accounts.info
+++ b/system/gnome-online-accounts/gnome-online-accounts.info
@@ -1,10 +1,10 @@
PRGNAM="gnome-online-accounts"
-VERSION="3.43.1"
+VERSION="3.44.0"
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
-DOWNLOAD="https://download.gnome.org/sources/gnome-online-accounts/3.43/gnome-online-accounts-3.43.1.tar.xz"
-MD5SUM="a65aa9271e0b7c5a29b5ba27849653e1"
+DOWNLOAD="https://download.gnome.org/sources/gnome-online-accounts/3.44/gnome-online-accounts-3.44.0.tar.xz"
+MD5SUM="ae928c27456d3a3f911d964c28d10754"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rest webkit2gtk"
+REQUIRES="rest-legacy webkit2gtk"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"