summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-19 10:31:57 +0000
committernia <nia@pkgsrc.org>2020-05-19 10:31:57 +0000
commit38192c5d574c93821d87b44a44e163e4b77dde73 (patch)
tree1f3d06ed087cd83feb6921580fdf0b01eebdb0ba /sysutils
parent629a1c7ffe22f13bc1bed7db33a7ddf5ceb13b22 (diff)
downloadpkgsrc-38192c5d574c93821d87b44a44e163e4b77dde73.tar.gz
rox: Update to 2.11
Release 2.11 (2011-10-09) - Converted from Glade to GtkBuilder. - Fixed typo in German translation (Alek). - "build" script runs autoconf and build the documentation if necessary. This is needed for Git checkouts. - Don't lower panel when the pointer moves over an applet. Reported by mark76 on IRC. - Centre the pinboard image correctly if larger than the screen (Mohamed Amine IL Idrissi). Patch sent to Ubuntu anonymously and forwarded; see Ubuntu bug #615490. - Depend on 0compile 0.19.1. Fixes bug using distribution-provided pkg-config. - Added build dependency on pkg-config. - Bugfix: unselect item when menu is closed. We used to listen for "unmap_event", but this is no longer emitted in recent versions of GTK. Switched to using "selection-done" instead. Closes #2925212 (reported by Barry Kauler). - Added button to options window to create the 'rox' start up script (Stephen Watson). - Updated Italian translation (Yuri). - Updated Brazilian Portuguese translation (Sérgio Cipolla). - Updated Spanish and Galician translations (Antonio Sánchez). The how-to-change-permissions explanation had a mistake that made the help window appear blank. - Updated Spanish translation (Antonio Sánchez and Luis Felipe Abad). - Turn the error on invalid line breaks in uri_list_to_glist into a warning (Stephen Watson). Firefox 3.5 upto and including 3.5.2 gets it wrong, but we don't want to stop drops working until they fix it. - Eliminated the duplicated code between pixmap_background_thumb() and pixmap_try_thumb(). pixmap_background_thumb() now calls pixmap_try_thumb() to get from memory or load from cache (Stephen Watson). - Added option to place panels under the control of the _NET_WORKAREA property (Stephen Watson). Note it only checks the work area at the point it creates the panel. - Fix bug in XDG MIME magic: if two matches at the same priority returned exactly the same type, it was considered a conflict (Stephen Watson). - Newer versions of GTK+ issue warnings if a spin button has a non-zero page size (Stephen Watson). - If a file has a thumbnail, display it in the infobox (Stephen Watson).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rox/Makefile16
-rw-r--r--sysutils/rox/PLIST4
-rw-r--r--sysutils/rox/distinfo10
3 files changed, 14 insertions, 16 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile
index 8cbb0aaacb5..e0ca0eda53b 100644
--- a/sysutils/rox/Makefile
+++ b/sysutils/rox/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.96 2020/05/16 17:48:36 rillig Exp $
+# $NetBSD: Makefile,v 1.97 2020/05/19 10:31:57 nia Exp $
#
-DISTNAME= rox-filer-2.10
-PKGNAME= rox-2.10
-PKGREVISION= 40
+DISTNAME= rox-filer-2.11
+PKGNAME= rox-2.11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
EXTRACT_SUFX= .tar.bz2
@@ -11,10 +10,10 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://rox.sourceforge.net/
COMMENT= RISC OS-like filer for X
+LICENSE= gnu-gpl-v2
CONFLICTS= rox-base-[0-9]*
-WRKSRC= ${WRKDIR}/${DISTNAME}
DIST_SUBDIR= rox
USE_TOOLS+= pax pkg-config
@@ -68,12 +67,11 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../mk/dlopen.buildlink3.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/rox/PLIST b/sysutils/rox/PLIST
index e6081660ac6..86e30b7fad2 100644
--- a/sysutils/rox/PLIST
+++ b/sysutils/rox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/12/10 16:28:44 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/05/19 10:31:57 nia Exp $
bin/rox
libexec/rox/ROX-Filer
man/man1/rox.1
@@ -136,7 +136,7 @@ share/rox/ROX-Filer/ROX/MIME/video-mpeg.png
share/rox/ROX-Filer/ROX/MIME/video-quicktime.png
share/rox/ROX-Filer/ROX/MIME/video-x-generic.png
share/rox/ROX-Filer/ROX/index.theme
-share/rox/ROX-Filer/Templates.glade
+share/rox/ROX-Filer/Templates.ui
share/rox/ROX-Filer/images/application.png
share/rox/ROX-Filer/images/dirs.png
share/rox/ROX-Filer/images/iconified.png
diff --git a/sysutils/rox/distinfo b/sysutils/rox/distinfo
index ed20919d38f..e29874448cb 100644
--- a/sysutils/rox/distinfo
+++ b/sysutils/rox/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2015/11/04 01:32:29 agc Exp $
+$NetBSD: distinfo,v 1.16 2020/05/19 10:31:57 nia Exp $
-SHA1 (rox/rox-filer-2.10.tar.bz2) = 691297d18be69a883db0a38130f5df99f9e1bc29
-RMD160 (rox/rox-filer-2.10.tar.bz2) = 48b64ccaceb96b59fbd2467aa65d8e128ebd960d
-SHA512 (rox/rox-filer-2.10.tar.bz2) = e2157d9b93855218647266d95abbabc6ab300b24dd78ebf66f553eb93c72a6a206ebc1f7cc4d63726c303815ef6de4069485b2062b930130ef04790155949ef6
-Size (rox/rox-filer-2.10.tar.bz2) = 1903129 bytes
+SHA1 (rox/rox-filer-2.11.tar.bz2) = a6c1b9398b63849fbb3625f549bb29ae9ce93e15
+RMD160 (rox/rox-filer-2.11.tar.bz2) = 6dac094a29c2802e4148e91738529c7018999fb7
+SHA512 (rox/rox-filer-2.11.tar.bz2) = 2ef5e7a5d6f4bbb825d6f01725ad4149b9cabfb6fe82c33631bb145f5a3c84e345c372b7698170c1ef78b30ffbc4665495cc266da4828cc8b4b256b592b2c50b
+Size (rox/rox-filer-2.11.tar.bz2) = 1907026 bytes
SHA1 (patch-ROX-Filer_src_mount.c) = 19d820cf74d57dbfeb255b21522639ac2fc41574
SHA1 (patch-aa) = 20cf42090c9cd3149af6e7be59f826624062d759
SHA1 (patch-ab) = bec4e64a5f54109fab55f89b8da9a55d0465d0ab