pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-exo Update xfce4-exo all the way to 0.11.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/661aaecb35db
branches:  trunk
changeset: 363899:661aaecb35db
user:      youri <youri%pkgsrc.org@localhost>
date:      Sun Jun 18 20:39:29 2017 +0000

description:
Update xfce4-exo all the way to 0.11.3:

0.11.0 (Development Release)
======
- This is the first release with initial GTK+3 support. This initial
  port is thanks to Nick Schermer and Jonas K?mmerlin, who provided
  all necessary components. As this is an initial release, expect to
  find bugs or even wholly incomplete functionality.
- Translation updates: Asturian, Basque, Bulgarian, Catalan, French,
  German, Greek, Hebrew, Hungarian, Icelandic, Japanese, Korean,
  Lithuanian, Occitan, Panjabi, Portuguese (Brazil), Russian, Slovak,
  Slovenian, Spanish, Swedish, Turkish, Ukrainian

0.11.1 (Development Release)
======
- This release addresses a new bug introduced in 0.11.0 where exo
  did not correctly export the user's environment variables.
- Translation updates: Chinese (China), Croatian, Swedish

0.11.2 (Development Release)
======
- Several improvements from f2404:
  - Remove unused struct member
  - Check index range before accessing array
  - Do not assign value twice
  - Resolve gdk_cursor_* deprecated warnings
  - Resolve gdk_threads_* deprecated warnings
