From 1497bd3087be9d8935f2f2fcdaffbfb557ec519b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 29 Dec 2022 18:41:00 +0100 Subject: [PATCH] - updated to 1.0.8 --- xorg-app-xcursorgen.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xorg-app-xcursorgen.spec b/xorg-app-xcursorgen.spec index dc965fa..22abeb3 100644 --- a/xorg-app-xcursorgen.spec +++ b/xorg-app-xcursorgen.spec @@ -1,20 +1,23 @@ Summary: xcursorgen application - create an X cursor file from a collection of PNG images Summary(pl.UTF-8): Aplikacja xcursorgen do tworzenia pliku kursora X ze zbioru obrazów PNG Name: xorg-app-xcursorgen -Version: 1.0.7 +Version: 1.0.8 Release: 1 License: MIT Group: X11/Applications -Source0: https://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2 -# Source0-md5: 25cc7ca1ce5dcbb61c2b471c55e686b5 +Source0: https://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.xz +# Source0-md5: 89e81a1c31e4a1fbd0e431425cd733d7 URL: https://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libpng-devel >= 1.2 BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: tar >= 1:1.22 BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXcursor-devel +BuildRequires: xorg-proto-xproto-devel >= 7.0.22 BuildRequires: xorg-util-util-macros >= 1.8 +BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0