Advertisement
Guest User

artwork-maia.spec

a guest
Jan 24th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:           artwork-maia
  2. Version:        0.git20151210
  3. Release:        1
  4. Summary:        Maia Look & Feel package
  5. License:        CC
  6. Url:            https://github.com/manjaro/artwork-maia
  7. Source:         %{name}-%{version}.tar.gz
  8. BuildRequires:  cmake
  9.  
  10. %description
  11. Color scheme
  12. Icons, based on Breeze https://github.com/NitruxSA/plasma-next-icons/ and Super Flat Remix http://gnome-look.org/content/show.php/Super+flat+remix+icon+theme?content=169073
  13. Plasma theme
  14. Sddm theme, lock screen and splash screen based on Breeze.
  15. Maia wallpaper
  16.  
  17. %prep
  18. %setup -q
  19.  
  20. %build
  21. %cmake_kf5 -- -DCMAKE_INSTALL_PREFIX=%{_prefix}
  22. %make_jobs
  23.  
  24. %install
  25. %kf5_makeinstall
  26.  
  27. # Desktop theme
  28.  
  29. %package -n maia-theme
  30. Summary:    Maia Look & Feel package
  31. Requires:   maia-wallpapers maia-icons
  32.  
  33. %description -n maia-theme
  34. %{summary}
  35.  
  36. %files -n maia-theme
  37. %{_datadir}/color-schemes/Maia.colors
  38. %{_datadir}/kservices5/plasma-lookandfeel-org.kde.maia.desktop.desktop
  39. %{_datadir}/plasma/desktoptheme/maia
  40. %{_datadir}/plasma/look-and-feel/org.kde.maia.desktop
  41.  
  42. # SDDM theme
  43.  
  44. %package -n maia-sddm-theme
  45. Summary:    Maia Look & Feel package
  46. Requires:   maia-wallpapers
  47.  
  48. %description -n maia-sddm-theme
  49. %{summary}
  50.  
  51. %files -n maia-sddm-theme
  52. %{_datadir}/sddm/themes/maia
  53.  
  54. # Icons
  55.  
  56. %package -n maia-icons
  57. Summary:    Maia icon theme
  58.  
  59. %description -n maia-icons
  60. %{summary}
  61.  
  62. %files -n maia-icons
  63. %{_datadir}/icons/maia
  64.  
  65. # Wallpapers
  66.  
  67. %package -n maia-wallpapers
  68. Summary:    Maia wallpapers
  69.  
  70. %description -n maia-wallpapers
  71. %{summary}
  72.  
  73. %files -n maia-wallpapers
  74. %{_datadir}/wallpapers/Maia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement