| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: guake-lang | Distribution: openSUSE Tumbleweed |
| Version: 3.10 | Vendor: openSUSE |
| Release: 6.1 | Build date: Mon Mar 10 10:39:47 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 565214 | Source RPM: guake-3.10-6.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://guake.github.io/ | |
| Summary: Translations for package guake | |
Provides translations for the "guake" package.
GPL-2.0-or-later
* Mon Mar 10 2025 Marius Grossu <marius.grossu@suse.com>
- change the docs dependencies to python3-sphinx_rtd_theme and
python3-sphinxcontrib-programoutput
* Thu Jan 23 2025 Sebastian Wagner <sebix@sebix.at>
- add python311-sphinx_rtd_theme as build dep to fix doc build on ARM
* Fri Jan 17 2025 Thorsten Kukuk <kukuk@suse.com>
- Disable libutempter, it doesn't work anymore with the switch
from utmp to systemd-logind
* Tue Apr 02 2024 John Vandenberg <jayvdb@gmail.com>
- Update URL to https://guake.github.io/
* Sun Nov 19 2023 Bernhard Wiedemann <bwiedemann@suse.com>
- Workaround Sphinx issue to generate reproducible docs (boo#1102408)
* Tue Jun 27 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.10:
* Fix 0 timestamp #1857 #1950 [gh#Guake/guake#2102].
* search engine can be set to preference [gh#Guake/guake#2125].
* Added custom search engine input #2088 [gh#Guake/guake#2134].
* Include names of processes in PromptQuitDialog
[gh#Guake/guake#2135].
* Add new hotkey to open new tab in same directory
[gh#Guake/guake#2136].
* Add pin button to temporarily prevent hiding when losing focus
[gh#Guake/guake#2138].
* Add pre-commit config and apply all fixes
[gh#Guake/guake#2139].
* Add a new hotkey to select all text in the current terminal
[gh#Guake/guake#2145].
* Run -e in new tabs generated by split vertical/horizontal
[gh#Guake/guake#2172].
* Add global hotkey instructions to docs [gh#Guake/guake#2173].
* Open a new guake tab if guake is called with guake [PATH] and
no other flags. [gh#Guake/guake#2174].
* Save font size when changing zoom level with keyboard
shortcuts [gh#Guake/guake#2175].
- Add guake-Makefile-generate-install-paths.patch: Modify paths in
the Makefile to reflect actual paths installed to by rpm
package.
- Build and install workflow overhaul based on upstream Makefile:
* Run make targets to generate desktop, locale files, and set-up
the correct system paths in paths.py (generate-paths)
* Use pyproject_wheel and pyproject_install to build guake
python modules.
* Run make install-schemas to install desktop app data.
* Build and install documentation in the form of HTML (split out
separate doc package) and man.
- Drop outdated NEWS.rst package from installed files.
- Add guake.rpmlintrc file to suppress false positive
warnings and errors.
* Sun May 21 2023 Andreas Stieger <andreas.stieger@gmx.de>
- fix missing dependency on PyYAML (boo#1211574)
* Tue Nov 29 2022 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 3.9.0:
* return of the --execute-command flag with slightly adjusted semantics,
* a new system for setting terminal parameters with yaml files and various fixes
* Fix custom label not working
* fix fullscreen using pointer on several monitors
* Add TERM_PROGRAM environment variable like other well-known terminals
* Add open link under terminal cursor
* Fix split terminal did not preverse font scale
* Save layout when splitting/closing split panes
* Add command line flag to get tab number/position from UUID
* Reintroduce execute_command dbus hook
* Mon Feb 14 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.8.5:
* Fixed readthedoc system.
* Fix system font only being applied to last tab
[gh#Guake/guake#1954].
* Use keycode for keybindings [gh#Guake/guake#1953].
* Replace | with non unicode dependent | [gh#Guake/guake#1966].
* Add pbr fallback [gh#Guake/guake#1964].
* Fix vte spawn_sync runtime check failed [gh#Guake/guake#1974].
* Add GUAKE_ENABLE_WAYLAND environment variable
[gh#Guake/guake#1975].
* Switch default for hide tab bar if only one tab to disabled
[gh#Guake/guake#1983].
* Changed default keybindig to toggle hide on lose focus. Fix
gh#Guake/guake#1719 [gh#Guake/guake#1988].
* Drop pbr [gh#Guake/guake#1991].
* Fix translation file inclusion [gh#Guake/guake#2004].
* feature: --is-visible option [gh#Guake/guake#2008].
* Reinstate double click to open tabs [gh#Guake/guake#2010].
* Fix deepsource complaints [gh#Guake/guake#2009].
* Fix arbitrary execution via dbus security flaw
[gh#Guake/guake#2017].
* Eliminate redundant terminal spawning [gh#Guake/guake#2020].
* Translation and documentation updates.
- Use PyPI source tarball instead of GitHub tag-ref'ed ones to
avoid incorrect reading of the version by build scripts; see
<https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source>
- Add 'paths.py.in' as additional source; missed by PyPI tarball.
- Drop remove_setuptools_scm.patch: No longer needed in light of
above; also drop associated workaround in %setup.
- New BuildRequires: python3-setuptools_scm needed for proper
version determination.
- Explicitly list egg-info dir in file-list to ensure proper
versioning has been applied during build.
- Enforce python3-setuptools >= 57.5 for BuildRequires as required
by upstream.
- Drop PBR_VERSION workaround from make install: No longer needed.
- Fix an EOL encoding.
- Drop a useless placeholder dir from docs.
* Fri Feb 04 2022 Sebastian Wagner <sebix@sebix.at>
- add new patch remove_setuptools_scm.patch to remove the dependency on setuptools_scm
- write the version guake/_version.py in prep step.
- Update to version 3.8.2:
- Fix system font only being applied to last tab by @Davidy22 in #1954
- Use keycode for keybindings by @vantu5z in #1953
- Replace | with non unicode dependent | by @Davidy22 in #1966
- Update news file by @Davidy22 in #1951
- Add pbr fallback by @Davidy22 in #1964
- Fix vte spawn_sync runtime check failed by @mlouielu in #1974
- Add GUAKE_ENABLE_WAYLAND environment variable by @VitalyAnkh in #1975
- Add instructions for PPA install by @Davidy22 in #1961
- Switch default for hide tab bar if only one tab to disabled by @Davidy22 in #1983
- Changed default keybindig to toggle hide on lose focus. Fix #1719 by @jcfstabile in #1988
- Fix module gi not found when make run by @jcfstabile in #1989
- Revert "Fix module gi not found when make run " by @mlouielu in #1992
- Drop pbr by @eli-schwartz in #1991
- Bump pipenv from 2021.5.29 to 2022.1.8 by @dependabot in #2005
- Fix upload to pypi test by @Davidy22 in #2002
- Fix translation file inclusion by @Davidy22 in #2004
- feature: --is-visible option #1926 by @rjeb in #2008
- Reinstate double click to open tabs by @Davidy22 in #2010
- Fix deepsource complaints by @Davidy22 in #2009
- ci: enable upload to pypi by @Davidy22 in #2007
- Generate release notes for 3.8.2 by @Davidy22 in #2012
- Update translation from Weblate by @gsemet in #2013
- Revert "doc: update NEWS.rst" by @Davidy22 in #2014
- ci: no pipeline on pull_request by @gsemet in #2016
- Revert "ci: no pipeline on pull_request" by @Davidy22 in #2018
- Fix arbitrary execution via dbus security flaw by @Davidy22 in #2017
- Eliminate redundant terminal spawning by @Davidy22 in #2020
- Generate release notes for 3.8.2 by @Davidy22 in #2024
/usr/share/licenses/guake-lang /usr/share/licenses/guake-lang/COPYING /usr/share/locale/ca/LC_MESSAGES/guake.mo /usr/share/locale/cs/LC_MESSAGES/guake.mo /usr/share/locale/de/LC_MESSAGES/guake.mo /usr/share/locale/el/LC_MESSAGES/guake.mo /usr/share/locale/es/LC_MESSAGES/guake.mo /usr/share/locale/fa/LC_MESSAGES/guake.mo /usr/share/locale/fi/LC_MESSAGES/guake.mo /usr/share/locale/fr/LC_MESSAGES/guake.mo /usr/share/locale/gl/LC_MESSAGES/guake.mo /usr/share/locale/hr/LC_MESSAGES/guake.mo /usr/share/locale/hu/LC_MESSAGES/guake.mo /usr/share/locale/id/LC_MESSAGES/guake.mo /usr/share/locale/it/LC_MESSAGES/guake.mo /usr/share/locale/ja/LC_MESSAGES/guake.mo /usr/share/locale/ko/LC_MESSAGES/guake.mo /usr/share/locale/nb/LC_MESSAGES/guake.mo /usr/share/locale/nl/LC_MESSAGES/guake.mo /usr/share/locale/pa/LC_MESSAGES/guake.mo /usr/share/locale/pl/LC_MESSAGES/guake.mo /usr/share/locale/pt_BR/LC_MESSAGES/guake.mo /usr/share/locale/ru/LC_MESSAGES/guake.mo /usr/share/locale/sv/LC_MESSAGES/guake.mo /usr/share/locale/tr/LC_MESSAGES/guake.mo /usr/share/locale/uk/LC_MESSAGES/guake.mo /usr/share/locale/zh_CN/LC_MESSAGES/guake.mo /usr/share/locale/zh_TW/LC_MESSAGES/guake.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:25:32 2025