1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 1.34

This release improves the overall look and feel of the program. Scrollbar
  color can now be customized and a Clearlooks theme has been added. Many
  bugs and some regressions were fixed. Brazilian and czsech translations
  were also updated.
This commit is contained in:
Pietro Cerutti 2013-02-11 09:44:47 +00:00
parent 959c15b291
commit 8a9eb0915b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312050
3 changed files with 18 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfe
PORTVERSION= 1.33
PORTREVISION= 1
PORTVERSION= 1.34
CATEGORIES= x11-fm
MASTER_SITES= SF
@ -17,8 +16,8 @@ USE_GNOME= gnomehack intltool
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread
MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
@ -27,7 +26,5 @@ post-patch:
${WRKSRC}/src/XFileExplorer.cpp \
${WRKSRC}/src/help.h \
${WRKSRC}/src/xfedefs.h
@${REINPLACE_CMD} 's/unsigned FXchar/FXuchar/' \
${WRKSRC}/src/xfeutils.cpp
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (xfe-1.33.tar.gz) = e8a40f259d1b48943460ab53c177c5f570e01d2b605db04c8a78c4a4b20372d0
SIZE (xfe-1.33.tar.gz) = 2320451
SHA256 (xfe-1.34.tar.gz) = 5e311b0609349ca5ad2c34d32ccb79863eb48f6b8a9fddcecf37f0dd368acf78
SIZE (xfe-1.34.tar.gz) = 2356801

View File

@ -0,0 +1,13 @@
--- src/DirList.cpp.orig 2013-02-11 08:59:54.000000000 +0100
+++ src/DirList.cpp 2013-02-11 09:03:05.000000000 +0100
@@ -1954,8 +1954,10 @@
if (prevMinimized == FALSE && minimized == TRUE)
{
onCmdRefreshTimer(0,0,0);
+#if defined(linux)
onMtdevicesRefresh(0,0,0);
onUpdevicesRefresh(0,0,0);
+#endif
}
return 1;