Revisions of guake

buildservice-autocommit accepted request 1164079 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 66)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1164075 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 65)
- Update URL to https://guake.github.io/
buildservice-autocommit accepted request 1127891 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 64)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1127547 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 63)
Workaround Sphinx issue to generate reproducible docs (boo#1102408)
buildservice-autocommit accepted request 1096081 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 62)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1096074 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 61)
- Update to version 3.10.
- 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:
- Drop outdated NEWS.rst package from installed files.
- Add guake.rpmlintrc file to suppress false positive warnings and errors.
buildservice-autocommit accepted request 1088239 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 60)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1088149 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 59)
- fix missing dependency on PyYAML (boo#1211574)
buildservice-autocommit accepted request 1038840 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 58)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 1038835 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 57)
- 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
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 954388 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 56)
* Update to version 3.8.5.
* 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.
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 55)
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 54)
- 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
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 930712 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 53)
* Update to version 3.8.1.
* Drop guake-follow-focus-with-dual-monitors.patch: Incorporated upstream.
buildservice-autocommit accepted request 901167 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 52)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 900755 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 51)
Add guake-follow-focus-with-dual-monitors.patch: Fix issue where guake follows mouse focus when have 2 monitors [gh#Guake/guake#1775, gh#Guake/guake#1761, boo#1187177].
buildservice-autocommit accepted request 898498 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 50)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 898484 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 49)
- Do not own /usr/share/pixmaps, and /usr/share/metainfo,  but only
  content thereof.
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 898059 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 48)
- Drop pandoc BuildRequires: not required.
buildservice-autocommit accepted request 775633 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 47)
baserev update by copy to link target
Displaying revisions 1 - 20 of 66
openSUSE Build Service is sponsored by