forked from pool/xfce4-screenshooter
Accepting request 961456 from home:tux93:branches:X11:xfce
- Update to version 1.9.10 * Use symbolic icons * Bump Xfce dependencies to 4.14 * _NET_FRAME_EXTENTS support * Add back button to take new screenshot (gxo#apps/xfce4-screenshooter!29) * Fix Imgur upload via CLI (gxo#apps/xfce4-screenshooter!26) * Set up ScreenshotData after commandline parsing * Fix compile warning (#62) * Update to description and addition of donate and translate links * Replace link to bugzilla with gitlab (gxo#apps/xfce4-screenshooter!25) * Translation Updates OBS-URL: https://build.opensuse.org/request/show/961456 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=62
This commit is contained in:
parent
3c9fb9c7b7
commit
4cd00ddcb8
3
xfce4-screenshooter-1.9.10.tar.bz2
Normal file
3
xfce4-screenshooter-1.9.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7
|
||||||
|
size 568057
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4
|
|
||||||
size 570962
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 13 14:31:28 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.9.10
|
||||||
|
* Use symbolic icons
|
||||||
|
* Bump Xfce dependencies to 4.14
|
||||||
|
* _NET_FRAME_EXTENTS support
|
||||||
|
* Add back button to take new screenshot
|
||||||
|
(gxo#apps/xfce4-screenshooter!29)
|
||||||
|
* Fix Imgur upload via CLI (gxo#apps/xfce4-screenshooter!26)
|
||||||
|
* Set up ScreenshotData after commandline parsing
|
||||||
|
* Fix compile warning (#62)
|
||||||
|
* Update to description and addition of donate and translate links
|
||||||
|
* Replace link to bugzilla with gitlab
|
||||||
|
(gxo#apps/xfce4-screenshooter!25)
|
||||||
|
* Translation Updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 20 09:02:54 UTC 2021 - Marcel Kuehlhorn <tux93@opensuse.org>
|
Thu May 20 09:02:54 UTC 2021 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfce4-screenshooter
|
# spec file for package xfce4-screenshooter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2010 Guido Berhoerster.
|
# Copyright (c) 2010 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,12 +17,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define panel_version 4.12.0
|
%define panel_version 4.14.0
|
||||||
%define plugin screenshooter
|
%define plugin screenshooter
|
||||||
%bcond_with git
|
%bcond_with git
|
||||||
|
|
||||||
Name: xfce4-screenshooter
|
Name: xfce4-screenshooter
|
||||||
Version: 1.9.9
|
Version: 1.9.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Screenshot Tool for the Xfce Desktop
|
Summary: Screenshot Tool for the Xfce Desktop
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -40,15 +40,15 @@ BuildRequires: pkgconfig(glib-2.0)
|
|||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libxfce4panel-2.0) >= 4.12.0
|
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
|
||||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.12.0
|
BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
|
||||||
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.10.0
|
BuildRequires: pkgconfig(libxfce4util-1.0) >= %{panel_version}
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
%if %{with git}
|
%if %{with git}
|
||||||
BuildRequires: xfce4-dev-tools
|
BuildRequires: xfce4-dev-tools
|
||||||
%endif
|
%endif
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}-%{release}
|
||||||
# needs xfhelp4
|
# needs xfhelp4
|
||||||
Requires: libxfce4ui-tools
|
Requires: libxfce4ui-tools
|
||||||
Suggests: xfce4-%{plugin}-plugin
|
Suggests: xfce4-%{plugin}-plugin
|
||||||
@ -66,7 +66,7 @@ ZimageZ, a free online image hosting service.
|
|||||||
Summary: Screenshot Plugin for the Xfce Panel
|
Summary: Screenshot Plugin for the Xfce Panel
|
||||||
Group: System/GUI/XFCE
|
Group: System/GUI/XFCE
|
||||||
Requires: xfce4-panel >= %{panel_version}
|
Requires: xfce4-panel >= %{panel_version}
|
||||||
Requires: xfce4-screenshooter = %{version}
|
Requires: xfce4-screenshooter = %{version}-%{release}
|
||||||
# package was renamed in 2019 after Leap 15.1
|
# package was renamed in 2019 after Leap 15.1
|
||||||
Provides: xfce4-panel-plugin-%{plugin} = %{version}-%{release}
|
Provides: xfce4-panel-plugin-%{plugin} = %{version}-%{release}
|
||||||
Obsoletes: xfce4-panel-plugin-%{plugin} < %{version}-%{release}
|
Obsoletes: xfce4-panel-plugin-%{plugin} < %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user