Accepting request 1149977 from X11:Utilities

OBS-URL: https://build.opensuse.org/request/show/1149977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tint2?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-02-23 15:47:24 +00:00 committed by Git OBS Bridge
commit 8484012c0e
4 changed files with 74 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:329de800a82faa92b3d4c3afb76351e41b22de29fbcdae8a9eb3984a38eba65c
size 405654

3
tint2-v17.1.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4261aad3ac368cccd7cc9e29f4044c763eea1700d314260754dea319cd317b89
size 426132

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Fri Feb 23 08:44:18 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 17.1.3
* Activated task had chance to lose activation if it's on other desktop, with multi-desktop taskbar
- Update to 17.1.2
* Fixed multi-taskbar size distrubution (border width was not counted)
* Scale was not counted sometimes
* Updated russian translation
- Update to 17.1.1
* Report XShm status on start
* Prints X11 errors when they occur
* Long versions for some command line options
* Extended help text
* Small optimizations
* Reduced load from events spam with shrinking on
* tint2-send: Stdin daemon mode
* Fixed widgets redraw after they were hidden
* Fixed panel flicker if mouse was over during panel start
* Current desktop was set to first instead of current, on start
* Tray subwindow had no PID set, which broke cyrrent owner PID report by
* Desktop launcher parsing is now more freedesktop-compliant
* Fixed some X11 errors
* Fixed some memory leaks
- Update to 17.1
* Added option "rounded_corners" to disable rounding for separate corners
* Added option to use continuous executor process as command sink for its own action commands
* "tput clear" command in executors is possible without "-T" option (TERM is set to better value than "dumb")
* Enhanced API documentation comment style to look more like documentation right in code (resemble doxygen output)
* tint2conf: spacing option for buttons and executors, enable negative spacing for task icon and text
* Small optimizations
* Found few regressions, possibly introduced between versions 17.0.2 and 17.0.3
* GTK2 was still listed among current dependencies in few places
* snprintf sometimes could overwrite terminating null in fixed buffers, resulting to unpredictable possible crashes
* Last possible artifacts in area / tooltip draw (try thick border lines with rounding)
* Task icon placing did not use spacing in centered mode, resulting to half of spacing moved to padding
* tint2conf
+ Colors had channel values decremented when saved to config and used wrong required precision
+ Background image in the editor looked different than on the panel
- Update to 17.0.3
* Added command to refresh executors (issue #747) (Arash Rohani)
* Tooltip: live update, remove truncation by hardcoded value, don't wrap multiline text
* Never activate battery support without enabled battery applet
* Color tinting: try to preserve perceived lightness
* tint2conf: Don't auto-start theme editor with empty TINT2_CONFIG variable
* tint2conf: More convenient editor switcher sidebar with independed scrolling
* tint2conf: Colors, saved to config, use minimum required length (3, 6 or 12 hexdigits)
* Various optimizations and little cleanup
* Manual: Executor examples use 'stdbuf -oL' and continuous processes in more places
* Interpret negative "execp_continuous" value as false (0)
* init_timer: Did not ensure resulting name null-terminated, introducing indirect bug (possible security issue)
* Border radius was not confined by widget size, breaking shape in some cases (e.g. tray without icons)
* Fixed output format for time in logs - could easily take form of 0:0:0s instead of expected 0:00:00s
* Fixed subtle artifacts, resulting from incorrect border & background stiching
* Applet size and content position with negative icon<->text distance
* Fix parsing for color hexstrings with other format, than #FFFFFF (e.g. 1 or 4 hexdigits per channel)
* tint2conf: Theme context menu did not follow right-clicked theme if it was not selected before
* tint2conf: Delay opening theme context menu
* tint2conf: Much faster editor start due to optimized themes loading (bug #792)
- changed repo from https://gitlab.com/o9000/tint2 after end-of-life announce
-------------------------------------------------------------------
Thu Mar 3 08:37:38 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tint2
#
# Copyright (c) 2022 SUSE LLC
# 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
@ -17,13 +17,13 @@
Name: tint2
Version: 17.0.2
Version: 17.1.3
Release: 0
Summary: A lightweight X11 desktop panel and task manager
License: GPL-2.0-only
Group: System/X11/Utilities
URL: https://gitlab.com/o9000/tint2
Source0: https://gitlab.com/o9000/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
URL: https://gitlab.com/nick87720z/tint2
Source0: https://gitlab.com/nick87720z/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
Source1: tint2conf.1
BuildRequires: cmake
BuildRequires: desktop-file-utils
@ -52,7 +52,7 @@ specifically made for Openbox3 but should also work with other window managers.
%lang_package
%prep
%setup -q -n %{name}-v%{version}
%autosetup -n %{name}-v%{version}
%build
%cmake -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}
@ -62,7 +62,7 @@ specifically made for Openbox3 but should also work with other window managers.
%cmake_install
# create tint2 config directory
mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/tint2/
#mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/tint2/
desktop-file-install \
--set-key=NoDisplay --set-value=true \
@ -84,11 +84,12 @@ install -m 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/
%license COPYING
%doc AUTHORS CONTRIBUTING.md ChangeLog README.md
%doc %{_defaultdocdir}/tint2/
%dir %{_sysconfdir}/skel/.config/
#%dir %{_sysconfdir}/skel/.config/
%dir %{_sysconfdir}/xdg/tint2
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
%{_sysconfdir}/skel/.config/tint2/
#%{_sysconfdir}/skel/.config/tint2/
%{_bindir}/tint2
%{_bindir}/tint2-send
%{_bindir}/tint2conf
%{_datadir}/tint2/
%{_datadir}/applications/tint2conf.desktop