Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 19:35:40 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423433 - in head/graphics/ristretto: . files
Message-ID:  <201610061935.u96JZead038009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Thu Oct  6 19:35:40 2016
New Revision: 423433
URL: https://svnweb.freebsd.org/changeset/ports/423433

Log:
  Update to 0.8.1

Added:
  head/graphics/ristretto/files/
  head/graphics/ristretto/files/patch-src_main.c   (contents, props changed)
Modified:
  head/graphics/ristretto/Makefile
  head/graphics/ristretto/distinfo
  head/graphics/ristretto/pkg-plist

Modified: head/graphics/ristretto/Makefile
==============================================================================
--- head/graphics/ristretto/Makefile	Thu Oct  6 19:00:38 2016	(r423432)
+++ head/graphics/ristretto/Makefile	Thu Oct  6 19:35:40 2016	(r423433)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ristretto
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	graphics xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -15,12 +15,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libdbus-glib-1.so:devel/dbus-glib \
+		libdbus-1.so:devel/dbus \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		pkgconfig gettext desktop-file-utils gmake xfce tar:bzip2
+USES=		desktop-file-utils gettext gmake pkgconfig tar:bzip2 xfce
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 glib20 intltool intlhack
+USE_GNOME=	gtk20 glib20 intltool intlhack cairo
 INSTALLS_ICONS=	yes
 USE_XFCE=	libmenu
-USE_XORG=	x11
+USE_XORG=	ice sm x11
 
 .include <bsd.port.mk>

Modified: head/graphics/ristretto/distinfo
==============================================================================
--- head/graphics/ristretto/distinfo	Thu Oct  6 19:00:38 2016	(r423432)
+++ head/graphics/ristretto/distinfo	Thu Oct  6 19:35:40 2016	(r423433)
@@ -1,2 +1,3 @@
-SHA256 (xfce4/ristretto-0.8.0.tar.bz2) = 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328
-SIZE (xfce4/ristretto-0.8.0.tar.bz2) = 541473
+TIMESTAMP = 1475773758
+SHA256 (xfce4/ristretto-0.8.1.tar.bz2) = 0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee
+SIZE (xfce4/ristretto-0.8.1.tar.bz2) = 538787

Added: head/graphics/ristretto/files/patch-src_main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ristretto/files/patch-src_main.c	Thu Oct  6 19:35:40 2016	(r423433)
@@ -0,0 +1,11 @@
+--- src/main.c.orig	2016-09-08 07:14:04 UTC
++++ src/main.c
+@@ -256,7 +256,7 @@ cb_rstto_open_files (RsttoOpenFiles *rof
+          */
+         iter = rstto_main_window_get_iter (RSTTO_MAIN_WINDOW (rof->window));
+ 
+-        if (file_type != G_FILE_TYPE_DIRECTORY && r_file != NULL)
++        if (r_file != NULL && file_type != G_FILE_TYPE_DIRECTORY)
+         {
+             /* Get the file's parent directory */
+             p_file = g_file_get_parent (file);

Modified: head/graphics/ristretto/pkg-plist
==============================================================================
--- head/graphics/ristretto/pkg-plist	Thu Oct  6 19:00:38 2016	(r423432)
+++ head/graphics/ristretto/pkg-plist	Thu Oct  6 19:35:40 2016	(r423433)
@@ -1,6 +1,7 @@
 bin/ristretto
 share/appdata/ristretto.appdata.xml
 share/applications/ristretto.desktop
+share/icons/hicolor/128x128/apps/ristretto.png
 share/icons/hicolor/16x16/apps/ristretto.png
 share/icons/hicolor/48x48/apps/ristretto.png
 share/icons/hicolor/scalable/apps/ristretto.svg
@@ -19,6 +20,7 @@ share/locale/eu/LC_MESSAGES/ristretto.mo
 share/locale/fi/LC_MESSAGES/ristretto.mo
 share/locale/fr/LC_MESSAGES/ristretto.mo
 share/locale/gl/LC_MESSAGES/ristretto.mo
+share/locale/he/LC_MESSAGES/ristretto.mo
 share/locale/hr/LC_MESSAGES/ristretto.mo
 share/locale/hu/LC_MESSAGES/ristretto.mo
 share/locale/id/LC_MESSAGES/ristretto.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061935.u96JZead038009>