mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
9e12a63083
* fix(lint): anda/desktops
* bump some packages and fix some random stuff
* fix: elementary-terminal granite-7
* fix: unityx-shell
* fix: fynedesk
* fix: fynedesk unityx-shell
* fix: fynedesk
* fix: fyshos-fynedesk
also fixes noarch stuff
* fix(noarch): ...
* Revert "fix(noarch): ..."
This reverts commit be94a3ccb4.
85 lines
1.8 KiB
RPMSpec
85 lines
1.8 KiB
RPMSpec
%global srcname stylesheet
|
|
%global appname io.elementary.stylesheet
|
|
|
|
Name: elementary-theme
|
|
Summary: Elementary GTK+ Stylesheet
|
|
Version: 7.2.0
|
|
Release: 2%{?dist}
|
|
License: GPL-3.0
|
|
|
|
URL: https://github.com/elementary/stylesheet
|
|
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: meson
|
|
BuildRequires: sassc
|
|
BuildRequires: fdupes
|
|
|
|
# gtk-version-specific subpackages were dropped in Fedora 34
|
|
Obsoletes: %{name}-gtk2 < 5.4.2-4.20210216.gitf0c3b7f
|
|
Obsoletes: %{name}-gtk3 < 5.4.2-4.20210216.gitf0c3b7f
|
|
Provides: %{name}-gtk3 = %{version}-%{release}
|
|
|
|
%description
|
|
An original Gtk.CSS stylesheet designed specifically for elementary OS
|
|
and its desktop environment: Pantheon.
|
|
|
|
|
|
%package plank
|
|
Summary: Elementary GTK+ Stylesheet for plank
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: plank
|
|
|
|
Supplements: (%{name} and plank)
|
|
|
|
%description plank
|
|
An original Gtk.CSS stylesheet designed specifically for elementary OS
|
|
and its desktop environment: Pantheon.
|
|
|
|
This package contains the plank theme.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{srcname}-%{version} -p1
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%fdupes %buildroot%_datadir/themes/
|
|
|
|
|
|
%check
|
|
appstream-util validate-relax --nonet \
|
|
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
|
|
|
|
|
|
%files
|
|
%doc README.md
|
|
%license COPYING
|
|
|
|
%dir %{_datadir}/themes/%{appname}.*/
|
|
%{_datadir}/themes/%{appname}.*/gtk-3.0/
|
|
%{_datadir}/themes/%{appname}.*/gtk-4.0/
|
|
|
|
%{_datadir}/metainfo/%{appname}.appdata.xml
|
|
|
|
%files plank
|
|
%doc README.md
|
|
%license COPYING
|
|
%{_datadir}/themes/%{appname}.*/plank/
|
|
%{_datadir}/themes/%{appname}.*/plank-dark/
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|