SPECS: compiz-fusion-plugins-extra.spec (NEW) - new
wolf
wolf at pld-linux.org
Mon Aug 13 21:37:59 CEST 2007
Author: wolf Date: Mon Aug 13 19:37:59 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
compiz-fusion-plugins-extra.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/compiz-fusion-plugins-extra.spec
diff -u /dev/null SPECS/compiz-fusion-plugins-extra.spec:1.1
--- /dev/null Mon Aug 13 21:37:59 2007
+++ SPECS/compiz-fusion-plugins-extra.spec Mon Aug 13 21:37:53 2007
@@ -0,0 +1,126 @@
+# $Revision$, $Date$
+Summary: Extra Compiz Fusion plugins
+Summary(pl.UTF-8): Dodatkowe wtyczki Compiz Fusion
+Name: compiz-fusion-plugins-extra
+Version: 0.5.2
+Release: 1
+License: GPL
+Group: X11
+Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 866a4e5decb8b40df6bd0161dbd24a53
+URL: http://forum.compiz-fusion.org/
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake >= 1:1.7
+BuildRequires: cairo-devel >= 1.0
+BuildRequires: compiz-bcop >= %{version}
+BuildRequires: compiz-devel >= %{version}
+BuildRequires: compiz-fusion-plugins-main-devel >= %{version}
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libtool
+BuildRequires: pango-devel
+BuildRequires: pkgconfig
+Requires: compiz >= %{version}
+Obsoletes: beryl-plugins
+Obsoletes: beryl-plugins-unsupported
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Addhelper: Darkens unfocused windows so the user can concentrate on
+ the focused window.
+Bench: Displays the current frames per second as a simple benchmark.
+Crashhandler: Creates a backtrace of a compiz crash and is able to
+ start an alternative window manager.
+Cubecaps: Displays top and bottom caps on Compiz Cube.
+Cubereflex: Adds a reflective ground to the Compiz Cube plugin.
+ExtraWM: Adds additional window manager actions to Compiz.
+Fadedesktop: Fades windows out to display the desktop background.
+Firepaint: Draw with fire on the screen.
+Gears: Renders the famous "glxgears" gears inside of the transparent
+ cube.
+Goto-Viewport: Switches to a given viewport by pressing a keybinding
+ and the viewport number.
+Group: Enables the grouping of windows to resize and move them, and
+ the tabbing of several windows together.
+Motion blur (mblur): Creates a motion blur for different screen
+ animations.
+Reflex: Draws a reflection behind transparent areas of a window.
+Scalefilter: Provides a way to filter and select windows by title
+ while using the Compiz Scale plugin.
+Showdesktop: Slides all windows toward the edges of the screen to
+ expose the desktop.
+Splash: Displays a simple animated splash image.
+Trailfocus: Gradually dims windows as other windows gain focus.
+Widget: Features a widget layer similar to OS X Dashboard.
+
+%description -l pl.UTF-8
+Addhelper: Przyciemnia nieaktywne okna umożliwiając użytkownikowi
+ skupienie się na aktywnym oknie.
+Bench: Wyświetla liczbę klatek na sekundę.
+Crashhandler: Tworzy backtrace po wysypaniu się compiza i jest w
+ stanie włączyć alternatywny menedżer okien.
+Cubecaps: Wyświetla górną i dolną powierzchnię na kostce.
+Cubereflex: Dodaje odbijającą światło powierzchnię pod kostką.
+ExtraWM: Dodaje dodatkowe akcje menedżera okien do Compiza.
+Fadedesktop: Okna zanikają, by pokazać pulpit.
+Firepaint: Rysowanie oknem na ekranie.
+Gears: Renderuje zębatki z "glxgears" wewnątrz przezroczystej kostki.
+Goto-Viewport: Przełącza na dany viewport po naciśnięciu skrótu
+ klawiszowego.
+Group: Umożliwia grupowanie okien w celu zmiany rozmiaru i
+ przesuwania, jak również zgrupowanie okien za pomocą zakładek.
+Motion blur (mblur): Umożliwia rozmycie ekranu w czasie animacji
+ ekranowych.
+Reflex: Rysuje odbicie pod przezroczystymi obszarami okna.
+Scalefilter: Umożliwia filtrowanie i wybór okien po nazwie podczas
+ używania wtyczki Scale.
+Showdesktop: Usuwa okna w kąty ekranu by odsłonić pulpit.
+Splash: Wyświetla prosty animowany ekran powitalny.
+Trailfocus: Powili przyciemnia nieaktywne okna.
+Widget: Tworzy warstwę z widgetami, podobną do Dashboarda w OS X.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__intltoolize} --automake
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_libdir}/compiz/*.so
+%{_datadir}/compiz/*.xml
+%{_datadir}/compiz/*.png
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/08/13 19:37:53 wolf
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list