forked from pool/xfce4-screenshooter
Accepting request 1144434 from X11:xfce
OBS-URL: https://build.opensuse.org/request/show/1144434 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-screenshooter?expand=0&rev=43
This commit is contained in:
commit
4b57b76cff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2f199687e54e16a936d5636d660d42b6b9a5d548cdd0f04bd69213554806494
|
||||
size 615583
|
3
xfce4-screenshooter-1.10.5.tar.bz2
Normal file
3
xfce4-screenshooter-1.10.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa711f2a6a5517f575f2e129fe48c2678e836bd4ede5433075f3076d7670621c
|
||||
size 621929
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 09:43:07 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to 1.10.5
|
||||
* Add imgur support as custom action (!51)
|
||||
* Translation Updates
|
||||
- Recommend curl, jq and zenity for the new script imgur.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 17:40:28 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfce4-screenshooter
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2010 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -22,7 +22,7 @@
|
||||
%bcond_with git
|
||||
|
||||
Name: xfce4-screenshooter
|
||||
Version: 1.10.4
|
||||
Version: 1.10.5
|
||||
Release: 0
|
||||
Summary: Screenshot Tool for the Xfce Desktop
|
||||
License: GPL-2.0-or-later
|
||||
@ -60,6 +60,9 @@ Requires: libxfce4ui-tools
|
||||
Suggests: xfce4-%{plugin}-plugin
|
||||
Obsoletes: xfce4-screenshooter-doc <= 1.8.1
|
||||
Provides: xfce4-screenshooter-doc = %{version}
|
||||
Recommends: curl
|
||||
Recommends: jq
|
||||
Recommends: zenity
|
||||
|
||||
%description
|
||||
Xfce4 Screenshooter is a tool for taking screenshots, it can capture the entire
|
||||
@ -117,6 +120,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_datadir}/applications/xfce4-screenshooter.desktop
|
||||
%{_datadir}/metainfo/xfce4-screenshooter.appdata.xml
|
||||
%dir %{_libexecdir}/xfce4/screenshooter
|
||||
%dir %{_libexecdir}/xfce4/screenshooter/scripts
|
||||
%{_libexecdir}/xfce4/screenshooter/scripts/imgur-upload.sh
|
||||
%{_mandir}/man1/xfce4-screenshooter.1*
|
||||
|
||||
%files -n xfce4-%{plugin}-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user