SHA256
1
0
forked from pool/azote

- Update to 1.7.10:

* path to the config dir w/ XDG_CONFIG_HOME corrected
  * "Open with" issue #82 fixed.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=2
This commit is contained in:
Michael Vetter 2020-04-29 07:52:40 +00:00 committed by Git OBS Bridge
parent 2028ca380b
commit ae5d6083e9
4 changed files with 19 additions and 9 deletions

3
azote-1.7.10.tar.gz Normal file
View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46641578c1d9d10bbd149b135f15b0ee97f87d02af4f4273d1834cf3beb2d324
size 610711

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 29 07:50:00 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.7.10:
* path to the config dir w/ XDG_CONFIG_HOME corrected
* "Open with" issue #82 fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 12 14:56:29 UTC 2020 - Michael Vetter <mvetter@suse.com> Sun Jan 12 14:56:29 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package azote # spec file for package azote
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: azote Name: azote
Version: 1.7.8 Version: 1.7.10
Release: 0 Release: 0
Summary: Wallpaper manager for Sway, i3 and some other WMs Summary: Wallpaper manager for Sway, i3 and some other WMs
License: GPL-3.0-only License: GPL-3.0-only
@ -28,11 +28,11 @@ Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: python3-Pillow BuildRequires: python3-Pillow
BuildRequires: python3-gobject BuildRequires: python3-gobject
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-Pillow
Requires: python3-gobject
Requires: python3-Send2Trash
Requires: python3-yaml
Requires: feh Requires: feh
Requires: python3-Pillow
Requires: python3-Send2Trash
Requires: python3-gobject
Requires: python3-yaml
Requires: wget Requires: wget
Requires: wmctrl Requires: wmctrl
Requires: xrandr Requires: xrandr
@ -56,6 +56,9 @@ install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote
%files %files
%license LICENSE %license LICENSE
%doc CHANGELOG.md README.md %doc CHANGELOG.md README.md
%{_bindir}/azote
%{_datadir}/applications/azote.desktop
%{_datadir}/azote/
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog