forked from pool/xfce4-screenshooter
Accepting request 686077 from home:mauriziogalli:xfce
- Update to version 1.9.4 * Enhancements: - Extended save function to also take files (bxo#14156) - Show width and height of selection area (bxo#12664) - Improved imgur dialog (bxo#14973) - Don't save region/delay/show_mouse if region was specified from CLI * Bugs fixed: - React to core X input events when XInput is not available (bxo#15166) - Fix crash and properly handle cursors on HiDPI - Delay in panel plugin does not work (bxo#14604) - Dropped obsolete macros OBS-URL: https://build.opensuse.org/request/show/686077 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=44
This commit is contained in:
parent
37fb43f8e0
commit
3199ae9c6b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:364ebddc4c9971b4023aa8019d4e3bd08f091b65dc98b218beb55851f69ceda2
|
||||
size 502188
|
3
xfce4-screenshooter-1.9.4.tar.bz2
Normal file
3
xfce4-screenshooter-1.9.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4f3225b3f73f1feb1869807b8b27aec4c32a3e9c2954915a5fb39d18d3a60f2
|
||||
size 500260
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 11:43:57 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Update to version 1.9.4
|
||||
* Enhancements:
|
||||
- Extended save function to also take files (bxo#14156)
|
||||
- Show width and height of selection area (bxo#12664)
|
||||
- Improved imgur dialog (bxo#14973)
|
||||
- Don't save region/delay/show_mouse if region was specified from CLI
|
||||
|
||||
* Bugs fixed:
|
||||
- React to core X input events when XInput is not available (bxo#15166)
|
||||
- Fix crash and properly handle cursors on HiDPI
|
||||
- Delay in panel plugin does not work (bxo#14604)
|
||||
|
||||
- Dropped obsolete macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 12 17:03:38 UTC 2018 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfce4-screenshooter
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,14 +13,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define panel_version 4.12.0
|
||||
|
||||
Name: xfce4-screenshooter
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
Release: 0
|
||||
Summary: Screenshot Tool for the Xfce Desktop
|
||||
License: GPL-2.0-or-later
|
||||
@ -48,7 +48,6 @@ Requires: libxfce4ui-tools
|
||||
Suggests: xfce4-panel-plugin-screenshooter
|
||||
Obsoletes: xfce4-screenshooter-doc <= 1.8.1
|
||||
Provides: xfce4-screenshooter-doc = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Xfce4 Screenshooter is a tool for taking screenshots, it can capture the entire
|
||||
@ -73,7 +72,7 @@ This package contains the xfce4-screenshooter Xfce panel plugin.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -86,16 +85,7 @@ rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.la
|
||||
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc NEWS README TODO
|
||||
%license COPYING
|
||||
%{_bindir}/xfce4-screenshooter
|
||||
@ -106,7 +96,6 @@ rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.la
|
||||
%{_mandir}/man1/xfce4-screenshooter.1*
|
||||
|
||||
%files -n xfce4-panel-plugin-screenshooter
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.so
|
||||
%{_datadir}/xfce4/panel/plugins/screenshooter.desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user