- Update to 1.12.9:

* Fix broken images path

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/azote?expand=0&rev=56
This commit is contained in:
Michael Vetter 2024-05-29 05:14:14 +00:00 committed by Git OBS Bridge
parent 3a26fcd12c
commit 29e71afd3c
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 29 05:07:04 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.9:
* Fix broken images path
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 27 07:07:42 UTC 2024 - Michael Vetter <mvetter@suse.com> Mon May 27 07:07:42 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -18,29 +18,30 @@
%{!?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.12.8 Version: 1.12.9
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
Group: Productivity/Graphics/Viewers Group: Productivity/Graphics/Viewers
URL: https://github.com/nwg-piotr/azote URL: https://github.com/nwg-piotr/azote
Source: %{url}/archive/refs/tags/v%{version}.tar.gz Source: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: python3-Pillow BuildRequires: python3-Pillow
BuildRequires: python3-gobject BuildRequires: python3-gobject
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
# for screen color picker on both Sway and X11
Requires: ImageMagick
Requires: feh Requires: feh
Requires: python3-Pillow Requires: python3-Pillow
# for alacritty.yml toolbox
Requires: python3-PyYAML
Requires: python3-Send2Trash Requires: python3-Send2Trash
Requires: python3-gobject Requires: python3-gobject
Requires: python3-gobject-Gdk Requires: python3-gobject-Gdk
Requires: wget Requires: wget
Requires: wmctrl Requires: wmctrl
Requires: xrandr Requires: xrandr
# for screen color picker on both Sway and X11
Requires: ImageMagick
# for alacritty.yml toolbox
Requires: python3-PyYAML
BuildArch: noarch BuildArch: noarch
%description %description
@ -54,9 +55,9 @@ Azote is a GTK+ 3-based picture browser and a wallpaper setter, as the frontend
%install %install
%python3_install %python3_install
install -D -m 0755 dist/azote %{buildroot}%{_bindir}/azote
install -D -m 0644 dist/azote.svg %{buildroot}%{_datadir}/azote/azote.svg install -D -m 0644 dist/azote.svg %{buildroot}%{_datadir}/azote/azote.svg
install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote.desktop install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote.desktop
%fdupes %{buildroot}/
%files %files
%license LICENSE %license LICENSE
@ -64,6 +65,6 @@ install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote
%{_bindir}/azote %{_bindir}/azote
%{_datadir}/applications/azote.desktop %{_datadir}/applications/azote.desktop
%{_datadir}/azote/ %{_datadir}/azote/
%{python_sitelib}/* %{python_sitelib}/
%changelog %changelog

View File

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

3
v1.12.9.tar.gz Normal file
View File

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