summaryrefslogtreecommitdiffstats
path: root/ia_ora.spec
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-26 20:11:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 20:11:54 +0100
commitb0263695595db848002728b3ebbd8b27fd08ca8c (patch)
tree085d0b4a9f07462145c0cd6d15b306fe5ad2c1bc /ia_ora.spec
downloadtde-style-ia-ora-b0263695595db848002728b3ebbd8b27fd08ca8c.tar.gz
tde-style-ia-ora-b0263695595db848002728b3ebbd8b27fd08ca8c.zip
Initial import of ia-ora 1.0.8
Diffstat (limited to 'ia_ora.spec')
-rw-r--r--ia_ora.spec82
1 files changed, 82 insertions, 0 deletions
diff --git a/ia_ora.spec b/ia_ora.spec
new file mode 100644
index 0000000..315e7fc
--- /dev/null
+++ b/ia_ora.spec
@@ -0,0 +1,82 @@
+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: kdelibs-devel
+BuildRequires: kdebase-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-kwin
+Summary: Mandriva theme for KDE - Window Decorations
+Group: Graphical desktop/KDE
+
+%description kde-kwin
+Mandriva theme for KDE - Window Decorations
+
+
+%prep
+%setup -q -n%name
+
+%build
+make -f admin/Makefile.common cvs
+
+export QTDIR=%qtdir
+export KDEDIR=%_prefix
+
+export LD_LIBRARY_PATH=$QTDIR/%_lib:$KDEDIR/%_lib:$LD_LIBRARY_PATH
+export PATH=$QTDIR/bin:$KDEDIR/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-kwin
+%defattr(-,root,root,-)
+%_libdir/kde3/kwin3_iaora.la
+%_libdir/kde3/kwin3_iaora.so
+%_libdir/kde3/kwin_iaora_config.la
+%_libdir/kde3/kwin_iaora_config.so
+%_datadir/apps/kwin/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
+