Kde-theme-ballistik.spec

Aus Fedorawiki.de

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

Beschreibung

Name: kde-theme-ballistik
Version: 0.5
Homepage: http://kde-look.org/content/show.php?content=13580
Screenshot:(bei kde-look)
Download: (bei kde-look)
Besonderheiten:

SPEC

Name:           kde-theme-ballistik
Version:        0.5
Release:        1%{?dist}
Summary:        A theme for KDE
 
Group:          User Interface/Desktops
License:        LGPL
URL:            http://kde-look.org/content/show.php?content=13580
Source0:        http://kde-look.org/content/files/13580-ballistik-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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


%description
This is the Plastik theme (from almost current CVS) 
with a slightly changed menu design. The border is 
painted with the highlight color and you can choose 
the menu colors independently of your desktop colors.
i decided to rename it to avoid conflicts with the 
real Plastik.
The menu is heavily inspired by the Baghira style 
that's why a friend of mine came up with the name 
Ballistik. 


%prep
%setup -qn ballistik-%{version}


%build
%configure --with-qt-includes=%{_libdir}/qt-3.3/include/    \
        --with-qt-libraries=%{_libdir}/qt-3.3/%{_lib}/      \
        --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,-)
%doc README
%{_libdir}/kde3/kstyle_ballistik_config.la
%{_libdir}/kde3/kstyle_ballistik_config.so
%{_libdir}/kde3/plugins/styles/ballistik.la
%{_libdir}/kde3/plugins/styles/ballistik.so
%{_datadir}/apps/kstyle/themes/ballistik.themerc



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