File greybird-geeko-theme.spec of Package greybird-geeko-theme
#
# spec file for package greybird-geeko-theme
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define name_light Greybird-geeko
%define name_dark Greybird-geeko-dark
%define _name Greybird-Geeko
Name: greybird-geeko-theme
Version: 3.23.4+git0.c1d46c3
Release: 0
URL: https://github.com/shimmerproject/Greybird-Geeko
Summary: A grey theme for GNOME, XFCE, GTK+ 2 and 3
License: (CC-BY-SA-3.0 AND GPL-3.0-or-later) OR GPL-2.0-or-later
Group: System/GUI/GNOME
Source: %{_name}-%{version}.tar.zst
# PATCH-FIX-OPENSUSE disable-unity_v3.23.1.patch maurizio.galli@gmail.com -- remove unity desktop
Patch0: disable-unity_v3.23.1.patch
%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse}
# PATCH-FIX-OPENSUSE link-selected-is-optional.patch manfred.h@gmx.net -- work around too old gtk4 libs on Leap 15.4 and 15.5
Patch1: link-selected-is-optional.patch
%endif
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-devel
BuildRequires: gdk-pixbuf-loader-rsvg
BuildRequires: glib2-devel
BuildRequires: meson
BuildRequires: sassc
BuildRequires: pkgconfig(gtk4)
BuildRequires: zstd
BuildArch: noarch
%description
This theme for GTK2/3 and xfwm4/emerald/metacity is a
fork of Greybird with openSUSE branding elements added.
%package -n metatheme-greybird-geeko-common
Summary: Common files for the Greybird theme
Group: System/GUI/GNOME
Suggests: gtk2-metatheme-greybird-geeko
Suggests: gtk3-metatheme-greybird-geeko
Suggests: gtk4-metatheme-greybird-geeko
%description -n metatheme-greybird-geeko-common
The Greybird theme for GTK2/3/4 and xfwm4/emerald/metacity started out on the
basis of Bluebird, but aims at reworking the intense blue tone to a more
neutral grey-ish look.
This package provides the files common to the GTK+ themes and the window
manager themes as well as background images.
%package -n gtk2-metatheme-greybird-geeko
Summary: GTK+ 2 support for the Greybird theme
Group: System/GUI/GNOME
Requires: gtk2-engine-murrine
Requires: metatheme-greybird-geeko-common = %{version}
Supplements: packageand(metatheme-greybird-geeko-common:gtk2)
%description -n gtk2-metatheme-greybird-geeko
This package provides the GTK+ 2 support of Greybird-geeko.
%package -n gtk3-metatheme-greybird-geeko
Summary: GTK+ 3 support for the Greybird-geeko theme
Group: System/GUI/GNOME
Requires: metatheme-greybird-geeko-common = %{version}
Supplements: packageand(metatheme-greybird-geeko-common:gtk3)
%description -n gtk3-metatheme-greybird-geeko
This package provides the GTK+ 3 support of Greybird-geeko.
%package -n gtk4-metatheme-greybird-geeko
Summary: GTK+ 4 support for the Greybird-geeko theme
Group: System/GUI/GNOME
Requires: metatheme-greybird-geeko-common = %{version}
Supplements: packageand(metatheme-greybird-geeko-common:gtk4)
%description -n gtk4-metatheme-greybird-geeko
This package provides the GTK+ 4 support of Greybird-geeko.
%prep
%setup -q -n %{_name}-%{version}
%autopatch -p1
%build
%meson
%meson_build
%install
%meson_install
# the convulted fdupes call is necessary, else a gtk-2.0 icon will be linked to gtk-3.0
# which will not work if only one subpackage is installed.
%fdupes -s %{buildroot}/%{_datadir}/themes/{%{name_light},%{name_dark}}*/{[^g]*,gtk-3.0}
%fdupes -s %{buildroot}/%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-2.0/*
%files -n metatheme-greybird-geeko-common
%doc README.md
%license LICENSE.CC LICENSE.GPL
%dir %{_datadir}/themes/{%{name_light},%{name_dark},%{name_light}-bright}
%{_datadir}/themes/{%{name_light},%{name_dark}}/{%{name_light},%{name_dark}}.emerald
%{_datadir}/themes/{%{name_light},%{name_dark}}/metacity-1
%{_datadir}/themes/{%{name_light},%{name_light}-bright}/xfce-notify-4.0
%{_datadir}/themes/{%{name_light},%{name_dark}}/xfwm4
%{_datadir}/themes/{%{name_light},%{name_dark}}/index.theme
%dir %{_datadir}/themes/{%{name_light},%{name_dark}}/gnome-shell
%{_datadir}/themes/{%{name_light},%{name_dark}}/gnome-shell/*
%dir %{_datadir}/themes/{%{name_light},%{name_dark}}/plank
%{_datadir}/themes/{%{name_light},%{name_dark}}/plank/*
%dir %{_datadir}/themes/{%{name_light},%{name_dark}}-{accessibility,compact}
%{_datadir}/themes/{%{name_light},%{name_dark}}-{accessibility,compact}/*
%files -n gtk2-metatheme-greybird-geeko
%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-2.0
%if 0%{?suse_version} >= 1210
%files -n gtk3-metatheme-greybird-geeko
%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-3.0
%endif
%files -n gtk4-metatheme-greybird-geeko
%{_datadir}/themes/{%{name_light},%{name_dark}}/gtk-4.0
%changelog