[packages/gnome-shell-extension-dash-to-dock] - new
baggins
baggins at pld-linux.org
Sun Jun 22 22:55:12 CEST 2025
commit 6f943377a53f4dbea2dff6843812937c69578d77
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Jun 23 00:54:56 2025 +0200
- new
gnome-shell-extension-dash-to-dock.spec | 47 +++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
---
diff --git a/gnome-shell-extension-dash-to-dock.spec b/gnome-shell-extension-dash-to-dock.spec
new file mode 100644
index 0000000..4d6fdce
--- /dev/null
+++ b/gnome-shell-extension-dash-to-dock.spec
@@ -0,0 +1,47 @@
+Summary: Dock for the Gnome Shell by micxgx at gmail.com
+Name: gnome-shell-extension-dash-to-dock
+Version: 100
+Release: 1
+License: GPL-2.0-or-later
+Source0: https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: a41c595994d50e211d32dbf8ffcb1e6e
+URL: https://micheleg.github.io/dash-to-dock
+BuildRequires: gettext
+BuildRequires: sassc
+BuildArch: noarch
+
+%description
+This extension enhances the dash moving it out of the overview and
+transforming it in a dock for an easier launching of applications and
+a faster switching between windows and desktops without having to
+leave the desktop view.
+
+%prep
+%setup -q -n dash-to-dock-extensions.gnome.org-v%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/dash-to-dock at micxgx.gmail.com/{COPYING*,README*}
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%glib_compile_schemas
+
+%postun
+%glib_compile_schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc COPYING README.md
+%{_datadir}/gnome-shell/extensions/dash-to-dock at micxgx.gmail.com
+%{_datadir}/glib-2.0/schemas/*gschema.xml
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell-extension-dash-to-dock.git/commitdiff/6f943377a53f4dbea2dff6843812937c69578d77
More information about the pld-cvs-commit
mailing list