- Fixed vertical alignment of options in preferred applications
- Fixed issue with Thunar detailed view losing selection (Xfce #12916)
- Translation updates: Asturian, English (Australia), Italian, Kazakh,
  Lithuanian, Malay, Polish, Portuguese, Romanian, Russian, Thai

0.11.3 (Development Release)
======
- New Features:
  - exo-csource: Add --output flag to write output to a file (Xfce #12901)
  - exo-helper: Add --query flag to query the preferred application (Xfce #8579)
- Build Changes:
  - Requirements updated: GTK 2.24, GTK 3.20, GLib 2.42, libxfce4ui 4.12
  - GTK 3 libraries are no longer optional
  - Default debug for development builds is now "yes" instead of "full"
- Bug Fixes:
  - Discard preferred application selection if dialog is canceled (Xfce #8802)
  - Do not ship generic category icons, these are standard (Xfce #9992)
  - Do not abort builds due to deprecated declarations (Xfce #11556)
  - Fix crash in Thunar on selection change after directory change (Xfce #13238)
  - Fix crash in exo-helper-1 from GTK 3 migration (Xfce #13374)
  - Fix ExoIconView being unable to decrease its size (Xfce #13402)
- Documentation Updates:
  - Add missing per-release API indices
  - Resolve undocumented symbols
  - Updated project documentation (HACKING, README, THANKS)
- Translation Updates: Amharic, Asturian, Catalan, Chinese (Taiwan), Croatian,
  Danish, Dutch, Finnish, Galician, Greek, Indonesian, Kazakh, Korean,
  Lithuanian, Norwegian Bokmal, Norwegian Nynorsk, Occitan,
  Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Thai

diffstat:

 x11/xfce4-exo/Makefile                                              |  11 +-
 x11/xfce4-exo/PLIST                                                 |  31 ++++++++-
 x11/xfce4-exo/buildlink3.mk                                         |   4 +-
 x11/xfce4-exo/distinfo                                              |  14 ++--
 x11/xfce4-exo/patches/patch-af                                      |   3 +-
 x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in |   3 +-
 6 files changed, 44 insertions(+), 22 deletions(-)

diffs (157 lines):

diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/Makefile
--- a/x11/xfce4-exo/Makefile    Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/Makefile    Sun Jun 18 20:39:29 2017 +0000
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.46 2017/02/12 06:25:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.47 2017/06/18 20:39:29 youri Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.10.7
+VERSION=       0.11.3
 DISTNAME=      exo-${VERSION}
 PKGNAME=       xfce4-exo-${VERSION}
 CATEGORIES=    x11
-MASTER_SITES=  http://archive.xfce.org/src/xfce/exo/0.10/
+MASTER_SITES=  http://archive.xfce.org/src/xfce/exo/0.11/
 
 HOMEPAGE=      http://docs.xfce.org/xfce/exo/start
 COMMENT=       Xfce extension library
 
-USE_TOOLS+=            perl:run
-REPLACE_PERL=          exo-helper/helpers/exo-compose-mail-1
+USE_TOOLS+=    perl:run
+REPLACE_PERL=  exo-helper/helpers/exo-compose-mail-1
 
 DEPENDS+=      p5-URI>=0:../../www/p5-URI
 
diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/PLIST
--- a/x11/xfce4-exo/PLIST       Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/PLIST       Sun Jun 18 20:39:29 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2015/06/29 10:38:00 youri Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/06/18 20:39:29 youri Exp $
 bin/exo-csource
 bin/exo-desktop-item-edit
 bin/exo-open
@@ -27,8 +27,30 @@
 include/exo-1/exo/exo-wrap-table.h
 include/exo-1/exo/exo-xsession-client.h
 include/exo-1/exo/exo.h
+include/exo-2/exo/exo-binding.h
+include/exo-2/exo/exo-cell-renderer-icon.h
+include/exo-2/exo/exo-config.h
+include/exo-2/exo/exo-enum-types.h
+include/exo-2/exo/exo-execute.h
+include/exo-2/exo/exo-gdk-pixbuf-extensions.h
+include/exo-2/exo/exo-gobject-extensions.h
+include/exo-2/exo/exo-gtk-extensions.h
+include/exo-2/exo/exo-icon-chooser-dialog.h
+include/exo-2/exo/exo-icon-chooser-model.h
+include/exo-2/exo/exo-icon-view.h
+include/exo-2/exo/exo-job.h
+include/exo-2/exo/exo-simple-job.h
+include/exo-2/exo/exo-string.h
+include/exo-2/exo/exo-thumbnail-preview.h
+include/exo-2/exo/exo-thumbnail.h
+include/exo-2/exo/exo-toolbars-model.h
+include/exo-2/exo/exo-tree-view.h
+include/exo-2/exo/exo-utils.h
+include/exo-2/exo/exo.h
 lib/libexo-1.la
+lib/libexo-2.la
 lib/pkgconfig/exo-1.pc
+lib/pkgconfig/exo-2.pc
 lib/xfce4/exo-1/exo-compose-mail-1
 lib/xfce4/exo-1/exo-helper-1
 man/man1/exo-csource.1
@@ -54,6 +76,7 @@
 share/gtk-doc/html/exo-1/ExoWrapTable.html
 share/gtk-doc/html/exo-1/ExoXsessionClient.html
 share/gtk-doc/html/exo-1/ch01.html
+share/gtk-doc/html/exo-1/ch02.html
 share/gtk-doc/html/exo-1/exo-1.devhelp2
 share/gtk-doc/html/exo-1/exo-Binding-Properties-Functions.html
 share/gtk-doc/html/exo-1/exo-Executing-Applications.html
@@ -80,8 +103,7 @@
 share/gtk-doc/html/exo-1/exo-wrap-table.png
 share/gtk-doc/html/exo-1/home.png
 share/gtk-doc/html/exo-1/index.html
-share/gtk-doc/html/exo-1/index.sgml
-share/gtk-doc/html/exo-1/ix01.html
+share/gtk-doc/html/exo-1/ix13.html
 share/gtk-doc/html/exo-1/left-insensitive.png
 share/gtk-doc/html/exo-1/left.png
 share/gtk-doc/html/exo-1/right-insensitive.png
@@ -91,8 +113,7 @@
 share/gtk-doc/html/exo-1/up.png
 share/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png
 share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png
-share/icons/hicolor/48x48/categories/applications-internet.png
-share/icons/hicolor/48x48/categories/applications-other.png
+share/locale/am/LC_MESSAGES/exo-1.mo
 share/locale/ar/LC_MESSAGES/exo-1.mo
 share/locale/ast/LC_MESSAGES/exo-1.mo
 share/locale/be/LC_MESSAGES/exo-1.mo
diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/buildlink3.mk
--- a/x11/xfce4-exo/buildlink3.mk       Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/buildlink3.mk       Sun Jun 18 20:39:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2017/02/12 06:25:00 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2017/06/18 20:39:29 youri Exp $
 
 BUILDLINK_TREE+=       xfce4-exo
 
@@ -7,7 +7,7 @@
 
 BUILDLINK_API_DEPENDS.xfce4-exo+=      xfce4-exo>=0.10.4
 BUILDLINK_ABI_DEPENDS.xfce4-exo?=      xfce4-exo>=0.10.7nb4
-BUILDLINK_PKGSRCDIR.xfce4-exo?=        ../../x11/xfce4-exo
+BUILDLINK_PKGSRCDIR.xfce4-exo?=                ../../x11/xfce4-exo
 
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .endif # XFCE4_EXO_BUILDLINK3_MK
diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/distinfo
--- a/x11/xfce4-exo/distinfo    Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/distinfo    Sun Jun 18 20:39:29 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2015/11/04 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.15 2017/06/18 20:39:29 youri Exp $
 
-SHA1 (exo-0.10.7.tar.bz2) = 1edbd1eeda577ff0a0473145490b33eb8f9c24c4
-RMD160 (exo-0.10.7.tar.bz2) = a7722904640c96aafe69c5599d4bc55b3e52f1be
-SHA512 (exo-0.10.7.tar.bz2) = 5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
-Size (exo-0.10.7.tar.bz2) = 1262301 bytes
-SHA1 (patch-af) = 60bcdb551f5c659b8335107ec77203fd9797aabf
-SHA1 (patch-exo-helper_helpers_Thunar.desktop.in.in) = dfeecc4d288f4d014d8ceb2c63b5625bddc40b12
+SHA1 (exo-0.11.3.tar.bz2) = 758ced83d97650e0428563b42877aecfc9fc3c81
+RMD160 (exo-0.11.3.tar.bz2) = e6fcd2521ecd364ff7d2898970b15ee9c2dddb95
+SHA512 (exo-0.11.3.tar.bz2) = 667f7db5b122e9dde07b71583bf1eb412828698d581c17957fbe551c70b76e80c317d7a6781ae89279c60ddc004ce2d0484435a29276e0a949e9e152d8b86574
+Size (exo-0.11.3.tar.bz2) = 1294802 bytes
+SHA1 (patch-af) = d983808d490ef8f1d47c8a8469b8f3ec4f2d7cf4
+SHA1 (patch-exo-helper_helpers_Thunar.desktop.in.in) = efe98db2f48309043c80276c4d39934cb949efa7
diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/patches/patch-af
--- a/x11/xfce4-exo/patches/patch-af    Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/patches/patch-af    Sun Jun 18 20:39:29 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-af,v 1.4 2015/07/07 15:03:13 youri Exp $
+$NetBSD: patch-af,v 1.5 2017/06/18 20:39:29 youri Exp $
 
 Adjust config path.
+
 --- exo-helper/helpers/Makefile.in.orig        2015-05-25 19:07:21.000000000 +0000
 +++ exo-helper/helpers/Makefile.in
 @@ -349,7 +349,7 @@ target_vendor = @target_vendor@
diff -r f998b8557cd1 -r 661aaecb35db x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in
--- a/x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in       Sun Jun 18 18:47:37 2017 +0000
+++ b/x11/xfce4-exo/patches/patch-exo-helper_helpers_Thunar.desktop.in.in       Sun Jun 18 20:39:29 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-exo-helper_helpers_Thunar.desktop.in.in,v 1.1 2015/07/07 15:03:13 youri Exp $
+$NetBSD: patch-exo-helper_helpers_Thunar.desktop.in.in,v 1.2 2017/06/18 20:39:29 youri Exp $
 
 Use thunar, not Thunar.
+
 --- exo-helper/helpers/Thunar.desktop.in.in.orig       2015-05-25 18:04:45.000000000 +0000
 +++ exo-helper/helpers/Thunar.desktop.in.in
 @@ -5,7 +5,7 @@ Icon=Thunar



Home | Main Index | Thread Index | Old Index