From 7d1695925f047c17da905d5f3f4dad9e4f0b26d0 Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 20 Nov 2011 17:23:38 +0100 Subject: RHEL/Fedora: adds fusion-icon, kbfx, kradio, kcpuload, knights, ksplash-engine-moodin, ksquirrel, libksquirrel --- redhat/applications/kbfx/trinity-kbfx.spec | 134 +++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 redhat/applications/kbfx/trinity-kbfx.spec (limited to 'redhat/applications/kbfx') diff --git a/redhat/applications/kbfx/trinity-kbfx.spec b/redhat/applications/kbfx/trinity-kbfx.spec new file mode 100644 index 000000000..55e16d6c7 --- /dev/null +++ b/redhat/applications/kbfx/trinity-kbfx.spec @@ -0,0 +1,134 @@ +# Default version for this component +%define kdecomp kbfx +%define version 0.4.9.3.1 +%define release 1 + +# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". +%if "%{?_prefix}" != "/usr" +%define _variant .opt +%define _docdir %{_prefix}/share/doc +%endif + +# TDE 3.5.13 specific building variables +BuildRequires: autoconf automake libtool m4 +%define tde_docdir %{_docdir}/kde +%define tde_includedir %{_includedir}/kde +%define tde_libdir %{_libdir}/trinity + + +Name: trinity-%{kdecomp} +Summary: an alternative to K-Menu for KDE [Trinity] +Version: %{?version} +Release: %{?release}%{?dist}%{?_variant} + +License: GPLv2+ +Group: Applications/Utilities + +Vendor: Trinity Project +Packager: Francois Andriot +URL: http://www.trinitydesktop.org/ + +Prefix: %{_prefix} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Source0: %{kdecomp}-3.5.13.tar.gz + +BuildRequires: tqtinterface-devel +BuildRequires: trinity-kdelibs-devel +BuildRequires: trinity-kdebase-devel +BuildRequires: desktop-file-utils + +%description +KBFX is an alternative to the classical K-Menu button and its menu. +It improves the user experience by enabling him to set a bigger (and thus more +visible) start button and by finally replacing the Win95-like K-Menu. +If you still want the old menu, because you're used to it, it is still +available as an option in kbfx. We recommend, however, that you give the Spinx +bar a try. + +Homepage: http://www.kbfx.org + + +%prep +%setup -q -n applications/%{kdecomp} + +# Fix TDE executable path in CMakeLists.txt +%__sed -i "CMakeLists.txt" \ + -e "s,/usr/bin/uic-tqt,%{_bindir}/uic-tqt," \ + -e "s,/usr/bin/tmoc,%{_bindir}/tmoc," \ + -e "s,/usr/include/tqt,%{_includedir}/tqt," + + +%build +unset QTDIR || : ; . /etc/profile.d/qt.sh +export PATH="%{_bindir}:${PATH}" + +%__mkdir build +cd build +%cmake \ + -DUSE_STRIGI=OFF \ + -DUSE_MENUDRAKE=OFF \ + -DUSE_KDE4=OFF \ + .. + +%__make %{?_smp_mflags} + + +%install +export PATH="%{_bindir}:${PATH}" +%__rm -rf %{buildroot} +%__make install DESTDIR=%{buildroot} -C build + + +%clean +%__rm -rf %{buildroot} + + +%post +/sbin/ldconfig +touch --no-create %{_datadir}/icons/hicolor || : +gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +/sbin/ldconfig +touch --no-create %{_datadir}/icons/hicolor || : +gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + + +%files +%defattr(-,root,root,-) +%{_bindir}/kbfxconfigapp +%{_includedir}/kbfx +%{_libdir}/kbfx/plugins/libkbfxplasmadataplasmoid.la +%{_libdir}/kbfx/plugins/libkbfxplasmadataplasmoid.so +%{_libdir}/kbfx/plugins/libkbfxplasmadatasettings.la +%{_libdir}/kbfx/plugins/libkbfxplasmadatasettings.so +%{_libdir}/kbfx/plugins/libkbfxplasmadatastub.la +%{_libdir}/kbfx/plugins/libkbfxplasmadatastub.so +%{_libdir}/kbfx/plugins/libkbfxplasmarecentstuff.la +%{_libdir}/kbfx/plugins/libkbfxplasmarecentstuff.so +%{_libdir}/libkbfxcommon.la +%{_libdir}/libkbfxcommon.so +%{_libdir}/libkbfxdata.la +%{_libdir}/libkbfxdata.so +%{tde_libdir}/libkbfxspinx.la +%{tde_libdir}/libkbfxspinx.so +%{_datadir}/applications/kde/kbfx_theme.desktop +%{_datadir}/applications/kde/kbfxconfigapp.desktop +%{_datadir}/apps/kbfx/skins/*/* +%{_datadir}/apps/kbfxconfigapp/kbfxconfigappui.rc +%{_datadir}/apps/kicker/applets/kbfxspinx.desktop +%{_datadir}/apps/konqueror/servicemenus/kbfx_install_theme.desktop +%{_datadir}/apps/konqueror/servicemenus/kbfx_prepare_theme.desktop +%{_docdir}/HTML/en/common/kbfx-*.jpg +%{_docdir}/HTML/en/kbfxconfigapp/index.cache.bz2 +%{_docdir}/HTML/en/kbfxconfigapp/index.docbook +%{_docdir}/kbfx +%{_datadir}/icons/hicolor/*/apps/kbfx.png +%{_datadir}/icons/hicolor/*/apps/kbfxconfigapp.png +%{_datadir}/locale/*/LC_MESSAGES/kbfxconfigapp.mo +%{_datadir}/mimelnk/application/x-kbfxtheme.desktop + +%Changelog +* Sun Nov 20 2011 Francois Andriot - 0.4.9.3.1-1 +- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16 -- cgit v1.2.3