Compare commits

..

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

2
.gitignore vendored

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

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

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

Loading…
Cancel
Save