commit 6a499e6871b013afb67b50eceda23f07b3bac0cd Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:41:09 2019 -0400 Package init diff --git a/gnome-themes-standard-3.27.90.tar.xz b/gnome-themes-standard-3.27.90.tar.xz new file mode 100644 index 0000000..d390ca7 Binary files /dev/null and b/gnome-themes-standard-3.27.90.tar.xz differ diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec new file mode 100644 index 0000000..701af62 --- /dev/null +++ b/gnome-themes-standard.spec @@ -0,0 +1,49 @@ +Name: gnome-themes-standard +Version: 3.27.90 +Release: 2 +Summary: Standard themes for GNOME applications +License: LGPLv2+ +URL: https://gitlab.gnome.org/GNOME/gnome-themes-extra +Source0: https://download.gnome.org/sources/%{name}/3.27/%{name}-%{version}.tar.xz +# The following source come from upstream +Source2: gtkrc + +BuildRequires: gtk2-devel >= 2.24.15 gtk3-devel >= 3.9.12 +BuildRequires: gtk-update-icon-cache intltool gettext autoconf automake libtool librsvg2-devel +Requires: abattis-cantarell-fonts google-noto-emoji-color-fonts adwaita-icon-theme adwaita-gtk2-theme = %{version}-%{release} +Conflicts: adwaita-gtk3-theme < 3.13.3 + +Provides: adwaita-gtk2-theme +Obsoletes: adwaita-gtk2-theme + +%description +The GNOME Themes Standard package contains various components of the default GNOME theme, +which provides default appearance for cursors, desktop background, window borders and GTK+ applications. + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build + +%install +install -D %{_sourcedir}/gtkrc %{buildroot}%{_datadir}/gtk-2.0/gtkrc +%make_install + +%check +make check + + +%files +%doc NEWS +%{_datadir}/icons/HighContrast/* +%ghost %{_datadir}/icons/HighContrast/icon-theme.cache +%{_datadir}/themes/Adwaita* +%{_datadir}/themes/HighContrast/* +%{_datadir}/gtk-2.0/gtkrc +%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.* + +%changelog +* Tue Sep 17 2019 chenzhenyu - 3.27.90-2 +- Package init diff --git a/gtkrc b/gtkrc new file mode 100644 index 0000000..8400581 --- /dev/null +++ b/gtkrc @@ -0,0 +1,5 @@ +gtk-theme-name = "Adwaita" +gtk-icon-theme-name = "Adwaita" +gtk-cursor-theme-name = "Adwaita" +gtk-button-images = 0 +gtk-menu-images = 0