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