Accepting request 860890 from X11:xfce
Upgrade to Xfce 4.16 OBS-URL: https://build.opensuse.org/request/show/860890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-terminal?expand=0&rev=26
This commit is contained in:
commit
281fb93a22
3
xfce4-terminal-0.8.10.tar.bz2
Normal file
3
xfce4-terminal-0.8.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7
|
||||
size 978071
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba23bf86d350ef8a95d2dfb50bbd1bbb2144d82985a779ec28caf47faaeeeeb
|
||||
size 945176
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 16:29:44 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to version 0.8.10
|
||||
* Bump libvte, gtk and xfce minimal versions (4.14)
|
||||
* Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag
|
||||
* Updates README.md.
|
||||
* Added new stock icons
|
||||
* Limit font picker to fixed-size fonts
|
||||
* Add gtk-doc as a dependency
|
||||
* Do not require connection to generate manpage
|
||||
* bxo#16875: Do not add ui.h file in datadir
|
||||
* Simplify terminal manpage generation
|
||||
* Switch preferences ui file to xdt-csource
|
||||
* Switch to README.md and foreign automake mode
|
||||
* Do not override clipboard contents
|
||||
* Unsafe paste: Support bracketed paste mode
|
||||
* Do not select text in Search dialog
|
||||
* Add basic GitLab pipeline
|
||||
* Translation Updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 29 19:55:15 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%bcond_with git
|
||||
Name: xfce4-terminal
|
||||
Version: 0.8.9.2
|
||||
Version: 0.8.10
|
||||
Release: 0
|
||||
Summary: Terminal Emulator for the Xfce Desktop Environment
|
||||
License: GPL-2.0-or-later
|
||||
@ -34,8 +34,8 @@ 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)
|
||||
BuildRequires: pkgconfig(libxfconf-0)
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14
|
||||
BuildRequires: pkgconfig(libxfconf-0) >= 4.14
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
Recommends: %{name}-lang
|
||||
|
||||
@ -93,11 +93,12 @@ desktop-file-edit %{buildroot}%{_datadir}/applications/%{name}-settings.desktop
|
||||
%find_lang %{name} --with-man %{?no_lang_C}
|
||||
|
||||
%files
|
||||
%doc AUTHORS HACKING NEWS README THANKS
|
||||
%doc AUTHORS HACKING NEWS README.md THANKS
|
||||
%license COPYING
|
||||
%{_bindir}/xfce4-terminal
|
||||
%dir %{_datadir}/xfce4
|
||||
%{_datadir}/xfce4/terminal
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
|
||||
%{_datadir}/applications/xfce4-terminal.desktop
|
||||
%{_datadir}/applications/xfce4-terminal-settings.desktop
|
||||
%dir %{_datadir}/gnome-control-center
|
||||
|
Loading…
Reference in New Issue
Block a user