Kde-kwin-blueice.spec

Aus Fedorawiki.de

Wechseln zu: Navigation, Suche
Alt.png Dieser Artikel ist veraltet und Bedarf einer Aktualisierung.

Beschreibung

Name: kde-kwin-blueice
Version: 4
Homepage: http://kde-look.org/content/show.php?content=13074
Screenshot:(bei kde-look)
Download: (bei kde-look)
Besonderheiten:

SPEC

Name:           kde-kwin-blueice
Version:        4
Release:        1%{?dist}
Summary:        A KDE Window Decoration

Group:          User Interface/Desktops
License:        GPL
URL:            http://kde-look.org/content/show.php?content=13074
Source0:        http://lee.meteorcreations.net/blueice/version4/kwin-blueice-4.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xorg-x11-devel qt-devel kdelibs-devel kdebase-devel
#Requires:       

%description
BlueIce v4 is a modified kwin decoration based on jrch2k's 
Advanced Kwin Decoration Client. Thanks jrch2k!
(http://kde-look.org/content/show.php?content=12330)

BlueIce contains everything used in the original nvidia 
kwin decoration, excluding the images that are used and 
the name displayed in the control center.

%prep
%setup -qn kwin-blueice-4
chmod 644 kwin/nvidia*
chmod 644 kwin/config/config*


%build
%configure --disable-rpath
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_libdir}/kde3/kwin3_blueice.la
%{_libdir}/kde3/kwin3_blueice.so
%{_libdir}/kde3/kwin_blueice_config.la
%{_libdir}/kde3/kwin_blueice_config.so
%{_datadir}/apps/kwin/blueice.desktop


%changelog
* Sun Jul 31 2005 Sebastian Vahl <svahl@web.de> - 4-1
- Initial Release