svn commit: r362577 - head/x11/florence
Rusmir Dusko
nemysis at FreeBSD.org
Tue Jul 22 20:27:55 UTC 2014
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 <bsd.port.options.mk>
@@ -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
- at dirrm share/omf/florence
- at dirrm share/gnome/help/florence/ru/figures
- at dirrm share/gnome/help/florence/ru
- at dirrm share/gnome/help/florence/fr/figures
- at dirrm share/gnome/help/florence/fr
- at dirrm share/gnome/help/florence/C/figures
- at dirrm share/gnome/help/florence/C
- at dirrm share/gnome/help/florence
- at dirrm %%DATADIR%%/svg11
- at dirrm %%DATADIR%%/styles/hard
+ at dirrm include/florence-1.0
+ at dirrm %%DATADIR%%/layouts
+ at dirrm %%DATADIR%%/relaxng
+ at dirrm %%DATADIR%%/styles/bright
@dirrm %%DATADIR%%/styles/default/sounds
@dirrm %%DATADIR%%/styles/default
- at dirrm %%DATADIR%%/styles/bright
+ at dirrm %%DATADIR%%/styles/flat
+ at dirrm %%DATADIR%%/styles/hard
@dirrm %%DATADIR%%/styles
- at dirrm %%DATADIR%%/relaxng
- at dirrm %%DATADIR%%/layouts
+ at dirrm %%DATADIR%%/svg11
@dirrm %%DATADIR%%
+ at dirrm share/gnome/help/florence/C/figures
+ at dirrm share/gnome/help/florence/C
+ at dirrm share/gnome/help/florence/fr/figures
+ at dirrm share/gnome/help/florence/fr
+ at dirrm share/gnome/help/florence/ru/figures
+ at dirrm share/gnome/help/florence/ru
+ at dirrm share/gnome/help/florence
+ at dirrm share/omf/florence
More information about the svn-ports-head
mailing list