%global debug_package %{nil} %global toolchain clang Name: plata-theme Version: 0.9.9 Release: 2%{?dist} Summary: A Gtk theme based on Material Design Refresh License: GPLv2+ and CC-BY-SA URL: https://gitlab.com/tista500/%{name} Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: autoconf BuildRequires: automake BuildRequires: inkscape BuildRequires: make BuildRequires: parallel BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libmarco-private) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: sassc Requires: gtk-murrine-engine %description A Gtk theme based on Material Design Refresh. %prep %autosetup %build ./autogen.sh --prefix=%{_prefix} \ --enable-gtk_next \ --enable-parallel \ --with-accent_color=#84beea \ --with-destruction_color=#f05f7e \ --with-selection_color=#5294e2 \ --with-suggestion_color=#4fa2e1 %make_build %install %make_install %files %license COPYING LICENSE_CC_BY_SA4 %doc README.md %{_datadir}/themes/Plata* %changelog * Thu Aug 01 2024 David Andres Ramirez Salomon - 0.9.9-2 - Build with clang and updated build dependencies following pkgconfig * Mon Jun 13 2022 David Andres Ramirez Salomon - 0.9.9-1 - First plata-theme package