Fedora Remix maintained by the Rochester Institute of Technology (RIT) Linux Users Group, targeted at users new to Linux and RIT students, faculty, and staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.4 KiB

  1. %global uuid dash-to-dock@micxgx.gmail.com
  2. %global gittag 87f46c7c759af5fc83e75237d309947ba3012fa4
  3. %global gitshorttag 87f46c7
  4. Name: gnome-shell-extension-dash-to-dock
  5. Version: 0.61
  6. Release: 0.git%{gitshorttag}%{?dist}
  7. Summary: A dock for the GNOME Shell
  8. License: GPLv2+
  9. URL: https://github.com/micheleg/dash-to-dock
  10. Source0: https://github.com/micheleg/dash-to-dock/archive/%{gittag}.tar.gz
  11. BuildRequires: gettext
  12. BuildRequires: intltool
  13. BuildRequires: vala-tools
  14. BuildRequires: desktop-file-utils
  15. BuildRequires: pkgconfig(glib-2.0)
  16. BuildRequires: pkgconfig(gtk+-3.0)
  17. BuildRequires: pkgconfig(gobject-introspection-1.0)
  18. BuildRequires: pkgconfig(gom-1.0)
  19. BuildRequires: pkgconfig(gnome-desktop-3.0)
  20. BuildRequires: pkgconfig(gstreamer-1.0)
  21. BuildRequires: pkgconfig(dbus-1)
  22. BuildRequires: pkgconfig(dbus-glib-1)
  23. BuildRequires: pkgconfig(libcanberra)
  24. BuildRequires: pkgconfig(libnotify)
  25. BuildRequires: pkgconfig(sqlite3)
  26. BuildRequires: pkgconfig(upower-glib)
  27. Requires: gnome-shell >= 3.14.0
  28. Requires(post): glib2
  29. %description
  30. A dock for the Gnome Shell. This extension moves the dash out of the overview
  31. transforming it in a dock for an easier launching of applications and a faster
  32. switching between windows and desktops.
  33. %prep
  34. %setup -q -n dash-to-dock-%{gittag}
  35. %install
  36. make install INSTALLBASE=%{buildroot}%{_datadir}/gnome-shell/extensions/ VERSION=%{version}.git%{gittag}
  37. mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/
  38. install -m 0644 %{_builddir}/dash-to-dock-%{gittag}/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
  39. %post
  40. glib-compile-schemas %{_datadir}/glib-2.0/schemas/ 2>/dev/null
  41. %postun
  42. glib-compile-schemas %{_datadir}/glib-2.0/schemas/ 2>/dev/null
  43. %files
  44. %doc README.md COPYING
  45. %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml
  46. %{_datadir}/gnome-shell/extensions/%{uuid}/
  47. %changelog
  48. * Wed Oct 18 2017 Aidan Kahrs <axk4545@rit.edu> - 0.61-1.git87f46c7
  49. - Updated to latest upstream.
  50. * Wed Aug 2 2017 Ian Firns <firnsy@kororproject.org> - 0.60.0-1.gitbefc592
  51. - Updated to latest upstream.
  52. * Tue Sep 13 2016 Chris Smart <csmart@kororproject.org> - 0.53-4.git70d3abe
  53. - Support for GNOME 3.22
  54. * Thu Jul 07 2016 Chris Smart <csmart@kororproject.org> - 0.53-3.git1452801
  55. - Set default icon size to 32 instead of 48
  56. * Tue Jul 05 2016 Chris Smart <csmart@kororproject.org> - 0.53-2.git1452801
  57. - Fix dots on icons to show open windows
  58. * Fri May 13 2016 Chris Smart <csmart@kororproject.org> - 0.53-1.git1452801
  59. - Bump to latest upstream version.
  60. * Mon Feb 22 2016 Chris Smart <csmart@kororproject.org> - 0.52-1.gite80e7cf
  61. - Bump to latest upstream version.
  62. * Thu Oct 08 2015 Chris Smart <csmart@kororproject.org> - 0.49-1.git2b48c5b
  63. - Bump to latest upstream version.
  64. * Wed Jul 15 2015 Ian Firns <firnsy@kororproject.org> - 0.46.1-2.git91e7913
  65. - Patch our defaults straight into the plugin.
  66. * Thu Jun 4 2015 Ian Firns <firnsy@kororproject.org> - 0.46.1-1.git91e7913
  67. - Updated to latest upstream.
  68. * Thu Jan 8 2015 Ian Firns <firnsy@kororproject.org> - 0.35.1-2.git8d2ccc7
  69. - Install gschema
  70. * Sun Nov 16 2014 Ian Firns <firnsy@kororproject.org> - 0.35.1-1.git8d2ccc7
  71. - Update to lastest upstream release
  72. * Sun Nov 16 2014 Ian Firns <firnsy@kororproject.org> - 0.35-1.git656e064
  73. - Initial package for Korora