Compare commits

...

No commits in common. 'i9ce' and 'i8e' have entirely different histories.
i9ce ... i8e

2
.gitignore vendored

@ -1 +1 @@
SOURCES/desktop-icons-ng-47.0.3.tar.gz
SOURCES/desktop-icons-ng-17.tar.xz

@ -1 +1 @@
e8be2426a1e5af3297b0f2fa2069db6737e9c993 SOURCES/desktop-icons-ng-47.0.3.tar.gz
2b2f52efa2a2f1bbf144af0b9cbace2b603af8c3 SOURCES/desktop-icons-ng-17.tar.xz

Binary file not shown.

@ -4,21 +4,22 @@
%global uuid org.gnome.shell.extensions.%{extname}
Name: gnome-shell-extension-%{extname_full}
Version: 47.0.3
Release: 1%{?dist}
Version: 17
Release: 1%{?dist}.inferit
Summary: GNOME Shell extension (next gen) for providing desktop icons
License: GPLv3+
URL: https://gitlab.com/rastersoft/desktop-icons-ng
Source0: %{url}/-/archive/%{version}/desktop-icons-ng-%{version}.tar.gz
Source0: %{url}/-/archive/%{version}/desktop-icons-ng-%{version}.tar.xz
Source1: russian.mo
BuildArch: noarch
BuildRequires: gobject-introspection
BuildRequires: intltool
BuildRequires: meson
#BuildRequires: gobject-introspection
#BuildRequires: intltool
#BuildRequires: meson
Requires: gnome-shell
Requires: nautilus >= 3.38
Requires: nautilus
Requires: xdg-desktop-portal-gtk
%description
@ -33,30 +34,31 @@ You can use gnome-tweaks (additional package) or run in terminal:
%prep
%autosetup -n %{extname_full}-%{version}
sed -e "/meson_post_install/d" -i meson.build
%build
%meson --localedir=%{_datadir}/locale
%meson_build
%install
%meson_install
%find_lang %{extname}
%files -f %{extname}.lang
#%license LICENSE
%doc README.md
install -d -m 755 %{buildroot}%{_datadir}/gnome-shell/extensions/
install -d -m 755 %{buildroot}%{_datadir}/glib-2.0/schemas
mv %{extid}/schemas/%{uuid}.gschema.xml %{buildroot}%{_datadir}/glib-2.0/schemas
rm -rf %{extid}/schemas
mv %{extid} %{buildroot}%{_datadir}/gnome-shell/extensions/
cp -vrf %{SOURCE1} %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}/locale/ru/LC_MESSAGES/%{extname}.mo
%files
%{_datadir}/glib-2.0/schemas/%{uuid}.gschema.xml
%{_datadir}/gnome-shell/extensions/%{extid}/
%changelog
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 47.0.3-1
- Update to 47.0.3
* Tue Mar 12 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 17-1.inferit
- Update Russian translation
* Tue Feb 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 17-1
- Update to 17
* Thu Dec 24 2020 Casey Jao <casey.jao@gmail.com> - 0.14.0-1
- Initial package
* Tue Feb 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.0-1
- Initial build for MSVSphere 8.9

Loading…
Cancel
Save