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