forked from rpms/msvsphere-configs
commit
e93b489192
@ -0,0 +1 @@
|
||||
SOURCES/msvsphere-configs-0.1.tar.xz
|
@ -0,0 +1 @@
|
||||
2d9afb11fa30e0d2efd857c26dc45f55c3299a9b SOURCES/msvsphere-configs-0.1.tar.xz
|
@ -0,0 +1,64 @@
|
||||
Summary: MSVSphere configuration files
|
||||
Name: msvsphere-configs
|
||||
Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
URL: http://msvsphere.ru
|
||||
Source0: https://github.com/reverbrain/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Various system configurations for MSVSphere
|
||||
|
||||
%package common
|
||||
Summary: Configuration files for MSVSphere
|
||||
Requires: fontconfig-font-replacements
|
||||
Requires: fontconfig-enhanced-defaults
|
||||
Requires: google-roboto-condensed-fonts
|
||||
|
||||
%description common
|
||||
This package contains common configuration files
|
||||
|
||||
%package gnome
|
||||
Summary: Configuration files for GNOME desktop
|
||||
Requires: glib2
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
Requires: gnome-shell-extension-arcmenu
|
||||
Requires: gnome-shell-extension-dash-to-panel
|
||||
Requires: gnome-shell-extension-appindicator
|
||||
Requires: gnome-shell-extension-desktop-icons
|
||||
Requires: gnome-shell-extension-top-icons
|
||||
Requires: gnome-shell-extension-drive-menu
|
||||
Requires: kora-icon-theme
|
||||
|
||||
%description gnome
|
||||
This package contains configuration files for GNOME
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||
install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas
|
||||
|
||||
%post gnome
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
||||
|
||||
%postun gnome
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
|
||||
|
||||
|
||||
%files gnome
|
||||
%doc README.md
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.override
|
||||
|
||||
%files common
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Jun 20 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.1-1
|
||||
- initial build for MSVSphere 9.2
|
Loading…
Reference in new issue