Compare commits

...

15 Commits
i9ce ... i9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/msvsphere-configs-0.2.0.tar.xz
SOURCES/msvsphere-configs-0.3.4.tar.gz

@ -1 +1 @@
286bbcbc9ff80e423c4e9e048512514130183556 SOURCES/msvsphere-configs-0.2.0.tar.xz
6c73941fb3a3320d5d41aecc0180b6deaab87acf SOURCES/msvsphere-configs-0.3.4.tar.gz

@ -1,46 +1,46 @@
Summary: MSVSphere configuration files
Name: msvsphere-configs
Version: 0.2.0
Release: 2%{?dist}
Summary: MSVSphere configuration files
Name: msvsphere-configs
Version: 0.3.4
Release: 1%{?dist}
License: GPLv3+
URL: http://msvsphere-os.ru
Source0: https://github.com/reverbrain/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
License: GPLv3+
URL: http://msvsphere-os.ru
Source0: https://git.inferitos.ru/msvsphere/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
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
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-ng
Requires: gnome-shell-extension-top-icons
Requires: gnome-shell-extension-drive-menu
Requires: gnome-shell-extension-notification-banner-reloaded
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-dash-to-dock
Requires: gnome-shell-extension-appindicator
Requires: gnome-shell-extension-desktop-icons-ng
Requires: gnome-shell-extension-top-icons
Requires: gnome-shell-extension-drive-menu
Requires: gnome-shell-extension-notification-banner-reloaded
Requires: gnome-shell-extension-no-overview
Requires: kora-icon-theme
Requires(post): gdm
Requires: kora-icon-theme
%description gnome
This package contains configuration files for GNOME
%prep
%autosetup -n %{name}-src
%autosetup -n %{name}
%build
@ -48,20 +48,20 @@ This package contains configuration files for GNOME
install -d %{buildroot}%{_datadir}/glib-2.0/schemas
install -m644 schemas-override/*.gschema.override %{buildroot}%{_datadir}/glib-2.0/schemas
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}/gnome-flavour-selector
install -m755 bin/* %{buildroot}%{_bindir}
install -m644 configs/extensions.json %{buildroot}%{_sysconfdir}/gnome-flavour-selector/
%post gnome
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
# fixme (disable xorg by default)
sed -i 's@#WaylandEnable=false@WaylandEnable=false@' /etc/gdm/custom.conf
%postun gnome
glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
%files gnome
%doc README.md
%config(noreplace) %{_sysconfdir}/gnome-flavour-selector/extensions.json
%{_datadir}/glib-2.0/schemas/*.gschema.override
%files common
@ -69,6 +69,38 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas > /dev/null 2>&1
%doc README.md
%changelog
* Thu Sep 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.4-1
- Use only right Alt+Shift
* Tue Sep 17 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 0.3.3-1
- Adding scaling x11 to default settings operation system
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.2-1
- Set default keybindings to switch layout in Wayland
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.1-1
- Rename sphere-add-flatpack-repos to sphere-add-flatpak-repos
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-2
- Use Wayland by default
* Tue Sep 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.0-1
- Added config for gnome-flavour-selector
- Added R: gnome-shell-extension-dash-to-dock
* Thu Aug 29 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.1-2
- Disable Wayland in gdm only after installation, not upgrade
* Mon Aug 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.1-1
- Fixed a discrepancy in the files
* Mon Jul 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.0-4
- Rename flatpak script
* Mon May 06 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.0-3
- INF-1272: set scaling-factor=1
- Disable background-logo@fedorahosted.org
* Sat Feb 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.0-2
- Added R: gnome-shell-extension-no-overview

Loading…
Cancel
Save