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