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