Accepting request 1106212 from X11:xfce
OBS-URL: https://build.opensuse.org/request/show/1106212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-terminal?expand=0&rev=32
This commit is contained in:
commit
e3aaa98489
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78e55957af7c6fc1f283e90be33988661593a4da98383da1b0b54fdf6554baf4
|
||||
size 1009367
|
3
xfce4-terminal-1.1.0.tar.bz2
Normal file
3
xfce4-terminal-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40823377242b9b09749f5d4a550f41d465153c235c31f34052f804d3453ad4a3
|
||||
size 1021840
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 11:35:03 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 1.1.0
|
||||
* Update copyright year
|
||||
* Allow passing arguments to custom commands
|
||||
* Fully translate strings in unsafe paste dialog
|
||||
* window: Properly sync always-show-tabs
|
||||
* cleanup: Include gdkx.h in one place
|
||||
* preferences: Remove unused class member
|
||||
* preferences: Check if channel itself exists instead of check
|
||||
property
|
||||
* screen: Review image loader memory management
|
||||
* image-loader: Review cache management
|
||||
* Add keywords to .desktop files (Fixes #50)
|
||||
* screen: Take window scaling into account when drawing
|
||||
(Fixes #71)
|
||||
* Remove obsolete GNOME default-app file (Fixes #109)
|
||||
* Add "Open File Manager Here" action (Fixes #133)
|
||||
* Properly manage default encoding (Fixes #128)
|
||||
* Move general include in private.h
|
||||
* dropdown: Disable systray icon on Wayland
|
||||
* Fix startup with GDK_BACKEND=x11 (Fixes #177)
|
||||
* shortcuts: Restore broken action toggle-menubar
|
||||
* shortcuts: Fix non-consumed key event for show-menubar
|
||||
* main: Allow GTK to parse its options first (Fixes #216)
|
||||
* search: Add missing sanity check
|
||||
* Use GLib logging functions and do not translate warnings
|
||||
* Remove obsolete CHECK_VERSION()
|
||||
* Use g_new() instead of malloc()
|
||||
* Fix Xfconf memory management
|
||||
* search-dialog: Fix memory leak
|
||||
* Remove extra separator at the end of context menu
|
||||
* Missing shortcut keys in the standalone preferences dialog
|
||||
(Issue #198)
|
||||
* Apply 1 suggestion(s) to 1 file(s)
|
||||
* Enable kinetic scrolling in VteTerminal
|
||||
* Extend --disable-server description wrt. process model
|
||||
* Drop obsolete --disable-server translations
|
||||
* prefs-dialog: Fix untranslated strings
|
||||
* Add sixel support
|
||||
* Add icons at missing sizes, clean up SVG metadata
|
||||
* build: Fix autoconf warnings
|
||||
* build: Add GLib requirement
|
||||
* Add accel entries for scrolling pages (Issue #221)
|
||||
* Remove documentation for dead anti-aliasing option
|
||||
* Make strings translatable (Issue #222)
|
||||
* Fix shortcuts-editor include
|
||||
* Support hyperlinks (Issue #21)
|
||||
* Fix argument type for xfce_shortcuts_editor_new
|
||||
* fix background_notify
|
||||
* Remove disable-help preference.
|
||||
* MR: !51 transitioned to Xfconf (#134)
|
||||
* typos in MR !48 fixed
|
||||
* Remove all references to terminal-preferences.glade
|
||||
* Remove one more mention of terminal-preferences.glade
|
||||
* Remove trailing slash
|
||||
* Remove terminal-preferences-ui.h from makefile
|
||||
* Remove terminal-preferences.glade
|
||||
* MR: !48 shortcuts editor embedded into preferences-dialog (#195)
|
||||
* MR: !48 preferences-dialog rewritten in C (#195)
|
||||
* MR: !46 Change in implementation for TAB accels (#150)
|
||||
* Implementation of MiscShiftArrowsToScroll as accelerators.
|
||||
* Add PCRE2 build dependency
|
||||
* Remove libxfce4ui 4.17 version guards
|
||||
* Replace with xfce_gtk_menu_append_separator
|
||||
* Tweak toolbar
|
||||
* Translation Updates
|
||||
- "gnome-control-center" support is no longer available; remove the
|
||||
corresponding entries from the %files list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 19:24:35 UTC 2022 - Maurizio Galli <maurizio.galli@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfce4-terminal
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2012 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -19,23 +19,25 @@
|
||||
|
||||
%bcond_with git
|
||||
Name: xfce4-terminal
|
||||
Version: 1.0.4
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Terminal Emulator for the Xfce Desktop Environment
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/X11/Terminals
|
||||
URL: https://docs.xfce.org/apps/terminal/start
|
||||
Source0: https://archive.xfce.org/src/apps/xfce4-terminal/1.0/%{name}-%{version}.tar.bz2
|
||||
Source0: https://archive.xfce.org/src/apps/xfce4-terminal/1.1/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: utempter-devel
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.8
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16
|
||||
BuildRequires: pkgconfig(libxfconf-0) >= 4.16
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(libxfce4kbd-private-3) >= 4.16.0
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.17.5
|
||||
BuildRequires: pkgconfig(libxfconf-0) >= 4.16.0
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.51.3
|
||||
Recommends: %{name}-lang
|
||||
|
||||
@ -101,8 +103,6 @@ desktop-file-edit %{buildroot}%{_datadir}/applications/%{name}-settings.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
|
||||
%{_datadir}/applications/xfce4-terminal.desktop
|
||||
%{_datadir}/applications/xfce4-terminal-settings.desktop
|
||||
%dir %{_datadir}/gnome-control-center
|
||||
%{_datadir}/gnome-control-center/default-apps
|
||||
%{_mandir}/man1/xfce4-terminal.1*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user