| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xfce4-mount-plugin-lang | Distribution: SUSE Linux Enterprise 16 |
| Version: 1.2.0 | Vendor: openSUSE |
| Release: bp160.1.4 | Build date: Sat Jun 14 16:13:42 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 312030 | Source RPM: xfce4-mount-plugin-1.2.0-bp160.1.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://docs.xfce.org/panel-plugins/xfce4-mount-plugin | |
| Summary: Translations for package xfce4-mount-plugin | |
Provides translations for the "xfce4-mount-plugin" package.
GPL-2.0-or-later
* Sat Jun 14 2025 Flann van der Eik <fl4nn@opensuse.org>
- Update to version 1.2.0
* autotools-build: Explicitly require glib, gtk3
* meson-build: Use shared_module()
* Replace deprecated exo with libxfce4ui 4.21.0
* gcc-analyzer: Adapt regexes to meson
* README: Remove outdated version info
* build: Automate copyright year management
* Add meson build
* autotools-build: Explicitly require libxfce4util
* Fix libxfce4panel include
* Translation Updates
* Sun Dec 29 2024 Manfred Hollstein <manfred.h@gmx.net>
- Updated to 1.1.7
* Update copyright year
* gcc-analyzer: Update false positive file
* build: Bump dependency versions and fix deprecation warnings
* I18n: Update po/LINGUAS list
* gcc-analyzer: Add false positive file
* gcc-analyzer: Fix -Wanalyzer-malloc-leak
* gcc-analyzer: Fix -Wanalyzer-possible-null-argument
* gcc-analyzer: Fix -Wanalyzer-null-argument
* gcc-analyzer: Fix -Wanalyzer-null-dereference
* scan-build: Fix unix.Malloc
* scan-build: Fix deadcode.DeadStores
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Switch from intltool to gettext
* Translation Updates
* Fri Apr 21 2023 Manfred Hollstein <manfred.h@gmx.net>
- Updated to 1.1.6
* Remove unused old doc/ folder
* Improve autotools configuration
* Update copyright year
* Remove deprecated project files
* build: Add GLib requirement
* build: Fix autotools warnings
* Use xfce_panel_plugin_popup_menu() when possible
* Replace deprecated XfcePanelImage with GtkImage
* Use "logo-icon-name" instead of "logo" in about dialog
* build: Fix intltool lock file problem during make distcheck
* Update COPYING
* autoconf: Remove AC_HEADER_STDC
* Bump version to 1.1.5 after German translation update and
compilation on FreeBSD 12.2
* Partly merge in commit 498e6d23 of skunnyk with autotools
improvements
* Removed auto-generatable developer documentation, but keep
Doxyfile for anyone who wants to create the documentation
* Removed commented-out AC_CHECK lines in configure.ac.in and
their comments where reasonable as of now
* Ran 'make update-po' after fixed typo and line removements in
C file
* Comment out step by step old AC_CHECKS, explaining the
reasoning for future reference and discussion, esp. wrt. *NIX
compilation problems.
* Revert "remove checks for unused functions from configure.ac"
* Updated and revised German translation for next release
* Translation Updates
- Remove _service file
* Mon Dec 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Updated to 1.1.5
* improved autotools setup
* translation updates
* Mon Dec 21 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to 1.1.4
* Remove unused variable exclude_devicenames
* Remove obsolete panel version 4.9 check
* Remove checks for unused functions from configure.ac
* Include stdlib because malloc is used
* Spellfix. Add missing "e" to siz (size)
* Update URLs from goodies.x.o to docs.x.o (bxo#16168)
* Fix build with panel 4.15
* Make build less verbose
* Another change to the SVG icon file canvas size
* Updated svg image to have a larger canvas so that the panel can be
resized up to 192 pixels size
* Added title to popup menu; even if it is not empty (bxo#14478)
* https URL instead of http
* Renamed improperly named member variable of main mountpoint display
structure
* Display percentage on progress bar again (regression from port to
Gtk3)
* Reformatted popup information with more columns and nicer alignment.
(bxo#14670)
* Fix bxo#13624 by not trying to save when closing the plugin, but
already and only when closing the settings dialog
* Translation Updates
* Mon Aug 31 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed spec file
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Tue Jul 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Package renamed to follow upstream name xfce4-foo-plugin
- Use lang subpackage for manual edits instead of %lang_package macro
- Cleaned up spec file
- Added bcond for git master builds
* Mon Aug 06 2018 seife+obs@b1-systems.com
- update to 1.1.3
* some pointer checks
* nicer formatting of Makefile and configure
* translation updates
* Mon Feb 27 2017 seife+obs@b1-systems.com
- update to 1.1.2
- port to GTK3
- allow several spaces in mountpoint names
- support fuseblk devices by not using fusermount -u for them
(checks for fuse.* now)
- package: do not package ChangeLog, NEWS is enough
* Sun Dec 25 2016 seife+obs@b1-systems.com
- update to version 0.6.7
- various bugfixes and feaure enhancements, see ChangeLog
- translation updates
* Mon May 14 2012 gber@opensuse.org
- update to version 0.6.4
- trim too long device names
- cleaned-up and consistent error dialogs
- updated information in the accompanying README file
* Fri Apr 27 2012 gber@opensuse.org
- update to version 0.6.3
- fix a bug introduced in 0.6.0, the 'on-mount' command is now
run asynchronously to avoid blocking the plugin UI
- translation updates
* Mon Apr 23 2012 gber@opensuse.org
- update to version 0.6.2
- remove the sudo(8) option, after all experienced users can
still prepend sudo using custom mount commands
- translation updates
* Fri Apr 20 2012 gber@opensuse.org
- added documentation files
* Wed Apr 18 2012 gber@opensuse.org
- update to version 0.6.1
- fixes an issue with translations
* Tue Apr 17 2012 gber@opensuse.org
- corrected source URL
* Tue Apr 17 2012 gber@opensuse.org
- update to version 0.6.0
- port to panel 4.8/4.9
- port to libxfce4ui
- build the plugin as a module
- use standard icon names, drop old unused icons
- add a checkbox option to use sudo
- rewrite config saving/loading
- general cleanup
- removed xfce4-panel-plugin-mount-0.5.5-fix-missing-include.patch,
xfce4-panel-plugin-mount-0.5.5-hide-gvfs-fuse-daemon-mount.patch
which have been incorporated upstream
* Wed Apr 04 2012 gber@opensuse.org
- specfile cleanup
- correct dependencies
- split off -lang subpackage
* Wed Mar 09 2011 gber@opensuse.org
- new package (split off from xfce4-panel-plugins)
/usr/share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/be/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/bg/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ca/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/cs/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/da/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/de/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/el/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/en_AU/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/en_GB/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/es/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/et/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/eu/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/fi/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/fr/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/gl/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/he/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/hr/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/hu/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/id/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/is/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/it/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ja/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ko/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/lt/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/lv/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ms/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/nb/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/nl/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/oc/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/pa/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/pl/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/pt/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/pt_BR/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ro/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ru/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/sk/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/sq/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/sr/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/sv/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/th/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/tr/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/ug/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/uk/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/vi/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/zh_CN/LC_MESSAGES/xfce4-mount-plugin.mo /usr/share/locale/zh_TW/LC_MESSAGES/xfce4-mount-plugin.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 22:35:07 2025