Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rox rox: Update to 2.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/719a0803d32d
branches:  trunk
changeset: 432124:719a0803d32d
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 19 10:31:57 2020 +0000

description:
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:

 sysutils/rox/Makefile |  16 +++++++---------
 sysutils/rox/PLIST    |   4 ++--
 sysutils/rox/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 16 deletions(-)

diffs (80 lines):

diff -r fccb5793834d -r 719a0803d32d sysutils/rox/Makefile
--- a/sysutils/rox/Makefile     Tue May 19 10:24:23 2020 +0000
+++ b/sysutils/rox/Makefile     Tue May 19 10:31:57 2020 +0000
@@ -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 @@
 MAINTAINER=    rxg%NetBSD.org@localhost
 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 @@
 
 .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/libX11/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fccb5793834d -r 719a0803d32d sysutils/rox/PLIST
--- a/sysutils/rox/PLIST        Tue May 19 10:24:23 2020 +0000
+++ b/sysutils/rox/PLIST        Tue May 19 10:31:57 2020 +0000
@@ -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-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 -r fccb5793834d -r 719a0803d32d sysutils/rox/distinfo
--- a/sysutils/rox/distinfo     Tue May 19 10:24:23 2020 +0000
+++ b/sysutils/rox/distinfo     Tue May 19 10:31:57 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index