You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.7 KiB
82 lines
1.7 KiB
Summary: Ia Ora theme for kde |
|
Name: ia_ora |
|
Version: 1.0 |
|
Release: %mkrel 2 |
|
License: GPL |
|
Group: Graphical desktop/Other |
|
URL: http://www.mandrivalinux.com/ |
|
BuildRequires: tdelibs-devel |
|
BuildRequires: tdebase-devel >= 3.1.94-11mdk |
|
Source0: %{name}.tar.bz2 |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
|
|
|
%description |
|
Mandriva Ia Ora theme |
|
|
|
|
|
%package kde |
|
Summary: Mandriva theme for KDE - Widget design |
|
Group: Graphical desktop/KDE |
|
|
|
%description kde |
|
Mandriva theme for KDE - Widget design |
|
|
|
%package kde-twin |
|
Summary: Mandriva theme for KDE - Window Decorations |
|
Group: Graphical desktop/KDE |
|
|
|
%description kde-twin |
|
Mandriva theme for KDE - Window Decorations |
|
|
|
|
|
%prep |
|
%setup -q -n%name |
|
|
|
%build |
|
make -f admin/Makefile.common cvs |
|
|
|
export TQTDIR=%qtdir |
|
export TDEDIR=%_prefix |
|
|
|
export LD_LIBRARY_PATH=$TQTDIR/%_lib:$TDEDIR/%_lib:$LD_LIBRARY_PATH |
|
export PATH=$TQTDIR/bin:$TDEDIR/bin:$PATH |
|
|
|
%configure2_5x \ |
|
%if "%{_lib}" != "lib" |
|
--enable-libsuffix="%(A=%{_lib}; echo ${A/lib/})" \ |
|
%endif |
|
--with-xinerama |
|
%make |
|
|
|
%install |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%makeinstall_std |
|
|
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files kde-twin |
|
%defattr(-,root,root,-) |
|
%_libdir/kde3/twin3_iaora.la |
|
%_libdir/kde3/twin3_iaora.so |
|
%_libdir/kde3/twin_iaora_config.la |
|
%_libdir/kde3/twin_iaora_config.so |
|
%_datadir/apps/twin/iaora.desktop |
|
|
|
|
|
|
|
%files kde |
|
%defattr(-,root,root,-) |
|
%_libdir/kde3/plugins/styles/ia_ora.la |
|
%_libdir/kde3/plugins/styles/ia_ora.so |
|
%_datadir/apps/kstyle/themes/ia_ora.themerc |
|
|
|
%changelog |
|
* Thu Sep 07 2006 Laurent MONTEL <lmontel@mandriva.com> 1.0-2 |
|
- Some fixes |
|
|
|
* Mon Sep 04 2006 Laurent MONTEL <lmontel@mandriva.com> 1.0-1 |
|
- Initial package |
|
|
|
|