aboutsummaryrefslogtreecommitdiff
path: root/chicago95.spec
diff options
context:
space:
mode:
Diffstat (limited to 'chicago95.spec')
-rw-r--r--chicago95.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/chicago95.spec b/chicago95.spec
index b8fc5a7..ccc8200 100644
--- a/chicago95.spec
+++ b/chicago95.spec
@@ -11,6 +11,11 @@
%define archivename chicago95.orig.tar.gz
%define archivedir chicago95.orig
%endif
+# for OBS, Fedora 30, 31
+%if "0%{?_fontbasedir}" == "0"
+%define _fontbasedir %{_datadir}/fonts
+%endif
+
Name: chicago95-theme
Version: 2.0.1
Release: 1%{?dist}
@@ -20,11 +25,11 @@ Group: User Interface/Desktops
License: GPLv3.0+/MIT
URL: https://github.com/grassmunk/Chicago95
Source0: https://github.com/grassmunk/Chicago95/archive/%{archivename}
+Patch0: paths.patch
BuildArch: noarch
Packager: B Stack <bgstack15@gmail.com>
BuildRequires: txt2man
-#Provides: mimehandler(application/x-freefilesync-batch)
%description
Assets to allow customization of Xfce to look as
@@ -118,7 +123,7 @@ Translate Windows 95 Plus! themes to Gtk-compatible themes.
%prep
%setup -n %{archivedir}
-#%%patch0 -p1
+%patch0 -p1
%build
%make_build
bgstack15