forked from pool/xfce4-screenshooter
Accepting request 860883 from X11:xfce
Upgrade to Xfce 4.16 OBS-URL: https://build.opensuse.org/request/show/860883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-screenshooter?expand=0&rev=35
This commit is contained in:
commit
c03ed65d4c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1
|
||||
size 536583
|
3
xfce4-screenshooter-1.9.8.tar.bz2
Normal file
3
xfce4-screenshooter-1.9.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f029d614ad3b63fbcf742984dc6c976f3008e7d88fa487d49ed544f56f62c50
|
||||
size 562481
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 02:32:41 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Update to version 1.9.8
|
||||
- Fix dialog icons and add title to error dialog
|
||||
- Go back to actions dialog if image upload fails (#12)
|
||||
- Go back to actions dialog if GtkFileChooser is dismissed (#33)
|
||||
- Make radio buttons execute actions on enter/space press
|
||||
- Exclude shadow borders from CSD windows (!10)
|
||||
- Capture mouse cursor in rectangle selection (#30)
|
||||
- Region size should show updated size (!9)
|
||||
- Add info about Ctrl to "Select region" tooltip
|
||||
- Replace AC_CONFIG_MACRO_DIR with AC_CONFIG_MACRO_DIRS (!4)
|
||||
- Added 24px and 32px icons
|
||||
- Fix screenshot capture when scale > 1
|
||||
- Add new App icon and switch to rDNS icon name
|
||||
- Switch to README.md and foreign automake mode
|
||||
- bxo#16717: Move from exo-csource to xdt-csource
|
||||
- Update homepage link at appdata.xml
|
||||
- Translation Updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 13:19:10 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfce4-screenshooter
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2010 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -22,12 +22,12 @@
|
||||
%bcond_with git
|
||||
|
||||
Name: xfce4-screenshooter
|
||||
Version: 1.9.7
|
||||
Version: 1.9.8
|
||||
Release: 0
|
||||
Summary: Screenshot Tool for the Xfce Desktop
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: https://goodies.xfce.org/projects/applications/xfce4-screenshooter
|
||||
URL: https://goodies.xfce.org/projects/applications/xfce4-screenshooter
|
||||
Source: https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: fdupes
|
||||
@ -105,10 +105,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%doc NEWS README TODO
|
||||
%doc NEWS README.md TODO
|
||||
%license COPYING
|
||||
%{_bindir}/xfce4-screenshooter
|
||||
%{_datadir}/icons/hicolor/*/apps/applets-screenshooter.*
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/applications/xfce4-screenshooter.desktop
|
||||
%{_datadir}/metainfo/xfce4-screenshooter.appdata.xml
|
||||
%{_mandir}/man1/xfce4-screenshooter.1*
|
||||
|
Loading…
Reference in New Issue
Block a user