diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-02 23:37:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-02 23:37:19 +0800 |
commit | 0830c2a1aef98627ad8af305c2e68e21f7b5a74c (patch) | |
tree | 014a3f6c3097562f27f163653e9061eba5d58b32 /deskutils | |
parent | 2593b8ce7a7784074d28066b8690c9c2da075fd7 (diff) | |
download | freebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.tar.gz freebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.tar.zst freebsd-ports-gnome-0830c2a1aef98627ad8af305c2e68e21f7b5a74c.zip |
Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The
new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so.
* deskutils/cairo-dock-plugins: supports both zeitgeist versions.
* net-im/folks: Only supports the new 2.0 libzeitgeist library version. And
this went unnoticed, woops.
* sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist.
* sysutils/qzeitgeist: Update the port for the new zeitgeist API.
* www/midori: Mark the zeitgeist option (non-default) broken until midori
can be updated to a version that supports the new libzeitgeist 2.0
PR: 190729 [1]
Submitted by: olivierd@ [1]
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index e2f16f1cfeac..ef1e1b41c5d8 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= fidaj@ukr.net @@ -155,7 +155,7 @@ XFCE_INTEGRATION_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif XFCE_INTEGRATION_CMAKE_ON= -Denable-xfce-integration:BOOL=TRUE XFCE_INTEGRATION_CMAKE_OFF= -Denable-xfce-integration:BOOL=FALSE -ZEITGEIST_LIB_DEPENDS= libzeitgeist-1.0.so:${PORTSDIR}/sysutils/libzeitgeist +ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist ZEITGEIST_CMAKE_ON= -Denable-recent-events:BOOL=TRUE ZEITGEIST_CMAKE_OFF= -Denable-recent-events:BOOL=FALSE |