From 2393962326fc248b8f026499c268bbe7b23a4eee2ba18d9c640e4b3d82daa079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 30 Sep 2024 07:47:15 +0000 Subject: [PATCH] Scripted push of GNOME 47 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=286 --- .gitattributes | 23 + .gitignore | 1 + _service | 17 + _servicedata | 4 + gnome-terminal-3.52.2.obscpio | 3 + gnome-terminal-3.54.0.obscpio | 3 + gnome-terminal.changes | 2701 +++++++++++++++++++++++++++++++++ gnome-terminal.obsinfo | 4 + gnome-terminal.spec | 150 ++ 9 files changed, 2906 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 gnome-terminal-3.52.2.obscpio create mode 100644 gnome-terminal-3.54.0.obscpio create mode 100644 gnome-terminal.changes create mode 100644 gnome-terminal.obsinfo create mode 100644 gnome-terminal.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..008989f --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + + https://gitlab.gnome.org/GNOME/gnome-terminal.git + git + @PARENT_TAG@ + disable + 3.54.0 + + + + *.tar + zst + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..4ce3580 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/gnome-terminal.git + 204c2432fd2391db2fd35e6bbc46aed65559dde5 \ No newline at end of file diff --git a/gnome-terminal-3.52.2.obscpio b/gnome-terminal-3.52.2.obscpio new file mode 100644 index 0000000..e6da0af --- /dev/null +++ b/gnome-terminal-3.52.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac3947b1d545d2c1ed1c728931a4e0ed0f89160e2dd266cf6902b110df398a1 +size 14371341 diff --git a/gnome-terminal-3.54.0.obscpio b/gnome-terminal-3.54.0.obscpio new file mode 100644 index 0000000..56f78c2 --- /dev/null +++ b/gnome-terminal-3.54.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3c64b2e13cd8480b8a57fe0dd71f7b0d2c26ebfbff448dc604c2a89ddb21fd +size 14374925 diff --git a/gnome-terminal.changes b/gnome-terminal.changes new file mode 100644 index 0000000..16596ea --- /dev/null +++ b/gnome-terminal.changes @@ -0,0 +1,2701 @@ +------------------------------------------------------------------- +Tue Sep 17 17:27:40 UTC 2024 - Bjørn Lie + +- Update to version 3.54.0: + + metainfo: Fix incorrect/missing URLs + + all: Set prgname to application ID for server and preferences + + searchprovider: + - Remove use of language extension + - Fix for NULL window title + + docs: man: + - Fix '-t' description + - Fix '-e' description + + regex: Disallow terminating colon in URLs + + client: legacy: Error out on extra arguments after parsing + + Updated translations. + +------------------------------------------------------------------- +Mon Jun 10 06:55:37 UTC 2024 - Dominique Leuenberger + +- Update to version 3.52.2: + + client: legacy: Error out on extra arguments after parsing. + + client: legacy: Error out when specifying more than one argv. + +------------------------------------------------------------------- +Thu May 2 08:58:02 UTC 2024 - Dominique Leuenberger + +- Update to version 3.52.1: + + schema: Fix light green color to match the GNOME palette. + + prefs: Follow the theme variant setting. + +------------------------------------------------------------------- +Tue Mar 19 07:51:35 UTC 2024 - Dominique Leuenberger + +- Update to version 3.52.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 20 09:09:30 UTC 2024 - Dominique Leuenberger + +- Update to version 3.51.90: + + schemas: Fix inverted help text for word-char-exceptions. + + settings: Make schema verifier stricter. + + prefs: Add pref to scroll on paste. + + window: Show nicely formatted numbers up to 2^64-1 in the + context menu. + + help: Add VTE's new hardcoded shell integration shortcut keys. + + help: Consistently use "Terminal" instead of "GNOME Terminal". + + Updated translations. + +------------------------------------------------------------------- +Sat Oct 21 19:25:53 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.50.1: + * util: check flatpak for alternate terminals + * prefs: Get the headerbar pref + * build: Bump vte req version + +------------------------------------------------------------------- +Tue Sep 19 16:21:52 UTC 2023 - Jan Engelhardt + +- Let the description point out details distinguishing this + terminal emulator from others. + +------------------------------------------------------------------- +Sun Sep 17 18:19:16 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.50.0: + * search: Mark search provider as no autostart + * Revert "screen: Use clean env when creating new tab" + * Updated translations. +- Change compression in service and tarball produced to zst. + +------------------------------------------------------------------- +Sun Sep 03 12:52:50 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.49.99: + * search: Mark search provider as no autostart + * Revert "screen: Use clean env when creating new tab" + * Updated translations. + +------------------------------------------------------------------- +Tue Aug 29 06:46:00 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.49.92: + + build: + - Bump vte req version + - More detailed version info + + debug: Move debug print to right branch + + docs: Document new color schemes + + help: Add help translation for TR locale + + prefs: Update theme variant names + + server: + - Add theme style support + - Block pk-gtk module + - More env var sanitisation + + util: Also check /usr/etc for xdg-terminal-exec configuration + + window: Add a11y labels to the headerbar buttons + + Updated translations. +- Add pkgconfig(libhandy-1) BuildRequires: New dependency. + +------------------------------------------------------------------- +Sun Aug 06 16:03:51 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.48.2: + + build: Bump vte req version. + + Updated translations. + +------------------------------------------------------------------- +Sun Apr 16 13:33:51 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.48.1: + + help: Add help translation for TR locale + + server: More env var sanitisation + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 20 09:41:27 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.48.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 06 17:04:26 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.47.99: + + util: Also check /usr/etc for xdg-terminal-exec configuration + + docs: Document new color schemes + +------------------------------------------------------------------- +Sun Feb 26 15:31:23 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.47.92: + + all: + - Implement xdg-terminal-exec support + - Make env filtering uniform + - ODR fix + - Replace %m with using g_strerror() in printf calls + + build: + - Add define for openbsd + - Add install tags + - Assert sanity + - Build fix for netbsd + - Fix libc feature defines + - Fix nautilus extension install directory + - More detailed version info + - Output warning on unstable release + - Remove erroneous volatile + - Remove unnecessary meson version check + - Update meson req version + - Update nautilus extension build req + - Update README + - Use built-in mandir option + - Use non-deprecated API + - Validate all desktop files + - Validate metainfo files + + client: + - Improve env var filters + - legacy: Drop debug messages + - legacy: Fix typo assigning XDG_ACTIVATION_TOKEN + - More env vars to filter + - Transport XDG_ACTIVATION_TOKEN to the server + - Use verified schema + - utils: Fix unused function warning on non-debug build + + desktop: + - Use Preferences icon + - Use standard key + + docs: + - Fix some typos in README + - Fix some wrong info in README + + icons: Add separate icons for Preferences + + l10n: Remove mjw from LINGUAS + + metainfo: + - Add launchable info + - Fix broken metainfo translations + - Pass validation + + nautilus: + - Don't include gdk headers in the nautilus extension + - Fix build + - Fix macro redefinition warning + - Try to fix the build with nautilus 43 + + po: Mark bogus translated string as fuzzy + + prefs: + - Add NoDisplay desktop file for the prefs binary + - Fix default terminal check + - Fix serialisation format + - Fix standalone launch of g-t-preferences + - Hold application while the prefs are shown + - Make preferences dialogue OOP + - Move prefs binary to libexecdir + - Reduce default bus timeout + - Sink a floating variant + - Try to improve translator hint comment + - Use autocleanup more + - Use default timeout when debugging + - Use different wm class + - Use new icon + + profile: + - Use correct schema source for the profiles list schema + - Use the correct schema source to lookup schemas + + Revert "screen: Use clean env when creating new tab" + + screen: + - Add some missing casts + - Use correct environment filter + + settings: + - Consolidate settings related code into one source file + - Import some backend specific code from glib + - Remove direct dconf dependency + + util: Fix interpretation of TryExec desktop entry key + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 14 11:09:43 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 3.46.8: + * all: Make env filtering uniform + * build: Use built-in mandir option + * client: + - legacy: Drop debug messages + - Transport XDG_ACTIVATION_TOKEN to the server + * metainfo: Add launchable info + * prefs: Fix default terminal check + * screen: Use correct environment filter + * Updated translations. + +------------------------------------------------------------------- +Mon Dec 05 11:50:19 UTC 2022 - dimstar@opensuse.org + +- Update to version 3.46.7: + * nautilus: Fix macro redefinition warning + * screen: Add some missing casts + * build: Add define for openbsd + * Updated translations. + +------------------------------------------------------------------- +Mon Dec 05 11:49:59 UTC 2022 - dimstar@opensuse.org + +- Update to version 3.46.6: + * prefs: Sink a floating variant + * prefs: Use default timeout when debugging + * prefs: Reduce default bus timeout + * prefs: Fix serialisation format + * client: Improve env var filters + +------------------------------------------------------------------- +Mon Dec 05 11:49:36 UTC 2022 - dimstar@opensuse.org + +- Update to version 3.46.5: + * util: Fix interpretation of TryExec desktop entry key +- Drop f06e6e5.patch: fixed upstream. + +------------------------------------------------------------------- +Mon Nov 07 20:02:37 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.46.4: + * all: backport: Implement xdg-terminal-exec support. + * docs: + - Fix some wrong info in README. + - Fix some typos in README. + * Updated translations. +- Add f06e6e5.patch: util: Fix interpretation of TryExec desktop + entry key. +- Add appstream-glib and desktop-file-utils BuildRequires and a + check section with meson_test macro, validate appdata and desktop + files and run tests during build. + +------------------------------------------------------------------- +Thu Oct 27 11:11:44 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.46.3: + * client: More env vars to filter. + * desktop: Use Preferences icon. + * icons: Add separate icons for Preferences. + * l10n: Remove mjw from LINGUAS. + * metainfo: Remove XML namespaces. + * prefs: + - Use different wm class. + - Use new icon. + * profile: Use correct schema source for the profiles list + schema. + * Updated translations. + +------------------------------------------------------------------- +Sun Oct 09 10:47:16 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.46.2: + * build: Fix libc feature defines + * client: Use verified schema + * desktop: Use Preferences icon + * icons: Add separate icons for Preferences + * prefs: + - Add NoDisplay desktop file for the prefs binary + - Move prefs binary to libexecdir + - Use different wm class + - Use new icon + * profile: Use correct schema source for the profiles list schema + * Updated translations. + +------------------------------------------------------------------- +Sat Sep 17 00:00:27 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.46.1: + * prefs: + - Make preferences dialogue OOP + - Change default value + * build: Update README + * po: Mark bogus translated string as fuzzy + * prefs: Try to improve translator hint comment + * Updated translations. + +------------------------------------------------------------------- +Wed Sep 07 21:13:21 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.45.99: + * all: + - ODR fix + - Replace %m with using g_strerror() in printf calls + * build: + - Assert sanity + - Build fix for netbsd + - Fix nautilus extension install directory + - Remove erroneous volatile + - Update nautilus extension build req + + nautilus: Don't include gdk headers in the nautilus extension + + profile: Use the correct schema source to lookup schemas + + Updated translations. +- Replace pkgconfig(libnautilus-extension) with + pkgconfig(libnautilus-extension-4) BuildRequires, following + upstream changes/port. + +------------------------------------------------------------------- +Tue Aug 09 16:53:49 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.45.90: + + all: Insert text as paste + + build: + - Improve libc feature extension defines + - Move version defines from config.h to meson cpp_args + + client: Filter out other terminal's environment variables + + nautilus: Do not use deprecated symbols + + profile: + - editor: + . Remove unknown charsets from the builtin list + . Skip unknown charsets + + regex: Revert sed accident + + Revert "screen: Use clean env when creating new tab" + + screen: Use same match cursor as vte hyperlink cursor. + + util: Show timestamps in the local timezone + + Updated translations. + +------------------------------------------------------------------- +Mon May 30 12:01:19 UTC 2022 - dimstar@opensuse.org + +- Update to version 3.44.1: + + util: Show timestamps in the local timezone. + + screen: Use same match cursor as vte hyperlink cursor. + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 27 23:28:44 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.44.0: + + all: Insert text as paste. + + Updated translations. + +------------------------------------------------------------------- +Sat Feb 12 19:15:20 UTC 2022 - bjorn.lie@gmail.com + +- Update to version 3.43.90: + * Revert "screen: Use clean env when creating new tab" + * nautilus: + - Work around gtk_get_current_event_time() absence on gtk4 + - Undef gtk min/max version defines + * regex: Fix path-less URL recognition + * Revert "regex: Workaround a PCRE bug resulting in not + recognizing schemeless URLs" + * build: Fix for newer meson + * Updated translations. +- Switch to using source service checkout of released tag, upstream + is not making News/Changelog/Release Notes available, so doing it + this way is simpler. +- Drop 9a168cc23962ce9fa106dc8a40407d381a3db403.patch: Fixed + upstream. +- Switch bcond_with to bcond_without for nautilus_extension, + nautilus was reverted to gtk3 again for this release cycle. + +------------------------------------------------------------------- +Wed Feb 2 07:16:22 UTC 2022 - Bjørn Lie + +- Add 9a168cc23962ce9fa106dc8a40407d381a3db403.patch: Fix build + with meson 0.61.0 and newer. + +------------------------------------------------------------------- +Wed Jan 12 14:41:17 UTC 2022 - Dominique Leuenberger + +- Temporarily disable nautilus extension: not yet compatible to + Nautilus/GTK4. + +------------------------------------------------------------------- +Sat Dec 4 17:36:20 UTC 2021 - Bjørn Lie + +- Update to version 3.42.2: + + Updated translations. + +------------------------------------------------------------------- +Sat Oct 30 18:39:00 UTC 2021 - Bjørn Lie + +- Update to version 3.42.1: + + Updated translations. +- Update Supplements to current standard. + +------------------------------------------------------------------- +Wed Sep 22 18:38:21 UTC 2021 - Bjørn Lie + +- Update to version 3.42.0: + + metainfo: Remove XML namespaces + + window: Add close button to info bar + + Revert "screen: Use clean env when creating new tab" + + Updated translations. +- Changes from version 3.41.90: + + app: Remove stray semicolon + + metainfo: Add keyboard/pointer recommends + + client: Add more env vars not to forward + + Updated translations. + +------------------------------------------------------------------- +Thu Sep 16 01:43:40 UTC 2021 - Stanislav Brabec + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + +------------------------------------------------------------------- +Tue Aug 24 07:09:56 UTC 2021 - Dominique Leuenberger + +- Update to version 3.41.0: + + Port to meson build system. + + nautilus: Fix extension library name. + + settings: Fix crash when loading the reference schema source + fails. + + Updated translations. +- Add meson and gcc-c++ BuildRequires: new dependencies. +- Replace configure/make/make_install macros with + meson/meson_build/meson_install. + +------------------------------------------------------------------- +Fri Jul 9 09:08:05 UTC 2021 - Bjørn Lie + +- Update to version 3.40.3: + + settings: Fix crash when loading the reference schema source + fails. + + Updated translations. + +------------------------------------------------------------------- +Mon Jun 7 20:33:21 UTC 2021 - Bjørn Lie + +- Update to version 3.40.2: + + all: + - Add settings schema verifier + - Specify the schema source when constructing any GSettings + + app: Make owner-change check only on X11 + + util: Fix deprecation warning + + Updated translations. + +------------------------------------------------------------------- +Fri Apr 30 19:13:40 UTC 2021 - Dominique Leuenberger + +- Update to version 3.40.1: + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 20 09:02:28 UTC 2021 - Michael Gorse + +- Update to version 3.40.0: + + Revert "screen: use clean env when creating new tab". + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 15 11:06:02 UTC 2021 - Callum Farmer + +- Update to version 3.39.90: + + window: Add option to decode timestamps in context menu. + + about: Mention the gnome version corresponding to the release. + + nautilus: Pass environment when creating a terminal in the + current directory. + + server: Filter environment variables in the server too. + + client: Filter out some more env variables. + +------------------------------------------------------------------- +Sun Feb 14 15:24:40 UTC 2021 - Bjørn Lie + +- Update to version 3.38.3: + + app: Limit the number of clipboard targets to a sensible number + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 9 21:29:18 UTC 2021 - Bjørn Lie + +- Update to version 3.38.2: + + search: + - Use timestamp when presenting the search dialogue + - Make sure to focus the search dialogue + + desktop: Set StartupWMClass + + nautilus: Pass environment when creating a terminal in the + current directory + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 5 15:39:58 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 14 12:46:35 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 4 14:03:11 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.37.90: + + profile: Add pref to enable SIXEL. + + profile: editor: Only show font family and size in the font + chooser. + + Improve contrast in the "GNOME" terminal palette. + + Updated translations. +- Add docbook-xsl-stylesheets BuildRequires: new dependency to + build the man page. + +------------------------------------------------------------------- +Sun Apr 26 11:18:05 UTC 2020 - Bjørn Lie + +- Update to version 3.36.2: + + server: + - systemd: Don't kill all remaining processes in the control + group + - Fix refcount leak + + client: legacy: Suppress debug message spam + + screen: + - Take a ref to the FD list + - Fix memdup overrun + + Revert "screen: Use clean env when creating new tab" + + Updated translations. +- Drop gt-Suppress-debug-message-spam.patch: Fixed upstream. + +------------------------------------------------------------------- +Sat Apr 11 16:11:09 UTC 2020 - Bjørn Lie + +- Add gt-Suppress-debug-message-spam.patch: Supress debug messages + spam in terminal. + +------------------------------------------------------------------- +Sat Mar 28 16:33:56 UTC 2020 - Bjørn Lie + +- Update to version 3.36.1.1: + + screen: Don't dereference data unchecked. + +------------------------------------------------------------------- +Fri Mar 27 20:54:54 UTC 2020 - Bjørn Lie + +- Update to version 3.36.1: + + screen: + - Use clean env when creating new tab. + - Start new tabs/windows with the profile settings. + - Use the client cwd with the client command line. + - Fix non-preserved working dir. + + help: Fix a typo. + + Fix broken markup in various Ui translations. + + Updated translation. + +------------------------------------------------------------------- +Fri Mar 6 10:15:17 UTC 2020 - bjorn.lie@gmail.com + +- Update to version 3.36.0.1: + + Updated translations. + +------------------------------------------------------------------- +Sat Feb 29 20:20:22 UTC 2020 - Bjørn Lie + +- Update to version 3.35.92: + + help: Make pref-profile-char-width.page pass "yelp-check ids". + + regex: + - Workaround a PCRE bug resulting in not recognizing schemeless + URLs. + - Add a comment explaining APOS_START_DEF. + + Updated translations. + +------------------------------------------------------------------- +Sun Feb 16 00:19:31 UTC 2020 - Bjørn Lie + +- Update to version 3.35.91: + + build: + - Migrate from intltool to gettext. Drop the outdated intltool + dependency, prefer recent gettext. + - Stop terminal service together with graphical session. + - Group terminal processes into a slice. + - Remove KillMode from gnome-terminal-server service file. + + help: + - Add section about "Show bold text in bright colors". + - Make txt-save-text.page pass "yelp-check validate". + - Clarify how/when to use the 'Open new terminals in' + preference. + - Update application screenshot for 3.34 + - Correct instructions how to enable/disable the menubar. + - No more 'View' menu to go full screen. + - No more 'Terminal' or 'Edit' menu to set the terminal size. + - No more 'View' menu to change zoom. + - Page 'Hide and restore the menubar' only makes sense when + manually enabled. + - Split a sentence to reuse and save translators' time. + - No more 'Edit' menu to get to Preferences. + + client: legacy: Implicitly opened tab should become active. + + screen: container: Realize the screen when realizing the + container. + + Updated translations. +- Drop intltool BuildRequires, no longer needed. + +------------------------------------------------------------------- +Wed Feb 12 19:05:46 CET 2020 - dimstar@opensuse.org + +- Update to version 3.35.1: + + prefs: Remove the "Allow bold text" hidden setting. + + nautilus: Spawn login shell: Spawn a login shell when opening a + directory from nautilus. Using "$SHELL -l" works for bash, + fish, tcsh, and zsh, at least, but is known not to work on + (at least old) illumos. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 25 14:12:05 UTC 2020 - Dominique Leuenberger + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Tue Nov 19 05:51:44 UTC 2019 - Yifan Jiang + +- Remove migration support between gconf and dconf since it was + entirely dropped by upstream. Drop gconf2 and + pkgconfig(gconf-2.0) dependencies accordingly. + +------------------------------------------------------------------- +Fri Oct 11 16:53:28 UTC 2019 - Bjørn Lie + +- Update to version 3.34.2: + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 7 20:28:14 UTC 2019 - Bjørn Lie + +- Update to version 3.34.1: + + client: legacy: Block one more undesirable environment + variable. + + build: Add required gio-unix-2.0 dependency. + + window: Ignore resize if fullscreen. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 9 19:57:28 UTC 2019 - Bjørn Lie + +- Update to version 3.34.0: + + build: Fix ChangeLog rule to work on a git worktree. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 11 12:35:50 UTC 2019 - Bjørn Lie + +- Update to version 3.33.90: + + Updated translations. +- Changes from version 3.33.3: + + profile: Add hidden BiDi and shaping preferences. + + Updated translations. + +------------------------------------------------------------------- +Mon May 6 20:42:38 UTC 2019 - Bjørn Lie + +- Update to version 3.32.2: + + prefs: Plug a mem leak. + + headerbar: Disconnect menu model on dispose. + + Updated translations. + +------------------------------------------------------------------- +Tue Apr 9 07:19:18 UTC 2019 - Bjørn Lie + +- Update to version 3.32.1: + + build: Fix ChangeLog rule to work on a git worktree. + + headermenu: Add placeholder item for win.set-title. + + help: + - Update application screenshot for 3.32; remove localized + versions. + - Update application icon for 3.32. + - Fix pref-profiles.page to validate. + + window: Show last tab's accel in the tab menu. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 03:32:00 UTC 2019 - Bjørn Lie + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 16:02:00 UTC 2019 - Bjørn Lie + +- Update to version 3.31.92: + + app: Automatically determine if headerbars should be used. If + the XDG_CURRENT_DESKTOP env var contains either GNOME or + GNOME-Classic, use headerbars, unless the user has explicitly + set the pref. + + prefs: Hide default-menubar setting when headerbars are used. + As headerbars combine the functionality of titlebar, toolbar + and menubar, they generally replace (not supplement) those + elements. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 8 21:18:36 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + accels: Add shortcut for toggling the primary menu. + + app: + - Refactor dynamic menu creation. + - Add env var to control headerbar setting. + - Only use headerbars on dialogues when the corresponding gtk + setting is set. + + build: Add -Wvla. + + client: legacy: Print errors to stderr. + + headerbar: + - Allow opening new windows by control-clicking new-tab button. + - Add some spacing to primary menu. + + prefs: Remove extra frames when using headerbars. + + prefs: Move action widgets into titlebar when using headerbars. + + Replace Bugzilla by Gitlab URL in DOAP file. + + search-popover: Set titlebar when headerbars are used. + + window: + - Expose more actions in primary menu. + - Support profiles from headerbar. + - Add primary menu to headerbar. + - Expose find action in headerbar. + - Move new-tab button into headerbar. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 5 11:47:46 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.0: + + app: Remove app menu. + + help: Comment out tab dragging description. + + icon: Update app icon. + + window: + - Fix zoom-out sensitivity. + - Add headerbar infrastructure. + + Updated translations. +- Drop upstream fixed patches: + + gnome-terminal-Comment-out-tab-dragging-description.patch. + + gnome-terminal-window-Fix-zoom-out-sensitivity.patch: window. + +------------------------------------------------------------------- +Fri Dec 7 17:49:45 UTC 2018 - bjorn.lie@gmail.com + +- Add upstream bug fix patches: + + gnome-terminal-Comment-out-tab-dragging-description.patch: + help: Comment out tab dragging description. + + gnome-terminal-window-Fix-zoom-out-sensitivity.patch: window: + Fix zoom-out sensitivity. + +------------------------------------------------------------------- +Wed Oct 24 10:04:05 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.2: + + prefs: Hide the new terminal mode setting when disunified. + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 26 12:41:36 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + accels: Use correct action name to set menubar visibility. + + app: Make new-terminal menu a hidden pref. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 28 08:59:53 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.0: + + build: Suppress vte deprecation warnings + + client: legacy: + - Validate startup ID as UTF-8 + - Transmit startup id also when opening preferences + - Make wait return when the server exits + + desktop: + - Explicitly call with --window + - Add New Window and Preferences actions + + screen: + - Unregister the TerminalReceiver after dispose + - Don't emit child-exited on closing + + server: Add comment about pending dbus signals + + Updated translations. + +------------------------------------------------------------------- +Mon May 21 22:27:33 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.2: + + client: legacy: Fix output commenting. + + prefs: editor: Translate encoding names (bgo#795358). + + Updated translations. +- Drop gnome-terminal-fix-output-commenting.patch and + gnome-terminal-translate-encoding-names.patch: Fixed upstream. + +------------------------------------------------------------------- +Thu May 3 12:04:03 UTC 2018 - bjorn.lie@gmail.com + +- Add gnome-terminal-fix-output-commenting.patch: client: legacy: + Fix output commenting. Make sure each line starts with '#' even + if the message contains embedded newlines. + +------------------------------------------------------------------- +Tue Apr 24 15:34:58 UTC 2018 - bjorn.lie@gmail.com + +- Add gnome-terminal-translate-encoding-names.patch: prefs: editor: + Translate encoding names (bgo#795358). + +------------------------------------------------------------------- +Mon Apr 9 20:32:52 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.1: + + window: Do not change New Terminal's behavior on right click + (bgo#794402). + + client: legacy: Fix prgname (bgo#793775). + + window: Don't misplace the notebook popup on Wayland + (bgo#794935). + + window: Remove redundant function call (bgo#794935). + + Plugs some memory leaks. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 20 17:18:07 UTC 2018 - dimstar@opensuse.org + +- Unconditionally enable translation-update-upstream: on + Tumbleweed, this results in a NOP and for Leap in SLE paid + translations being used (boo#1086036). + +------------------------------------------------------------------- +Mon Mar 12 22:15:13 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.28.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 10:52:02 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.92: + + client: legacy: Error out when calling --preferences from + within gnome-terminal. + + client: legacy: Make --wait respect the pref whether to open a + window or tab. + + help: Fix various grammar issues and missing words. + + prefs: editor: Remove translatable placeholder. + + screen: No need to set PWD anymore, it's done by VTE now. + + window: Fix Clear Highlight to actually clear the highlight. + + window: Save contents to the Documents folder by default. + + Bugs fixed: bgo#731462, bgo#758452, bgo#792622, bgo#792885, + bgo#793382, bgo#793519, bgo#793558. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:29:53 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Tue Feb 6 00:17:34 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.27.90: + + app: Revise the logic for having an appmenu (bgo#793135). + + all: Improve mnemonic handling + + Make mnemonics work in the Find and Preferences windows + (bgo#792978). + + prefs: editor: + - Rename General profile tab to Text, reorganize its contents + (bgo#722114). + - Use the same mnemonic for the two Reset buttons (bgo#791968). + - Make sure mnemonics don't conflict. + + help: Various fixes and improvements (bgo#792529). + + menubar: Change the Find entry back to Search (bgo#792912). + + profile: editor: + - More logical order for notebook tabs (bgo#792797). + - Move "Allow blinking text" to the bottom (bgo#792794). + - Demote "Rewrap on resize" to a hidden pref (bgo#792532). + - Fix spacing at the top of the Compatibility tab. + + schemas: Remove obsolete "encodings" entry (bgo#792607). + + Bugs fixed: bgo#722114, bgo#792760, bgo#792625, bgo#792533, + bgo#792503, bgo#791968 and bgo#793179. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 9 21:35:26 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.27.4: + + build: Fix compilation with Clang. + + client: legacy: Fix --version output. + + menubar: Remove ellipses from preference entries. + + profile: editor: + - Add "Allow blinking text" preference. + - Add "Cell spacing" preferences. + - Add "Cursor blinking" preference. + - Add window title to highlight color pickers. + - Align two combo boxes. + - Bypass palette mode for all colour pickers. + - Only show monospace fonts. + - Repaint the table when Enable shortcuts is toggled. + - Replace GtkTable with GtkGrid. + - Revert Tango palette's black to match the default. + - Specify color schemes in hex. + - Use zero based palette indices. + + regex: + - Allow apostrophes in URLs, except when enclosed between them. + - Allow balanced pairs of square brackets in URLs. + - Disallow terminating semicolon in URLs. + + search: + - Close the dialog on Escape key. + - Make reverse the default direction. + - Rename the label to Find. + + window: + - Maintain logical window size when line or char spacing + changes. + - Remove popup accelerators also in submenus. + + Bugs fixed: bgo#448044, bgo#559990, bgo#579964, bgo#763980, + bgo#771165, bgo#774619, bgo#790318, bgo#791312, bgo#791967, + bgo#791968, bgo#791969, bgo#792057, bgo#792083, bgo#792095, + bgo#792103, bgo#792139, bgo#792256, bgo#792319. + + Updated translations. + +------------------------------------------------------------------- +Fri Dec 22 02:59:40 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 3.27.3: + + Updated translations. + +------------------------------------------------------------------- +Tue Nov 21 03:27:01 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 3.27.1: + + When the server specified by the environment doesn't exist, + fall back to the default. + + Improve --tab behaviour to open a new tab in an existing + window. + + Add: + - --wait to make the client wait until the child process + exits, and then exit the client with the same exit status. + - Verbosity control options: --quiet/-q and --verbose/-v. + + Remove vala client. + + Port from GtkAction and GtkMenuManager to GAction and GMenu + (bgo#745329). + + Deactivate popup menus when the window closes (bgo#789927). + + Nautilus: Use the default display (lp#1722121). + + Don't try to open a non-default display (bgo#700267 bgo#719438 + bgo#737694). + + Fix bugs: bgo#789692, bgo#789444, bgo#789356, bgo#733210. + + Updated translations. +- Update Url to https://wiki.gnome.org/Apps/Terminal: current + Terminal's web page. +- Point fdupes to the data directory instead of the build root, + which is a practice that must be avoided. +- Drop %glib2_gsettings_schema_* and %desktop_database_* + post/postun scriptlets: RPM file triggers now does their work. +- Drop vala BuildRequires: no longer needed now that the vala + client has been removed upstream. +- Add pkgconfig(gio-unix-2.0) BuildRequires: note that it was + already being used since it was being pulled with gio-2.0 + pkgconfig that lives in the same devel package. +- Drop gnome-terminal-nb-translation.patch: Fixed upstream. + +------------------------------------------------------------------- +Mon Nov 20 21:42:53 UTC 2017 - zaitor@opensuse.org + +- Add gnome-terminal-nb-translation.patch: Add updated Norwegian + bokmål translation. +- Run spec-cleaner, modernize spec, use autosetup and make_build + macros. +- Stop handling glib2_gsettings_schema_post(un) and + desktop_database_post(un) in post(un), we have file-triggers + taking care of this for us now. +- Stop passing no longer needed suse_update_desktop_file macro. + +------------------------------------------------------------------- +Wed Nov 1 10:56:52 UTC 2017 - badshah400@gmail.com + +- Update to version 3.26.2: + + build: Don't call glib-genmarshal with both --header and + --body (bgo#788031). + + window: Fix tiled check (bgo#789356). + + Updated translations. + +------------------------------------------------------------------- +Tue Oct 3 17:33:48 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 11 19:59:18 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 6 00:56:08 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 3.25.92: + + util: + - Set application on about dialogue (bgo#786427). + - Strip off hastname from file:// URIs (bgo#781800). + - Handle invalid UTF-8 in hypersink tooltip (bgo#786814). + + Now using tr command to replace strings (bgo#782894). + + Added accel for Copy as HTML (bgo#365121). + + Added support for copying the selection to clipboard as HTML + (bgo#365121). + + Updated translations. + +------------------------------------------------------------------- +Thu May 18 22:02:31 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.1: + + Add support for OSC 8 hyperlinks (HTML-like anchors). + + util: Refuse to open file://some-other-host/path/to/file URIs. + + regex: Allow balanced pairs of parentheses in URLs. + + Fix a typo in comments. + + Updated translations. + +------------------------------------------------------------------- +Wed May 10 14:34:17 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.2: + + Updated translations. + +------------------------------------------------------------------- +Sat Apr 15 22:07:28 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 20 21:19:41 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.24.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 13 21:02:40 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.23.90: + + all: Use nice quotes. + + client: legacy: + - Warn on deprecated exec options. + - Add -- to usage line (bgo#774595). + - Remove option context description. + + screen: + - Use async spawning (bgo#772354). + - Fix check for foreground process. + + search provider: Fix incorrect assumption (bgo#1398958). + + Modernize metainfo files. + + Updated translations. +- Drop obsolete clean section. + +------------------------------------------------------------------- +Mon Nov 7 21:26:42 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.22.1: + + screen: + - Remove WINDOWID env var on non-X11. + - container: Set widget CSS name (bgo#772134). + + client: legacy: + - Warn if no startup ID provided. + - Add VTE version and features to --version output + (bgo#771960). + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 19 08:07:09 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 12 19:30:38 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.92: + + search: Always set PCRE2_MULTILINE flag. It's required by vte. + + window: + - Fix CSD size calculations with long titles. + - Make inspector available in non-debug builds. + + screen: Add unittest for very long regex match. + + client: legacy: Add command line option to show the + preferences. + + server: Make prefs dialogue an app window. + + Updated translations. +- Drop gnome-terminal-fix-csd-calculation.patch: Fixed upstream +- Drop gnome-terminal-notebook-avoid-crash-on-tab-DND.patch: It was + reverted upstream, and drag and drop of tabs disabled. +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. + +------------------------------------------------------------------- +Thu Aug 18 08:34:10 UTC 2016 - zaitor@opensuse.org + +- Add gnome-terminal-fix-csd-calculation.patch: Revert window: Fix + CSD size calculations with long titles. Taken from upstream git. + +------------------------------------------------------------------- +Tue Aug 16 17:54:41 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.90: + + window: Fix CSD size calculations with long titles. + + notebook: Make tabs nondetachable. + + Revert "notebook: avoid crash on tab DND". + + appdata: Use *.metainfo.xml as extension for the nautilus + add-on. + + appdata: Add kudos for HiDpi, HighContrast and SearchProvider. + + all: Remove GRegex use and require PCRE2. + + window: Make geometry work better with gtk 3.20. + + window: Support animated and touch scrolling. + + Add 'Detach Terminal' action to tab context menu. + + Add Language headers to po files. + + Updated translations. +- Enable pkconfig(pcre-2.8) BuildRequires: Now mandatory + dependency, also drop disabled --with-pcre, no longer needed. +- Drop gnome-terminal-resize-fix.patch + gnome-terminal-profile-editor-initialize-palette.patch: Fixed + upstream. +- Keep gnome-terminal-notebook-avoid-crash-on-tab-DND.patch: + Upstream reverted it, but we want it anyway. + +------------------------------------------------------------------- +Mon Jul 25 22:19:39 UTC 2016 - zaitor@opensuse.org + +- Add gnome-terminal-notebook-avoid-crash-on-tab-DND.patch and + gnome-terminal-profile-editor-initialize-palette.patch: Two + cherrypicked bugfix commits from upstream stable branch + (bgo#768850, bgo#769161, boo#980474). + +------------------------------------------------------------------- +Thu Jul 21 18:07:36 CEST 2016 - fcrozat@suse.com + +- Update gnome-terminal-resize-fix.patch with latest revision of + the patches, still not accepted upstream (bgo#760944 bsc#987859). + +------------------------------------------------------------------- +Tue May 24 10:53:39 UTC 2016 - zaitor@opensuse.org + +- Add gnome-terminal-resize-fix.patch: Fix resizing of + gnome-terminal, patches from upstream bug (bgo#760944). + +------------------------------------------------------------------- +Tue May 24 10:52:39 UTC 2016 - mgorse@suse.com + +- Remove gnome-core obsoletes; it is from 2002 or so and not + relevant now. + +------------------------------------------------------------------- +Thu May 19 14:06:49 UTC 2016 - zaitor@opensuse.org + +- Drop gnome-terminal-transparency-fix-for-broken-themes.patch and + gnome-terminal-transparency.patch: We will not be bringing these + back into the package as they brought various issues, and we do + not want to chase upstreams releases for rebaseing. +- Following the above: Drop libtool BuildRequires and disabled + autreconf call: no longer needed since the patch needing it in + the past is already dropped. + +------------------------------------------------------------------- +Tue May 17 20:49:17 UTC 2016 - mgorse@suse.com + +- Update to GNOME 3.20.2 Fate#318572 + +------------------------------------------------------------------- +Thu May 12 17:09:20 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.2: + + server: Add a systemd user service (bgo#759115). + + window: + - Fix relief on tab menu button. + - Set widget CSS name. + + nautilus: Fix handing sftp folders with % character. + + Fix GSettings default value translations. + + Updated translations. + +------------------------------------------------------------------- +Thu Apr 14 21:40:36 UTC 2016 - mgorse@suse.com + +- Update to GNOME 3.20 Fate#318572 +- Drop 0001-build-Add-cleanup-functions.patch, + 0001-all-Do-not-use-s-format-with-g_variant_get.patch, + 0001-profile-Fix-dummy-settings-patch.patch, + 0001-utils-Fix-double-free-in-error-path.patch: fixed upstream. + +------------------------------------------------------------------- +Tue Apr 12 10:55:55 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.1: + + l10n: Mark a string for translation (bgo#763911). + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 19 12:53:09 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 17 16:38:02 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.92: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 1 12:29:22 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.91: + + Bugs fixed: bgo#732128, bgo#734875, bgo#747316, bgo#756038, + rh#1310892. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 18 22:01:52 UTC 2016 - zaitor@opensuse.org + +- Due to pcre2 support beeing disabled in vte, disable + pkconfig(pcre-2.8) BuildRequires, and pass --without-pcre2 to + configure. + +------------------------------------------------------------------- +Tue Feb 16 23:03:44 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.90: + + search: Revert to using a window instead of a popover. + + profile: + - Increase maximum of default column prefs. + - Don't compare alpha colour components. + - Add cursor colour prefs. + - editor: + . Add highlight colour prefs. + . Make it clearer what the colour pickers select. + . Don't compare alpha colour components. + . Unset colour alpha component. + . Add cursor colour prefs. + . Try to fix the UI file. + . Use new show-editor property on GtkColorButton. + + client: + - legacy: + . Reimplement deprecated --title option. + . --geometry option is unsupported on gtk+ >= 3.19.5. + + window: Try again to find and fix a clipboard related crash. + + util: + . Fix compilation error in previous commit. + . Unset colour alpha component. + + screen: Don't use extra colours when using theme colors. + + Add more appdata. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 12 11:46:50 UTC 2016 - zaitor@opensuse.org + +- Add pkgconfig(libpcre2-8) BuildRequires and stop passing + --without-pcre2 to configure. +- Alter how we run %suse_update_desktop_file macro, upstream now + ships a correct .desktop file. +- Drop disabled patch gnome-terminal-dark-theme.patch: Dark theme + restored upstream, so no longer needed. + +------------------------------------------------------------------- +Fri Feb 12 08:54:56 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.2: + + Bugs fixed: bgo#711059, bgo#755825, bgo#757314, bgo#757512. + + Updated translations. +- Drop appdata-tools BuildRequires: validating the appdata's + validity is upstreams task. + +------------------------------------------------------------------- +Mon Dec 21 14:51:48 UTC 2015 - fcrozat@suse.com + +- Drop BuildRequires(gtk-2.0), we don't need gtk-builder-convert + anymore. +- Enable back gconf2 migration code when building package for SLE + and disable gconf2 BuildRequires when building for openSUSE. + +------------------------------------------------------------------- +Mon Nov 23 23:57:18 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.1: + + Updated translations. +- Pass --without-pcre2 to configure, we are missing it in openSUSE + +------------------------------------------------------------------- +Mon Nov 9 21:11:26 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.2: + + Updated translations. + +------------------------------------------------------------------- +Fri Oct 30 22:37:54 UTC 2015 - zaitor@opensuse.org + +- Drop gconf2 Requires(pre), and pass --disable-migration to + configure. We do not expect any holdouts to migrate any longer. +- Stop running autoreconf as patches are already disabled. + +------------------------------------------------------------------- +Mon Oct 12 18:04:10 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.1: + + notebook: Don't change show-tabs when going to empty notebook. + + window: + - Exit early from screen-removed handler for now empty + notebook. + - Pass tab switching keys to the terminal for tabless windows. + + profile: editor: Make colour buttons show their dialogue in + editor mode. + + i18n: Fix and mark incorrectly translated string as fuzzy. + + server: Use distinct exit code for gtk_init failure. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 21 15:15:39 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.18.0: + + Profile: Only use dconf when the settings backend is dconf. + + Updated translations. + +------------------------------------------------------------------- +Thu Aug 20 15:15:44 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.91: + + build: + - Don't include empty CSS. + - Include missing terminal.common.css in tarballs. + + Update translations. +- Rebase gnome-terminal-dark-theme.patch and + gnome-terminal-transparency.patch, but do not yet apply them + (there are some behavioural errors with them at the moment). + +------------------------------------------------------------------- +Tue Aug 18 08:52:29 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.90: + + window: + - Move tabs menu into an arrow button on the notebook + (bgo#745329). + - Add new tab button to notebook action area (bgo#138020). + - Attach popup menus to their parent widgets (bgo#750755). + + notebook: + - Add API to create a box for the action buttons. + - Add pref to always show tabs bar. + - Add API to set the tab policy when to show the tabs bar. + + widgets: Remove close button CSS. + + app: + - Add CSS loading infrastructure. + - Let GtkApplication load the app menu automatically + (bgo#734791). + + util: + - Remove unused function. + - Add utility to parse /etc/shells. + + gterminal: Fix completion argument parsing. + + server: + - Stay around a bit after last window closes. + - Exit on unsupported locale. + - Simplify deprecated object property warning suppression + (bgo#749195). + + build: + - Update macros from upstream. + - Fix config.h include order. + - Use stable versions. + - Define min/max required/allowed glib and gtk+ versions. + + screen: + - Get process arguments without /proc on FreeBSD and OpenBSD. + - Update colors at the right spot (bgo#746425). + + Add new keyword 'cmd' to .desktop (bgo#749239). + + profile: editor: Make the profile preferences a GtkWindow. + + prefs: + - Make profile editors not transient. + - Make the preferences a GtkWindow (bgo#748342). + + client: legacy: Fall back to default profile (bgo#747106). + + profile: prefs: Remove update-records pref. + + Updated translations. + +------------------------------------------------------------------- +Mon May 11 07:10:17 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.2: + + Bump vte dependency. + + Updated translations. + +------------------------------------------------------------------- +Tue Apr 14 11:44:43 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.1: + + Make the ActiveTerminal field in the config file format work. + + client: legacy: Fall back to default profile (bgo#747106). + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 26 13:45:49 UTC 2015 - zaitor@opensuse.org + +- Add gnome-terminal-dark-theme.patch: Allow gnome-terminal to have + dark theme preferance. +- Add libtool BuildRequires and call autoreconf as the above patch + touches the buildsystem. + +------------------------------------------------------------------- +Mon Mar 23 20:08:30 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.0: + + client: let DISPLAY flow through (bgo#746358). + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 16 18:33:29 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.92: + + Bugs fixed: bgo#685742, bgo#733210, bgo#735242. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 17 08:42:50 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.90: + + tab-label: Rely on new GTK+ API to center the label + (bgo#743663). + + profile: Remove the "Command" sub-heading (bgo#744327). + + gterminal: Add more profile functions: allow adding, removing + and cloning a profile. + + window: Add tab position setting (bgo#75420#c25). + + Bugs fixed: bgo#739410, bgo#730632, bgo#743395. bgo#743663, + bgo#742304. + + Updated translations. +- Rebase gnome-terminal-transparency.patch. + +------------------------------------------------------------------- +Thu Feb 12 10:19:27 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.15.0: + + notebook: Make tabs nondetachable. + + window: + - Focus the terminal if only a single tab remains in a + window (bgo#742422). + - window: Update size on tab title change (bgo#732588). + + Remove dark theme pref (bgo#707206, bgo#742040, bgo#742333, + bgo#649358). + + screen: Fix crash with empty child process command line + (bgo#742560). + + help: + - Update desc for text selection (bgo#742304). + - Fix window theme pref instructions (bgo#742040). + - fix tab/window pref instructions (bgo#742119). + + build: Use portable shell in configure.ac. + + client: Hide obsolete --title option. Accept it for + compatibility, but ignore it (bgo#740188). + + server: + - Sanitise the environment. + - Reorder atfork/setrlimit calls. + - Increase RLIMIT_NOFILE to the maximum allowed (bgo#646098). + + Updated translations. +- Drop gnome-terminal-fix-crash.patch: fixed upstream. +- Rebase gnome-terminal-transparency.patch. + +------------------------------------------------------------------- +Thu Feb 12 10:19:26 UTC 2015 - dimstar@opensuse.org + +- Add gnome-terminal-fix-crash.patch: Fix crash with empty child + process command line (bgo#742560). +- Add gnome-terminal-transparency.patch: Allow gnome-terminal to be + set to transparent. +- Add gnome-terminal-transparency-fix-for-broken-themes.patch: + Ensure that the window itself always has a background. Some + themes don't specify a widget background color. + +------------------------------------------------------------------- +Thu Nov 13 18:40:24 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.2: + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 13 20:24:20 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.14.1: + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 21 13:11:58 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.14.0: + + Remove word-chars setting help (bgo#727774). + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 14 17:12:28 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.92: + + help: + - Review pref-scrolling. + - Add ambiguous character width (bgo#727555). + - Document encodings per profile (bgo#727555). + + Flag gnome-terminal as a multiple-window app (bgo#735484). + + Allow disabling shortcuts (bgo#731933). + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 18 20:02:12 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.90: + + Profile settings UI update. + + Updated translations. + +------------------------------------------------------------------- +Wed Jul 16 11:11:35 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.2: + + Bugs fixed: bgo#730850, bgo#730389, bgo#730936, bgo#731998. +- Changes from version 3.13.1: + + Bugs fixed: bgo#724110, bgo#729394, bgo#729597, bgo#730390, + bgo#730498, bgo#730389. + + Updated translations. +- Add vala BuildRequires: new dependency. + +------------------------------------------------------------------- +Mon Jun 30 23:56:37 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.0: + + Work with new vte 2.91 API. + + Bug fixes and improvements. + + Updated translations. + +------------------------------------------------------------------- +Mon Jun 30 21:47:14 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.3: + + Important bug fixes. + + Bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sat May 17 13:26:51 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.2: + + window: Fix parent class in template definition. + + Fix su/sudo detection. + + Updated translations. + +------------------------------------------------------------------- +Thu May 1 09:02:35 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + Fix shortcut key disabling (bgo#728121). + + Fix app menu New Terminal item (bgo#726942). + + Updated documentations. + + Updated translations. + +------------------------------------------------------------------- +Thu Apr 10 17:54:48 UTC 2014 - mgorse@suse.com + +- Add + 0001-build-Add-cleanup-functions.patch, + 0001-all-Do-not-use-s-format-with-g_variant_get.patch, + 0001-profile-Fix-dummy-settings-patch.patch, + 0001-utils-Fix-double-free-in-error-path.patch: fixes for crashes + from upstream (bgo#708198, bgo#724264). + +------------------------------------------------------------------- +Mon Mar 24 15:39:20 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Build fixes. + + Docs fixes (bgo#725252). + + Add appdata file (bgo#708448). + + Updated translations. +- Add appdata-tools BuildRequires: new dependency to validate the + appdata files. + +------------------------------------------------------------------- +Wed Feb 19 22:15:42 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.3: + + terminal-app: Use correct variable for search provider. + + Updated translations. +- Add gnome-shell BuildRequires: Needed to build search provider. + +------------------------------------------------------------------- +Tue Feb 18 21:56:54 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.2: + + client: legacy: We use application IDs instead of bus names. + + terminal-nautilus: initiate ssh with -t. + + all: Do not use '&s' format with g_variant_get. + + screen: + - Fix word-chars setting. + - Allow getting the name of the current foreground process. + - Allow man: links containing hyphens. + - Add API to map UUIDs to screens. + - container: + . Use a GtkOverlay for the info bar. + . Remove scrolled window code. + . Fix parent class. + + profile: Add rewrap-on-resize. + + build: + - Drop support for dconf 0.12. + - help: Use no-lc-dist yelp. + + server: Add a search provider. + + app: Add setting to disable shell integration. + + accels: Add find items to accel editor. + + Remove last bits of GTK_STOCK. + + Replace deprecated mallard markup and namespace. + + Updated translations. +- Create new subpackage gnome-shell-search-provider-gnome-terminal, + containing the new GNOME Shell search provider. + +------------------------------------------------------------------- +Wed Nov 20 16:04:13 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.0: + + Build fixes. + + Code cleanup. + + Let applications handle clicks in mouse tracking mode + (bgo#13299). + + Remove 'visible when necessary' pref value (bgo#712331). + + Documentation fixes (bgo#711164). + + Updated translations. + +------------------------------------------------------------------- +Mon Nov 11 22:44:09 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.2 (bnc#849913): + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 14 21:09:11 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + Minor bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 24 17:49:49 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 17 06:54:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.92: + + Remove UUID from profile list display (bgo#704097). + + Remove input method submenu from context menu. + + Make terminal close keybinding work for single tab windows + (bgo#701354). + + Fix a crash while waiting for clipboard data (rh#977010). + + Fix output of --disable-factory option (bgo#707899). + + Fix desktop file categories (bgo#707552). + + Misc bug and build fixes. + + Updated translations. +- Pass --with-nautilus-extension to configure: the extensions is + now disabled by default, but we keep on providing it in a sep. + package. + +------------------------------------------------------------------- +Mon Jul 29 07:21:12 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.90: + + Build fixes and cleanup. + + Portability fixes. + + Migration fixes. + + Enable menu access key by default again. + + Enable nautilus extension by default. + + Remove input method submenu from context menu. + + Add Quit and New Terminal items to app menu. + + Implement dark theme checkbox in preferences. + + Unify new tab and new window. + + Updated translations. +- No longer delete various languages for openSUSE <= 11.2. +- Pass --disable-static to configure: we only care for dynamic + stuff. +- Create new subpackage nautilus-extension-terminal with the + extension for nautilus. Obsolete the former + nautilus-open-terminal from this new package (source was imported + into the main tree and renamed on the go). + +------------------------------------------------------------------- +Mon Jul 8 19:21:20 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.4: + + Fix a crash on session resume (rh#981440). + + Fix a mem leak. + + Don't write to gsettings on each startup if migration is + disabled. + + Updated translations. + +------------------------------------------------------------------- +Sun Jun 16 10:07:43 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.8.3: + + Reduce environmental pollution. + + Critical bug fixes: rh#966713, rh#968140. + + Bug fixes: bgo#640727. + + Updated translations. +- Stop passing obsolete --disable-schemas-install and + --disable-scrollkeeper to configure. + +------------------------------------------------------------------- +Mon May 13 20:02:50 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.2: + + Misc fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 15 17:50:40 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.1: + + Nautilus extension fixes (bgo#697225 and others). + + Portability fix (bgo#697024). + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 1 11:09:31 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0.1: + + accels: Add more accel-able tabs (bgo#696123). + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 25 20:59:02 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0: + + Bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 17 16:18:05 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.92: + + Bug fixes. + + Bugs fixed: bgo#695759, bgo#695569, bgo#695571, bgo#695369, + rh#919715. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 19:56:34 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.91: + + Rewritten help in mallard. + + Bug fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 4 22:30:57 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.2: + + Bugs fixed: bgo#691931, bgo#691932, bgo#692021, bgo#691997, + bgo#692055, bgo#692148. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 15 17:53:11 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.1: + + GConf->GSettings migration fixes. + + Keybindings fixes. + +------------------------------------------------------------------- +Tue Jan 8 19:02:49 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.0: + + Terminal now uses GSettings and DConf instead of GConf. The + existing profiles and settings will be automatically migrated + from GConf when first running this version. + + To make new tabs opened within Terminal have the same working + directory as the current tab, it is necessary for the shell + running in the terminal to cooperate. For this, vte installs a + bash shell script that you must use in your bash PS1 prompt. + For example, you can put this at the end of your ~/.bashrc: + export PS1='\[$(__vte_ps1)\]'$PS1 + + Many bugs fixed. + + Updated translations. +- Add pkgcondif(dconf) BuildRequires following upstreams port to + GSettings. Note: pkgconfig(gconf-2.0) is needed for the GConf to + DConf migration helper tool. +- Replace pkgconfig(sm) and pkgconfig(ice) BuildRequires with + pkgconfig(libnautilus-extension), following upstreams changes. +- Add pkgconfig(uuid) BuildRequires: new dependency. +- Add pkgconfig(gio-2.0) BuildRequires so it can be versioned. +- Add gsettings schema handling macros to post/postun. +- Drop gnome-doc-utils-devel BuildRequires: it's no longer needed. + +------------------------------------------------------------------- +Tue Oct 16 07:14:24 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.1: + + Fix opening http-less URLs (bgo#685599). + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 25 09:27:18 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated documentation + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 19 22:42:43 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.90: + + Port to new documentation infrastructure + + screen: Recognise man: and info: URIs + + Bugs fixed: bgo#676452 + + Updated translations. +- Add yelp-tools BuildRequires, following upstreams port to the new + documentation infrastructure (note: gnome-doc-utils-devel should + no longer be needed, but configure still checks for it). + +------------------------------------------------------------------- +Tue Apr 17 06:30:35 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.1.1: + + No changes. +- Changes from version 3.4.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 26 14:57:08 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.0.1: + + No changes. +- Changes from version 3.4.0: + + Use symbolic icon for the close button. + + Adapt for scroll changes in GTK+ 3.4. + + Updated translations. + +------------------------------------------------------------------- +Sun Feb 19 16:39:32 UTC 2012 - dimstar@opensuse.org + +- Add pkgconfig(ice), pkgconfig(sm) and pkgconfig(x11) + BuildRequires: this used to be pulled in by something else + before, but the relayout of xorg-x11 packages changed that. + +------------------------------------------------------------------- +Tue Feb 7 14:01:39 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.0: + + Add default encoding profile property (bgo#108711) + + Works with gtk+ broadway backend + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 17 17:18:08 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.2.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 26 13:40:26 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.2.0: + + Drop GTK 2 support. + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 27 14:19:51 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.1: + + bgo#647077: Use gsettings for proxy settings. + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 27 14:37:48 CEST 2011 - vuntz@opensuse.org + +- Remove now unneeded dbus-1-glib-devel, scrollkeeper, + startup-notification-devel BuildRequires. +- Change gconf2-devel BuildRequires to pkgconfig(gconf-2.0). +- Add explicit pkgconfig() BuildRequires: glib-2.0, gtk+-3.0. +- Drop our copy of gtk-builder-convert: + + Remove the source file. + + Remove python-xml BuildRequires. + + Do not set GTK_BUILDER_CONVERT on build. + + Add gtk2-devel BuildRequires, which has the script. + +------------------------------------------------------------------- +Mon Apr 4 13:52:43 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.0: + + Update paste sensitivity whenever clipboard changes + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 24 09:38:54 UTC 2011 - fcrozat@novell.com + +- Update to version 2.33.90: + + Disable sorting in the Keyboard Shortcut editor + + Take system font from gsettings instead of gconf + + Theme close button + + Updated translations. +- Changes from version 2.33.5: + + More port to gtk3 + + Misc fixes. + + Updated translations. +- Changes from version 2.33.4: + + More port to gtk3 + + Updated translations. +- Changes from version 2.33.3: + + Remove S/Key support + + More port to gtk3 + + Updated translations. +- Changes from version 2.33.2: + + Do not put TERM in the spawn env + + More port to gtk3 + + Don't crash when receiving bogus data in dbus call + + Updated translations. +- Changes from version 2.33.1: + + Make geometry parsing more robust + + Implement a better fix for wrong sizing of detached tabs + + Fix gridding for small sizes + + Port to gtk3 + + Updated translations +- Pass --with-gtk=3.0 to configure. +- Add copy of git gtk2 gtk-builder-convert to fix build and not + rely on modified gtk2 packages, pass GTK_BUILDER_CONVERT varibale + to configure call, and add python-xml BuildRequires. +- Change vte-devel BuildRequires to pkgconfig(vte-2.90) +- Add pkgconfig(gsettings-desktop-schemas) BuildRequires. + +------------------------------------------------------------------- +Sun Feb 13 16:18:24 CET 2011 - vuntz@opensuse.org + +- Call relevant macros in %post/%postun: + + %desktop_database_post/postun because the package ships at + least one desktop file. +- Pass %{?no_lang_C} to %find_lang so that english documentation + can be packaged with the program, and not in the lang subpackage. +- Change Requires of lang subpackage to Recommends, since the + english documentation is not there anymore. + +------------------------------------------------------------------- +Tue Dec 14 15:06:47 CET 2010 - vuntz@opensuse.org + +- Own /usr/share/gnome and /usr/share/gnome/help to fix build. + +------------------------------------------------------------------- +Mon Nov 15 11:33:12 CET 2010 - dimstar@opensuse.org + +- Update to version 2.32.1: + + Don't crash when receiving bogus data in the dbus call + (rh#650276) + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 27 07:54:46 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.32.0: + + bgo#630163: Set _NET_WM_DESKTOP on the new X window when + handling composited-changed + + Fix compiler warnings. + + Updated translations. +- Drop gnome-terminal-desktop.patch and instead use + %suse_update_desktop_file to change the Name and GenericName. +- Update summary and description. + +------------------------------------------------------------------- +Sun Aug 29 17:01:14 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.31.91: + + bgo#627776: Do resume when starting the factory + + bgo#627258: Adjust find dialogue spacing and packgings + + bgo#627133: Bump gtk3 req to 2.90.6 + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 17 11:05:56 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.31.90: + + Relicensed under GPLv3 + + Translation updates. +- Update License tag to "GPLv3+; LGPLv2.1+". + +------------------------------------------------------------------- +Thu Jul 8 10:56:24 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.31.3: + + bgo#618188: edit profiles dialog in docs + + bgo#612712: Fix most of the GSEAL issues +- Changes from version 2.31.2: + + Fix build +- Changes from version 2.31.1: + + Features: + - bgo#78963: Add a Search menu + - Enable "File -> Save Contents" again + - Show an info-bar if failed to execute command + - bgo#607875: Add "Use custom default terminal size" profile + setting + + bgo#521193: Closing tabs regression fixed + + bgo#521417: Fix compiler warnings + + bgo#614464: Escape ":", "@" or "/" chars within proxy + user/password env vars + + Updated translations. + +------------------------------------------------------------------- +Fri Jun 4 15:32:22 CEST 2010 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + +------------------------------------------------------------------- +Thu Apr 29 14:29:20 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.30.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 29 16:45:04 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Don't apply the default size (bgo#607875) + + Hide the Save Contents menu entry + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 11 22:47:05 CET 2010 - dimstar@opensuse.org + +- Update to version 2.29.92: + + Many bugs fixed: http://bugzilla.gnome.org/buglist.cgi?product=gnome-terminal&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2009-09-24&chfieldto=2010-03-29+23:59:00&chfield=bug_status + + Many translation updates. + +------------------------------------------------------------------- +Thu Jan 14 03:35:17 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.6: + + Add "Save Contents" menu item + +------------------------------------------------------------------- +Thu Jan 14 01:41:01 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.5: + + Use gtk_widget_is_toplevel() instead of GTK_WIDGET_TOPLEVEL + (bgo#606298) + + Add ctrl-shift-up/down documentation (bgo#602004) + + Translation updates + +------------------------------------------------------------------- +Wed Dec 23 12:43:16 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.1: + + --geometry works again + + Tab detaching works again + + Unlimited scrollback + + Improved proxy env suppport + + Bold color support + + Updated translations. + +------------------------------------------------------------------- +Tue Dec 15 13:55:27 CET 2009 - vuntz@opensuse.org + +- Update to version 2.28.2: + + Updated translations. + +------------------------------------------------------------------- +Sat Nov 14 21:12:52 CET 2009 - vuntz@opensuse.org + +- Update to version 2.28.1: + + Plug leak. + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 25 15:36:03 CEST 2009 - dimstar@opensuse.org + +- Update to version 2.28.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Sep 10 01:31:33 CEST 2009 - lmedinas@opensuse.org + +- Update to version 2.27.92: + + bgo#500563 - Update to GNOME Help Centre OMF Files for "Issue + 24: Documentation Meta-data" of GNOME's GHOP Contest + + bgo#553357 - Options in drop down boxes are not translated + + bgo#564648 - when switching to/from compositing enabled, windows + appear as new + + bgo#565328 - Factory prevents unmounting of device + + bgo#566335 - No obvious way to leave fullscreen + + bgo#571002 - URL linking also selects trailing dot. + + bgo#573279 - Accelerator for "Cancel" and "Close this window" + in close dialog is the same + + bgo#574207 - Missing translator comment + + bgo#574776 - gnome-terminal crashed with SIGSEGV in + gtk_menu_shell_select_first() + + bgo#575295 - Question-button label mismatch in the closing + dialog + + bgo#575308 - Make gnome-terminal session loading work + + bgo#576675 - gnome terminal treats pixelsized fonts point sized + + bgo#577025 - Use of uninitialized variables + + bgo#577313 - gnome-terminal crashed with SIGSEGV in + gtk_ui_manager_remove_ui() + + bgo#582861 - Tango profile black color is not black + + bgo#583690 - Setting keyboard shortcuts via mandatory gconf + settings no longer works + + bgo#584943 - Creating new profile results in grayed out + preferences on first view + + bgo#586308 - annoying session-saving misbehaviour + + bgo#587305 - wrong path in generated file + + bgo#590885 - possible typo + + bgo#590952 - gnome-terminal can't discriminate between shell + and commands anymore + + bgo#594025 - crash in Terminal: running cat /dev/urandom + + Translation updates. + +------------------------------------------------------------------- +Thu Aug 20 12:40:25 CEST 2009 - dimstar@opensuse.org + +- Update to version 2.27.91: + + bgo#575308 - Make gnome-terminal session loading work + + bgo#561663 - gnome-terminal crashes when gconf isn't set up + correctly + + bgo#572549 - Memory corruption in gnome-terminal + + bgo#574776 - gnome-terminal crashed with SIGSEGV + in gtk_menu_shell_select_first() + + bgo#576675 - gnome terminal treats pixelsized fonts point sized + + bgo#583690 - Setting keyboard shortcuts via mandatory gconf + settings no longer works + + bgo#586308 - annoying session-saving misbehaviour + + bgo#590952 - gnome-terminal can't discriminate between shell + and commands anymore + + Translation updates. + +------------------------------------------------------------------- +Tue Aug 4 21:11:40 CEST 2009 - vuntz@novell.com + +- Do not package omf files twice. + +------------------------------------------------------------------- +Mon Jul 20 11:03:29 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.3.1: + + Build fix. +- Changes from version 2.26.3: + + Try keeping the icon title in sync with the real title + + Fix various issues when enabling/disabling a compositing + manager (bgo#564648) + + Print "Close this window?" only if more than one tab would be + closed (bgo#575295) + + Fix profile editor on new profile being greyed out (bgo#584943) + + Misc fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue May 19 04:58:04 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.2: + + Updated translations. + +------------------------------------------------------------------- +Tue Apr 14 16:35:30 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.1: + + bgo#500563: Update to GNOME Help Centre OMF Files + + bgo#574207: Missing translator comment + + bgo#575308: Make gnome-terminal session loading work + + bgo#576675: gnome terminal treats pixelsized fonts point sized + + bgo#577025: Use of uninitialized variables + + bgo#577313: Fix crash + +------------------------------------------------------------------- +Sun Mar 15 18:36:55 CET 2009 - vuntz@novell.com + +- Update to version 2.26.0: + + bgo#570591: running 'reset' shrinks the terminal window. + + bgo#572414: Close this terminal' warning labels button as + 'Close Window' + + Fix possible gsize wraparound issue when demarshaling the data + + Correct the pspec ID. + + bgo#572549: Memory corruption in gnome-terminal. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 9 11:24:44 CET 2009 - vuntz@novell.com + +- Remove -fno-strict-aliasing from CFLAGS. +- Do not add DocPath to desktop file: it's not needed by yelp. + +------------------------------------------------------------------- +Tue Feb 17 01:00:22 CET 2009 - mboman@suse.de + +- Update to version 2.25.91: + + Translation updates +- Remove docbook_4, gnome-common, gnutls-devel, libglade2-devel, + libgnomeprintui-devel, libwnck-devel, perl-XML-Parser, + scrollkeeper from BuildRequires +- Add gconf2-devel, dbus-1-glib-devel to BuildRequires + +------------------------------------------------------------------- +Tue Feb 10 21:06:27 CET 2009 - vuntz@novell.com + +- Remove non-upstream translations: they'll get out-of-date. + +------------------------------------------------------------------- +Sun Feb 1 17:37:58 EST 2009 - mboman@suse.de + +- Update to version 2.25.5: + + Break out of the loop once the work's done. + + Call g_thread_init(). bgo#565516 + + chdir() to /home/chpe in the factory process, so we don't hog any + mountpoints. bgo#565328 + + Reorder this conditional so we only get the RGBA colourmap if + compositing is enabled. + + bgo#506686 – could be smarter when parsing parenthesis + (for URL construction) + + Set the default keybindings also in the table in the code. Fixes accels + with borked GConf; part of bgo#564649. + + Translation updates + +------------------------------------------------------------------- +Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de + +- Translations update. + +------------------------------------------------------------------- +Sat Dec 20 10:33:57 EST 2008 - mboman@suse.de + +- Update to version 2.25.3: + + Libbonobo dependency dropped + + Libgnome and libgnomeui dependency dropped + + Depends on VTE 0.19 + + Now uses DBus for single instance/factory setup + + Many bugs fixed + + Translation updates + +------------------------------------------------------------------- +Sat Dec 6 09:04:04 CET 2008 - mauro@suse.de + +- Updated translations. + +------------------------------------------------------------------- +Thu Oct 23 08:17:04 CDT 2008 - maw@suse.de + +- Update to version 2.24.1.1: + + Revert the fix for bgo#548600 because it causes a regression. + +------------------------------------------------------------------- +Tue Oct 21 19:51:28 EST 2008 - mboman@suse.de + +- Update to version 2.24.1: + + Bugs fixed: bgo#552952, bgo#453193, bgo#548388, bgo#548600 + bgo#554485, bgo#555824, bgo#552938, bgo#552943, bgo#552950 + bgo#553512 + + Translation updates + +------------------------------------------------------------------- +Tue Sep 23 16:36:04 CDT 2008 - maw@suse.de + +- Update to version 2.24.0: + + Bug fixed: bgo#553111 + + Updated translations +- Respin gnome-terminal-desktop.patch. + +------------------------------------------------------------------- +Tue Sep 01 23:21:41 CEST 2008 - mboman@novell.com + +- Update to version 2.23.91: + + Bugs fixed: bgo#549308, bgo#399744, bgo#401547, bgo#151794, + bgo#519191 + + Plug a mem leak. + + Don't try to g_strfreev something we don't own. + + Make the terminal window's role distinct from other g-t window's role, + to be able to match just them with devilspie. + + Use a static window role for the single instance encodings dialogue. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 05 23:21:41 CEST 2008 - captain.magnus@opensuse.org + +- Update to version 2.23.6: + + g_listenv returns only the env var names, not name=value pairs. + + Translation updates + +------------------------------------------------------------------- +Wed Jun 25 23:21:41 CEST 2008 - maw@suse.de + +- Update to version 2.23.4.2: + + Bugs fixed: bgo#536463, bgo#528683, bgo#418192, bgo#537112, + bgo#537888, bgo#536899, bgo#537215, bgo#536639, bgo#538809, + brc450808, and brc#450979 +- Drop the following upstreamed patch: + gnome-terminal-2.18.1-correct-help-uri.patch. + +------------------------------------------------------------------- +Mon May 5 10:54:32 CEST 2008 - jpr@suse.de + +- Remove gnome-terminal-force-terminal-draw.patch, it was fixed + in a different way upstream, see bgo #338913 +- Remove gnome-terminal-uninited-vars.patch, the simple font + selector it applied against was removed + +------------------------------------------------------------------- +Fri Apr 11 17:21:48 CEST 2008 - maw@suse.de + +- Update to version 2.22.1: + + Bugs fixed: bgo#521193 and bgo#521417. + +------------------------------------------------------------------- +Thu Mar 13 18:17:12 CET 2008 - sbrabec@suse.cz + +- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE. + +------------------------------------------------------------------- +Thu Mar 13 16:11:09 CET 2008 - vuntz@suse.de + +- Update to version 2.22.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 5 00:54:01 CET 2008 - maw@suse.de + +- Update to version 2.21.92: + + Ensure menu items are always drawn + + Stop forcing invisible_char to * + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 20 01:31:08 CET 2008 - maw@suse.de + +- Update to version 2.21.91.1: + + Adapt to new GChecksum API + + Fix cropped tab close buttons when using recent versions of + gnome-icon-theme + + Fix for bgo#336155 + + Updated translations +- Respin gnome-terminal-defaults.patch and + gnome-terminal-desktop.patch. + +------------------------------------------------------------------- +Wed Jan 30 18:36:30 CET 2008 - rodrigo@suse.de + +- Update to version 2.21.90: + * Use the gtk-cursor-blink setting and remove the profile option + * Remove extra frame from profile editor + * Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION + +------------------------------------------------------------------- +Thu Oct 11 16:39:38 CEST 2007 - sbrabec@suse.cz + +- Removed bogus dependency on mDNSResponder. + +------------------------------------------------------------------- +Wed Sep 19 14:18:01 CEST 2007 - sbrabec@suse.cz + +- Updated to version 2.18.2: + * license confusion fix + * documentation migrated to gnome-doc-utils + * use Tango terminal color scheme by default + +------------------------------------------------------------------- +Sat Sep 15 02:27:05 CEST 2007 - hpj@suse.de + +- Add gnome-terminal-2.18.1-correct-help-uri.patch so we can find + our help files correctly. + +------------------------------------------------------------------- +Tue Aug 7 21:39:58 CEST 2007 - maw@suse.de + +- Use %fdupes +- Split off a -lang subpackage. + +------------------------------------------------------------------- +Tue Jul 10 17:57:43 CEST 2007 - maw@suse.de + +- Update to version 2.18.1 +- Several crashes fixed. + +------------------------------------------------------------------- +Fri Apr 27 12:32:13 CEST 2007 - sbrabec@suse.cz + +- Do not call meinproc (#227624). + +------------------------------------------------------------------- +Thu Apr 12 13:00:01 CDT 2007 - maw@suse.de + +- Update to version 2.18.0 +- Fixes for bugzilla.gnome.org #412733 and #410281. + +------------------------------------------------------------------- +Fri Mar 9 12:19:25 CST 2007 - maw@suse.de + +- Update to version 2.17.91 + - Plug a memory leak. + - Do not disable some keybindings when DnDing notebook pages. + - Include the Tango color scheme. + - Remember the zoom setting for new tabs. + - Do not have clashing shortcuts in popups. + - Do not resize when switching between tabs, hopefully. + - Focus new terminals when they are created, always. + - Handle long terminal titles better. + - Do not paint initially terminals black. + - Various UI updates and inconsistencies eliminated. + - A few crashes fixed. +- Remove upstreamed gnome-terminal-tab_resize_fix_r2082.patch + +------------------------------------------------------------------- +Mon Feb 26 13:26:29 CET 2007 - sbrabec@suse.cz + +- Fixed invalid window resize (#211443). + +------------------------------------------------------------------- +Wed Jan 17 18:25:00 CET 2007 - sbrabec@suse.cz + +- Removed obsolete scrollkeeper directory (#230786). + +------------------------------------------------------------------- +Tue Dec 19 17:06:32 CET 2006 - sbrabec@suse.cz + +- Spec file cleanup. + +------------------------------------------------------------------- +Fri Dec 15 10:13:15 CST 2006 - maw@suse.de + +- Move to /usr. + +------------------------------------------------------------------- +Fri Oct 13 21:59:47 CEST 2006 - danw@suse.de + +- Remove dead patch + +------------------------------------------------------------------- +Fri Oct 13 19:42:28 CEST 2006 - jhargadon@suse.de + +- added gnome-doc-utils-devel in BuildRequires. + +------------------------------------------------------------------- +Tue Oct 3 18:28:00 CEST 2006 - jhargadon@suse.de + +- update to version 2.16.1 +- Honours the --title switch +- Fixes a couples of memory leaks +- New and updated translations + +------------------------------------------------------------------- +Mon Oct 2 23:54:40 CEST 2006 - oswerkstrom@suse.de + +- Bug 177355 - gnome-terminal --title command ignored. + +------------------------------------------------------------------- +Thu Sep 14 22:07:16 CEST 2006 - jhargadon@suse.de + +- update to version 2.16.0 +- Bug 354056 – Build broken: missing help/fr/Makefile.am +- Bug 351319 – crash on Terminal +- Part of Bug 352873 – crash in Terminal: Edit current profile aft... +- Bug 353020 – Detaching a tab does not preserve the size +- Bug 336943 – Critical warning and crash in gnome-terminal +- Bug 138609 – Next/prev TAB keybindings should not be passed through + on first/last tab +- Fix intltool req. + +------------------------------------------------------------------- +Tue Aug 22 00:31:02 CEST 2006 - jhargadon@suse.de + +- update to version 2.15.4 +- Bug 349459 – does not assert dependency on gdk 2.10 +- Bug 85926 – dnd'd filenames should be escaped +- Bug 324426 – Open/close tab adds row to terminal +- Bug 336947 – [patch] Redundant vte_terminal_set_font_full() calls +- Use real transparency when it's available +- Improve the dialog to ask for confirmation when closing a window + with more than one tab open +- Migrated to gnome-doc-utils +- Exports authentication proxy settings +- Fixes the close button of the about dialog +- Includes final slashes on URL highlighting +- Eliminates superfluous resize on drag-n-drop +- updates to translations + +------------------------------------------------------------------- +Tue Mar 7 21:46:01 CET 2006 - gekker@suse.de + +- Disable menu accelerators by default (#143086) + +------------------------------------------------------------------- +Tue Feb 28 15:25:33 CET 2006 - sbrabec@suse.cz + +- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). + +------------------------------------------------------------------- +Sat Feb 18 00:35:48 CET 2006 - sreeves@suse.de + +- Update .desktop file (Name, GenericName, Comment, DocPath) + +------------------------------------------------------------------- +Wed Jan 25 21:31:53 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Sep 6 14:46:57 CEST 2005 - jpr@suse.de + +- Update to version 2.12.0 + +------------------------------------------------------------------- +Tue Aug 23 21:42:02 CEST 2005 - gekker@suse.de + +- Update to version 2.11.3 + +------------------------------------------------------------------- +Thu Aug 11 21:48:33 CEST 2005 - gekker@suse.de + +- Update to version 2.11.2 + +------------------------------------------------------------------- +Fri Jul 22 20:39:08 CEST 2005 - gekker@suse.de + +- Update to version 2.11.1 +- Fix uninitialized variables + +------------------------------------------------------------------- +Tue Mar 22 18:01:57 CET 2005 - sbrabec@suse.cz + +- Reverted TERM to xterm (#73798). + +------------------------------------------------------------------- +Wed Mar 16 11:45:47 CET 2005 - clahey@suse.de + +- Change desktop Name to Gnome Terminal. + +------------------------------------------------------------------- +Wed Mar 9 23:00:57 CET 2005 - gekker@suse.de + +- Update to version 2.10.0 (GNOME 2.10). + +------------------------------------------------------------------- +Thu Mar 3 22:43:02 CET 2005 - gekker@suse.de + +- update version to 2.9.3 + +------------------------------------------------------------------- +Thu Jan 20 16:30:22 CET 2005 - gekker@suse.de + +- Update version to 2.9.2 + +------------------------------------------------------------------- +Thu Nov 25 02:18:46 CET 2004 - ro@suse.de + +- added suse_update_desktop_file + +------------------------------------------------------------------- +Mon Nov 22 15:38:24 CET 2004 - sbrabec@suse.cz + +- Set TERM=gnome. It fixes screen garbling in mutt (#43189). + +------------------------------------------------------------------- +Tue Nov 2 17:26:49 CET 2004 - ro@suse.de + +- locale rename: no -> nb + +------------------------------------------------------------------- +Fri Aug 27 02:57:51 CEST 2004 - clahey@suse.de + +- Cache gnome-terminal help and show gnome-terminal in khelpcenter. + +------------------------------------------------------------------- +Wed May 12 23:46:34 CEST 2004 - clahey@suse.de + +- Upgraded to 2.6.0. +- Upgraded patches. + +------------------------------------------------------------------- +Wed Mar 10 10:38:36 CET 2004 - sbrabec@suse.cz + +- Fixed gconf schemas installation (#33114). + +------------------------------------------------------------------- +Wed Feb 25 12:49:20 CET 2004 - hhetter@suse.de + +- remove schema patch, obsoleted by new one +- include gnome-terminal-defaults.patch: don't use + system font, don't use mnemonics in the menubar + +------------------------------------------------------------------- +Mon Feb 16 09:10:55 CET 2004 - hhetter@suse.de + +- install schemas in %post and %postun + +------------------------------------------------------------------- +Sat Jan 10 17:14:12 CET 2004 - adrian@suse.de + +- fix build as user + +------------------------------------------------------------------- +Tue Nov 11 13:40:13 CET 2003 - hhetter@suse.de + +- updated to version 2.4.2 + +------------------------------------------------------------------- +Mon Oct 27 13:42:46 CET 2003 - sbrabec@suse.cz + +- Updated to version 2.4.1. + +------------------------------------------------------------------- +Mon Sep 29 14:25:24 CEST 2003 - hhetter@suse.de + +- updated to version 2.4.0.1 [GNOME2.4] + +------------------------------------------------------------------- +Mon Sep 22 10:33:50 CEST 2003 - sbrabec@suse.cz + +- Obsolete gnome-core (bug #31480), + +------------------------------------------------------------------- +Mon Sep 08 18:43:31 CEST 2003 - sbrabec@suse.cz + +- Use RPM_OPT_FLAGS. + +------------------------------------------------------------------- +Mon Jul 14 15:33:50 CEST 2003 - sbrabec@suse.cz + +- GNOME prefix change to /opt/gnome. + +------------------------------------------------------------------- +Mon Jun 30 16:42:27 CEST 2003 - sbrabec@suse.cz + +- Updated to version 2.2.2. +- Clean-up of neededforbuild. + +------------------------------------------------------------------- +Mon Jun 30 01:10:26 CEST 2003 - ro@suse.de + +- use gnome2-devel-packages in neededforbuild +- use find_lang +- added directories to filelist + +------------------------------------------------------------------- +Wed Feb 12 10:53:30 CET 2003 - hhetter@suse.de + +- don't used font size from system fonts but use + the font specified in the schema file for the + default profile + +------------------------------------------------------------------- +Tue Jan 28 09:54:03 CET 2003 - hhetter@suse.de + +- updated to version 2.2.0 +- fix kde datadir + +------------------------------------------------------------------- +Thu Jan 16 10:12:54 CET 2003 - sbrabec@suse.cz + +- Added libjpeg to neededforbuild. + +------------------------------------------------------------------- +Thu Nov 28 12:38:07 CET 2002 - hhetter@suse.de + +- updated to version 2.0.2 [GNOME 2.0.3] +- removed crash-on-restore.dif as it is upstream + +------------------------------------------------------------------- +Mon Nov 11 23:49:54 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Tue Sep 24 10:30:45 CEST 2002 - sbrabec@suse.cz + +- Added alsa-devel to neededforbuild, because esound-devel can require it. + +------------------------------------------------------------------- +Thu Sep 19 11:02:03 CEST 2002 - sbrabec@suse.cz + +- Added alsa to neededforbuild, because esound can depend on it. + +------------------------------------------------------------------- +Fri Sep 13 15:26:03 CEST 2002 - sbrabec@suse.cz + +- updated to version 2.0.1 +- Fix for crash on session restore (post-2.0.1 fix from CVS). + +------------------------------------------------------------------- +Tue Aug 20 10:40:46 CEST 2002 - hhetter@suse.de + +- added PreReq: filesystem + +------------------------------------------------------------------- +Tue Jun 18 10:22:37 CEST 2002 - hhetter@suse.de + +- fix schema file install + +------------------------------------------------------------------- +Mon Jun 17 00:17:57 CEST 2002 - ro@suse.de + +- use libpng-devel-packages in neededforbuild + +------------------------------------------------------------------- +Fri Jun 14 10:30:29 CEST 2002 - hhetter@suse.de + +- updated to version 2.0.0 +- provide schema file + +------------------------------------------------------------------- +Wed Jun 5 09:18:36 CEST 2002 - hhetter@suse.de + +- initial SuSE Release 1.9.7 + diff --git a/gnome-terminal.obsinfo b/gnome-terminal.obsinfo new file mode 100644 index 0000000..e25c5b2 --- /dev/null +++ b/gnome-terminal.obsinfo @@ -0,0 +1,4 @@ +name: gnome-terminal +version: 3.54.0 +mtime: 1726342421 +commit: 965cb9307713c618253918633416fcad86bcc5d2 diff --git a/gnome-terminal.spec b/gnome-terminal.spec new file mode 100644 index 0000000..7b13dc3 --- /dev/null +++ b/gnome-terminal.spec @@ -0,0 +1,150 @@ +# +# spec file for package gnome-terminal +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%bcond_without nautilus_extension +Name: gnome-terminal +Version: 3.54.0 +Release: 0 +Summary: GNOME Terminal +License: GPL-3.0-or-later AND LGPL-2.1-or-later +Group: System/X11/Terminals +URL: https://wiki.gnome.org/Apps/Terminal +Source0: %{name}-%{version}.tar.zst + +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils +BuildRequires: docbook-xsl-stylesheets +BuildRequires: fdupes +BuildRequires: gcc-c++ +# Needed for search provider. It should not be needed in my opinion, +# we have to take this up with upstream, or just provide search +# provider interface definition file as source. +BuildRequires: gnome-shell +BuildRequires: meson >= 0.62.0 +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: yelp-tools +BuildRequires: pkgconfig(dconf) >= 0.14.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.52.0 +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.76.0 +BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.7 +BuildRequires: pkgconfig(libhandy-1) +%if %{with nautilus_extension} +BuildRequires: pkgconfig(libnautilus-extension-4) +%endif +BuildRequires: pkgconfig(libpcre2-8) >= 10.00 +BuildRequires: pkgconfig(uuid) +BuildRequires: pkgconfig(vte-2.91) >= 0.76.0 +BuildRequires: pkgconfig(x11) +Requires(pre): filesystem + +%description +This package provides the GNOME terminal emulator application. + +GNOME Terminal uses an architecture with a background process +managing all open terminal windows, which is beneficial to +memory consumption. + +%package -n gnome-shell-search-provider-gnome-terminal +Summary: GNOME Terminal Search Provider for GNOME Shell +Group: System/X11/Terminals +Requires: %{name} = %{version} +Supplements: (gnome-shell and %{name}) +BuildArch: noarch + +%description -n gnome-shell-search-provider-gnome-terminal +This package contains a search provider to enable GNOME Shell to get +search results from GNOME Terminal. + +%package -n nautilus-extension-terminal +Summary: Nautilus extension adding "Open Terminal" as folder action +Group: System/GUI/GNOME +Supplements: (nautilus and %{name}) +# nautilus-open-terminal was merged into gnome-terminal source during 3.9 development. +Provides: nautilus-open-terminal = %{version} +Obsoletes: nautilus-open-terminal < %{version} + +%description -n nautilus-extension-terminal +This is a nautilus extension that allows you to open a terminal in +arbitrary folders. + +%lang_package + +%prep +%autosetup -p1 + +%build +%meson \ +%if %{with nautilus_extension} + -Dnautilus_extension=true +%else + -Dnautilus_extension=false +%endif +%meson_build + +%install +%meson_install +%if ! %{with nautilus_extension} +rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml +%endif + +%find_lang %{name} %{?no_lang_C} +%fdupes %{buildroot}%{_datadir} + +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Terminal*.metainfo.xml +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.desktop +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.Preferences.desktop +desktop-file-validate %{buildroot}%{_datadir}/xdg-terminals/org.gnome.Terminal.desktop +%meson_test + +%files +%license COPYING +%doc %{_datadir}/help/C/%{name}/ +%{_bindir}/gnome-terminal +%{_datadir}/metainfo/org.gnome.Terminal.metainfo.xml +%{_datadir}/applications/org.gnome.Terminal.desktop +%{_datadir}/applications/org.gnome.Terminal.Preferences.desktop +%dir %{_datadir}/xdg-terminals +%{_datadir}/xdg-terminals/org.gnome.Terminal.desktop +%{_libexecdir}/gnome-terminal-server +%{_datadir}/dbus-1/services/org.gnome.Terminal.service +%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml +%{_userunitdir}/gnome-terminal-server.service +%{_datadir}/icons/hicolor/*/apps/org.gnome.Terminal*.svg +%{_mandir}/man1/gnome-terminal.1%{?ext_man} +%dir %{_libdir}/gnome-terminal +%{_libdir}/gnome-terminal/gschemas.compiled +%{_libexecdir}/gnome-terminal-preferences + +%files -n gnome-shell-search-provider-gnome-terminal +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini + +%if %{with nautilus_extension} +%files -n nautilus-extension-terminal +%{_libdir}/nautilus/extensions-4/libterminal-nautilus.so +%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml +%endif + +%files lang -f %{name}.lang + +%changelog