]> git.pld-linux.org Git - packages/compiz-fusion-plugins-extra.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Mon, 13 Aug 2007 19:37:53 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compiz-fusion-plugins-extra.spec -> 1.1

compiz-fusion-plugins-extra.spec [new file with mode: 0644]

diff --git a/compiz-fusion-plugins-extra.spec b/compiz-fusion-plugins-extra.spec
new file mode 100644 (file)
index 0000000..83f843a
--- /dev/null
@@ -0,0 +1,115 @@
+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
This page took 0.142895 seconds and 4 git commands to generate.