Skip to content

Commit 332d6e6

Browse files
committed
xfce4-exo: update to 4.16.2
Change log: 4.16.2 ====== - Properly initialize GdkRectangle to prevent crash (Issue #57) 4.16.1 ====== - Revamp the documentation to modernize and uniformize accross components - Fix keyboard navigation when only one item is present (#53) 4.16.0 ====== - Focus must not be required in single click mode (Issue #190) - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - Adjust padding only for vertical item orientation (Issue #48) - bump glib (and gio, gthread, etc) to 2.50.0 - Fix GCC warning (false negative) - Translation Updates: Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian, Slovenian, Turkish, Vietnamese 4.15.3 ====== - Re-grab tree selection to prevent rare crash (Issue #46) - Remove unneeded RTL adjustment (Issue #45) - exo-open: Wrap long URI in error dialog (Issue #26) - Avoid truncated text in small zoom levels (#42) - Make ExoIconView reduce selection on a single click (issue #39) - Partially restore 6fcefce9 (Issue #18) - Adds new, foreign README.md - Add check for valid GtkTreeSelection (issue #40) - Reset cursor on drag end in single-click mode - exo-open: Change priority of command line parameters (Fixes #20) - Prevent label from overlapping icon in RTL (Fixes #36) - Prevent "selection_changed" bursts (#37) - Small change to documentation for exo_strdup_strftime - desktop-item-edit: Fix fallback for desktop file type detection - desktop-item-edit: Improve detection of invalid icon names (Fixes #33) - AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS (Closes !9) - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kannada, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese, 4.15.2 ====== - icon-chooser-dialog: Allow removing selected icon (Fixes #2) - desktop-item-edit: Fix sensitivity of save button (Fixes #28) - Rework exo_icon_view_scroll_event for overshoot effect (Fixes #25) - Allow resizing the xfce4-settings window smaller (Fixes #19) - Drop exo-csource from exo - Fix build on OpenBSD (!2) - Fix race condition in make install (Fixes #29) - Remove unused perl module requirement - Replace bugzilla occurences with gitlab (Fixes #30) - Translation Updates: Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern Armenian, French, German, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish, Turkish 4.15.1 ====== This release transitions several exo components to xfce-settings. Please use with xfce-settings 4.15.1 or later for best results. - Removed binaries: exo-compose-mail, exo-helper-2 - Removed from API: ExoCellRendererEllipsizedText, ExoIconBar, ExoToolbarsEditor, ExoToolbarsEditorDialog, ExoToolbarsModel, ExoToolbarsView, ExoWrapTable, ExoXsessionClient, exo_atomic_inc, exo_atomic_dec Other Updates: - state variable is a GtkStateFlags - Fix previous commit - desktop-item-edit: Fix sensitivity of save button (Bug #16813) - Add basic GitLab pipeline - Attach popup window to toplevel parent (Bug #16768) - Rename Thunar.desktop to thunar.desktop (Bug #16197) - Extend selection on shift+drag (Bug #7526) - Do not cancel selection on shift+drag - Rename Thunar.desktop to thunar.desktop (Bug #16197) - Fix type declaration (Bug #16678) - desktop-item-edit: Use new XfceTitledDialog API - Fix GTimeVal deprecation - Replace deprecated G_INLINE_FUNC macro - Replace deprecated macro - Wrong keyboard navigation after using rubberband in exo-icon-view (Bug #16286) - Cursor position in icon view not visible/highlighted when using ctrl + arrows (Bug #12227) - Make sure default applications are properly set in mimeapps.list - Translation Updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian, Bengali, Catalan, Chinese (Hong Kong), Chinese (Taiwan), Danish, Dutch, Estonian, Greek, Hungarian, Icelandic, Interlingue, Italian, Kannada, Latvian, Lithuanian, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian (Iran), Portuguese, Romanian, Russian, Slovak, Spanish, Telugu, Turkish, Uighur, Urdu, Urdu (Pakistan), Vietnamese
1 parent 8f2371a commit 332d6e6

6 files changed

Lines changed: 107 additions & 253 deletions

File tree

x11/xfce4-exo/Makefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# $NetBSD: Makefile,v 1.71 2021/05/24 19:56:05 wiz Exp $
1+
# $NetBSD: Makefile,v 1.72 2021/11/30 14:15:26 gutteridge Exp $
22

3-
PKGREVISION= 5
43
.include "../../meta-pkgs/xfce4/Makefile.common"
54

6-
VERSION= 0.12.11
5+
VERSION= 4.16.2
76
DISTNAME= exo-${VERSION}
87
PKGNAME= xfce4-exo-${VERSION}
98
CATEGORIES= x11
10-
MASTER_SITES= http://archive.xfce.org/src/xfce/exo/${VERSION:R}/
9+
MASTER_SITES= https://archive.xfce.org/src/xfce/exo/${VERSION:R}/
1110

1211
HOMEPAGE= https://docs.xfce.org/xfce/exo/start
1312
COMMENT= Xfce extension library
@@ -19,14 +18,7 @@ DEPENDS+= p5-URI>=0:../../www/p5-URI
1918

2019
PKGCONFIG_OVERRIDE+= exo/exo-1.pc.in
2120

22-
PKG_SYSCONFSUBDIR= xdg/xfce4
23-
EGDIR= ${XFCE4_EGBASE}
24-
25-
CONF_FILES= ${EGDIR}/helpers.rc ${PKG_SYSCONFDIR}/helpers.rc
26-
OWN_DIRS+= ${EGDIR}
27-
2821
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
29-
.include "../../x11/gtk2/buildlink3.mk"
3022
.include "../../x11/libxfce4ui/buildlink3.mk"
3123
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
3224
.include "../../mk/bsd.pkg.mk"

x11/xfce4-exo/PLIST

Lines changed: 98 additions & 204 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
1-
@comment $NetBSD: PLIST,v 1.15 2019/08/17 18:38:53 gutteridge Exp $
2-
bin/exo-csource
1+
@comment $NetBSD: PLIST,v 1.16 2021/11/30 14:15:26 gutteridge Exp $
32
bin/exo-desktop-item-edit
43
bin/exo-open
5-
bin/exo-preferred-applications
6-
include/exo-1/exo/exo-binding.h
7-
include/exo-1/exo/exo-cell-renderer-ellipsized-text.h
8-
include/exo-1/exo/exo-cell-renderer-icon.h
9-
include/exo-1/exo/exo-config.h
10-
include/exo-1/exo/exo-enum-types.h
11-
include/exo-1/exo/exo-execute.h
12-
include/exo-1/exo/exo-gdk-pixbuf-extensions.h
13-
include/exo-1/exo/exo-gobject-extensions.h
14-
include/exo-1/exo/exo-gtk-extensions.h
15-
include/exo-1/exo/exo-icon-bar.h
16-
include/exo-1/exo/exo-icon-chooser-dialog.h
17-
include/exo-1/exo/exo-icon-view.h
18-
include/exo-1/exo/exo-job.h
19-
include/exo-1/exo/exo-simple-job.h
20-
include/exo-1/exo/exo-string.h
21-
include/exo-1/exo/exo-toolbars-editor-dialog.h
22-
include/exo-1/exo/exo-toolbars-editor.h
23-
include/exo-1/exo/exo-toolbars-model.h
24-
include/exo-1/exo/exo-toolbars-view.h
25-
include/exo-1/exo/exo-tree-view.h
26-
include/exo-1/exo/exo-utils.h
27-
include/exo-1/exo/exo-wrap-table.h
28-
include/exo-1/exo/exo-xsession-client.h
29-
include/exo-1/exo/exo.h
304
include/exo-2/exo/exo-binding.h
315
include/exo-2/exo/exo-cell-renderer-icon.h
326
include/exo-2/exo/exo-config.h
@@ -43,189 +17,109 @@ include/exo-2/exo/exo-simple-job.h
4317
include/exo-2/exo/exo-string.h
4418
include/exo-2/exo/exo-thumbnail-preview.h
4519
include/exo-2/exo/exo-thumbnail.h
46-
include/exo-2/exo/exo-toolbars-model.h
4720
include/exo-2/exo/exo-tree-view.h
4821
include/exo-2/exo/exo-utils.h
4922
include/exo-2/exo/exo.h
50-
lib/libexo-1.la
5123
lib/libexo-2.la
52-
lib/pkgconfig/exo-1.pc
5324
lib/pkgconfig/exo-2.pc
54-
lib/xfce4/exo-2/exo-helper-2
55-
lib/xfce4/exo/exo-compose-mail
56-
man/man1/exo-csource.1
5725
man/man1/exo-open.1
58-
share/applications/exo-file-manager.desktop
59-
share/applications/exo-mail-reader.desktop
60-
share/applications/exo-preferred-applications.desktop
61-
share/applications/exo-terminal-emulator.desktop
62-
share/applications/exo-web-browser.desktop
63-
share/examples/xfce4/helpers.rc
64-
share/gtk-doc/html/exo-1/ExoCellRendererEllipsizedText.html
65-
share/gtk-doc/html/exo-1/ExoCellRendererIcon.html
66-
share/gtk-doc/html/exo-1/ExoIconBar.html
67-
share/gtk-doc/html/exo-1/ExoIconChooserDialog.html
68-
share/gtk-doc/html/exo-1/ExoIconView.html
69-
share/gtk-doc/html/exo-1/ExoJob.html
70-
share/gtk-doc/html/exo-1/ExoSimpleJob.html
71-
share/gtk-doc/html/exo-1/ExoToolbarsEditor.html
72-
share/gtk-doc/html/exo-1/ExoToolbarsEditorDialog.html
73-
share/gtk-doc/html/exo-1/ExoToolbarsModel.html
74-
share/gtk-doc/html/exo-1/ExoToolbarsView.html
75-
share/gtk-doc/html/exo-1/ExoTreeView.html
76-
share/gtk-doc/html/exo-1/ExoWrapTable.html
77-
share/gtk-doc/html/exo-1/ExoXsessionClient.html
78-
share/gtk-doc/html/exo-1/ch01.html
79-
share/gtk-doc/html/exo-1/ch02.html
80-
share/gtk-doc/html/exo-1/exo-1.devhelp2
81-
share/gtk-doc/html/exo-1/exo-Binding-Properties-Functions.html
82-
share/gtk-doc/html/exo-1/exo-Executing-Applications.html
83-
share/gtk-doc/html/exo-1/exo-Extensions-to-GObject.html
84-
share/gtk-doc/html/exo-1/exo-Extensions-to-Gtk.html
85-
share/gtk-doc/html/exo-1/exo-Extensions-to-gdk-pixbuf.html
86-
share/gtk-doc/html/exo-1/exo-Miscellaneous-Utility-Functions.html
87-
share/gtk-doc/html/exo-1/exo-String-Utility-Functions.html
88-
share/gtk-doc/html/exo-1/exo-Version-Information.html
89-
share/gtk-doc/html/exo-1/exo-cell-renderers.html
90-
share/gtk-doc/html/exo-1/exo-csource.html
91-
share/gtk-doc/html/exo-1/exo-extensions.html
92-
share/gtk-doc/html/exo-1/exo-gtk-file-chooser-add-thumbnail-preview.png
93-
share/gtk-doc/html/exo-1/exo-icon-chooser-dialog.png
94-
share/gtk-doc/html/exo-1/exo-jobs.html
95-
share/gtk-doc/html/exo-1/exo-miscelleanous.html
96-
share/gtk-doc/html/exo-1/exo-overview.html
97-
share/gtk-doc/html/exo-1/exo-toolbars-editor-dialog.png
98-
share/gtk-doc/html/exo-1/exo-toolbars-editor.png
99-
share/gtk-doc/html/exo-1/exo-toolbars-view.png
100-
share/gtk-doc/html/exo-1/exo-toolbars.html
101-
share/gtk-doc/html/exo-1/exo-tools.html
102-
share/gtk-doc/html/exo-1/exo-widgets.html
103-
share/gtk-doc/html/exo-1/exo-wrap-table.png
104-
share/gtk-doc/html/exo-1/home.png
105-
share/gtk-doc/html/exo-1/index.html
106-
share/gtk-doc/html/exo-1/ix14.html
107-
share/gtk-doc/html/exo-1/left-insensitive.png
108-
share/gtk-doc/html/exo-1/left.png
109-
share/gtk-doc/html/exo-1/right-insensitive.png
110-
share/gtk-doc/html/exo-1/right.png
111-
share/gtk-doc/html/exo-1/style.css
112-
share/gtk-doc/html/exo-1/up-insensitive.png
113-
share/gtk-doc/html/exo-1/up.png
26+
share/gtk-doc/html/exo-2/ExoCellRendererIcon.html
27+
share/gtk-doc/html/exo-2/ExoIconChooserDialog.html
28+
share/gtk-doc/html/exo-2/ExoIconView.html
29+
share/gtk-doc/html/exo-2/ExoJob.html
30+
share/gtk-doc/html/exo-2/ExoSimpleJob.html
31+
share/gtk-doc/html/exo-2/ExoTreeView.html
32+
share/gtk-doc/html/exo-2/ch01.html
33+
share/gtk-doc/html/exo-2/exo-2.devhelp2
34+
share/gtk-doc/html/exo-2/exo-Binding-Properties-Functions.html
35+
share/gtk-doc/html/exo-2/exo-Executing-Applications.html
36+
share/gtk-doc/html/exo-2/exo-Extensions-to-GObject.html
37+
share/gtk-doc/html/exo-2/exo-Extensions-to-Gtk.html
38+
share/gtk-doc/html/exo-2/exo-Extensions-to-gdk-pixbuf.html
39+
share/gtk-doc/html/exo-2/exo-Miscellaneous-Utility-Functions.html
40+
share/gtk-doc/html/exo-2/exo-String-Utility-Functions.html
41+
share/gtk-doc/html/exo-2/exo-Version-Information.html
42+
share/gtk-doc/html/exo-2/exo-cell-renderers.html
43+
share/gtk-doc/html/exo-2/exo-extensions.html
44+
share/gtk-doc/html/exo-2/exo-jobs.html
45+
share/gtk-doc/html/exo-2/exo-miscelleanous.html
46+
share/gtk-doc/html/exo-2/exo-overview.html
47+
share/gtk-doc/html/exo-2/exo-widgets.html
48+
share/gtk-doc/html/exo-2/home.png
49+
share/gtk-doc/html/exo-2/index.html
50+
share/gtk-doc/html/exo-2/ix15.html
51+
share/gtk-doc/html/exo-2/left-insensitive.png
52+
share/gtk-doc/html/exo-2/left.png
53+
share/gtk-doc/html/exo-2/right-insensitive.png
54+
share/gtk-doc/html/exo-2/right.png
55+
share/gtk-doc/html/exo-2/style.css
56+
share/gtk-doc/html/exo-2/up-insensitive.png
57+
share/gtk-doc/html/exo-2/up.png
11458
share/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png
11559
share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png
116-
share/locale/am/LC_MESSAGES/exo-1.mo
117-
share/locale/ar/LC_MESSAGES/exo-1.mo
118-
share/locale/ast/LC_MESSAGES/exo-1.mo
119-
share/locale/be/LC_MESSAGES/exo-1.mo
120-
share/locale/bg/LC_MESSAGES/exo-1.mo
121-
share/locale/bn/LC_MESSAGES/exo-1.mo
122-
share/locale/ca/LC_MESSAGES/exo-1.mo
123-
share/locale/cs/LC_MESSAGES/exo-1.mo
124-
share/locale/da/LC_MESSAGES/exo-1.mo
125-
share/locale/de/LC_MESSAGES/exo-1.mo
126-
share/locale/el/LC_MESSAGES/exo-1.mo
127-
share/locale/en_AU/LC_MESSAGES/exo-1.mo
128-
share/locale/en_GB/LC_MESSAGES/exo-1.mo
129-
share/locale/es/LC_MESSAGES/exo-1.mo
130-
share/locale/et/LC_MESSAGES/exo-1.mo
131-
share/locale/eu/LC_MESSAGES/exo-1.mo
132-
share/locale/fi/LC_MESSAGES/exo-1.mo
133-
share/locale/fr/LC_MESSAGES/exo-1.mo
134-
share/locale/gl/LC_MESSAGES/exo-1.mo
135-
share/locale/he/LC_MESSAGES/exo-1.mo
136-
share/locale/hr/LC_MESSAGES/exo-1.mo
137-
share/locale/hu/LC_MESSAGES/exo-1.mo
138-
share/locale/hy/LC_MESSAGES/exo-1.mo
139-
share/locale/hy_AM/LC_MESSAGES/exo-1.mo
140-
share/locale/id/LC_MESSAGES/exo-1.mo
141-
share/locale/ie/LC_MESSAGES/exo-1.mo
142-
share/locale/is/LC_MESSAGES/exo-1.mo
143-
share/locale/it/LC_MESSAGES/exo-1.mo
144-
share/locale/ja/LC_MESSAGES/exo-1.mo
145-
share/locale/kk/LC_MESSAGES/exo-1.mo
146-
share/locale/kn/LC_MESSAGES/exo-1.mo
147-
share/locale/ko/LC_MESSAGES/exo-1.mo
148-
share/locale/lt/LC_MESSAGES/exo-1.mo
149-
share/locale/lv/LC_MESSAGES/exo-1.mo
150-
share/locale/ms/LC_MESSAGES/exo-1.mo
151-
share/locale/nb/LC_MESSAGES/exo-1.mo
152-
share/locale/nl/LC_MESSAGES/exo-1.mo
153-
share/locale/nn/LC_MESSAGES/exo-1.mo
154-
share/locale/oc/LC_MESSAGES/exo-1.mo
155-
share/locale/pa/LC_MESSAGES/exo-1.mo
156-
share/locale/pl/LC_MESSAGES/exo-1.mo
157-
share/locale/pt/LC_MESSAGES/exo-1.mo
158-
share/locale/pt_BR/LC_MESSAGES/exo-1.mo
159-
share/locale/ro/LC_MESSAGES/exo-1.mo
160-
share/locale/ru/LC_MESSAGES/exo-1.mo
161-
share/locale/si/LC_MESSAGES/exo-1.mo
162-
share/locale/sk/LC_MESSAGES/exo-1.mo
163-
share/locale/sl/LC_MESSAGES/exo-1.mo
164-
share/locale/sq/LC_MESSAGES/exo-1.mo
165-
share/locale/sr/LC_MESSAGES/exo-1.mo
166-
share/locale/sv/LC_MESSAGES/exo-1.mo
167-
share/locale/te/LC_MESSAGES/exo-1.mo
168-
share/locale/th/LC_MESSAGES/exo-1.mo
169-
share/locale/tr/LC_MESSAGES/exo-1.mo
170-
share/locale/ug/LC_MESSAGES/exo-1.mo
171-
share/locale/uk/LC_MESSAGES/exo-1.mo
172-
share/locale/ur/LC_MESSAGES/exo-1.mo
173-
share/locale/ur_PK/LC_MESSAGES/exo-1.mo
174-
share/locale/vi/LC_MESSAGES/exo-1.mo
175-
share/locale/zh_CN/LC_MESSAGES/exo-1.mo
176-
share/locale/zh_HK/LC_MESSAGES/exo-1.mo
177-
share/locale/zh_TW/LC_MESSAGES/exo-1.mo
60+
share/locale/am/LC_MESSAGES/exo-2.mo
61+
share/locale/ar/LC_MESSAGES/exo-2.mo
62+
share/locale/ast/LC_MESSAGES/exo-2.mo
63+
share/locale/be/LC_MESSAGES/exo-2.mo
64+
share/locale/bg/LC_MESSAGES/exo-2.mo
65+
share/locale/bn/LC_MESSAGES/exo-2.mo
66+
share/locale/ca/LC_MESSAGES/exo-2.mo
67+
share/locale/cs/LC_MESSAGES/exo-2.mo
68+
share/locale/da/LC_MESSAGES/exo-2.mo
69+
share/locale/de/LC_MESSAGES/exo-2.mo
70+
share/locale/el/LC_MESSAGES/exo-2.mo
71+
share/locale/en_AU/LC_MESSAGES/exo-2.mo
72+
share/locale/en_GB/LC_MESSAGES/exo-2.mo
73+
share/locale/es/LC_MESSAGES/exo-2.mo
74+
share/locale/et/LC_MESSAGES/exo-2.mo
75+
share/locale/eu/LC_MESSAGES/exo-2.mo
76+
share/locale/fa_IR/LC_MESSAGES/exo-2.mo
77+
share/locale/fi/LC_MESSAGES/exo-2.mo
78+
share/locale/fr/LC_MESSAGES/exo-2.mo
79+
share/locale/gl/LC_MESSAGES/exo-2.mo
80+
share/locale/he/LC_MESSAGES/exo-2.mo
81+
share/locale/hr/LC_MESSAGES/exo-2.mo
82+
share/locale/hu/LC_MESSAGES/exo-2.mo
83+
share/locale/hy/LC_MESSAGES/exo-2.mo
84+
share/locale/hy_AM/LC_MESSAGES/exo-2.mo
85+
share/locale/hye/LC_MESSAGES/exo-2.mo
86+
share/locale/id/LC_MESSAGES/exo-2.mo
87+
share/locale/ie/LC_MESSAGES/exo-2.mo
88+
share/locale/is/LC_MESSAGES/exo-2.mo
89+
share/locale/it/LC_MESSAGES/exo-2.mo
90+
share/locale/ja/LC_MESSAGES/exo-2.mo
91+
share/locale/kab/LC_MESSAGES/exo-2.mo
92+
share/locale/kk/LC_MESSAGES/exo-2.mo
93+
share/locale/kn/LC_MESSAGES/exo-2.mo
94+
share/locale/ko/LC_MESSAGES/exo-2.mo
95+
share/locale/lt/LC_MESSAGES/exo-2.mo
96+
share/locale/lv/LC_MESSAGES/exo-2.mo
97+
share/locale/ms/LC_MESSAGES/exo-2.mo
98+
share/locale/nb/LC_MESSAGES/exo-2.mo
99+
share/locale/nl/LC_MESSAGES/exo-2.mo
100+
share/locale/nn/LC_MESSAGES/exo-2.mo
101+
share/locale/oc/LC_MESSAGES/exo-2.mo
102+
share/locale/pa/LC_MESSAGES/exo-2.mo
103+
share/locale/pl/LC_MESSAGES/exo-2.mo
104+
share/locale/pt/LC_MESSAGES/exo-2.mo
105+
share/locale/pt_BR/LC_MESSAGES/exo-2.mo
106+
share/locale/ro/LC_MESSAGES/exo-2.mo
107+
share/locale/ru/LC_MESSAGES/exo-2.mo
108+
share/locale/si/LC_MESSAGES/exo-2.mo
109+
share/locale/sk/LC_MESSAGES/exo-2.mo
110+
share/locale/sl/LC_MESSAGES/exo-2.mo
111+
share/locale/sq/LC_MESSAGES/exo-2.mo
112+
share/locale/sr/LC_MESSAGES/exo-2.mo
113+
share/locale/sv/LC_MESSAGES/exo-2.mo
114+
share/locale/te/LC_MESSAGES/exo-2.mo
115+
share/locale/th/LC_MESSAGES/exo-2.mo
116+
share/locale/tr/LC_MESSAGES/exo-2.mo
117+
share/locale/ug/LC_MESSAGES/exo-2.mo
118+
share/locale/uk/LC_MESSAGES/exo-2.mo
119+
share/locale/ur/LC_MESSAGES/exo-2.mo
120+
share/locale/ur_PK/LC_MESSAGES/exo-2.mo
121+
share/locale/vi/LC_MESSAGES/exo-2.mo
122+
share/locale/zh_CN/LC_MESSAGES/exo-2.mo
123+
share/locale/zh_HK/LC_MESSAGES/exo-2.mo
124+
share/locale/zh_TW/LC_MESSAGES/exo-2.mo
178125
share/pixmaps/exo/exo-thumbnail-frame.png
179-
share/xfce4/helpers/Thunar.desktop
180-
share/xfce4/helpers/aterm.desktop
181-
share/xfce4/helpers/balsa.desktop
182-
share/xfce4/helpers/brave.desktop
183-
share/xfce4/helpers/caja.desktop
184-
share/xfce4/helpers/chromium.desktop
185-
share/xfce4/helpers/debian-sensible-browser.desktop
186-
share/xfce4/helpers/debian-x-terminal-emulator.desktop
187-
share/xfce4/helpers/dillo.desktop
188-
share/xfce4/helpers/encompass.desktop
189-
share/xfce4/helpers/epiphany.desktop
190-
share/xfce4/helpers/eterm.desktop
191-
share/xfce4/helpers/evolution.desktop
192-
share/xfce4/helpers/firefox.desktop
193-
share/xfce4/helpers/galeon.desktop
194-
share/xfce4/helpers/geary.desktop
195-
share/xfce4/helpers/gnome-terminal.desktop
196-
share/xfce4/helpers/google-chrome.desktop
197-
share/xfce4/helpers/icecat.desktop
198-
share/xfce4/helpers/icedove.desktop
199-
share/xfce4/helpers/iceweasel.desktop
200-
share/xfce4/helpers/jumanji.desktop
201-
share/xfce4/helpers/kmail.desktop
202-
share/xfce4/helpers/konqueror.desktop
203-
share/xfce4/helpers/links.desktop
204-
share/xfce4/helpers/lynx.desktop
205-
share/xfce4/helpers/midori.desktop
206-
share/xfce4/helpers/mozilla-browser.desktop
207-
share/xfce4/helpers/mozilla-mailer.desktop
208-
share/xfce4/helpers/mutt.desktop
209-
share/xfce4/helpers/nautilus.desktop
210-
share/xfce4/helpers/netscape-navigator.desktop
211-
share/xfce4/helpers/nxterm.desktop
212-
share/xfce4/helpers/opera-browser.desktop
213-
share/xfce4/helpers/pcmanfm-qt.desktop
214-
share/xfce4/helpers/pcmanfm.desktop
215-
share/xfce4/helpers/qterminal.desktop
216-
share/xfce4/helpers/qtfm.desktop
217-
share/xfce4/helpers/qupzilla.desktop
218-
share/xfce4/helpers/rodent.desktop
219-
share/xfce4/helpers/rox-filer.desktop
220-
share/xfce4/helpers/sakura.desktop
221-
share/xfce4/helpers/surf.desktop
222-
share/xfce4/helpers/sylpheed-claws.desktop
223-
share/xfce4/helpers/sylpheed.desktop
224-
share/xfce4/helpers/terminator.desktop
225-
share/xfce4/helpers/thunderbird.desktop
226-
share/xfce4/helpers/urxvt.desktop
227-
share/xfce4/helpers/vimprobable2.desktop
228-
share/xfce4/helpers/w3m.desktop
229-
share/xfce4/helpers/xfce4-terminal.desktop
230-
share/xfce4/helpers/xfe.desktop
231-
share/xfce4/helpers/xterm.desktop

x11/xfce4-exo/buildlink3.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: buildlink3.mk,v 1.34 2020/03/08 16:48:34 wiz Exp $
1+
# $NetBSD: buildlink3.mk,v 1.35 2021/11/30 14:15:26 gutteridge Exp $
22

33
BUILDLINK_TREE+= xfce4-exo
44

55
.if !defined(XFCE4_EXO_BUILDLINK3_MK)
66
XFCE4_EXO_BUILDLINK3_MK:=
77

88
BUILDLINK_API_DEPENDS.xfce4-exo+= xfce4-exo>=0.10.4
9-
BUILDLINK_ABI_DEPENDS.xfce4-exo+= xfce4-exo>=0.12.11nb1
9+
BUILDLINK_ABI_DEPENDS.xfce4-exo+= xfce4-exo>=4.16.2
1010
BUILDLINK_PKGSRCDIR.xfce4-exo?= ../../x11/xfce4-exo
1111

1212
.include "../../x11/libxfce4ui/buildlink3.mk"

x11/xfce4-exo/distinfo

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
$NetBSD: distinfo,v 1.26 2021/10/26 11:34:46 nia Exp $
1+
$NetBSD: distinfo,v 1.27 2021/11/30 14:15:26 gutteridge Exp $
22

3-
BLAKE2s (exo-0.12.11.tar.bz2) = 518b8c54d3985145392a47b6afaafb19d6ac6d275086ad5fddc700a45a16f68c
4-
SHA512 (exo-0.12.11.tar.bz2) = ecbf20feddf86178d34a5c70212f0c2310ab1d6ce25291846d6d1d3045270ae3e68102065d7b3d8840137406f826f9bc37fed92a16c1268c3d14f2833a97d533
5-
Size (exo-0.12.11.tar.bz2) = 1333227 bytes
6-
SHA1 (patch-af) = d983808d490ef8f1d47c8a8469b8f3ec4f2d7cf4
7-
SHA1 (patch-exo-helper_helpers_Thunar.desktop.in.in) = efe98db2f48309043c80276c4d39934cb949efa7
3+
BLAKE2s (exo-4.16.2.tar.bz2) = 284bf0a49a81f12f4b7b1e5bee94b256a3f85d259ce95a1c1c3987b2bbac89c4
4+
SHA512 (exo-4.16.2.tar.bz2) = 9c1252d78f5bb900254841a79f1c1b952cb60d9d0197e184266c35a86c340140cdff2460fa83f6fabb66380e2b3d7ab8a08719b4f4784d2215dde51410ce33e8
5+
Size (exo-4.16.2.tar.bz2) = 881098 bytes

x11/xfce4-exo/patches/patch-af

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)