From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 20:27:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 478335BB; Tue, 22 Jul 2014 20:27:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26D392263; Tue, 22 Jul 2014 20:27:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MKRtdi084430; Tue, 22 Jul 2014 20:27:55 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MKRsjO084427; Tue, 22 Jul 2014 20:27:54 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201407222027.s6MKRsjO084427@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 22 Jul 2014 20:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362577 - head/x11/florence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 20:27:55 -0000 Author: nemysis Date: Tue Jul 22 20:27:54 2014 New Revision: 362577 URL: http://svnweb.freebsd.org/changeset/ports/362577 QAT: https://qat.redports.org/buildarchive/r362577/ Log: - Update to 0.6.2, Announce message: A lot of bug fixes. Add commands to the dbus interface. Add command line options to control the keyboard. Move at-spi2 handling to a new process in order to avoid deadlocks. Implement a floating icon for desktops with no systray. Fix gradients. remove deprecated GTK3 functions. - Remove BUILD_DEPENDS and RUN_DEPENDS, implicit - Add USES=libtool, .la - Change USE_GSTREAMER to USE_GSTREAMER1 - Add --disable-static to CONFIGURE_ARGS - Quote variable in CONFIGURE_ARGS - Add NLS_CONFIGURE_ENABLE=nls - Strip library - Change pkg-plist PR: 190363 Submitted by: maintainer (Horia Racoviceanu) Modified: head/x11/florence/Makefile head/x11/florence/distinfo head/x11/florence/pkg-plist Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Tue Jul 22 19:47:58 2014 (r362576) +++ head/x11/florence/Makefile Tue Jul 22 20:27:54 2014 (r362577) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= florence -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.2 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ @@ -14,15 +13,14 @@ LICENSE= GPLv2 GFDL LICENSE_COMB= dual LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core -RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv pathfix pkgconfig tar:bzip2 +USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 -USE_GSTREAMER= yes +USE_GSTREAMER1= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${LOCALBASE} +CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \ + --disable-static USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml @@ -32,6 +30,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext .include @@ -46,6 +45,8 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflorence-1.0.so.1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/x11/florence/distinfo ============================================================================== --- head/x11/florence/distinfo Tue Jul 22 19:47:58 2014 (r362576) +++ head/x11/florence/distinfo Tue Jul 22 20:27:54 2014 (r362577) @@ -1,2 +1,2 @@ -SHA256 (florence-0.6.0.tar.bz2) = d2d74a923591e1a6db412058877dbf9ef839712af56e41fd41cb8eefbef1f60e -SIZE (florence-0.6.0.tar.bz2) = 843826 +SHA256 (florence-0.6.2.tar.bz2) = 185ce805be5e5ef7cb42cd1f5abc93ab30b949651f04d37457e40022f98802f3 +SIZE (florence-0.6.2.tar.bz2) = 1073200 Modified: head/x11/florence/pkg-plist ============================================================================== --- head/x11/florence/pkg-plist Tue Jul 22 19:47:58 2014 (r362576) +++ head/x11/florence/pkg-plist Tue Jul 22 20:27:54 2014 (r362577) @@ -1,4 +1,9 @@ bin/florence +include/florence-1.0/florence.h +lib/libflorence-1.0.so +lib/libflorence-1.0.so.1 +lib/libflorence-1.0.so.1.0.0 +libdata/pkgconfig/florence-1.0.pc man/man1/florence.1.gz man/man1/florence_applet.1.gz share/applications/florence.desktop @@ -65,6 +70,7 @@ share/applications/florence.desktop %%DATADIR%%/styles/default/sounds/return_release.ogg %%DATADIR%%/styles/default/sounds/sounds.xml %%DATADIR%%/styles/default/symbols.xml +%%DATADIR%%/styles/flat/florence.style %%DATADIR%%/styles/hard/default.svg %%DATADIR%%/styles/hard/florence.defs %%DATADIR%%/styles/hard/florence.style @@ -164,20 +170,22 @@ share/omf/florence/florence-C.omf share/omf/florence/florence-fr.omf share/omf/florence/florence-ru.omf share/pixmaps/florence.svg -@dirrm share/omf/florence -@dirrm share/gnome/help/florence/ru/figures -@dirrm share/gnome/help/florence/ru -@dirrm share/gnome/help/florence/fr/figures -@dirrm share/gnome/help/florence/fr -@dirrm share/gnome/help/florence/C/figures -@dirrm share/gnome/help/florence/C -@dirrm share/gnome/help/florence -@dirrm %%DATADIR%%/svg11 -@dirrm %%DATADIR%%/styles/hard +@dirrm include/florence-1.0 +@dirrm %%DATADIR%%/layouts +@dirrm %%DATADIR%%/relaxng +@dirrm %%DATADIR%%/styles/bright @dirrm %%DATADIR%%/styles/default/sounds @dirrm %%DATADIR%%/styles/default -@dirrm %%DATADIR%%/styles/bright +@dirrm %%DATADIR%%/styles/flat +@dirrm %%DATADIR%%/styles/hard @dirrm %%DATADIR%%/styles -@dirrm %%DATADIR%%/relaxng -@dirrm %%DATADIR%%/layouts +@dirrm %%DATADIR%%/svg11 @dirrm %%DATADIR%% +@dirrm share/gnome/help/florence/C/figures +@dirrm share/gnome/help/florence/C +@dirrm share/gnome/help/florence/fr/figures +@dirrm share/gnome/help/florence/fr +@dirrm share/gnome/help/florence/ru/figures +@dirrm share/gnome/help/florence/ru +@dirrm share/gnome/help/florence +@dirrm share/omf/florence