Advertisement
Guest User

Untitled

a guest
May 27th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Summary: Rofi Menu
  2. Name: rofi
  3. Version: 1.5.2
  4. Release: 0
  5. License: MIT
  6. URL: https://github.com/davatorium/rofi/
  7. Group: User Interface/Desktops
  8. Source0: %name-%version.tar.gz
  9. BuildRequires: gcc
  10. BuildRequires: make
  11. BuildRequires: flex
  12. BuildRequires: bison
  13. BuildRequires: pkgconfig(pango)
  14. BuildRequires: pkgconfig(cairo)
  15. BuildRequires: pkgconfig(pangocairo)
  16. BuildRequires: pkgconfig(cairo-xcb)
  17. BuildRequires: pkgconfig(glib-2.0)
  18. BuildRequires: cppcheck
  19. BuildRequires: pkgconfig(xcb-util)
  20. BuildRequires: %{_lib}xcb-util-wm-devel
  21. BuildRequires: %{_lib}xcb-xrm-devel
  22. BuildRequires: pkgconfig(xkbcommon)
  23. BuildRequires: pkgconfig(xkbcommon-x11)
  24. BuildRequires: %{_lib}rsvg2-devel
  25. BuildRequires: xdg-utils
  26. BuildRequires: pkgconfig(libstartup-notification-1.0)
  27. BuildRequires: git-core
  28. %description
  29. window switcher and popup menu
  30.  
  31. %prep
  32. %setup -q
  33.  
  34. %build
  35. %configure --disable-check
  36. %make
  37.  
  38. %install
  39. %make_install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement