]> git.pld-linux.org Git - packages/compiz-fusion-plugins-extra.git/blame_incremental - compiz-fusion-plugins-extra.spec
- more verbose files
[packages/compiz-fusion-plugins-extra.git] / compiz-fusion-plugins-extra.spec
... / ...
CommitLineData
1Summary: Extra Compiz Fusion plugins
2Summary(pl.UTF-8): Dodatkowe wtyczki Compiz Fusion
3Name: compiz-fusion-plugins-extra
4Version: 0.8.2
5Release: 1
6License: GPL v2+
7Group: X11
8Source0: http://releases.compiz-fusion.org/incoming/compiz-plugins-extra-%{version}.tar.bz2
9# Source0-md5: 5ac96f1a0e32ccf4dd378454089fa347
10Source1: compizcap.png
11Source2: fusioncap.png
12Source3: splash_background.png
13Source4: splash_logo.png
14URL: http://forum.compiz-fusion.org/
15BuildRequires: OpenGL-devel
16BuildRequires: autoconf >= 2.57
17BuildRequires: automake >= 1:1.9
18BuildRequires: cairo-devel >= 1.0
19BuildRequires: compiz-bcop >= %{version}
20BuildRequires: compiz-devel >= %{version}
21BuildRequires: compiz-fusion-plugins-main-devel >= %{version}
22BuildRequires: gettext-devel
23BuildRequires: glib2-devel >= 2.0
24BuildRequires: intltool >= 0.35.0
25BuildRequires: libnotify-devel
26BuildRequires: libtool
27BuildRequires: pango-devel >= 1:1.10.0
28BuildRequires: pkgconfig
29Requires: compiz >= %{version}
30Obsoletes: beryl-plugins
31Obsoletes: beryl-plugins-unsupported
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35Addhelper: Darkens unfocused windows so the user can concentrate on
36 the focused window.
37Bench: Displays the current frames per second as a simple benchmark.
38Crashhandler: Creates a backtrace of a Compiz crash and is able to
39 start an alternative window manager.
40Cubecaps: Displays top and bottom caps on Compiz Cube.
41Cubereflex: Adds a reflective ground to the Compiz Cube plugin.
42ExtraWM: Adds additional window manager actions to Compiz.
43Fadedesktop: Fades windows out to display the desktop background.
44Firepaint: Draw with fire on the screen.
45Gears: Renders the famous "glxgears" gears inside of the transparent
46 cube.
47Goto-Viewport: Switches to a given viewport by pressing a keybinding
48 and the viewport number.
49Group: Enables the grouping of windows to resize and move them, and
50 the tabbing of several windows together.
51Motion blur (mblur): Creates a motion blur for different screen
52 animations.
53Reflex: Draws a reflection behind transparent areas of a window.
54Scalefilter: Provides a way to filter and select windows by title
55 while using the Compiz Scale plugin.
56Showdesktop: Slides all windows toward the edges of the screen to
57 expose the desktop.
58Splash: Displays a simple animated splash image.
59Trailfocus: Gradually dims windows as other windows gain focus.
60Widget: Features a widget layer similar to OS X Dashboard.
61
62%description -l pl.UTF-8
63Addhelper: Przyciemnia nieaktywne okna umożliwiając użytkownikowi
64 skupienie się na aktywnym oknie.
65Bench: Wyświetla liczbę klatek na sekundę.
66Crashhandler: Tworzy backtrace po wysypaniu się Compiza i jest w
67 stanie włączyć alternatywny menedżer okien.
68Cubecaps: Wyświetla górną i dolną powierzchnię na kostce.
69Cubereflex: Dodaje odbijającą światło powierzchnię pod kostką.
70ExtraWM: Dodaje dodatkowe akcje menedżera okien do Compiza.
71Fadedesktop: Okna zanikają, by pokazać pulpit.
72Firepaint: Rysowanie oknem na ekranie.
73Gears: Renderuje zębatki z "glxgears" wewnątrz przezroczystej kostki.
74Goto-Viewport: Przełącza na dany viewport po naciśnięciu skrótu
75 klawiszowego.
76Group: Umożliwia grupowanie okien w celu zmiany rozmiaru i
77 przesuwania, jak również zgrupowanie okien za pomocą zakładek.
78Motion blur (mblur): Umożliwia rozmycie ekranu w czasie animacji
79 ekranowych.
80Reflex: Rysuje odbicie pod przezroczystymi obszarami okna.
81Scalefilter: Umożliwia filtrowanie i wybór okien po nazwie podczas
82 używania wtyczki Scale.
83Showdesktop: Usuwa okna w kąty ekranu by odsłonić pulpit.
84Splash: Wyświetla prosty animowany ekran powitalny.
85Trailfocus: Powili przyciemnia nieaktywne okna.
86Widget: Tworzy warstwę z widgetami, podobną do Dashboarda w OS X.
87
88%package devel
89Summary: Header file for animation addon plugin
90Summary(pl.UTF-8): Plik nagłówkowy wtyczki animation addon
91Group: X11/Development/Libraries
92
93%description devel
94Header file for animation addon plugin.
95
96%description devel -l pl.UTF-8
97Plik nagłówkowy wtyczki animation addon.
98
99%prep
100%setup -q -n compiz-plugins-extra-%{version}
101
102%build
103%{__glib_gettextize}
104%{__intltoolize} --automake
105%{__libtoolize}
106%{__aclocal}
107%{__autoconf}
108%{__autoheader}
109%{__automake}
110%configure \
111 --disable-static
112%{__make}
113
114%install
115rm -rf $RPM_BUILD_ROOT
116
117%{__make} install \
118 DESTDIR=$RPM_BUILD_ROOT
119
120rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
121
122install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/compiz
123install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/compiz
124install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/compiz
125install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/compiz
126
127%find_lang compiz-plugins-extra
128
129%clean
130rm -rf $RPM_BUILD_ROOT
131
132%files -f compiz-plugins-extra.lang
133%defattr(644,root,root,755)
134%doc AUTHORS
135%attr(755,root,root) %{_libdir}/compiz/*.so
136%{_datadir}/compiz/*.xml
137%{_datadir}/compiz/*.png
138
139%files devel
140%defattr(644,root,root,755)
141%{_includedir}/compiz/compiz-animationaddon.h
142%{_pkgconfigdir}/compiz-animationaddon.pc
This page took 0.065673 seconds and 4 git commands to generate.