i9ce
changed/i9/gnome-shell-extension-desktop-icons-ng-47.0.3-1.el9
commit
70f7066712
@ -0,0 +1 @@
|
||||
SOURCES/desktop-icons-ng-47.0.3.tar.gz
|
@ -0,0 +1 @@
|
||||
e8be2426a1e5af3297b0f2fa2069db6737e9c993 SOURCES/desktop-icons-ng-47.0.3.tar.gz
|
@ -0,0 +1,62 @@
|
||||
%global extid %{extname}@rastersoft.com
|
||||
%global extname ding
|
||||
%global extname_full desktop-icons-ng
|
||||
%global uuid org.gnome.shell.extensions.%{extname}
|
||||
|
||||
Name: gnome-shell-extension-%{extname_full}
|
||||
Version: 47.0.3
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: intltool
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: gnome-shell
|
||||
Requires: nautilus >= 3.38
|
||||
Requires: xdg-desktop-portal-gtk
|
||||
|
||||
%description
|
||||
This package provides a GNOME Shell extension for showing the contents of
|
||||
~/Desktop on the desktop of the Shell. Common file management operations such as
|
||||
launching, copy/paste, rename and deleting are supported.
|
||||
|
||||
You can use gnome-tweaks (additional package) or run in terminal:
|
||||
|
||||
gnome-extensions enable %{extid}
|
||||
|
||||
|
||||
%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
|
||||
%{_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
|
||||
|
||||
* Thu Dec 24 2020 Casey Jao <casey.jao@gmail.com> - 0.14.0-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in new issue