Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
ff3b9cbad7
@ -1,166 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%define kdecomp libkdcraw
|
|
||||||
|
|
||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
%define tde_mandir %{tde_datadir}/man
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/tde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/tde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
|
|
||||||
Name: trinity-%{kdecomp}
|
|
||||||
Summary: Raw picture decoding C++ library (runtime) [Trinity]
|
|
||||||
|
|
||||||
Version: 3.5.13.1
|
|
||||||
Release: 1%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2+
|
|
||||||
Group: Environment/Libraries
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: %{kdecomp}-3.5.13.1.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: trinity-tqtinterface-devel >= %{version}
|
|
||||||
BuildRequires: trinity-arts-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdelibs-devel >= %{version}
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: liblcms-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: lcms-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
BuildRequires: gettext
|
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
BuildRequires: %{_lib}ltdl-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libtool-ltdl-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
|
||||||
C++ interface around dcraw binary program used to decode RAW
|
|
||||||
picture files.
|
|
||||||
This library is used by kipi-plugins, digiKam and others kipi host programs.
|
|
||||||
libkdcraw contains the library of libkdcraw.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: RAW picture decoding C++ library (development) [Trinity]
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Libkdcraw is a C++ interface around dcraw binary program used to
|
|
||||||
decode Raw picture files.
|
|
||||||
libkdcraw-devel contains development files and documentation. The
|
|
||||||
library documentation is available on kdcraw.h header file.
|
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
||||||
%debug_package
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n %{kdecomp}-3.5.13.1
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; source /etc/profile.d/qt3.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
%find_lang %{kdecomp}
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{kdecomp}.lang
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkdcraw.so.4
|
|
||||||
%{tde_libdir}/libkdcraw.so.4.0.3
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kdcraw.png
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkdcraw.so
|
|
||||||
%{tde_libdir}/libkdcraw.la
|
|
||||||
%{tde_tdeincludedir}/libkdcraw/
|
|
||||||
%{tde_libdir}/pkgconfig/libkdcraw.pc
|
|
||||||
|
|
||||||
%Changelog
|
|
||||||
* Tue Oct 02 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13.1-1
|
|
||||||
- Initial release for TDE 3.5.13.1
|
|
@ -1,146 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%define kdecomp libkdcraw
|
|
||||||
|
|
||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
%define tde_mandir %{tde_datadir}/man
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/kde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
|
|
||||||
Name: trinity-%{kdecomp}
|
|
||||||
Summary: Raw picture decoding C++ library (runtime) [Trinity]
|
|
||||||
|
|
||||||
Version: 3.5.13
|
|
||||||
Release: 1%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2+
|
|
||||||
Group: Environment/Libraries
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
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-arts-devel
|
|
||||||
BuildRequires: trinity-kdelibs-devel
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: lcms-devel, libjpeg-devel, pkgconfig
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
BuildRequires: gettext
|
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
BuildRequires: %{_lib}ltdl-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libtool-ltdl-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
|
||||||
C++ interface around dcraw binary program used to decode RAW
|
|
||||||
picture files.
|
|
||||||
This library is used by kipi-plugins, digiKam and others kipi host programs.
|
|
||||||
libkdcraw contains the library of libkdcraw.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: RAW picture decoding C++ library (development) [Trinity]
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
Libkdcraw is a C++ interface around dcraw binary program used to
|
|
||||||
decode Raw picture files.
|
|
||||||
libkdcraw-devel contains development files and documentation. The
|
|
||||||
library documentation is available on kdcraw.h header file.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n libraries/%{kdecomp}
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; source /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--includedir=%{tde_includedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
%find_lang %{kdecomp}
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{kdecomp}.lang
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkdcraw.so.4
|
|
||||||
%{tde_libdir}/libkdcraw.so.4.0.3
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kdcraw.png
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkdcraw.so
|
|
||||||
%{tde_libdir}/libkdcraw.la
|
|
||||||
%{tde_includedir}/libkdcraw/
|
|
||||||
%{tde_libdir}/pkgconfig/libkdcraw.pc
|
|
||||||
|
|
||||||
%Changelog
|
|
||||||
* Sun Nov 06 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
|
|
||||||
- Initial release for TDE 3.5.13 on RHEL 6, RHEL 5 and Fedora 15
|
|
@ -1,180 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%if "%{?version}" == ""
|
|
||||||
%define version 3.5.12
|
|
||||||
%endif
|
|
||||||
%define release 2
|
|
||||||
|
|
||||||
# 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.12 specific building variables
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
%define tde_docdir %{_docdir}
|
|
||||||
%define tde_includedir %{_includedir}/kde
|
|
||||||
%define tde_libdir %{_libdir}/kde3
|
|
||||||
|
|
||||||
|
|
||||||
Summary: K Desktop Environment - Accessibility
|
|
||||||
Name: trinity-kdeaccessibility
|
|
||||||
Version: %{?version}
|
|
||||||
Release: %{?release}%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdeaccessibility-%{version}.tar.gz
|
|
||||||
|
|
||||||
|
|
||||||
Provides: kdeaccessibility3 = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-kdelibs
|
|
||||||
Requires(post): /sbin/ldconfig
|
|
||||||
Requires(postun): /sbin/ldconfig
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-kdelibs-devel
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
|
|
||||||
BuildRequires: libXtst-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
|
||||||
Included with this package are:
|
|
||||||
* kmag, a screen magnifier,
|
|
||||||
* kmousetool, a program for people whom it hurts to click the mouse,
|
|
||||||
* kmouth, program that allows people who have lost their voice
|
|
||||||
to let their computer speak for them.
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Group: Development/Libraries
|
|
||||||
Provides: kdeaccessibility3-devel = %{version}-%{release}
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: trinity-kdelibs-devel
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kdeaccessibility
|
|
||||||
|
|
||||||
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--includedir=%{tde_includedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependancy-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
desktop-file-install \
|
|
||||||
--vendor="" \
|
|
||||||
--dir %{buildroot}%{_datadir}/applications/kde \
|
|
||||||
--delete-original \
|
|
||||||
%{buildroot}%{_datadir}/applnk/Applications/*.desktop ||:
|
|
||||||
|
|
||||||
# file lists for locale
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && ln -nsf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
# rpmdocs
|
|
||||||
for dir in kmag kmousetool ksayit kttsd ; do
|
|
||||||
for file in AUTHORS ChangeLog README TODO ; do
|
|
||||||
test -s $dir/$file && install -p -m644 -D $dir/$file rpmdocs/$dir/$file
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING
|
|
||||||
%doc rpmdocs/*
|
|
||||||
%{_bindir}/*
|
|
||||||
%{_datadir}/applications/kde/*.desktop
|
|
||||||
%{_datadir}/apps/*/
|
|
||||||
%{_datadir}/config/*
|
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
|
||||||
%{_datadir}/icons/locolor/*/*/*
|
|
||||||
%{_datadir}/icons/mono/
|
|
||||||
%{_datadir}/service*/*.desktop
|
|
||||||
%{_libdir}/lib*.so.*
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{tde_libdir}/*
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_includedir}/*
|
|
||||||
%{_libdir}/lib*.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Sep 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-2
|
|
||||||
- Add support for RHEL5
|
|
||||||
|
|
||||||
* Sun Sep 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-1
|
|
||||||
- Initial release for RHEL 6
|
|
||||||
- Spec file based on Fedora 8 "kdeaccessibility-3.5.10-1"
|
|
||||||
- Import to GIT
|
|
@ -1,22 +0,0 @@
|
|||||||
--- kdeaccessibility/ksayit/KTTSD_Lib/Makefile.am.ORI 2012-07-31 13:37:10.811009510 +0200
|
|
||||||
+++ kdeaccessibility/ksayit/KTTSD_Lib/Makefile.am 2012-07-31 13:37:33.505555438 +0200
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
METASOURCES = AUTO
|
|
||||||
libKTTSD_Lib_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 0:1
|
|
||||||
lib_LTLIBRARIES = libKTTSD_Lib.la
|
|
||||||
-libKTTSD_Lib_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE)
|
|
||||||
+libKTTSD_Lib_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lDCOP
|
|
||||||
noinst_HEADERS = kttsdlib.h kttsdlibsetupimpl.h kttsdlibtalker2.h kdeexportfix.h
|
|
||||||
|
|
||||||
kspeech_DIR = $(KTTS_KSPEECH_DIR)
|
|
||||||
--- kdeaccessibility/kttsd/libkttsd/Makefile.am.ORI 2012-07-31 17:09:08.905460827 +0200
|
|
||||||
+++ kdeaccessibility/kttsd/libkttsd/Makefile.am 2012-07-31 17:09:20.272109013 +0200
|
|
||||||
@@ -26,7 +26,7 @@
|
|
||||||
notify.cpp
|
|
||||||
|
|
||||||
libkttsd_la_LDFLAGS = -version-info 1:0:0 $(all_libraries) -no-undefined
|
|
||||||
-libkttsd_la_LIBADD = $(LIB_KIO)
|
|
||||||
+libkttsd_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
|
|
||||||
|
|
||||||
# Header files that should not be installed.
|
|
||||||
noinst_HEADERS = \
|
|
@ -1,525 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/tde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/tde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
|
|
||||||
Summary: Trinity Desktop Environment - Accessibility
|
|
||||||
Name: trinity-tdeaccessibility
|
|
||||||
Version: 3.5.13.1
|
|
||||||
Release: 1%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Source0: kdeaccessibility-3.5.13.1.tar.gz
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-akode-devel
|
|
||||||
BuildRequires: trinity-arts-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdelibs-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdemultimedia-devel >= %{version}
|
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
|
|
||||||
# X11 Libraries
|
|
||||||
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
|
|
||||||
BuildRequires: libXtst-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
BuildRequires: %{_lib}xi-devel
|
|
||||||
BuildRequires: %{_lib}xext%{?mgaversion:6}-devel
|
|
||||||
BuildRequires: %{_lib}x11%{?mgaversion:_6}-devel
|
|
||||||
BuildRequires: %{_lib}xcb-devel
|
|
||||||
BuildRequires: %{_lib}xau%{?mgaversion:6}-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?suse_version}
|
|
||||||
BuildRequires: libXi-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
%if 0%{?rhel} >= 6 || 0%{?fedora}
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?rhel} == 4
|
|
||||||
BuildRequires: xorg-x11-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Mageia only: Special packages were built for missing '.la' files on Mageia 2 !!!
|
|
||||||
%if 0%{?mgaversion}
|
|
||||||
BuildRequires: %{_lib}xi-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xext6-devel-libtool
|
|
||||||
BuildRequires: %{_lib}x11_6-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xcb-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xau6-devel-libtool
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaccessibility < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdeaccessibility-libs < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-kde-icons-mono = %{version}-%{release}
|
|
||||||
Requires: trinity-kbstate = %{version}-%{release}
|
|
||||||
Requires: trinity-kmag = %{version}-%{release}
|
|
||||||
Requires: trinity-kmousetool = %{version}-%{release}
|
|
||||||
Requires: trinity-kmouth = %{version}-%{release}
|
|
||||||
Requires: trinity-ksayit = %{version}-%{release}
|
|
||||||
Requires: trinity-kttsd = %{version}-%{release}
|
|
||||||
Requires: trinity-kttsd-contrib-plugins = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
|
||||||
Included with this package are:
|
|
||||||
* kmag, a screen magnifier,
|
|
||||||
* kmousetool, a program for people whom it hurts to click the mouse,
|
|
||||||
* kmouth, program that allows people who have lost their voice
|
|
||||||
to let their computer speak for them.
|
|
||||||
|
|
||||||
%files
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kde-icons-mono
|
|
||||||
Summary: A monochromatic icons theme for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kde-icons-mono
|
|
||||||
A monochromatic icon theme for TDE, designed for accessibility purposes.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kde-icons-mono
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/icons/mono/index.theme
|
|
||||||
%{tde_datadir}/icons/mono/scalable/*/*.svgz
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kbstate
|
|
||||||
Summary: a keyboard status applet for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kbstate
|
|
||||||
A panel applet that displays the keyboard status.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kbstate
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_tdelibdir}/kbstate_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kbstate_panelapplet.so
|
|
||||||
%{tde_datadir}/apps/kbstateapplet/
|
|
||||||
%{tde_datadir}/apps/kicker/applets/kbstateapplet.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmag
|
|
||||||
Summary: A screen magnifier for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmag
|
|
||||||
KDE's screen magnifier tool.
|
|
||||||
|
|
||||||
You can use KMagnifier to magnify a part of the screen just as you would use
|
|
||||||
a lens to magnify a newspaper fine-print or a photograph. This application is
|
|
||||||
useful for a variety of people: from researchers to artists to web-designers to
|
|
||||||
people with low vision.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmag
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmag
|
|
||||||
%{tde_datadir}/applnk/Applications/kmag.desktop
|
|
||||||
%{tde_datadir}/apps/kmag/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmag.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kmag.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmag/
|
|
||||||
|
|
||||||
%post -n trinity-kmag
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmag
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmousetool
|
|
||||||
Summary: TDE mouse manipulation tool for the disabled
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmousetool
|
|
||||||
KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was
|
|
||||||
designed to help those with repetitive strain injuries, for whom pressing
|
|
||||||
buttons hurts.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmousetool
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmousetool
|
|
||||||
%{tde_datadir}/applnk/Applications/kmousetool.desktop
|
|
||||||
%{tde_datadir}/apps/kmousetool/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmousetool.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmousetool/
|
|
||||||
|
|
||||||
%post -n trinity-kmousetool
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmousetool
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmouth
|
|
||||||
Summary: A type-and-say KDE frontend for speech synthesizers
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmouth
|
|
||||||
KDE's type-and-say frontend for speech synthesizers.
|
|
||||||
|
|
||||||
It includes a history of spoken sentences from which the user can select
|
|
||||||
sentences to be re-spoken.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmouth
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/config/kmouthrc
|
|
||||||
%{tde_bindir}/kmouth
|
|
||||||
%{tde_datadir}/applnk/Applications/kmouth.desktop
|
|
||||||
%{tde_datadir}/apps/kmouth/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/speak.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/nospeak.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmouth.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/actions/speak.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kmouth.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmouth/
|
|
||||||
|
|
||||||
%post -n trinity-kmouth
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmouth
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-ksayit
|
|
||||||
Summary: A frontend for the TDE Text-to-Speech system
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-ksayit
|
|
||||||
Text-to-speech front-end to kttsd.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-ksayit
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/ksayit
|
|
||||||
%{tde_tdeincludedir}/ksayit_fxplugin.h
|
|
||||||
%{tde_tdelibdir}/libFreeverb_plugin.la
|
|
||||||
%{tde_tdelibdir}/libFreeverb_plugin.so
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.so.*
|
|
||||||
%{tde_tdeappdir}/ksayit.desktop
|
|
||||||
%{tde_datadir}/apps/ksayit/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/ksayit.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/ksayit_clipempty.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/ksayit_talking.png
|
|
||||||
%{tde_datadir}/services/ksayit_libFreeverb.desktop
|
|
||||||
%{tde_datadir}/servicetypes/ksayit_libFreeverb_service.desktop
|
|
||||||
|
|
||||||
%post -n trinity-ksayit
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-ksayit
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kttsd
|
|
||||||
Summary: A Text-to-Speech system for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kttsd
|
|
||||||
The KDE Text-to-Speech system is a plugin based service that allows any KDE
|
|
||||||
(or non-KDE) application to speak using the DCOP interface.
|
|
||||||
|
|
||||||
ksayit and kmouth are useful front-ends for this capability, while one of
|
|
||||||
festival, flite, and epos are essential back-ends.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
Homepage: http://accessibility.kde.org/developer/kttsd
|
|
||||||
|
|
||||||
%files -n trinity-kttsd
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kttsd
|
|
||||||
%{tde_bindir}/kttsmgr
|
|
||||||
%{tde_tdelibdir}/kcm_kttsd.la
|
|
||||||
%{tde_tdelibdir}/kcm_kttsd.so
|
|
||||||
%{tde_tdelibdir}/ktexteditor_kttsd.la
|
|
||||||
%{tde_tdelibdir}/ktexteditor_kttsd.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_akodeplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_akodeplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_alsaplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_alsaplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_artsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_artsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_commandplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_commandplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_eposplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_eposplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_festivalintplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_festivalintplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_fliteplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_fliteplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_sbdplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_sbdplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_stringreplacerplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_stringreplacerplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_talkerchooserplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_talkerchooserplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_xmltransformerplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_xmltransformerplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsjobmgrpart.la
|
|
||||||
%{tde_tdelibdir}/libkttsjobmgrpart.so
|
|
||||||
%{tde_libdir}/libkttsd.so.*
|
|
||||||
%{tde_tdeappdir}/kcmkttsd.desktop
|
|
||||||
%{tde_tdeappdir}/kttsmgr.desktop
|
|
||||||
%{tde_datadir}/apps/ktexteditor_kttsd/ktexteditor_kttsdui.rc
|
|
||||||
%exclude %{tde_datadir}/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
|
||||||
%{tde_datadir}/apps/kttsd/
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/actions/female.png
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/actions/male.png
|
|
||||||
%{tde_datadir}/services/ktexteditor_kttsd.desktop
|
|
||||||
%{tde_datadir}/services/kttsd.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_akodeplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_alsaplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_artsplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_commandplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_eposplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_festivalintplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_fliteplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_sbdplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_stringreplacerplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_talkerchooserplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_xmltransformerplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsjobmgr.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_audioplugin.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_filterplugin.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_synthplugin.desktop
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kttsd.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kttsd.svgz
|
|
||||||
%{tde_tdedocdir}/HTML/en/kttsd/
|
|
||||||
|
|
||||||
%post -n trinity-kttsd
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kttsd
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kttsd-contrib-plugins
|
|
||||||
Summary: the TDE Text-to-Speech system
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
Requires: trinity-kttsd = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n trinity-kttsd-contrib-plugins
|
|
||||||
kttsd synthetizer plugins that depends on non-free software :
|
|
||||||
* FreeTTS plugin.
|
|
||||||
* Hadifix (mbrola/txt2pho) plugin.
|
|
||||||
Those plugins will require manual installation of third party,
|
|
||||||
non free software to work.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kttsd-contrib-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_tdelibdir}/libkttsd_freettsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_freettsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_hadifixplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_hadifixplugin.so
|
|
||||||
%{tde_datadir}/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
|
||||||
%{tde_datadir}/services/kttsd_freettsplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_hadifixplugin.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: trinity-tdelibs-devel >= %{version}
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaccessibility-devel < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkttsd.la
|
|
||||||
%{tde_libdir}/libkttsd.so
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.la
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.so
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
||||||
%debug_package
|
|
||||||
%endif
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kdeaccessibility-3.5.13.1
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt3.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
# Avoids conflict with KDE4, if installed
|
|
||||||
# see file: '/etc/profile.d/kde.sh' from package 'kde-settings'
|
|
||||||
export KDEDIRS=%{tde_prefix}
|
|
||||||
export KDEDIR=%{tde_prefix}
|
|
||||||
|
|
||||||
# Specific path for RHEL4
|
|
||||||
if [ -d /usr/X11R6 ]; then
|
|
||||||
export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--enable-final \
|
|
||||||
--enable-ksayit-audio-plugins \
|
|
||||||
--with-akode \
|
|
||||||
--with-extra-includes=%{tde_includedir}:%{tde_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# file lists for locale
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && ln -nsf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Sep 30 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13.1-1
|
|
||||||
- Initial release for TDE 3.5.13.1
|
|
@ -1,523 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/kde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
|
|
||||||
Summary: Trinity Desktop Environment - Accessibility
|
|
||||||
Name: trinity-tdeaccessibility
|
|
||||||
Version: 3.5.13
|
|
||||||
Release: 3%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Source0: kdeaccessibility-%{version}.tar.gz
|
|
||||||
|
|
||||||
# [kdeaccessibility] Missing LDFLAGS causing FTBFS
|
|
||||||
Patch1: kdeaccessibility-3.5.13-missing_ldflags.patch
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: cmake >= 2.8
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-tdelibs-devel >= 3.5.13
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
BuildRequires: trinity-akode-devel
|
|
||||||
BuildRequires: trinity-arts-devel >= 3.5.13
|
|
||||||
BuildRequires: trinity-tdemultimedia-devel >= 3.5.13
|
|
||||||
|
|
||||||
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
|
|
||||||
BuildRequires: libXtst-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
BuildRequires: %{_lib}xi-devel
|
|
||||||
BuildRequires: %{_lib}xext%{?mgaversion:6}-devel
|
|
||||||
BuildRequires: %{_lib}x11%{?mgaversion:_6}-devel
|
|
||||||
BuildRequires: %{_lib}xcb-devel
|
|
||||||
BuildRequires: %{_lib}xau%{?mgaversion:6}-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libXi-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
%if 0%{?rhel} >= 6 || 0%{?fedora}
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Mageia only: Special packages were built for missing '.la' files on Mageia 2 !!!
|
|
||||||
%if 0%{?mgaversion}
|
|
||||||
BuildRequires: %{_lib}xi-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xext6-devel-libtool
|
|
||||||
BuildRequires: %{_lib}x11_6-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xcb-devel-libtool
|
|
||||||
BuildRequires: %{_lib}xau6-devel-libtool
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaccessibility < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdeaccessibility-libs < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-kde-icons-mono = %{version}-%{release}
|
|
||||||
Requires: trinity-kbstate = %{version}-%{release}
|
|
||||||
Requires: trinity-kmag = %{version}-%{release}
|
|
||||||
Requires: trinity-kmousetool = %{version}-%{release}
|
|
||||||
Requires: trinity-kmouth = %{version}-%{release}
|
|
||||||
Requires: trinity-ksayit = %{version}-%{release}
|
|
||||||
Requires: trinity-kttsd = %{version}-%{release}
|
|
||||||
Requires: trinity-kttsd-contrib-plugins = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
|
||||||
Included with this package are:
|
|
||||||
* kmag, a screen magnifier,
|
|
||||||
* kmousetool, a program for people whom it hurts to click the mouse,
|
|
||||||
* kmouth, program that allows people who have lost their voice
|
|
||||||
to let their computer speak for them.
|
|
||||||
|
|
||||||
%files
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kde-icons-mono
|
|
||||||
Summary: A monochromatic icons theme for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kde-icons-mono
|
|
||||||
A monochromatic icon theme for TDE, designed for accessibility purposes.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kde-icons-mono
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/icons/mono/index.theme
|
|
||||||
%{tde_datadir}/icons/mono/scalable/*/*.svgz
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kbstate
|
|
||||||
Summary: a keyboard status applet for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kbstate
|
|
||||||
A panel applet that displays the keyboard status.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kbstate
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_tdelibdir}/kbstate_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kbstate_panelapplet.so
|
|
||||||
%{tde_datadir}/apps/kbstateapplet/
|
|
||||||
%{tde_datadir}/apps/kicker/applets/kbstateapplet.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmag
|
|
||||||
Summary: A screen magnifier for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmag
|
|
||||||
KDE's screen magnifier tool.
|
|
||||||
|
|
||||||
You can use KMagnifier to magnify a part of the screen just as you would use
|
|
||||||
a lens to magnify a newspaper fine-print or a photograph. This application is
|
|
||||||
useful for a variety of people: from researchers to artists to web-designers to
|
|
||||||
people with low vision.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmag
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmag
|
|
||||||
%{tde_datadir}/applnk/Applications/kmag.desktop
|
|
||||||
%{tde_datadir}/apps/kmag/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmag.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kmag.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmag/
|
|
||||||
|
|
||||||
%post -n trinity-kmag
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmag
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmousetool
|
|
||||||
Summary: TDE mouse manipulation tool for the disabled
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmousetool
|
|
||||||
KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was
|
|
||||||
designed to help those with repetitive strain injuries, for whom pressing
|
|
||||||
buttons hurts.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmousetool
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmousetool
|
|
||||||
%{tde_datadir}/applnk/Applications/kmousetool.desktop
|
|
||||||
%{tde_datadir}/apps/kmousetool/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmousetool.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmousetool/
|
|
||||||
|
|
||||||
%post -n trinity-kmousetool
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmousetool
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kmouth
|
|
||||||
Summary: A type-and-say KDE frontend for speech synthesizers
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kmouth
|
|
||||||
KDE's type-and-say frontend for speech synthesizers.
|
|
||||||
|
|
||||||
It includes a history of spoken sentences from which the user can select
|
|
||||||
sentences to be re-spoken.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kmouth
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/config/kmouthrc
|
|
||||||
%{tde_bindir}/kmouth
|
|
||||||
%{tde_datadir}/applnk/Applications/kmouth.desktop
|
|
||||||
%{tde_datadir}/apps/kmouth/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/speak.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/nospeak.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kmouth.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/actions/speak.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kmouth.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kmouth/
|
|
||||||
|
|
||||||
%post -n trinity-kmouth
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kmouth
|
|
||||||
for icon_theme in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-ksayit
|
|
||||||
Summary: A frontend for the TDE Text-to-Speech system
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-ksayit
|
|
||||||
Text-to-speech front-end to kttsd.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-ksayit
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/ksayit
|
|
||||||
%{tde_tdeincludedir}/ksayit_fxplugin.h
|
|
||||||
%{tde_tdelibdir}/libFreeverb_plugin.la
|
|
||||||
%{tde_tdelibdir}/libFreeverb_plugin.so
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.so.*
|
|
||||||
%{tde_tdeappdir}/ksayit.desktop
|
|
||||||
%{tde_datadir}/apps/ksayit/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/ksayit.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/ksayit_clipempty.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/ksayit_talking.png
|
|
||||||
%{tde_datadir}/services/ksayit_libFreeverb.desktop
|
|
||||||
%{tde_datadir}/servicetypes/ksayit_libFreeverb_service.desktop
|
|
||||||
|
|
||||||
%post -n trinity-ksayit
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-ksayit
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in mono hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kttsd
|
|
||||||
Summary: A Text-to-Speech system for TDE
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
%description -n trinity-kttsd
|
|
||||||
The KDE Text-to-Speech system is a plugin based service that allows any KDE
|
|
||||||
(or non-KDE) application to speak using the DCOP interface.
|
|
||||||
|
|
||||||
ksayit and kmouth are useful front-ends for this capability, while one of
|
|
||||||
festival, flite, and epos are essential back-ends.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
Homepage: http://accessibility.kde.org/developer/kttsd
|
|
||||||
|
|
||||||
%files -n trinity-kttsd
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kttsd
|
|
||||||
%{tde_bindir}/kttsmgr
|
|
||||||
%{tde_tdelibdir}/kcm_kttsd.la
|
|
||||||
%{tde_tdelibdir}/kcm_kttsd.so
|
|
||||||
%{tde_tdelibdir}/ktexteditor_kttsd.la
|
|
||||||
%{tde_tdelibdir}/ktexteditor_kttsd.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_akodeplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_akodeplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_alsaplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_alsaplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_artsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_artsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_commandplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_commandplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_eposplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_eposplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_festivalintplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_festivalintplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_fliteplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_fliteplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_sbdplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_sbdplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_stringreplacerplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_stringreplacerplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_talkerchooserplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_talkerchooserplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_xmltransformerplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_xmltransformerplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsjobmgrpart.la
|
|
||||||
%{tde_tdelibdir}/libkttsjobmgrpart.so
|
|
||||||
%{tde_libdir}/libkttsd.so.*
|
|
||||||
%{tde_tdeappdir}/kcmkttsd.desktop
|
|
||||||
%{tde_tdeappdir}/kttsmgr.desktop
|
|
||||||
%{tde_datadir}/apps/ktexteditor_kttsd/ktexteditor_kttsdui.rc
|
|
||||||
%exclude %{tde_datadir}/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
|
||||||
%{tde_datadir}/apps/kttsd/
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/actions/female.png
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/actions/male.png
|
|
||||||
%{tde_datadir}/services/ktexteditor_kttsd.desktop
|
|
||||||
%{tde_datadir}/services/kttsd.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_akodeplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_alsaplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_artsplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_commandplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_eposplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_festivalintplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_fliteplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_sbdplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_stringreplacerplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_talkerchooserplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_xmltransformerplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsjobmgr.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_audioplugin.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_filterplugin.desktop
|
|
||||||
%{tde_datadir}/servicetypes/kttsd_synthplugin.desktop
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kttsd.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kttsd.svgz
|
|
||||||
%{tde_tdedocdir}/HTML/en/kttsd/
|
|
||||||
|
|
||||||
%post -n trinity-kttsd
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kttsd
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
for icon_theme in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${icon_theme} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kttsd-contrib-plugins
|
|
||||||
Summary: the TDE Text-to-Speech system
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
Requires: trinity-kttsd = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n trinity-kttsd-contrib-plugins
|
|
||||||
kttsd synthetizer plugins that depends on non-free software :
|
|
||||||
* FreeTTS plugin.
|
|
||||||
* Hadifix (mbrola/txt2pho) plugin.
|
|
||||||
Those plugins will require manual installation of third party,
|
|
||||||
non free software to work.
|
|
||||||
|
|
||||||
This package is part of Trinity, as a component of the TDE accessibility module.
|
|
||||||
|
|
||||||
%files -n trinity-kttsd-contrib-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_tdelibdir}/libkttsd_freettsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_freettsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkttsd_hadifixplugin.la
|
|
||||||
%{tde_tdelibdir}/libkttsd_hadifixplugin.so
|
|
||||||
%{tde_datadir}/apps/kttsd/hadifix/xslt/SSMLtoTxt2pho.xsl
|
|
||||||
%{tde_datadir}/services/kttsd_freettsplugin.desktop
|
|
||||||
%{tde_datadir}/services/kttsd_hadifixplugin.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: trinity-tdelibs-devel >= 3.5.13
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaccessibility-devel < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaccessibility-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkttsd.la
|
|
||||||
%{tde_libdir}/libkttsd.so
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.la
|
|
||||||
%{tde_libdir}/libKTTSD_Lib.so
|
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
|
|
||||||
%postun devel
|
|
||||||
/sbin/ldconfig ||:
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kdeaccessibility
|
|
||||||
%patch1 -p1 -b .ftbfs
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
# Avoir conflict with KDE4, if installed
|
|
||||||
# see file: '/etc/profile.d/kde.sh' from package 'kde-settings'
|
|
||||||
export KDEDIRS=%{tde_prefix}
|
|
||||||
export KDEDIR=%{tde_prefix}
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--enable-final \
|
|
||||||
--enable-ksayit-audio-plugins \
|
|
||||||
--with-akode \
|
|
||||||
--with-extra-includes=%{tde_includedir}:%{tde_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# file lists for locale
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && ln -nsf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Jul 30 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3
|
|
||||||
- Split into several packages
|
|
||||||
- Renames to 'trinity-tdeaccessibility'
|
|
||||||
- Add support for Mageia 2
|
|
||||||
|
|
||||||
* Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
|
|
||||||
- Fix HTML directory location
|
|
||||||
|
|
||||||
* Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
|
|
||||||
- Initial release for RHEL 6, RHEL 5 and Fedora 15
|
|
||||||
|
|
||||||
* Sun Sep 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-0
|
|
||||||
- Import to GIT
|
|
||||||
- Spec file based on Fedora 8 "kdeaccessibility-3.5.10-1"
|
|
@ -1,249 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%if "%{?version}" == ""
|
|
||||||
%define version 3.5.12
|
|
||||||
%endif
|
|
||||||
%define release 2
|
|
||||||
|
|
||||||
# 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.12 specific building variables
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
%define tde_docdir %{_docdir}
|
|
||||||
%define tde_includedir %{_includedir}/kde
|
|
||||||
%define tde_libdir %{_libdir}/kde3
|
|
||||||
|
|
||||||
|
|
||||||
Name: trinity-kdeaddons
|
|
||||||
Summary: Trinity Desktop Environment - Plugins
|
|
||||||
Version: %{?version}
|
|
||||||
Release: %{?release}%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdeaddons-%{version}.tar.gz
|
|
||||||
Source1: metabar-fedora.tar.bz2
|
|
||||||
Source2: metabarrc
|
|
||||||
|
|
||||||
Patch3: kdeaddons-3.5.3-sdl.patch
|
|
||||||
|
|
||||||
BuildRequires: trinity-kdebase-devel
|
|
||||||
BuildRequires: trinity-kdegames-devel
|
|
||||||
BuildRequires: trinity-kdemultimedia-devel
|
|
||||||
BuildRequires: trinity-kdepim-devel
|
|
||||||
BuildRequires: SDL-devel
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: db4-devel
|
|
||||||
BuildRequires: xmms-devel
|
|
||||||
|
|
||||||
Requires: trinity-kdebase
|
|
||||||
%if 0%{?fedora}
|
|
||||||
# used in jpegorient (#312641)
|
|
||||||
Requires: python-exif
|
|
||||||
%endif
|
|
||||||
Requires: which
|
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
|
||||||
Requires(postun): /sbin/ldconfig
|
|
||||||
|
|
||||||
Obsoletes: %{name}-xmms < %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
|
||||||
A collection of KDE Addons/Plugins, including:
|
|
||||||
* konq-plugins: akregator, babelfish, domtreeviewer, imagerotation, validators, webarchiver
|
|
||||||
* kate (plugins)
|
|
||||||
* kicker-applets: kbinaryclock, kolourpicker, ktimemon, mediacontrol
|
|
||||||
* knewsticker-scripts
|
|
||||||
|
|
||||||
%package extras
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
Summary: Extras packages from kdeaddons
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
Requires: kdegames3 >= %{version}
|
|
||||||
Obsoletes: %{name}-atlantikdesigner < %{version}-%{release}
|
|
||||||
%description extras
|
|
||||||
This package includes:
|
|
||||||
* atlantikdesigner: game board designer
|
|
||||||
* noatun-plugins
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -a 1 -n kdeaddons
|
|
||||||
|
|
||||||
%patch3 -p1 -b .sdl
|
|
||||||
|
|
||||||
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
|
||||||
|
|
||||||
%if 0%{?fedora} > 0
|
|
||||||
export CXXFLAGS="${CXXFLAGS} -fpermissive"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--includedir=%{_includedir}/kde \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependency-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{_includedir}/tqt
|
|
||||||
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# File lists for locale
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
# rpmdocs
|
|
||||||
for dir in konq-plugins ; do
|
|
||||||
for file in AUTHORS ChangeLog README TODO ; do
|
|
||||||
test -s "$dir/$file" && install -p -m644 -D "$dir/$file" "rpmdocs/$dir/$file"
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
# install fedora metabar theme
|
|
||||||
cp -prf fedora %{buildroot}%{_datadir}/apps/metabar/themes
|
|
||||||
install -m644 -p %{SOURCE2} %{buildroot}%{_datadir}/config/
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%post extras
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
||||||
|
|
||||||
%postun extras
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%doc rpmdocs/*
|
|
||||||
%{_bindir}/*
|
|
||||||
%{tde_libdir}/*
|
|
||||||
%{_datadir}/applications/kde/*
|
|
||||||
%{_datadir}/applnk/.hidden/*
|
|
||||||
%{_datadir}/apps/akregator/pics/*
|
|
||||||
%{_datadir}/apps/domtreeviewer/
|
|
||||||
%{_datadir}/apps/fsview/
|
|
||||||
%{_datadir}/apps/imagerotation/
|
|
||||||
%{_datadir}/apps/kaddressbook/*
|
|
||||||
%{_datadir}/apps/kate/*
|
|
||||||
%{_datadir}/apps/katepart/syntax/*
|
|
||||||
%{_datadir}/apps/katexmltools
|
|
||||||
# own dir so we don't need to Requires: kdenetwork too
|
|
||||||
%dir %{_datadir}/apps/knewsticker
|
|
||||||
%{_datadir}/apps/knewsticker/*
|
|
||||||
%{_datadir}/apps/khtml/kpartplugins/*
|
|
||||||
%{_datadir}/apps/konq*view/kpartplugins/*
|
|
||||||
%{_datadir}/apps/konqueror/icons/*/*/*/*
|
|
||||||
%dir %{_datadir}/apps/konqueror/kpartplugins/
|
|
||||||
%{_datadir}/apps/konqueror/kpartplugins/*
|
|
||||||
%{_datadir}/apps/konqueror/servicemenus/*
|
|
||||||
%{_datadir}/apps/konqsidebartng/*/*
|
|
||||||
%{_datadir}/apps/mediacontrol/
|
|
||||||
%{_datadir}/apps/metabar/
|
|
||||||
%{_datadir}/apps/microformat/
|
|
||||||
#%{_datadir}/apps/noatun/*
|
|
||||||
%{_datadir}/apps/kicker/applets/*
|
|
||||||
%{_datadir}/apps/ksig/
|
|
||||||
%{_datadir}/config*/*
|
|
||||||
%{_datadir}/icons/crystalsvg/*/*/*
|
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
|
||||||
%{_datadir}/icons/locolor/*/*/*
|
|
||||||
%{_datadir}/mimelnk/*/*
|
|
||||||
%{_datadir}/service*/*
|
|
||||||
|
|
||||||
# atlantikdesigner
|
|
||||||
#%exclude %{_bindir}/atlantikdesigner
|
|
||||||
#%exclude %{_datadir}/icons/hicolor/*/*/atlantikdesigner*
|
|
||||||
#%exclude %{_datadir}/applications/kde/atlantikdesigner.desktop
|
|
||||||
|
|
||||||
# noatun-plugins
|
|
||||||
#%exclude %{_bindir}/noatun*
|
|
||||||
#%exclude %{tde_libdir}/noatun*
|
|
||||||
#%exclude %{_datadir}/apps/noatun/*
|
|
||||||
|
|
||||||
|
|
||||||
%files extras
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
|
|
||||||
# atlantikdesigner
|
|
||||||
%doc atlantikdesigner/TODO
|
|
||||||
#%{_bindir}/atlantikdesigner
|
|
||||||
#%{_datadir}/apps/atlantikdesigner/
|
|
||||||
#%{_datadir}/icons/hicolor/*/*/atlantikdesigner*
|
|
||||||
#%{_datadir}/applications/kde/atlantikdesigner.desktop
|
|
||||||
|
|
||||||
# noatun-plugins
|
|
||||||
#%{_bindir}/noatun*
|
|
||||||
#%{tde_libdir}/noatun*
|
|
||||||
#%{_datadir}/apps/noatun/*
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Sep 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-2
|
|
||||||
- Add support for RHEL5
|
|
||||||
|
|
||||||
* Sun Sep 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-1
|
|
||||||
- Initial release for RHEL 6
|
|
||||||
- Spec file based on Fedora 8 "kdeaddons-3.5.10-1"
|
|
||||||
- Import to GIT
|
|
Binary file not shown.
@ -1,730 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/tde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/tde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
Name: trinity-tdeaddons
|
|
||||||
Summary: Trinity Desktop Environment - Plugins
|
|
||||||
Version: 3.5.13.1
|
|
||||||
Release: 1%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaddons < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaddons = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdeaddons-extras < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaddons-extras = %{version}-%{release}
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdeaddons-3.5.13.1.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
BuildRequires: trinity-arts-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdelibs-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdebase-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdegames-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdemultimedia-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdepim-devel >= %{version}
|
|
||||||
|
|
||||||
BuildRequires: SDL-devel
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
%if 0%{?rhel} || 0%{?fedora}
|
|
||||||
BuildRequires: db4-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: libdb-4_8-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
BuildRequires: xmms-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#Requires: which
|
|
||||||
|
|
||||||
Requires: trinity-atlantikdesigner = %{version}-%{release}
|
|
||||||
Requires: trinity-kaddressbook-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-kate-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-tdeaddons-kfile-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-kicker-applets = %{version}-%{release}
|
|
||||||
Requires: trinity-knewsticker-scripts = %{version}-%{release}
|
|
||||||
Requires: trinity-konq-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-ksig = %{version}-%{release}
|
|
||||||
Requires: trinity-noatun-plugins = %{version}-%{release}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
A collection of TDE Addons/Plugins, including:
|
|
||||||
* atlantikdesigner: game board designer
|
|
||||||
* konq-plugins: akregator, babelfish, domtreeviewer, imagerotation, validators, webarchiver
|
|
||||||
* kate (plugins)
|
|
||||||
* kicker-applets: kbinaryclock, kolourpicker, ktimemon, mediacontrol
|
|
||||||
* knewsticker-scripts
|
|
||||||
* noatun-plugins
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-atlantikdesigner
|
|
||||||
Summary: Game board designer for Atlantik
|
|
||||||
Group: Applications/Games
|
|
||||||
#Requires: trinity-atlantik
|
|
||||||
Requires: trinity-tdegames
|
|
||||||
|
|
||||||
%description -n trinity-atlantikdesigner
|
|
||||||
Atlantik Designer is a game board designer for the game Atlantik.
|
|
||||||
|
|
||||||
Atlantik is a TDE client for playing Monopoly-like board games on the
|
|
||||||
monopd network. It can play any board supported by the network
|
|
||||||
server, including the classic Monopoly game as well as the Atlantik
|
|
||||||
game in which the properties include several major cities in North
|
|
||||||
America and Europe.
|
|
||||||
|
|
||||||
%files -n trinity-atlantikdesigner
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README atlantikdesigner/TODO
|
|
||||||
%{tde_bindir}/atlantikdesigner
|
|
||||||
%{tde_datadir}/apps/atlantikdesigner
|
|
||||||
%{tde_tdeappdir}/atlantikdesigner.desktop
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/atlantikdesigner.png
|
|
||||||
|
|
||||||
%post -n trinity-atlantikdesigner
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-atlantikdesigner
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kaddressbook-plugins
|
|
||||||
Summary: Plugins for KAddressBook, the Trinity address book
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kaddressbook
|
|
||||||
|
|
||||||
%description -n trinity-kaddressbook-plugins
|
|
||||||
This package contains a variety of useful plugins for the KDE address
|
|
||||||
book. These plugins can be loaded through the TDE address book settings.
|
|
||||||
|
|
||||||
Highlights include exporting postal addresses as flags in KWorldClock,
|
|
||||||
as well as importing and exporting contacts in the native format used
|
|
||||||
by the German freemail provider GMX.
|
|
||||||
|
|
||||||
%files -n trinity-kaddressbook-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_geo_xxport.la
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_geo_xxport.so
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_gmx_xxport.la
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_gmx_xxport.so
|
|
||||||
%{tde_datadir}/apps/kaddressbook
|
|
||||||
%{tde_datadir}/services/kaddressbook
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kate-plugins
|
|
||||||
Summary: Plugins for Kate, the TDE Advanced Text Editor
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kate
|
|
||||||
Requires: tidy
|
|
||||||
|
|
||||||
%description -n trinity-kate-plugins
|
|
||||||
This package contains a variety of useful plugins for Kate, the KDE
|
|
||||||
Advanced Text Editor. These plugins can be loaded through the plugin
|
|
||||||
manager in Kate settings.
|
|
||||||
|
|
||||||
Highlights include spell checking, text filtering, HTML/XML construction
|
|
||||||
and validation, vim/emacs modeline handling, templates for new files
|
|
||||||
and text snippets, opening of C/C++ headers, extraction of C/C++ symbols,
|
|
||||||
a tab bar, a Python browser and even more.
|
|
||||||
|
|
||||||
%files -n trinity-kate-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc kate/xmltools/ChangeLog kate/xmltools/README
|
|
||||||
%{tde_tdelibdir}/katecppsymbolviewerplugin.la
|
|
||||||
%{tde_tdelibdir}/katecppsymbolviewerplugin.so
|
|
||||||
%{tde_tdelibdir}/katefiletemplates.la
|
|
||||||
%{tde_tdelibdir}/katefiletemplates.so
|
|
||||||
%{tde_tdelibdir}/katefll_plugin.la
|
|
||||||
%{tde_tdelibdir}/katefll_plugin.so
|
|
||||||
%{tde_tdelibdir}/katehelloworldplugin.la
|
|
||||||
%{tde_tdelibdir}/katehelloworldplugin.so
|
|
||||||
%{tde_tdelibdir}/katehtmltoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/katehtmltoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/kateinsertcommandplugin.la
|
|
||||||
%{tde_tdelibdir}/kateinsertcommandplugin.so
|
|
||||||
%{tde_tdelibdir}/katemakeplugin.la
|
|
||||||
%{tde_tdelibdir}/katemakeplugin.so
|
|
||||||
%{tde_tdelibdir}/katemodelineplugin.la
|
|
||||||
%{tde_tdelibdir}/katemodelineplugin.so
|
|
||||||
%{tde_tdelibdir}/kateopenheaderplugin.la
|
|
||||||
%{tde_tdelibdir}/kateopenheaderplugin.so
|
|
||||||
%{tde_tdelibdir}/katepybrowseplugin.la
|
|
||||||
%{tde_tdelibdir}/katepybrowseplugin.so
|
|
||||||
%{tde_tdelibdir}/katesnippetsplugin.la
|
|
||||||
%{tde_tdelibdir}/katesnippetsplugin.so
|
|
||||||
%{tde_tdelibdir}/katetextfilterplugin.la
|
|
||||||
%{tde_tdelibdir}/katetextfilterplugin.so
|
|
||||||
%{tde_tdelibdir}/katexmlcheckplugin.la
|
|
||||||
%{tde_tdelibdir}/katexmlcheckplugin.so
|
|
||||||
%{tde_tdelibdir}/katexmltoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/katexmltoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkatetabbarextensionplugin.la
|
|
||||||
%{tde_tdelibdir}/libkatetabbarextensionplugin.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/katefll.desktop
|
|
||||||
%{tde_datadir}/apps/kate
|
|
||||||
%{tde_datadir}/apps/katepart
|
|
||||||
%{tde_datadir}/apps/katexmltools
|
|
||||||
%{tde_datadir}/services/katecppsymbolviewer.desktop
|
|
||||||
%{tde_datadir}/services/katefiletemplates.desktop
|
|
||||||
%{tde_datadir}/services/katefll_plugin.desktop
|
|
||||||
%{tde_datadir}/services/katehelloworld.desktop
|
|
||||||
%{tde_datadir}/services/katehtmltools.desktop
|
|
||||||
%{tde_datadir}/services/kateinsertcommand.desktop
|
|
||||||
%{tde_datadir}/services/katemake.desktop
|
|
||||||
%{tde_datadir}/services/katemodeline.desktop
|
|
||||||
%{tde_datadir}/services/kateopenheader.desktop
|
|
||||||
%{tde_datadir}/services/katepybrowse.desktop
|
|
||||||
%{tde_datadir}/services/katesnippets.desktop
|
|
||||||
%{tde_datadir}/services/katetabbarextension.desktop
|
|
||||||
%{tde_datadir}/services/katetextfilter.desktop
|
|
||||||
%{tde_datadir}/services/katexmlcheck.desktop
|
|
||||||
%{tde_datadir}/services/katexmltools.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/kate-plugins/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package kfile-plugins
|
|
||||||
Summary: Trinity file dialog plugins for text files and folders
|
|
||||||
Group: Applications/Utilities
|
|
||||||
|
|
||||||
%description kfile-plugins
|
|
||||||
This is a collection of plugins for the TDE file dialog. These plugins
|
|
||||||
extend the file dialog to offer advanced meta-information for text,
|
|
||||||
HTML and desktop files, as well as for folders, Windows .lnk files,
|
|
||||||
MIME archives and X.509 certificates.
|
|
||||||
|
|
||||||
This package also includes plugins for the KDE file rename dialog,
|
|
||||||
allowing a user to more easily decide what to do when faced with a
|
|
||||||
decision regarding conflicting filenames. Rename dialog plugins are
|
|
||||||
provided for audio and image files.
|
|
||||||
|
|
||||||
%files kfile-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc kfile-plugins/lnk/README
|
|
||||||
%{tde_bindir}/lnkforward
|
|
||||||
%{tde_tdelibdir}/kfile_cert.la
|
|
||||||
%{tde_tdelibdir}/kfile_cert.so
|
|
||||||
%{tde_tdelibdir}/kfile_desktop.la
|
|
||||||
%{tde_tdelibdir}/kfile_desktop.so
|
|
||||||
%{tde_tdelibdir}/kfile_folder.la
|
|
||||||
%{tde_tdelibdir}/kfile_folder.so
|
|
||||||
%{tde_tdelibdir}/kfile_html.la
|
|
||||||
%{tde_tdelibdir}/kfile_html.so
|
|
||||||
%{tde_tdelibdir}/kfile_lnk.la
|
|
||||||
%{tde_tdelibdir}/kfile_lnk.so
|
|
||||||
%{tde_tdelibdir}/kfile_mhtml.la
|
|
||||||
%{tde_tdelibdir}/kfile_mhtml.so
|
|
||||||
%{tde_tdelibdir}/kfile_txt.la
|
|
||||||
%{tde_tdelibdir}/kfile_txt.so
|
|
||||||
%{tde_tdelibdir}/librenaudioplugin.la
|
|
||||||
%{tde_tdelibdir}/librenaudioplugin.so
|
|
||||||
%{tde_tdelibdir}/librenimageplugin.la
|
|
||||||
%{tde_tdelibdir}/librenimageplugin.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/lnkforward.desktop
|
|
||||||
%{tde_datadir}/mimelnk/application/x-win-lnk.desktop
|
|
||||||
%{tde_datadir}/services/kfile_cert.desktop
|
|
||||||
%{tde_datadir}/services/kfile_desktop.desktop
|
|
||||||
%{tde_datadir}/services/kfile_folder.desktop
|
|
||||||
%{tde_datadir}/services/kfile_html.desktop
|
|
||||||
%{tde_datadir}/services/kfile_lnk.desktop
|
|
||||||
%{tde_datadir}/services/kfile_mhtml.desktop
|
|
||||||
%{tde_datadir}/services/kfile_txt.desktop
|
|
||||||
%{tde_datadir}/services/renaudiodlg.desktop
|
|
||||||
%{tde_datadir}/services/renimagedlg.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kicker-applets
|
|
||||||
Summary: Applets for Kicker, the Trinity panel
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kicker
|
|
||||||
|
|
||||||
%description -n trinity-kicker-applets
|
|
||||||
This package contains a variety of applets for Kicker, the KDE panel.
|
|
||||||
These applets will appear in the panel's Add--Applet menu.
|
|
||||||
|
|
||||||
Included are a system monitor, a colour picker, a media player controller,
|
|
||||||
a mathematical evaluator and a binary clock.
|
|
||||||
|
|
||||||
The media control applet does not support XMMS, as this would force all
|
|
||||||
kicker-applets users to install XMMS. If you want a kicker applet that
|
|
||||||
controls XMMS, install the xmms-kde-trinity package.
|
|
||||||
|
|
||||||
%files -n trinity-kicker-applets
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_tdelibdir}/kolourpicker_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kolourpicker_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/ktimemon_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/ktimemon_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/math_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/math_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/mediacontrol_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/mediacontrol_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/kbinaryclock_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kbinaryclock_panelapplet.so
|
|
||||||
%{tde_datadir}/apps/kicker/applets
|
|
||||||
%{tde_datadir}/apps/mediacontrol
|
|
||||||
%{tde_datadir}/config.kcfg/kbinaryclock.kcfg
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/ktimemon.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/ktimemon.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kicker-applets/
|
|
||||||
|
|
||||||
%post -n trinity-kicker-applets
|
|
||||||
for f in crystalsvg locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kicker-applets
|
|
||||||
for f in crystalsvg locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-knewsticker-scripts
|
|
||||||
Summary: scripts for KNewsTicker, the Trinity news ticker
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: perl
|
|
||||||
Requires: python
|
|
||||||
#Requires: libfinance-quote-perl
|
|
||||||
#Requires: libmime-perl
|
|
||||||
#Requires: libnews-nntpclient-perl
|
|
||||||
Requires: perl-libwww-perl
|
|
||||||
Requires: trinity-knewsticker
|
|
||||||
|
|
||||||
%description -n trinity-knewsticker-scripts
|
|
||||||
This package contains a variety of scripts that provide additional news
|
|
||||||
sources for KNewsTicker, the news ticker applet for the TDE panel.
|
|
||||||
|
|
||||||
Highlights include newsgroup handling, stock data retrieval, sports scores
|
|
||||||
and various local news sources.
|
|
||||||
|
|
||||||
%files -n trinity-knewsticker-scripts
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_datadir}/apps/knewsticker/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-konq-plugins
|
|
||||||
Summary: plugins for Konqueror, the Trinity file/web/doc browser
|
|
||||||
Group: Applications/Utilities
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
%if 0%{?pclinuxos} == 0
|
|
||||||
Requires: %{_lib}jpeg8
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%if 0%{?rhel} || 0%{?fedora}
|
|
||||||
Requires: libjpeg
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
||||||
Requires: libjpeg62
|
|
||||||
%endif
|
|
||||||
Requires: python
|
|
||||||
Requires: rsync
|
|
||||||
#Requires: unison
|
|
||||||
Requires: trinity-konqueror
|
|
||||||
%if 0%{?fedora}
|
|
||||||
Requires: python-exif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n trinity-konq-plugins
|
|
||||||
This package contains a variety of useful plugins for Konqueror, the
|
|
||||||
file manager, web browser and document viewer for TDE. Many of these
|
|
||||||
plugins will appear in Konqueror's Tools menu.
|
|
||||||
|
|
||||||
Highlights for web browsing include web page translation, web page archiving,
|
|
||||||
auto-refreshing, HTML and CSS structural analysis, a search toolbar, a
|
|
||||||
sidebar news ticker, fast access to common options, bookmarklets, a crash
|
|
||||||
monitor, a microformat availability indicator, a del.icio.us bookmarks
|
|
||||||
sidebar, and integration with the aKregator RSS feed reader.
|
|
||||||
|
|
||||||
Highlights for directory browsing include directory filters, image gallery
|
|
||||||
creation, archive compression and extraction, quick copy/move, a sidebar
|
|
||||||
media player, a file information metabar/sidebar, a media folder helper, a
|
|
||||||
graphical disk usage viewer and image conversions and transformations.
|
|
||||||
|
|
||||||
%files -n trinity-konq-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc konq-plugins/README
|
|
||||||
%{tde_datadir}/config/translaterc
|
|
||||||
%{tde_bindir}/fsview
|
|
||||||
%{tde_bindir}/jpegorient
|
|
||||||
%{tde_bindir}/kio_media_realfolder
|
|
||||||
%{tde_tdelibdir}/konq_sidebarnews.la
|
|
||||||
%{tde_tdelibdir}/konq_sidebarnews.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_delicious.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_delicious.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_mediaplayer.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_mediaplayer.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_metabar.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_metabar.so
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqfeedicon.la
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqfeedicon.so
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqplugin.la
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqplugin.so
|
|
||||||
%{tde_tdelibdir}/libarkplugin.la
|
|
||||||
%{tde_tdelibdir}/libarkplugin.so
|
|
||||||
%{tde_tdelibdir}/libautorefresh.la
|
|
||||||
%{tde_tdelibdir}/libautorefresh.so
|
|
||||||
%{tde_tdelibdir}/libbabelfishplugin.la
|
|
||||||
%{tde_tdelibdir}/libbabelfishplugin.so
|
|
||||||
%{tde_tdelibdir}/libcrashesplugin.la
|
|
||||||
%{tde_tdelibdir}/libcrashesplugin.so
|
|
||||||
%{tde_tdelibdir}/libdirfilterplugin.la
|
|
||||||
%{tde_tdelibdir}/libdirfilterplugin.so
|
|
||||||
%{tde_tdelibdir}/librsyncplugin.la
|
|
||||||
%{tde_tdelibdir}/librsyncplugin.so
|
|
||||||
%{tde_tdelibdir}/libdomtreeviewerplugin.la
|
|
||||||
%{tde_tdelibdir}/libdomtreeviewerplugin.so
|
|
||||||
%{tde_tdelibdir}/libfsviewpart.la
|
|
||||||
%{tde_tdelibdir}/libfsviewpart.so
|
|
||||||
%{tde_tdelibdir}/libkhtmlsettingsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkhtmlsettingsplugin.so
|
|
||||||
%{tde_tdelibdir}/kcm_kuick.la
|
|
||||||
%{tde_tdelibdir}/kcm_kuick.so
|
|
||||||
%{tde_tdelibdir}/libkimgallery.la
|
|
||||||
%{tde_tdelibdir}/libkimgallery.so
|
|
||||||
%{tde_tdelibdir}/libkuickplugin.la
|
|
||||||
%{tde_tdelibdir}/libkuickplugin.so
|
|
||||||
%{tde_tdelibdir}/libmfkonqmficon.la
|
|
||||||
%{tde_tdelibdir}/libmfkonqmficon.so
|
|
||||||
%{tde_tdelibdir}/libminitoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/libminitoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/librellinksplugin.la
|
|
||||||
%{tde_tdelibdir}/librellinksplugin.so
|
|
||||||
%{tde_tdelibdir}/libsearchbarplugin.la
|
|
||||||
%{tde_tdelibdir}/libsearchbarplugin.so
|
|
||||||
%{tde_tdelibdir}/libuachangerplugin.la
|
|
||||||
%{tde_tdelibdir}/libuachangerplugin.so
|
|
||||||
%{tde_tdelibdir}/libvalidatorsplugin.la
|
|
||||||
%{tde_tdelibdir}/libvalidatorsplugin.so
|
|
||||||
%{tde_tdelibdir}/libwebarchiverplugin.la
|
|
||||||
%{tde_tdelibdir}/libwebarchiverplugin.so
|
|
||||||
%{tde_tdelibdir}/webarchivethumbnail.la
|
|
||||||
%{tde_tdelibdir}/webarchivethumbnail.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/arkplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kcmkuick.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kuickplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/mediaplayerplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/crashesplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/dirfilterplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/rsyncplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/fsview.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/khtmlsettingsplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kimgalleryplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_babelfish.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_domtreeviewer.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_validators.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_webarchiver.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/uachangerplugin.desktop
|
|
||||||
%{tde_datadir}/apps/akregator
|
|
||||||
%{tde_datadir}/apps/domtreeviewer
|
|
||||||
%{tde_datadir}/apps/fsview
|
|
||||||
%{tde_datadir}/apps/imagerotation/orient.py*
|
|
||||||
%{tde_datadir}/apps/imagerotation/exif.py*
|
|
||||||
%{tde_datadir}/apps/khtml/kpartplugins
|
|
||||||
%{tde_datadir}/apps/konqiconview
|
|
||||||
%{tde_datadir}/apps/konqlistview
|
|
||||||
%{tde_datadir}/apps/konqsidebartng
|
|
||||||
%{tde_datadir}/apps/konqueror/icons
|
|
||||||
%{tde_datadir}/apps/konqueror/kpartplugins
|
|
||||||
%{tde_datadir}/apps/konqueror/servicemenus
|
|
||||||
%{tde_datadir}/apps/metabar/iconsrc
|
|
||||||
%{tde_datadir}/apps/metabar/themes/default/default.css
|
|
||||||
%{tde_datadir}/apps/metabar/themes/default/layout.html
|
|
||||||
%{tde_datadir}/apps/microformat/pics/microformat.png
|
|
||||||
%{tde_datadir}/config.kcfg/konq_sidebarnews.kcfg
|
|
||||||
%{tde_datadir}/icons/locolor/16x16/apps/autorefresh.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/babelfish.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/cssvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/domtreeviewer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/htmlvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/imagegallery.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/remotesync.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/remotesyncconfig.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/validators.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/webarchiver.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_delicious.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_news.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/babelfish.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/cssvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/domtreeviewer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/htmlvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/imagegallery.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/remotesync.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/remotesyncconfig.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/validators.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/webarchiver.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/32x32/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/32x32/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/48x48/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/48x48/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/22x22/apps/fsview.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/fsview.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/48x48/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/64x64/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/scalable/apps/metabar.svgz
|
|
||||||
%{tde_datadir}/icons/hicolor/128x128/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/locolor/32x32/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/services/akregator_konqplugin.desktop
|
|
||||||
%{tde_datadir}/services/ark_plugin.desktop
|
|
||||||
%{tde_datadir}/services/fsview_part.desktop
|
|
||||||
%{tde_datadir}/services/kuick_plugin.desktop
|
|
||||||
%{tde_datadir}/services/webarchivethumbnail.desktop
|
|
||||||
%{tde_tdelibdir}/libadblock.la
|
|
||||||
%{tde_tdelibdir}/libadblock.so
|
|
||||||
%{tde_tdedocdir}/HTML/en/konq-plugins/
|
|
||||||
|
|
||||||
%post -n trinity-konq-plugins
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-konq-plugins
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-ksig
|
|
||||||
Summary: Graphical tool for managing multiple email signatures
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kmail
|
|
||||||
|
|
||||||
%description -n trinity-ksig
|
|
||||||
KSig is a graphical tool for keeping track of many different email
|
|
||||||
signatures. The signatures themselves can be edited through KSig's
|
|
||||||
graphical user interface. A command-line interface is then available
|
|
||||||
for generating random or daily signatures from this list.
|
|
||||||
|
|
||||||
The command-line interface makes a suitable plugin for generating
|
|
||||||
signatures in external mail clients such as KMail.
|
|
||||||
|
|
||||||
%files -n trinity-ksig
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_bindir}/ksig
|
|
||||||
%{tde_tdeappdir}/ksig.desktop
|
|
||||||
%{tde_datadir}/apps/ksig/ksigui.rc
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/ksig.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/ksig/
|
|
||||||
|
|
||||||
%post -n trinity-ksig
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-ksig
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-noatun-plugins
|
|
||||||
Summary: plugins for Noatun, the Trinity media player
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-noatun
|
|
||||||
|
|
||||||
%description -n trinity-noatun-plugins
|
|
||||||
This package contains a variety of useful plugins for Noatun, the audio and
|
|
||||||
video media player for TDE. These plugins can be loaded through the plugin
|
|
||||||
manager in Noatun settings.
|
|
||||||
|
|
||||||
Highlights include an alarm clock, guessing tags from filenames, adjustable
|
|
||||||
playback speed, capture to wave file and displaying lyrics, plus a variety
|
|
||||||
of user interfaces, playlists and visualisation plugins.
|
|
||||||
|
|
||||||
%files -n trinity-noatun-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_bindir}/noatunsynaescope.bin
|
|
||||||
%{tde_bindir}/noatuntippecanoe.bin
|
|
||||||
%{tde_bindir}/noatuntyler.bin
|
|
||||||
%{tde_tdelibdir}/noatunalsaplayer.la
|
|
||||||
%{tde_tdelibdir}/noatunalsaplayer.so
|
|
||||||
%{tde_tdelibdir}/noatunblurscope.la
|
|
||||||
%{tde_tdelibdir}/noatunblurscope.so
|
|
||||||
%{tde_tdelibdir}/noatuncharlatan.la
|
|
||||||
%{tde_tdelibdir}/noatuncharlatan.so
|
|
||||||
%{tde_tdelibdir}/noatundub.la
|
|
||||||
%{tde_tdelibdir}/noatundub.so
|
|
||||||
%{tde_tdelibdir}/noatun_ffrs.la
|
|
||||||
%{tde_tdelibdir}/noatun_ffrs.so
|
|
||||||
%{tde_tdelibdir}/noatunluckytag.la
|
|
||||||
%{tde_tdelibdir}/noatunluckytag.so
|
|
||||||
%{tde_tdelibdir}/noatunlyrics.la
|
|
||||||
%{tde_tdelibdir}/noatunlyrics.so
|
|
||||||
%{tde_tdelibdir}/noatunmadness.la
|
|
||||||
%{tde_tdelibdir}/noatunmadness.so
|
|
||||||
%{tde_tdelibdir}/noatun_oblique.la
|
|
||||||
%{tde_tdelibdir}/noatun_oblique.so
|
|
||||||
%{tde_tdelibdir}/noatunpitchablespeed.la
|
|
||||||
%{tde_tdelibdir}/noatunpitchablespeed.so
|
|
||||||
%{tde_tdelibdir}/noatunsynaescope.la
|
|
||||||
%{tde_tdelibdir}/noatunsynaescope.so
|
|
||||||
%{tde_tdelibdir}/noatuntippecanoe.la
|
|
||||||
%{tde_tdelibdir}/noatuntippecanoe.so
|
|
||||||
%{tde_tdelibdir}/noatuntyler.la
|
|
||||||
%{tde_tdelibdir}/noatuntyler.so
|
|
||||||
%{tde_tdelibdir}/noatunwakeup.la
|
|
||||||
%{tde_tdelibdir}/noatunwakeup.so
|
|
||||||
%{tde_tdelibdir}/noatunwavecapture.la
|
|
||||||
%{tde_tdelibdir}/noatunwavecapture.so
|
|
||||||
%{tde_datadir}/apps/noatun/*
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/synaescope.png
|
|
||||||
|
|
||||||
%post -n trinity-noatun-plugins
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-noatun-plugins
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
||||||
%debug_package
|
|
||||||
%endif
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kdeaddons-3.5.13.1
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt3.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependency-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt:%{_includedir}/db4:%{tde_includedir}/arts:%{tde_includedir} \
|
|
||||||
--without-xmms \
|
|
||||||
--with-sdl \
|
|
||||||
--with-berkeley-db
|
|
||||||
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# File lists for locale
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Sep 30 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13.1-1
|
|
||||||
- Initial release for TDE 3.5.13.1
|
|
@ -1,757 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/kde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
Name: trinity-tdeaddons
|
|
||||||
Summary: Trinity Desktop Environment - Plugins
|
|
||||||
Version: 3.5.13
|
|
||||||
Release: 6%{?dist}%{?_variant}
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: User Interface/Desktops
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdeaddons < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaddons = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdeaddons-extras < %{version}-%{release}
|
|
||||||
Provides: trinity-kdeaddons-extras = %{version}-%{release}
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdeaddons-%{version}.tar.gz
|
|
||||||
Source1: metabar-fedora.tar.bz2
|
|
||||||
Source2: metabarrc
|
|
||||||
|
|
||||||
# [tdeaddons] Updates from v3.5.13-sru branch
|
|
||||||
Patch0: kdeaddons-3.5.13-sru-20120809.patch.gz
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
BuildRequires: trinity-arts-devel
|
|
||||||
BuildRequires: trinity-tdelibs-devel
|
|
||||||
BuildRequires: trinity-tdebase-devel
|
|
||||||
BuildRequires: trinity-tdegames-devel
|
|
||||||
BuildRequires: trinity-tdemultimedia-devel
|
|
||||||
BuildRequires: trinity-tdepim-devel
|
|
||||||
|
|
||||||
BuildRequires: SDL-devel
|
|
||||||
BuildRequires: alsa-lib-devel
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
%if 0%{?rhel} || 0%{?fedora}
|
|
||||||
BuildRequires: db4-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: libdb-4_8-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
BuildRequires: xmms-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#Requires: which
|
|
||||||
|
|
||||||
Requires: trinity-atlantikdesigner = %{version}-%{release}
|
|
||||||
Requires: trinity-kaddressbook-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-kate-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-tdeaddons-kfile-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-kicker-applets = %{version}-%{release}
|
|
||||||
Requires: trinity-knewsticker-scripts = %{version}-%{release}
|
|
||||||
Requires: trinity-konq-plugins = %{version}-%{release}
|
|
||||||
Requires: trinity-ksig = %{version}-%{release}
|
|
||||||
Requires: trinity-noatun-plugins = %{version}-%{release}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
A collection of TDE Addons/Plugins, including:
|
|
||||||
* atlantikdesigner: game board designer
|
|
||||||
* konq-plugins: akregator, babelfish, domtreeviewer, imagerotation, validators, webarchiver
|
|
||||||
* kate (plugins)
|
|
||||||
* kicker-applets: kbinaryclock, kolourpicker, ktimemon, mediacontrol
|
|
||||||
* knewsticker-scripts
|
|
||||||
* noatun-plugins
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-atlantikdesigner
|
|
||||||
Summary: Game board designer for Atlantik
|
|
||||||
Group: Applications/Games
|
|
||||||
#Requires: trinity-atlantik
|
|
||||||
Requires: trinity-tdegames
|
|
||||||
|
|
||||||
%description -n trinity-atlantikdesigner
|
|
||||||
Atlantik Designer is a game board designer for the game Atlantik.
|
|
||||||
|
|
||||||
Atlantik is a TDE client for playing Monopoly-like board games on the
|
|
||||||
monopd network. It can play any board supported by the network
|
|
||||||
server, including the classic Monopoly game as well as the Atlantik
|
|
||||||
game in which the properties include several major cities in North
|
|
||||||
America and Europe.
|
|
||||||
|
|
||||||
%files -n trinity-atlantikdesigner
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README atlantikdesigner/TODO
|
|
||||||
%{tde_bindir}/atlantikdesigner
|
|
||||||
%{tde_datadir}/apps/atlantikdesigner
|
|
||||||
%{tde_tdeappdir}/atlantikdesigner.desktop
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/atlantikdesigner.png
|
|
||||||
|
|
||||||
%post -n trinity-atlantikdesigner
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-atlantikdesigner
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kaddressbook-plugins
|
|
||||||
Summary: Plugins for KAddressBook, the Trinity address book
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kaddressbook
|
|
||||||
|
|
||||||
%description -n trinity-kaddressbook-plugins
|
|
||||||
This package contains a variety of useful plugins for the KDE address
|
|
||||||
book. These plugins can be loaded through the TDE address book settings.
|
|
||||||
|
|
||||||
Highlights include exporting postal addresses as flags in KWorldClock,
|
|
||||||
as well as importing and exporting contacts in the native format used
|
|
||||||
by the German freemail provider GMX.
|
|
||||||
|
|
||||||
%files -n trinity-kaddressbook-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_geo_xxport.la
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_geo_xxport.so
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_gmx_xxport.la
|
|
||||||
%{tde_tdelibdir}/libkaddrbk_gmx_xxport.so
|
|
||||||
%{tde_datadir}/apps/kaddressbook
|
|
||||||
%{tde_datadir}/services/kaddressbook
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kate-plugins
|
|
||||||
Summary: Plugins for Kate, the TDE Advanced Text Editor
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kate
|
|
||||||
Requires: tidy
|
|
||||||
|
|
||||||
%description -n trinity-kate-plugins
|
|
||||||
This package contains a variety of useful plugins for Kate, the KDE
|
|
||||||
Advanced Text Editor. These plugins can be loaded through the plugin
|
|
||||||
manager in Kate settings.
|
|
||||||
|
|
||||||
Highlights include spell checking, text filtering, HTML/XML construction
|
|
||||||
and validation, vim/emacs modeline handling, templates for new files
|
|
||||||
and text snippets, opening of C/C++ headers, extraction of C/C++ symbols,
|
|
||||||
a tab bar, a Python browser and even more.
|
|
||||||
|
|
||||||
%files -n trinity-kate-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc kate/xmltools/ChangeLog kate/xmltools/README
|
|
||||||
%{tde_tdelibdir}/katecppsymbolviewerplugin.la
|
|
||||||
%{tde_tdelibdir}/katecppsymbolviewerplugin.so
|
|
||||||
%{tde_tdelibdir}/katefiletemplates.la
|
|
||||||
%{tde_tdelibdir}/katefiletemplates.so
|
|
||||||
%{tde_tdelibdir}/katefll_plugin.la
|
|
||||||
%{tde_tdelibdir}/katefll_plugin.so
|
|
||||||
%{tde_tdelibdir}/katehelloworldplugin.la
|
|
||||||
%{tde_tdelibdir}/katehelloworldplugin.so
|
|
||||||
%{tde_tdelibdir}/katehtmltoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/katehtmltoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/kateinsertcommandplugin.la
|
|
||||||
%{tde_tdelibdir}/kateinsertcommandplugin.so
|
|
||||||
%{tde_tdelibdir}/katemakeplugin.la
|
|
||||||
%{tde_tdelibdir}/katemakeplugin.so
|
|
||||||
%{tde_tdelibdir}/katemodelineplugin.la
|
|
||||||
%{tde_tdelibdir}/katemodelineplugin.so
|
|
||||||
%{tde_tdelibdir}/kateopenheaderplugin.la
|
|
||||||
%{tde_tdelibdir}/kateopenheaderplugin.so
|
|
||||||
%{tde_tdelibdir}/katepybrowseplugin.la
|
|
||||||
%{tde_tdelibdir}/katepybrowseplugin.so
|
|
||||||
%{tde_tdelibdir}/katesnippetsplugin.la
|
|
||||||
%{tde_tdelibdir}/katesnippetsplugin.so
|
|
||||||
%{tde_tdelibdir}/katetextfilterplugin.la
|
|
||||||
%{tde_tdelibdir}/katetextfilterplugin.so
|
|
||||||
%{tde_tdelibdir}/katexmlcheckplugin.la
|
|
||||||
%{tde_tdelibdir}/katexmlcheckplugin.so
|
|
||||||
%{tde_tdelibdir}/katexmltoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/katexmltoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/libkatetabbarextensionplugin.la
|
|
||||||
%{tde_tdelibdir}/libkatetabbarextensionplugin.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/katefll.desktop
|
|
||||||
%{tde_datadir}/apps/kate
|
|
||||||
%{tde_datadir}/apps/katepart
|
|
||||||
%{tde_datadir}/apps/katexmltools
|
|
||||||
%{tde_datadir}/services/katecppsymbolviewer.desktop
|
|
||||||
%{tde_datadir}/services/katefiletemplates.desktop
|
|
||||||
%{tde_datadir}/services/katefll_plugin.desktop
|
|
||||||
%{tde_datadir}/services/katehelloworld.desktop
|
|
||||||
%{tde_datadir}/services/katehtmltools.desktop
|
|
||||||
%{tde_datadir}/services/kateinsertcommand.desktop
|
|
||||||
%{tde_datadir}/services/katemake.desktop
|
|
||||||
%{tde_datadir}/services/katemodeline.desktop
|
|
||||||
%{tde_datadir}/services/kateopenheader.desktop
|
|
||||||
%{tde_datadir}/services/katepybrowse.desktop
|
|
||||||
%{tde_datadir}/services/katesnippets.desktop
|
|
||||||
%{tde_datadir}/services/katetabbarextension.desktop
|
|
||||||
%{tde_datadir}/services/katetextfilter.desktop
|
|
||||||
%{tde_datadir}/services/katexmlcheck.desktop
|
|
||||||
%{tde_datadir}/services/katexmltools.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/kate-plugins/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package kfile-plugins
|
|
||||||
Summary: Trinity file dialog plugins for text files and folders
|
|
||||||
Group: Applications/Utilities
|
|
||||||
|
|
||||||
%description kfile-plugins
|
|
||||||
This is a collection of plugins for the TDE file dialog. These plugins
|
|
||||||
extend the file dialog to offer advanced meta-information for text,
|
|
||||||
HTML and desktop files, as well as for folders, Windows .lnk files,
|
|
||||||
MIME archives and X.509 certificates.
|
|
||||||
|
|
||||||
This package also includes plugins for the KDE file rename dialog,
|
|
||||||
allowing a user to more easily decide what to do when faced with a
|
|
||||||
decision regarding conflicting filenames. Rename dialog plugins are
|
|
||||||
provided for audio and image files.
|
|
||||||
|
|
||||||
%files kfile-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc kfile-plugins/lnk/README
|
|
||||||
%{tde_bindir}/lnkforward
|
|
||||||
%{tde_tdelibdir}/kfile_cert.la
|
|
||||||
%{tde_tdelibdir}/kfile_cert.so
|
|
||||||
%{tde_tdelibdir}/kfile_desktop.la
|
|
||||||
%{tde_tdelibdir}/kfile_desktop.so
|
|
||||||
%{tde_tdelibdir}/kfile_folder.la
|
|
||||||
%{tde_tdelibdir}/kfile_folder.so
|
|
||||||
%{tde_tdelibdir}/kfile_html.la
|
|
||||||
%{tde_tdelibdir}/kfile_html.so
|
|
||||||
%{tde_tdelibdir}/kfile_lnk.la
|
|
||||||
%{tde_tdelibdir}/kfile_lnk.so
|
|
||||||
%{tde_tdelibdir}/kfile_mhtml.la
|
|
||||||
%{tde_tdelibdir}/kfile_mhtml.so
|
|
||||||
%{tde_tdelibdir}/kfile_txt.la
|
|
||||||
%{tde_tdelibdir}/kfile_txt.so
|
|
||||||
%{tde_tdelibdir}/librenaudioplugin.la
|
|
||||||
%{tde_tdelibdir}/librenaudioplugin.so
|
|
||||||
%{tde_tdelibdir}/librenimageplugin.la
|
|
||||||
%{tde_tdelibdir}/librenimageplugin.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/lnkforward.desktop
|
|
||||||
%{tde_datadir}/mimelnk/application/x-win-lnk.desktop
|
|
||||||
%{tde_datadir}/services/kfile_cert.desktop
|
|
||||||
%{tde_datadir}/services/kfile_desktop.desktop
|
|
||||||
%{tde_datadir}/services/kfile_folder.desktop
|
|
||||||
%{tde_datadir}/services/kfile_html.desktop
|
|
||||||
%{tde_datadir}/services/kfile_lnk.desktop
|
|
||||||
%{tde_datadir}/services/kfile_mhtml.desktop
|
|
||||||
%{tde_datadir}/services/kfile_txt.desktop
|
|
||||||
%{tde_datadir}/services/renaudiodlg.desktop
|
|
||||||
%{tde_datadir}/services/renimagedlg.desktop
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kicker-applets
|
|
||||||
Summary: Applets for Kicker, the Trinity panel
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kicker
|
|
||||||
|
|
||||||
%description -n trinity-kicker-applets
|
|
||||||
This package contains a variety of applets for Kicker, the KDE panel.
|
|
||||||
These applets will appear in the panel's Add--Applet menu.
|
|
||||||
|
|
||||||
Included are a system monitor, a colour picker, a media player controller,
|
|
||||||
a mathematical evaluator and a binary clock.
|
|
||||||
|
|
||||||
The media control applet does not support XMMS, as this would force all
|
|
||||||
kicker-applets users to install XMMS. If you want a kicker applet that
|
|
||||||
controls XMMS, install the xmms-kde-trinity package.
|
|
||||||
|
|
||||||
%files -n trinity-kicker-applets
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_tdelibdir}/kolourpicker_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kolourpicker_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/ktimemon_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/ktimemon_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/math_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/math_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/mediacontrol_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/mediacontrol_panelapplet.so
|
|
||||||
%{tde_tdelibdir}/kbinaryclock_panelapplet.la
|
|
||||||
%{tde_tdelibdir}/kbinaryclock_panelapplet.so
|
|
||||||
%{tde_datadir}/apps/kicker/applets
|
|
||||||
%{tde_datadir}/apps/mediacontrol
|
|
||||||
%{tde_datadir}/config.kcfg/kbinaryclock.kcfg
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/ktimemon.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/ktimemon.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kicker-applets/
|
|
||||||
|
|
||||||
%post -n trinity-kicker-applets
|
|
||||||
for f in crystalsvg locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-kicker-applets
|
|
||||||
for f in crystalsvg locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-knewsticker-scripts
|
|
||||||
Summary: scripts for KNewsTicker, the Trinity news ticker
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: perl
|
|
||||||
Requires: python
|
|
||||||
#Requires: libfinance-quote-perl
|
|
||||||
#Requires: libmime-perl
|
|
||||||
#Requires: libnews-nntpclient-perl
|
|
||||||
Requires: perl-libwww-perl
|
|
||||||
Requires: trinity-knewsticker
|
|
||||||
|
|
||||||
%description -n trinity-knewsticker-scripts
|
|
||||||
This package contains a variety of scripts that provide additional news
|
|
||||||
sources for KNewsTicker, the news ticker applet for the TDE panel.
|
|
||||||
|
|
||||||
Highlights include newsgroup handling, stock data retrieval, sports scores
|
|
||||||
and various local news sources.
|
|
||||||
|
|
||||||
%files -n trinity-knewsticker-scripts
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_datadir}/apps/knewsticker/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-konq-plugins
|
|
||||||
Summary: plugins for Konqueror, the Trinity file/web/doc browser
|
|
||||||
Group: Applications/Utilities
|
|
||||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
|
||||||
Requires: %{_lib}jpeg8
|
|
||||||
%else
|
|
||||||
Requires: libjpeg
|
|
||||||
%endif
|
|
||||||
Requires: python
|
|
||||||
Requires: rsync
|
|
||||||
#Requires: unison
|
|
||||||
Requires: trinity-konqueror
|
|
||||||
%if 0%{?fedora}
|
|
||||||
Requires: python-exif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n trinity-konq-plugins
|
|
||||||
This package contains a variety of useful plugins for Konqueror, the
|
|
||||||
file manager, web browser and document viewer for TDE. Many of these
|
|
||||||
plugins will appear in Konqueror's Tools menu.
|
|
||||||
|
|
||||||
Highlights for web browsing include web page translation, web page archiving,
|
|
||||||
auto-refreshing, HTML and CSS structural analysis, a search toolbar, a
|
|
||||||
sidebar news ticker, fast access to common options, bookmarklets, a crash
|
|
||||||
monitor, a microformat availability indicator, a del.icio.us bookmarks
|
|
||||||
sidebar, and integration with the aKregator RSS feed reader.
|
|
||||||
|
|
||||||
Highlights for directory browsing include directory filters, image gallery
|
|
||||||
creation, archive compression and extraction, quick copy/move, a sidebar
|
|
||||||
media player, a file information metabar/sidebar, a media folder helper, a
|
|
||||||
graphical disk usage viewer and image conversions and transformations.
|
|
||||||
|
|
||||||
%files -n trinity-konq-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc konq-plugins/README
|
|
||||||
%{tde_datadir}/config/translaterc
|
|
||||||
%{tde_bindir}/fsview
|
|
||||||
%{tde_bindir}/jpegorient
|
|
||||||
%{tde_bindir}/kio_media_realfolder
|
|
||||||
%{tde_tdelibdir}/konq_sidebarnews.la
|
|
||||||
%{tde_tdelibdir}/konq_sidebarnews.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_delicious.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_delicious.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_mediaplayer.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_mediaplayer.so
|
|
||||||
%{tde_tdelibdir}/konqsidebar_metabar.la
|
|
||||||
%{tde_tdelibdir}/konqsidebar_metabar.so
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqfeedicon.la
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqfeedicon.so
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqplugin.la
|
|
||||||
%{tde_tdelibdir}/libakregatorkonqplugin.so
|
|
||||||
%{tde_tdelibdir}/libarkplugin.la
|
|
||||||
%{tde_tdelibdir}/libarkplugin.so
|
|
||||||
%{tde_tdelibdir}/libautorefresh.la
|
|
||||||
%{tde_tdelibdir}/libautorefresh.so
|
|
||||||
%{tde_tdelibdir}/libbabelfishplugin.la
|
|
||||||
%{tde_tdelibdir}/libbabelfishplugin.so
|
|
||||||
%{tde_tdelibdir}/libcrashesplugin.la
|
|
||||||
%{tde_tdelibdir}/libcrashesplugin.so
|
|
||||||
%{tde_tdelibdir}/libdirfilterplugin.la
|
|
||||||
%{tde_tdelibdir}/libdirfilterplugin.so
|
|
||||||
%{tde_tdelibdir}/librsyncplugin.la
|
|
||||||
%{tde_tdelibdir}/librsyncplugin.so
|
|
||||||
%{tde_tdelibdir}/libdomtreeviewerplugin.la
|
|
||||||
%{tde_tdelibdir}/libdomtreeviewerplugin.so
|
|
||||||
%{tde_tdelibdir}/libfsviewpart.la
|
|
||||||
%{tde_tdelibdir}/libfsviewpart.so
|
|
||||||
%{tde_tdelibdir}/libkhtmlsettingsplugin.la
|
|
||||||
%{tde_tdelibdir}/libkhtmlsettingsplugin.so
|
|
||||||
%{tde_tdelibdir}/kcm_kuick.la
|
|
||||||
%{tde_tdelibdir}/kcm_kuick.so
|
|
||||||
%{tde_tdelibdir}/libkimgallery.la
|
|
||||||
%{tde_tdelibdir}/libkimgallery.so
|
|
||||||
%{tde_tdelibdir}/libkuickplugin.la
|
|
||||||
%{tde_tdelibdir}/libkuickplugin.so
|
|
||||||
%{tde_tdelibdir}/libmfkonqmficon.la
|
|
||||||
%{tde_tdelibdir}/libmfkonqmficon.so
|
|
||||||
%{tde_tdelibdir}/libminitoolsplugin.la
|
|
||||||
%{tde_tdelibdir}/libminitoolsplugin.so
|
|
||||||
%{tde_tdelibdir}/librellinksplugin.la
|
|
||||||
%{tde_tdelibdir}/librellinksplugin.so
|
|
||||||
%{tde_tdelibdir}/libsearchbarplugin.la
|
|
||||||
%{tde_tdelibdir}/libsearchbarplugin.so
|
|
||||||
%{tde_tdelibdir}/libuachangerplugin.la
|
|
||||||
%{tde_tdelibdir}/libuachangerplugin.so
|
|
||||||
%{tde_tdelibdir}/libvalidatorsplugin.la
|
|
||||||
%{tde_tdelibdir}/libvalidatorsplugin.so
|
|
||||||
%{tde_tdelibdir}/libwebarchiverplugin.la
|
|
||||||
%{tde_tdelibdir}/libwebarchiverplugin.so
|
|
||||||
%{tde_tdelibdir}/webarchivethumbnail.la
|
|
||||||
%{tde_tdelibdir}/webarchivethumbnail.so
|
|
||||||
%{tde_datadir}/applnk/.hidden/arkplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kcmkuick.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kuickplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/mediaplayerplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/crashesplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/dirfilterplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/rsyncplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/fsview.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/khtmlsettingsplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kimgalleryplugin.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_babelfish.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_domtreeviewer.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_validators.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/plugin_webarchiver.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/uachangerplugin.desktop
|
|
||||||
%{tde_datadir}/apps/akregator
|
|
||||||
%{tde_datadir}/apps/domtreeviewer
|
|
||||||
%{tde_datadir}/apps/fsview
|
|
||||||
%{tde_datadir}/apps/imagerotation/orient.py*
|
|
||||||
%{tde_datadir}/apps/imagerotation/exif.py*
|
|
||||||
%{tde_datadir}/apps/khtml/kpartplugins
|
|
||||||
%{tde_datadir}/apps/konqiconview
|
|
||||||
%{tde_datadir}/apps/konqlistview
|
|
||||||
%{tde_datadir}/apps/konqsidebartng
|
|
||||||
%{tde_datadir}/apps/konqueror/icons
|
|
||||||
%{tde_datadir}/apps/konqueror/kpartplugins
|
|
||||||
%{tde_datadir}/apps/konqueror/servicemenus
|
|
||||||
%{tde_datadir}/apps/metabar/iconsrc
|
|
||||||
%{tde_datadir}/apps/metabar/themes/default/default.css
|
|
||||||
%{tde_datadir}/apps/metabar/themes/default/layout.html
|
|
||||||
%{tde_datadir}/apps/microformat/pics/microformat.png
|
|
||||||
%{tde_datadir}/config.kcfg/konq_sidebarnews.kcfg
|
|
||||||
%{tde_datadir}/icons/locolor/16x16/apps/autorefresh.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/babelfish.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/cssvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/domtreeviewer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/htmlvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/imagegallery.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/remotesync.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/remotesyncconfig.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/validators.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/webarchiver.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_delicious.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/konqsidebar_news.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/babelfish.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/cssvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/domtreeviewer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/htmlvalidator.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/imagegallery.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/remotesync.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/remotesyncconfig.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/validators.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/actions/webarchiver.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/22x22/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/32x32/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/32x32/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/48x48/actions/minitools.png
|
|
||||||
%{tde_datadir}/icons/crystalsvg/48x48/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/icons/hicolor/16x16/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/22x22/apps/fsview.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/fsview.png
|
|
||||||
%{tde_datadir}/icons/hicolor/32x32/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/48x48/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/64x64/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/hicolor/scalable/apps/metabar.svgz
|
|
||||||
%{tde_datadir}/icons/hicolor/128x128/apps/metabar.png
|
|
||||||
%{tde_datadir}/icons/locolor/32x32/apps/konqsidebar_mediaplayer.png
|
|
||||||
%{tde_datadir}/services/akregator_konqplugin.desktop
|
|
||||||
%{tde_datadir}/services/ark_plugin.desktop
|
|
||||||
%{tde_datadir}/services/fsview_part.desktop
|
|
||||||
%{tde_datadir}/services/kuick_plugin.desktop
|
|
||||||
%{tde_datadir}/services/webarchivethumbnail.desktop
|
|
||||||
%{tde_tdelibdir}/libadblock.la
|
|
||||||
%{tde_tdelibdir}/libadblock.so
|
|
||||||
%{tde_tdedocdir}/HTML/en/konq-plugins/
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%{tde_datadir}/apps/metabar/themes/fedora/
|
|
||||||
%{tde_datadir}/config/metabarrc
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -n trinity-konq-plugins
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-konq-plugins
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-ksig
|
|
||||||
Summary: Graphical tool for managing multiple email signatures
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-kmail
|
|
||||||
|
|
||||||
%description -n trinity-ksig
|
|
||||||
KSig is a graphical tool for keeping track of many different email
|
|
||||||
signatures. The signatures themselves can be edited through KSig's
|
|
||||||
graphical user interface. A command-line interface is then available
|
|
||||||
for generating random or daily signatures from this list.
|
|
||||||
|
|
||||||
The command-line interface makes a suitable plugin for generating
|
|
||||||
signatures in external mail clients such as KMail.
|
|
||||||
|
|
||||||
%files -n trinity-ksig
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_bindir}/ksig
|
|
||||||
%{tde_tdeappdir}/ksig.desktop
|
|
||||||
%{tde_datadir}/apps/ksig/ksigui.rc
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/ksig.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/ksig/
|
|
||||||
|
|
||||||
%post -n trinity-ksig
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-ksig
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-noatun-plugins
|
|
||||||
Summary: plugins for Noatun, the Trinity media player
|
|
||||||
Group: Applications/Utilities
|
|
||||||
Requires: trinity-noatun
|
|
||||||
|
|
||||||
%description -n trinity-noatun-plugins
|
|
||||||
This package contains a variety of useful plugins for Noatun, the audio and
|
|
||||||
video media player for TDE. These plugins can be loaded through the plugin
|
|
||||||
manager in Noatun settings.
|
|
||||||
|
|
||||||
Highlights include an alarm clock, guessing tags from filenames, adjustable
|
|
||||||
playback speed, capture to wave file and displaying lyrics, plus a variety
|
|
||||||
of user interfaces, playlists and visualisation plugins.
|
|
||||||
|
|
||||||
%files -n trinity-noatun-plugins
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README
|
|
||||||
%{tde_bindir}/noatunsynaescope.bin
|
|
||||||
%{tde_bindir}/noatuntippecanoe.bin
|
|
||||||
%{tde_bindir}/noatuntyler.bin
|
|
||||||
%{tde_tdelibdir}/noatunalsaplayer.la
|
|
||||||
%{tde_tdelibdir}/noatunalsaplayer.so
|
|
||||||
%{tde_tdelibdir}/noatunblurscope.la
|
|
||||||
%{tde_tdelibdir}/noatunblurscope.so
|
|
||||||
%{tde_tdelibdir}/noatuncharlatan.la
|
|
||||||
%{tde_tdelibdir}/noatuncharlatan.so
|
|
||||||
%{tde_tdelibdir}/noatundub.la
|
|
||||||
%{tde_tdelibdir}/noatundub.so
|
|
||||||
%{tde_tdelibdir}/noatun_ffrs.la
|
|
||||||
%{tde_tdelibdir}/noatun_ffrs.so
|
|
||||||
%{tde_tdelibdir}/noatunluckytag.la
|
|
||||||
%{tde_tdelibdir}/noatunluckytag.so
|
|
||||||
%{tde_tdelibdir}/noatunlyrics.la
|
|
||||||
%{tde_tdelibdir}/noatunlyrics.so
|
|
||||||
%{tde_tdelibdir}/noatunmadness.la
|
|
||||||
%{tde_tdelibdir}/noatunmadness.so
|
|
||||||
%{tde_tdelibdir}/noatun_oblique.la
|
|
||||||
%{tde_tdelibdir}/noatun_oblique.so
|
|
||||||
%{tde_tdelibdir}/noatunpitchablespeed.la
|
|
||||||
%{tde_tdelibdir}/noatunpitchablespeed.so
|
|
||||||
%{tde_tdelibdir}/noatunsynaescope.la
|
|
||||||
%{tde_tdelibdir}/noatunsynaescope.so
|
|
||||||
%{tde_tdelibdir}/noatuntippecanoe.la
|
|
||||||
%{tde_tdelibdir}/noatuntippecanoe.so
|
|
||||||
%{tde_tdelibdir}/noatuntyler.la
|
|
||||||
%{tde_tdelibdir}/noatuntyler.so
|
|
||||||
%{tde_tdelibdir}/noatunwakeup.la
|
|
||||||
%{tde_tdelibdir}/noatunwakeup.so
|
|
||||||
%{tde_tdelibdir}/noatunwavecapture.la
|
|
||||||
%{tde_tdelibdir}/noatunwavecapture.so
|
|
||||||
%{tde_datadir}/apps/noatun/*
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/apps/synaescope.png
|
|
||||||
|
|
||||||
%post -n trinity-noatun-plugins
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun -n trinity-noatun-plugins
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/${f} 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -a 1 -n kdeaddons
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i admin/acinclude.m4.in \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt3.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
#export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependency-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt:%{_includedir}/db4:%{tde_includedir}/arts:%{tde_includedir} \
|
|
||||||
--without-xmms \
|
|
||||||
--with-sdl \
|
|
||||||
--with-berkeley-db
|
|
||||||
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# File lists for locale
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}/$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}/$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
# install fedora metabar theme
|
|
||||||
cp -prf fedora %{buildroot}%{tde_datadir}/apps/metabar/themes
|
|
||||||
install -m644 -p %{SOURCE2} %{buildroot}%{tde_datadir}/config/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Thu Aug 09 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-6
|
|
||||||
- Updates from v3.5.13-sru branch
|
|
||||||
- Rebuilt for tdebase-3.5.13-27
|
|
||||||
|
|
||||||
* Fri Jun 29 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-5
|
|
||||||
- Split in several packages
|
|
||||||
|
|
||||||
* Sat May 05 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4
|
|
||||||
- Removes SDL patch for noatun
|
|
||||||
|
|
||||||
* Thu Dec 15 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3
|
|
||||||
- Fix content of -extras package
|
|
||||||
- Fix various packaging issues
|
|
||||||
|
|
||||||
* Fri Nov 04 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
|
|
||||||
- Updates BuildRequires
|
|
||||||
|
|
||||||
* Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
|
|
||||||
- Initial release for RHEL 6, RHEL 5 and Fedora 15
|
|
||||||
|
|
||||||
* Sat Oct 29 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-0
|
|
||||||
- Import to GIT
|
|
||||||
|
|
@ -1,64 +0,0 @@
|
|||||||
--- kdeaddons-3.5.3/noatun-plugins/tippercanoe/sdlwrap.cpp.than 2006-06-07 18:52:09.000000000 +0200
|
|
||||||
+++ kdeaddons-3.5.3/noatun-plugins/tippercanoe/sdlwrap.cpp 2006-06-07 18:54:06.000000000 +0200
|
|
||||||
@@ -183,6 +183,7 @@
|
|
||||||
SDL_UpdateRect(surface, 0, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
+#if 0
|
|
||||||
int SdlScreen::winID(void)
|
|
||||||
{
|
|
||||||
SDL_SysWMinfo info;
|
|
||||||
@@ -195,3 +196,4 @@
|
|
||||||
SDL_GetWMInfo(&info);
|
|
||||||
return info.info.x11.wmwindow;
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
--- kdeaddons-3.5.3/noatun-plugins/tippercanoe/main.cpp.than 2006-06-07 18:54:19.000000000 +0200
|
|
||||||
+++ kdeaddons-3.5.3/noatun-plugins/tippercanoe/main.cpp 2006-06-07 18:54:27.000000000 +0200
|
|
||||||
@@ -112,7 +112,7 @@
|
|
||||||
{
|
|
||||||
time_t timer = time(NULL);
|
|
||||||
|
|
||||||
- printf("%u\n", static_cast<SdlScreen *>(screen)->winID());
|
|
||||||
+ //printf("%u\n", static_cast<SdlScreen *>(screen)->winID());
|
|
||||||
fflush(stdout);
|
|
||||||
|
|
||||||
int frames = 0;
|
|
||||||
--- kdeaddons-3.5.3/noatun-plugins/tippercanoe/syna.h.than 2006-06-07 18:51:25.000000000 +0200
|
|
||||||
+++ kdeaddons-3.5.3/noatun-plugins/tippercanoe/syna.h 2006-06-07 18:51:56.000000000 +0200
|
|
||||||
@@ -108,7 +108,7 @@
|
|
||||||
int sizeUpdate();
|
|
||||||
bool inputUpdate(int &mouseX,int &mouseY,int &mouseButtons,char &keyHit);
|
|
||||||
void show();
|
|
||||||
- int winID();
|
|
||||||
+ //int winID();
|
|
||||||
};
|
|
||||||
|
|
||||||
// core
|
|
||||||
--- kdeaddons-3.5.3/noatun-plugins/tyler/main.cpp.than 2006-06-07 18:54:38.000000000 +0200
|
|
||||||
+++ kdeaddons-3.5.3/noatun-plugins/tyler/main.cpp 2006-06-07 18:55:00.000000000 +0200
|
|
||||||
@@ -52,6 +52,7 @@
|
|
||||||
SDL_Surface *screen;
|
|
||||||
}
|
|
||||||
|
|
||||||
+#if 0
|
|
||||||
int winID(void)
|
|
||||||
{
|
|
||||||
SDL_SysWMinfo info;
|
|
||||||
@@ -61,6 +62,7 @@
|
|
||||||
SDL_GetWMInfo(&info);
|
|
||||||
return info.info.x11.wmwindow;
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
int main(int, char **)
|
|
||||||
{
|
|
||||||
@@ -74,7 +76,7 @@
|
|
||||||
access_mutex = SDL_CreateMutex();
|
|
||||||
|
|
||||||
init_renderer1();
|
|
||||||
- printf("%u\n", winID());
|
|
||||||
+ //printf("%u\n", winID());
|
|
||||||
fflush(stdout);
|
|
||||||
init_renderer2();
|
|
||||||
thread = SDL_CreateThread((int (*)(void *))renderer, NULL);
|
|
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
[General]
|
|
||||||
AnimateResize=false
|
|
||||||
MaxActions=3
|
|
||||||
MaxEntries=3
|
|
||||||
ShowFrame=true
|
|
||||||
ShowServicemenus=true
|
|
||||||
Theme=fedora
|
|
@ -1,26 +0,0 @@
|
|||||||
--- kdenetwork-3.2.3/kppp/connect.cpp.orig 2004-07-01 16:03:52.861908057 +0200
|
|
||||||
+++ kdenetwork-3.2.3/kppp/connect.cpp 2004-07-01 16:33:35.943692521 +0200
|
|
||||||
@@ -1399,9 +1399,13 @@
|
|
||||||
|
|
||||||
void addpeerdns() {
|
|
||||||
int fd, fd2;
|
|
||||||
+ TQString p = "/var/run/ppp/resolv.conf";
|
|
||||||
+
|
|
||||||
+ if (!TQFile::exists(p))
|
|
||||||
+ p = "/etc/ppp/resolv.conf";
|
|
||||||
|
|
||||||
if((fd = Requester::rq->openResolv(O_WRONLY|O_APPEND)) >= 0) {
|
|
||||||
- if((fd2 = open("/etc/ppp/resolv.conf", O_RDONLY)) >= 0) {
|
|
||||||
+ if((fd2 = open(p.latin1(), O_RDONLY)) >= 0) {
|
|
||||||
char c;
|
|
||||||
int i = 0;
|
|
||||||
while(i++ < 100 && read(fd2, &c, 1) == 1) {
|
|
||||||
@@ -1412,7 +1416,7 @@
|
|
||||||
}
|
|
||||||
close(fd2);
|
|
||||||
} else
|
|
||||||
- fprintf(stderr, "failed to read from /etc/ppp/resolv.conf\n");
|
|
||||||
+ fprintf(stderr, "failed to read from %s\n", p.latin1());
|
|
||||||
close(fd);
|
|
||||||
}
|
|
||||||
add_domain(gpppdata.domain());
|
|
@ -1,502 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%if "%{?version}" == ""
|
|
||||||
%define version 3.5.12
|
|
||||||
%endif
|
|
||||||
%define release 5
|
|
||||||
|
|
||||||
# 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.12 specific building variables
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
%define tde_docdir %{_docdir}
|
|
||||||
%define tde_includedir %{_includedir}/kde
|
|
||||||
%define tde_libdir %{_libdir}/kde3
|
|
||||||
|
|
||||||
|
|
||||||
# Fedora review: http://bugzilla.redhat.com/195486
|
|
||||||
|
|
||||||
## Conditional build:
|
|
||||||
# disabled, for now, doesn't build -- Rex
|
|
||||||
#define _enable_jingle --enable-jingle
|
|
||||||
%define _enable_sametime_plugin --enable-sametime-plugin
|
|
||||||
#define _enable_slp --enable-slp
|
|
||||||
# RHEL6: xmms is outdated !
|
|
||||||
#define _with_xmms --with-xmms
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
%define _with_wifi --with-wifi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define console_helper 1
|
|
||||||
|
|
||||||
Name: trinity-kdenetwork
|
|
||||||
Version: %{?version}
|
|
||||||
Release: %{?release}%{?dist}%{?_variant}
|
|
||||||
Summary: K Desktop Environment - Network Applications
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
License: GPLv2
|
|
||||||
Group: Applications/Internet
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Provides: kdenetwork3 = %{version}-%{release}
|
|
||||||
|
|
||||||
Source0: kdenetwork-%{version}.tar.gz
|
|
||||||
Source1: kppp.pamd
|
|
||||||
Source2: ktalk
|
|
||||||
Source4: lisarc
|
|
||||||
Source5: lisa.redhat
|
|
||||||
|
|
||||||
# RedHat/Fedora legacy patches
|
|
||||||
Patch3: kdenetwork-3.5.8-kppp.patch
|
|
||||||
Patch4: kdenetwork-3.2.3-resolv.patch
|
|
||||||
# include more/proper ppp headers
|
|
||||||
Patch6: kdenetwork-3.5.9-krfb_httpd.patch
|
|
||||||
|
|
||||||
# Trinity official patches, from SVN
|
|
||||||
# Use libv4l1-videodev.h when available in kdenetwork
|
|
||||||
Patch7: r1243951.diff
|
|
||||||
|
|
||||||
# Trinity unofficial patches
|
|
||||||
# Compiling Kopete for Fedora15 ...
|
|
||||||
Patch8: kdenetwork-kopete-gcc45.patch
|
|
||||||
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
BuildRequires: gettext
|
|
||||||
BuildRequires: trinity-kdelibs-devel
|
|
||||||
BuildRequires: coreutils
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
|
|
||||||
BuildRequires: libXmu-devel libXScrnSaver-devel libXtst-devel libXxf86vm-devel
|
|
||||||
%endif
|
|
||||||
%if "%{?_with_wifi:1}" == "1"
|
|
||||||
%if 0%{?fedora} > 5 || 0%{?rhel} > 4
|
|
||||||
BuildRequires: wireless-tools-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: wireless-tools
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%{?_enable_slp:BuildRequires: openslp-devel}
|
|
||||||
## kopete:
|
|
||||||
BuildRequires: libxml2-devel libxslt-devel
|
|
||||||
%ifarch %{ix86}
|
|
||||||
# BR: %{_includedir}/valgrind/valgrind.h
|
|
||||||
BuildRequires: valgrind
|
|
||||||
%endif
|
|
||||||
#jabber
|
|
||||||
BuildRequires: libidn-devel
|
|
||||||
#jabber/jingle
|
|
||||||
%{?_enable_jingle:BuildRequires: expat-devel glib2-devel ortp-devel speex-devel}
|
|
||||||
# jabber/ssl
|
|
||||||
#{?fedora:Requires(hint): qca-tls}
|
|
||||||
# sametime
|
|
||||||
%{?_enable_sametime_plugin:BuildRequires: meanwhile-devel}
|
|
||||||
%{?_with_xmms:BuildRequires: xmms-devel}
|
|
||||||
Requires: jasper
|
|
||||||
## kppp
|
|
||||||
Requires: ppp
|
|
||||||
## krdc
|
|
||||||
Requires: rdesktop
|
|
||||||
## lisa
|
|
||||||
Requires(preun): chkconfig
|
|
||||||
Requires(post): chkconfig
|
|
||||||
#Requires(hint): samba-client
|
|
||||||
BuildRequires: avahi-qt3-devel
|
|
||||||
|
|
||||||
%if 0%{?rhel} >= 6 || 0%{?fedora} >= 15
|
|
||||||
BuildRequires: libv4l-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?console_helper}
|
|
||||||
Requires: usermode-gtk
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
Networking applications, including:
|
|
||||||
* kget: downloader manager
|
|
||||||
* kio_lan: lan browsing kio slave
|
|
||||||
* knewsticker: RDF newsticker applet
|
|
||||||
* kopete: chat client
|
|
||||||
* kppp: dialer and front end for pppd
|
|
||||||
* krdc: a client for Desktop Sharing and other VNC servers
|
|
||||||
* krfb: Desktop Sharing server, allow others to access your desktop via VNC
|
|
||||||
* lisa: lan information server
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Group: Development/Libraries
|
|
||||||
Provides: kdenetwork3-devel = %{version}-%{release}
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
Requires: trinity-kdelibs-devel
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package extras
|
|
||||||
Summary: Extras packages for %{name}
|
|
||||||
Group: Applications/Internet
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
%if "%{?_with_xmms:1}" == "1"
|
|
||||||
Obsoletes: %{name}-nowlistening < %{version}-%{release}
|
|
||||||
Provides: %{name}-nowlistening = %{version}-%{release}
|
|
||||||
%endif
|
|
||||||
%description extras
|
|
||||||
More Networking applications for the K Desktop Environment:
|
|
||||||
* ksirc
|
|
||||||
* kdict
|
|
||||||
* ktalkd
|
|
||||||
* kpf
|
|
||||||
* kwifimanager
|
|
||||||
%if "%{?_with_xmms:1}" == "1"
|
|
||||||
* nowlistening (xmms) plugin for Kopete.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%package libs
|
|
||||||
Summary: %{name} runtime libraries
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
Requires: trinity-kdelibs >= %{version}
|
|
||||||
# helps multilib upgrades
|
|
||||||
Obsoletes: %{name} < %{version}-%{release}
|
|
||||||
# include to be paranoid, installing libs-only is still mostly untested -- Rex
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
|
||||||
%description libs
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n kdenetwork
|
|
||||||
|
|
||||||
%if %{console_helper}
|
|
||||||
%patch3 -p1 -b .kppp
|
|
||||||
%endif
|
|
||||||
%patch4 -p1 -b .resolv
|
|
||||||
%patch6 -p1 -b .krfb_httpd
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--disable-dependency-tracking \
|
|
||||||
--disable-rpath \
|
|
||||||
--disable-debug \
|
|
||||||
--disable-warnings \
|
|
||||||
--enable-final \
|
|
||||||
--includedir=%{tde_includedir} \
|
|
||||||
%{?_enable_jingle} %{!?_enable_jingle:--disable-jingle} \
|
|
||||||
%{?_enable_sametime_plugin} %{!?_enable_sametime_plugin:--disable-sametime-plugin} \
|
|
||||||
%{?_enable_slp} %{!?_enable_slp:--disable-slp} \
|
|
||||||
%{?_with_wifi} %{!?_with_wifi:--without-wifi} \
|
|
||||||
%{?_with_xmms} %{!?_with_xmms:--without-xmms} \
|
|
||||||
--with-extra-includes=%{_includedir}/tqt
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags} || %__make
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%__make install DESTDIR=%{buildroot}
|
|
||||||
# RHEL6: kppp seems to be not installed by previous command ???
|
|
||||||
%__make install DESTDIR=%{buildroot} -C kppp
|
|
||||||
|
|
||||||
|
|
||||||
## File lists
|
|
||||||
# locale's
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
|
||||||
# HTML (1.0)
|
|
||||||
HTML_DIR=$(kde-config --expandvars --install html)
|
|
||||||
if [ -d %{buildroot}$HTML_DIR ]; then
|
|
||||||
for lang_dir in %{buildroot}$HTML_DIR/* ; do
|
|
||||||
if [ -d $lang_dir ]; then
|
|
||||||
lang=$(basename $lang_dir)
|
|
||||||
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
|
||||||
# replace absolute symlinks with relative ones
|
|
||||||
pushd $lang_dir
|
|
||||||
for i in *; do
|
|
||||||
[ -d $i -a -L $i/common ] && %{__rm} -f $i/common && ln -sf ../common $i/common
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Show only in KDE, FIXME, need to re-evaluate these -- Rex
|
|
||||||
for i in fileshare kcmkrfb kcmktalkd kcmwifi krfb kppp kppplogview \
|
|
||||||
kwifimanager kget knewsticker ksirc kdict ; do
|
|
||||||
if [ -f %{buildroot}%{_datadir}/applications/kde/$i.desktop ] ; then
|
|
||||||
echo "OnlyShowIn=KDE;" >> %{buildroot}%{_datadir}/applications/kde/$i.desktop
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
%if %console_helper
|
|
||||||
# Run kppp through consolehelper
|
|
||||||
install -p -m644 -D %{SOURCE1} %{buildroot}/etc/pam.d/kppp3
|
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
|
||||||
mv %{buildroot}%{_bindir}/kppp %{buildroot}%{_sbindir}
|
|
||||||
ln -s consolehelper %{buildroot}%{_bindir}/kppp
|
|
||||||
mkdir -p %{buildroot}/etc/security/console.apps
|
|
||||||
cat > %{buildroot}/etc/security/console.apps/kppp3 <<EOF
|
|
||||||
USER=root
|
|
||||||
PROGRAM=%{_sbindir}/kppp
|
|
||||||
SESSION=true
|
|
||||||
EOF
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# ktalk
|
|
||||||
install -p -m 0644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.d/ktalk
|
|
||||||
|
|
||||||
# Add lisa startup script
|
|
||||||
install -p -m 0644 -D %{SOURCE4} %{buildroot}%{_sysconfdir}/lisarc
|
|
||||||
install -p -m 0755 -D %{SOURCE5} %{buildroot}%{_initrddir}/lisa
|
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/chkconfig --add lisa ||:
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%preun
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
/sbin/chkconfig --del lisa ||:
|
|
||||||
/sbin/service lisa stop > /dev/null 2>&1 ||:
|
|
||||||
fi
|
|
||||||
|
|
||||||
%post libs
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun libs
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%post extras
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
%postun extras
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files extras
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
|
|
||||||
# ksirc
|
|
||||||
%{_docdir}/HTML/??/ksirc/
|
|
||||||
%{_bindir}/ksirc
|
|
||||||
%{_libdir}/libkdeinit_ksirc.*
|
|
||||||
%{_libdir}/kde3/ksirc.*
|
|
||||||
%{_datadir}/applications/kde/ksirc.desktop
|
|
||||||
%{_datadir}/apps/ksirc/
|
|
||||||
%config(noreplace) %{_datadir}/config/ksircrc
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/ksirc.*
|
|
||||||
|
|
||||||
# kdict
|
|
||||||
%{_docdir}/HTML/en/kdict
|
|
||||||
%{_bindir}/kdict
|
|
||||||
%{_libdir}/kde3/kdict*
|
|
||||||
%{_libdir}/libkdeinit_kdict.*
|
|
||||||
%{_datadir}/applications/kde/kdict.desktop
|
|
||||||
%{_datadir}/apps/kdict
|
|
||||||
%{_datadir}/apps/kicker/applets/kdictapplet.desktop
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/kdict.*
|
|
||||||
|
|
||||||
# ktalk
|
|
||||||
%{_docdir}/HTML/en/ktalkd
|
|
||||||
%{_bindir}/ktalkd*
|
|
||||||
%{_libdir}/kde3/kcm_ktalkd.*
|
|
||||||
%{_datadir}/applications/kde/kcmktalkd.desktop
|
|
||||||
%config(noreplace) %{_datadir}/config/ktalkdrc
|
|
||||||
%{_datadir}/icons/crystalsvg/*/apps/ktalkd.*
|
|
||||||
%{_datadir}/sounds/ktalkd.wav
|
|
||||||
%config(noreplace) %{_sysconfdir}/xinetd.d/ktalk
|
|
||||||
|
|
||||||
# kpf
|
|
||||||
%{_docdir}/HTML/en/kpf
|
|
||||||
%{_libdir}/kde3/kpf*
|
|
||||||
%{_datadir}/apps/kicker/applets/kpfapplet.desktop
|
|
||||||
%{_datadir}/icons/crystalsvg/*/apps/kpf.*
|
|
||||||
%{_datadir}/services/kpfpropertiesdialogplugin.desktop
|
|
||||||
|
|
||||||
%if "%{?_with_wifi:1}" == "1"
|
|
||||||
# kwifimanager
|
|
||||||
%doc %{_docdir}/HTML/en/kwifimanager
|
|
||||||
%{_bindir}/kwifimanager
|
|
||||||
%{_libdir}/kde3/kcm_wifi.*
|
|
||||||
%{_datadir}/applications/kde/kcmwifi.desktop
|
|
||||||
%{_datadir}/applications/kde/kwifimanager.desktop
|
|
||||||
%{_datadir}/apps/kwifimanager
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/kwifimanager.png
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if "%{?_with_xmms:1}" == "1"
|
|
||||||
#files nowlistening
|
|
||||||
#defattr(-,root,root,-)
|
|
||||||
%{_datadir}/apps/kopete/*nowlisteningchatui*
|
|
||||||
%{_datadir}/apps/kopete/*nowlisteningui*
|
|
||||||
%{_datadir}/services/kconfiguredialog/*nowlistening*
|
|
||||||
%{_datadir}/services/*nowlistening*
|
|
||||||
%{_libdir}/kde3/*nowlistening*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README
|
|
||||||
|
|
||||||
# ksirc
|
|
||||||
%exclude %{_bindir}/ksirc
|
|
||||||
%exclude %{_libdir}/libkdeinit_ksirc.*
|
|
||||||
%exclude %{_libdir}/kde3/ksirc.*
|
|
||||||
%exclude %{_datadir}/applications/kde/ksirc.desktop
|
|
||||||
%exclude %{_datadir}/apps/ksirc/
|
|
||||||
%exclude %{_datadir}/config/ksircrc
|
|
||||||
%exclude %{_docdir}/HTML/??/ksirc/
|
|
||||||
%exclude %{_datadir}/icons/hicolor/??x??/apps/ksirc.png
|
|
||||||
|
|
||||||
# kdict
|
|
||||||
%exclude %{_docdir}/HTML/en/kdict
|
|
||||||
%exclude %{_bindir}/kdict
|
|
||||||
%exclude %{_libdir}/kde3/kdict*
|
|
||||||
%exclude %{_libdir}/libkdeinit_kdict.*
|
|
||||||
%exclude %{_datadir}/applications/kde/kdict.desktop
|
|
||||||
%exclude %{_datadir}/apps/kdict
|
|
||||||
%exclude %{_datadir}/apps/kicker/applets/kdictapplet.desktop
|
|
||||||
%exclude %{_datadir}/icons/hicolor/128x128/apps/kdict.png
|
|
||||||
%exclude %{_datadir}/icons/hicolor/??x??/apps/kdict.png
|
|
||||||
%exclude %{_datadir}/icons/hicolor/scalable/apps/kdict.svgz
|
|
||||||
|
|
||||||
# ktalk
|
|
||||||
%exclude %{_docdir}/HTML/en/ktalkd
|
|
||||||
%exclude %{_sysconfdir}/xinetd.d/ktalk
|
|
||||||
%exclude %{_bindir}/ktalkd*
|
|
||||||
%exclude %{_libdir}/kde3/kcm_ktalkd.*
|
|
||||||
%exclude %{_datadir}/applications/kde/kcmktalkd.desktop
|
|
||||||
%exclude %{_datadir}/config/ktalkdrc
|
|
||||||
%exclude %{_datadir}/icons/crystalsvg/128x128/apps/ktalkd.png
|
|
||||||
%exclude %{_datadir}/icons/crystalsvg/??x??/apps/ktalkd.png
|
|
||||||
%exclude %{_datadir}/sounds/ktalkd.wav
|
|
||||||
|
|
||||||
# kpf
|
|
||||||
%exclude %{_libdir}/kde3/kpf*
|
|
||||||
%exclude %{_datadir}/apps/kicker/applets/kpfapplet.desktop
|
|
||||||
%exclude %{_docdir}/HTML/en/kpf
|
|
||||||
%exclude %{_datadir}/icons/crystalsvg/??x??/apps/kpf.png
|
|
||||||
%exclude %{_datadir}/services/kpfpropertiesdialogplugin.desktop
|
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
# kwifimanager
|
|
||||||
%exclude %{_bindir}/kwifimanager
|
|
||||||
%exclude %{_libdir}/kde3/kcm_wifi.*
|
|
||||||
%exclude %{_datadir}/applications/kde/kcmwifi.desktop
|
|
||||||
%exclude %{_datadir}/applications/kde/kwifimanager.desktop
|
|
||||||
%exclude %{_datadir}/apps/kwifimanager
|
|
||||||
%exclude %{_docdir}/HTML/en/kwifimanager
|
|
||||||
%exclude %{_datadir}/icons/hicolor/128x128/apps/kwifimanager.png
|
|
||||||
%exclude %{_datadir}/icons/hicolor/??x??/apps/kwifimanager.png
|
|
||||||
%exclude %{_datadir}/icons/hicolor/scalable/apps/kwifimanager.svgz
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# nowlistening
|
|
||||||
%if "%{?_with_xmms:1}" == "1"
|
|
||||||
%exclude %{_datadir}/apps/kopete/*nowlisteningchatui*
|
|
||||||
%exclude %{_datadir}/apps/kopete/*nowlisteningui*
|
|
||||||
%exclude %{_datadir}/services/kconfiguredialog/*nowlistening*
|
|
||||||
%exclude %{_datadir}/services/*nowlistening*
|
|
||||||
%exclude %{_libdir}/kde3/*nowlistening*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%{_docdir}/HTML/en/*
|
|
||||||
%if %console_helper
|
|
||||||
%config(noreplace) /etc/security/console.apps/kppp3
|
|
||||||
%config(noreplace) /etc/pam.d/kppp3
|
|
||||||
%{_sbindir}/kppp
|
|
||||||
%else
|
|
||||||
%attr(4755,root,root) %{_bindir}/kppp
|
|
||||||
%endif
|
|
||||||
%config(noreplace) %{_sysconfdir}/lisarc
|
|
||||||
%config(noreplace) %{_initrddir}/lisa
|
|
||||||
%{_libdir}/libkdeinit_*.so
|
|
||||||
%if "%{?_with_wifi:1}" == "1"
|
|
||||||
%{_libdir}/libkwireless.*
|
|
||||||
%endif
|
|
||||||
%{_libdir}/kde3/*
|
|
||||||
%{_libdir}/kconf_update_bin/*
|
|
||||||
%{_bindir}/*
|
|
||||||
%{_datadir}/apps/*
|
|
||||||
%{_datadir}/applications/kde/*
|
|
||||||
%{_datadir}/applnk/.hidden/*
|
|
||||||
%{_datadir}/config/*
|
|
||||||
%{_datadir}/config.kcfg/*
|
|
||||||
%{_datadir}/icons/*/*/*/*
|
|
||||||
%{_datadir}/mimelnk/*
|
|
||||||
%{_datadir}/services/*
|
|
||||||
%{_datadir}/servicetypes/*
|
|
||||||
%{_datadir}/sounds/*
|
|
||||||
|
|
||||||
%files libs
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libkopete*.so.*
|
|
||||||
%{_libdir}/libkopete*.la
|
|
||||||
%{_libdir}/librss.so.*
|
|
||||||
%{_libdir}/librss.la
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/kde/*
|
|
||||||
%{_libdir}/libkopete*.so
|
|
||||||
%{_libdir}/librss.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Sep 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-5
|
|
||||||
- Add support for RHEL5
|
|
||||||
|
|
||||||
* Sun Sep 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-4
|
|
||||||
- Import to GIT
|
|
||||||
|
|
||||||
* Tue Aug 23 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-3
|
|
||||||
- Add correction for Fedora 15
|
|
||||||
- Add patch7 for V4L compilation
|
|
||||||
|
|
||||||
* Mon Aug 22 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-2
|
|
||||||
- Correct macro to install under "/opt", if desired
|
|
||||||
|
|
||||||
* Fri Aug 05 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-1
|
|
||||||
- Initial version
|
|
||||||
- Spec file based on Fedora 8 "kdenetwork 7:3.5.10-1"
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
#include "kdemacros.h"
|
|
||||||
extern "C" KDE_EXPORT void *init_libkopete_msn_shared();
|
|
||||||
extern "C" KDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }
|
|
@ -1,20 +0,0 @@
|
|||||||
commit 5c988de1bdaf2c4cf692e6c195375607a8c67ab0
|
|
||||||
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
|
||||||
Date: 1343320500 -0500
|
|
||||||
|
|
||||||
Fix a fatal error message
|
|
||||||
Thanks to 'Nix' for the patch!
|
|
||||||
|
|
||||||
diff --git a/kopete/plugins/netmeeting/CMakeLists.txt b/kopete/plugins/netmeeting/CMakeLists.txt
|
|
||||||
index b6cc031..318b672 100644
|
|
||||||
--- a/kopete/plugins/netmeeting/CMakeLists.txt
|
|
||||||
+++ b/kopete/plugins/netmeeting/CMakeLists.txt
|
|
||||||
@@ -10,7 +10,7 @@
|
|
||||||
#################################################
|
|
||||||
|
|
||||||
if( NOT BUILD_KOPETE_PROTOCOL_MSN )
|
|
||||||
- tde_message_error( "netmeeting plugin needs msn protocol.\n Add -DBUILD_KOPETE_PROTOCOL_MSN=ON to cmake flags." )
|
|
||||||
+ tde_message_fatal( "netmeeting plugin needs msn protocol.\n Add -DBUILD_KOPETE_PROTOCOL_MSN=ON to cmake flags." )
|
|
||||||
endif( )
|
|
||||||
|
|
||||||
include_directories(
|
|
@ -1,97 +0,0 @@
|
|||||||
commit 3516f9bc3f3af5ae21cdbd2d3af835645cf72274
|
|
||||||
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
|
||||||
Date: 1327531037 -0600
|
|
||||||
|
|
||||||
Fix linear alphabet string errors
|
|
||||||
|
|
||||||
diff --git a/kopete/protocols/jabber/jingle/libjingle/talk/base/base64.cc b/kopete/protocols/jabber/jingle/libjingle/talk/base/base64.cc
|
|
||||||
index 63130db..e0ec1b9 100644
|
|
||||||
--- a/kopete/protocols/jabber/jingle/libjingle/talk/base/base64.cc
|
|
||||||
+++ b/kopete/protocols/jabber/jingle/libjingle/talk/base/base64.cc
|
|
||||||
@@ -24,7 +24,7 @@ static const string::size_type np = string::npos;
|
|
||||||
const string Base64::Base64Table(
|
|
||||||
// 0000000000111111111122222222223333333333444444444455555555556666
|
|
||||||
// 0123456789012345678901234567890123456789012345678901234567890123
|
|
||||||
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/");
|
|
||||||
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/");
|
|
||||||
|
|
||||||
// Decode Table gives the index of any valid base64 character in the Base64 table]
|
|
||||||
// 65 == A, 97 == a, 48 == 0, 43 == +, 47 == /
|
|
||||||
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp b/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
|
|
||||||
index fcdd3d4..06df3f7 100644
|
|
||||||
--- a/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
|
|
||||||
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
|
|
||||||
@@ -44,7 +44,7 @@ TQByteArray Base64::encode(const TQByteArray &s)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
int len = s.size();
|
|
||||||
- char tbl[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
||||||
+ char tbl[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
||||||
int a, b, c;
|
|
||||||
|
|
||||||
TQByteArray p((len+2)/3*4);
|
|
||||||
diff --git a/kopete/protocols/oscar/liboscar/md5.c b/kopete/protocols/oscar/liboscar/md5.c
|
|
||||||
index 1ca18d1..e627358 100644
|
|
||||||
--- a/kopete/protocols/oscar/liboscar/md5.c
|
|
||||||
+++ b/kopete/protocols/oscar/liboscar/md5.c
|
|
||||||
@@ -55,7 +55,7 @@ main()
|
|
||||||
"abc", /*900150983cd24fb0d6963f7d28e17f72*/
|
|
||||||
"message digest", /*f96b697d7cb7938d525a2f31aaf161d0*/
|
|
||||||
"abcdefghijklmnopqrstuvwxyz", /*c3fcd3d76192e4007dfb496cca67e13b*/
|
|
||||||
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
|
||||||
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
|
||||||
/*d174ab98d277d9f5a5611c2c9f419d9f*/
|
|
||||||
"12345678901234567890123456789012345678901234567890123456789012345678901234567890" /*57edf4a22be3c955ac49da2e2107b67a*/
|
|
||||||
};
|
|
||||||
diff --git a/kopete/protocols/yahoo/libkyahoo/crypt.c b/kopete/protocols/yahoo/libkyahoo/crypt.c
|
|
||||||
index 76620bc..ee15c34 100644
|
|
||||||
--- a/kopete/protocols/yahoo/libkyahoo/crypt.c
|
|
||||||
+++ b/kopete/protocols/yahoo/libkyahoo/crypt.c
|
|
||||||
@@ -45,7 +45,7 @@ static const char md5_salt_prefix[] = "$1$";
|
|
||||||
|
|
||||||
/* Table with characters for base64 transformation. */
|
|
||||||
static const char b64t[64] =
|
|
||||||
-"./0123456789ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
|
||||||
+"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
|
||||||
|
|
||||||
char *yahoo_crypt(const char *key, const char *salt);
|
|
||||||
|
|
||||||
diff --git a/kopete/protocols/yahoo/libkyahoo/libyahoo.c b/kopete/protocols/yahoo/libkyahoo/libyahoo.c
|
|
||||||
index 32e6f2b..a97e7be 100644
|
|
||||||
--- a/kopete/protocols/yahoo/libkyahoo/libyahoo.c
|
|
||||||
+++ b/kopete/protocols/yahoo/libkyahoo/libyahoo.c
|
|
||||||
@@ -60,7 +60,7 @@ extern char *yahoo_crypt(char *, char *);
|
|
||||||
void yahooBase64(unsigned char *out, const unsigned char *in, int inlen)
|
|
||||||
/* raw bytes in quasi-big-endian order to base 64 string (NUL-terminated) */
|
|
||||||
{
|
|
||||||
- char base64digits[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
||||||
+ char base64digits[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
||||||
"abcdefghijklmnopqrstuvwxyz"
|
|
||||||
"0123456789._";
|
|
||||||
|
|
||||||
diff --git a/kopete/protocols/yahoo/libkyahoo/md5.c b/kopete/protocols/yahoo/libkyahoo/md5.c
|
|
||||||
index 5bc2c13..5a537e0 100644
|
|
||||||
--- a/kopete/protocols/yahoo/libkyahoo/md5.c
|
|
||||||
+++ b/kopete/protocols/yahoo/libkyahoo/md5.c
|
|
||||||
@@ -69,7 +69,7 @@ main()
|
|
||||||
"abc", /*900150983cd24fb0d6963f7d28e17f72*/
|
|
||||||
"message digest", /*f96b697d7cb7938d525a2f31aaf161d0*/
|
|
||||||
"abcdefghijklmnopqrstuvwxyz", /*c3fcd3d76192e4007dfb496cca67e13b*/
|
|
||||||
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
|
||||||
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
|
||||||
/*d174ab98d277d9f5a5611c2c9f419d9f*/
|
|
||||||
"12345678901234567890123456789012345678901234567890123456789012345678901234567890" /*57edf4a22be3c955ac49da2e2107b67a*/
|
|
||||||
};
|
|
||||||
diff --git a/kppp/providerdb.cpp b/kppp/providerdb.cpp
|
|
||||||
index d7f6004..4129754 100644
|
|
||||||
--- a/kppp/providerdb.cpp
|
|
||||||
+++ b/kppp/providerdb.cpp
|
|
||||||
@@ -44,7 +44,7 @@
|
|
||||||
#include <ksimpleconfig.h>
|
|
||||||
|
|
||||||
|
|
||||||
-#define UNENCODED_CHARS "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_"
|
|
||||||
+#define UNENCODED_CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_"
|
|
||||||
|
|
||||||
TQWizard* ProviderDB::wiz = 0L;
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
|||||||
commit 0a2892edc380aa11fb5474004e02fd4d86abdec1
|
|
||||||
Author: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
Date: 1340214777 +0200
|
|
||||||
|
|
||||||
Fix html special chars in kopete nowlistening plugin
|
|
||||||
This partially resolves Bug 944
|
|
||||||
|
|
||||||
diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.cpp b/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
index a914818..1f1fed5 100644
|
|
||||||
--- a/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
+++ b/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
|
|
||||||
#include <tqtimer.h>
|
|
||||||
#include <tqstringlist.h>
|
|
||||||
+#include <tqstylesheet.h>
|
|
||||||
#include <tqregexp.h>
|
|
||||||
|
|
||||||
#include <kdebug.h>
|
|
||||||
@@ -189,7 +190,7 @@ void NowListeningPlugin::slotOutgoingMessage(Kopete::Message& msg)
|
|
||||||
if(!NowListeningConfig::self()->chatAdvertising())
|
|
||||||
return;
|
|
||||||
|
|
||||||
- TQString originalBody = msg.plainBody();
|
|
||||||
+ TQString originalBody = msg.escapedBody();
|
|
||||||
|
|
||||||
// If it is a /media message, don't process it
|
|
||||||
if(originalBody.startsWith(NowListeningConfig::self()->header()))
|
|
||||||
@@ -222,7 +223,7 @@ void NowListeningPlugin::slotOutgoingMessage(Kopete::Message& msg)
|
|
||||||
{
|
|
||||||
TQString advert = mediaPlayerAdvert(false); // false since newTrackPlaying() did the update
|
|
||||||
if( !advert.isEmpty() )
|
|
||||||
- newBody = originalBody + "<br>" + advert;
|
|
||||||
+ newBody = originalBody + "<br>" + TQStyleSheet::escape(advert);
|
|
||||||
|
|
||||||
// If we send because the information has changed since it was last sent, we must
|
|
||||||
// rebuild the list of contacts the latest information was sent to.
|
|
||||||
@@ -501,7 +502,7 @@ void NowListeningPlugin::advertiseToChat( Kopete::ChatSession *theChat, TQString
|
|
||||||
pl,
|
|
||||||
message,
|
|
||||||
Kopete::Message::Outbound,
|
|
||||||
- Kopete::Message::RichText );
|
|
||||||
+ Kopete::Message::PlainText );
|
|
||||||
theChat->sendMessage( msg );
|
|
||||||
}
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
|||||||
commit 2d699f523902244113eeec627ca6b9b18b740da0
|
|
||||||
Author: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
Date: 1340214777 +0200
|
|
||||||
|
|
||||||
Fix html special chars in kopete nowlistening plugin
|
|
||||||
This partially resolves Bug 994
|
|
||||||
|
|
||||||
diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.cpp b/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
index a914818..1f1fed5 100644
|
|
||||||
--- a/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
+++ b/kopete/plugins/nowlistening/nowlisteningplugin.cpp
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
|
|
||||||
#include <tqtimer.h>
|
|
||||||
#include <tqstringlist.h>
|
|
||||||
+#include <tqstylesheet.h>
|
|
||||||
#include <tqregexp.h>
|
|
||||||
|
|
||||||
#include <kdebug.h>
|
|
||||||
@@ -189,7 +190,7 @@ void NowListeningPlugin::slotOutgoingMessage(Kopete::Message& msg)
|
|
||||||
if(!NowListeningConfig::self()->chatAdvertising())
|
|
||||||
return;
|
|
||||||
|
|
||||||
- TQString originalBody = msg.plainBody();
|
|
||||||
+ TQString originalBody = msg.escapedBody();
|
|
||||||
|
|
||||||
// If it is a /media message, don't process it
|
|
||||||
if(originalBody.startsWith(NowListeningConfig::self()->header()))
|
|
||||||
@@ -222,7 +223,7 @@ void NowListeningPlugin::slotOutgoingMessage(Kopete::Message& msg)
|
|
||||||
{
|
|
||||||
TQString advert = mediaPlayerAdvert(false); // false since newTrackPlaying() did the update
|
|
||||||
if( !advert.isEmpty() )
|
|
||||||
- newBody = originalBody + "<br>" + advert;
|
|
||||||
+ newBody = originalBody + "<br>" + TQStyleSheet::escape(advert);
|
|
||||||
|
|
||||||
// If we send because the information has changed since it was last sent, we must
|
|
||||||
// rebuild the list of contacts the latest information was sent to.
|
|
||||||
@@ -501,7 +502,7 @@ void NowListeningPlugin::advertiseToChat( Kopete::ChatSession *theChat, TQString
|
|
||||||
pl,
|
|
||||||
message,
|
|
||||||
Kopete::Message::Outbound,
|
|
||||||
- Kopete::Message::RichText );
|
|
||||||
+ Kopete::Message::PlainText );
|
|
||||||
theChat->sendMessage( msg );
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
|||||||
commit 35c41f35b08e981caa062f963ad2611ee6ef35a9
|
|
||||||
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
|
||||||
Date: 1343320733 -0500
|
|
||||||
|
|
||||||
Fix a parallel build bug
|
|
||||||
Thanks to 'Nix' for the patch!
|
|
||||||
|
|
||||||
diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt
|
|
||||||
index f6477d1..26d94f5 100644
|
|
||||||
--- a/filesharing/advanced/propsdlgplugin/CMakeLists.txt
|
|
||||||
+++ b/filesharing/advanced/propsdlgplugin/CMakeLists.txt
|
|
||||||
@@ -32,6 +32,7 @@ install( FILES
|
|
||||||
|
|
||||||
tde_add_library( propsdlgplugin_common STATIC_PIC AUTOMOC
|
|
||||||
SOURCES propertiespage.cpp propertiespagegui.ui
|
|
||||||
+ DEPENDENCIES filesharesamba
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
@ -1,66 +0,0 @@
|
|||||||
commit f670853164f8a23f3656fa9de72b12b962b9bcaa
|
|
||||||
Author: Slávek Banko <slavek.banko@axis.cz>
|
|
||||||
Date: 1339294006 +0200
|
|
||||||
|
|
||||||
Improve Kaffeine support in Kopete now listening plugin
|
|
||||||
|
|
||||||
diff --git a/kopete/plugins/nowlistening/nlkaffeine.cpp b/kopete/plugins/nowlistening/nlkaffeine.cpp
|
|
||||||
index c2b70ba..77dd84c 100644
|
|
||||||
--- a/kopete/plugins/nowlistening/nlkaffeine.cpp
|
|
||||||
+++ b/kopete/plugins/nowlistening/nlkaffeine.cpp
|
|
||||||
@@ -40,7 +40,7 @@ void NLKaffeine::update()
|
|
||||||
m_newTrack = false;
|
|
||||||
TQString newTrack;
|
|
||||||
bool error = true; // Asume we have a error first.
|
|
||||||
- TQCString kaffeineIface("Kaffeine"), kaffeineGetTrack("getTitle()");
|
|
||||||
+ TQCString kaffeineIface("KaffeineIface"), kaffeineGetTrack("title()");
|
|
||||||
|
|
||||||
// see if kaffeine is registered with DCOP
|
|
||||||
if ( m_client->isApplicationRegistered( "kaffeine" ) )
|
|
||||||
@@ -52,10 +52,10 @@ void NLKaffeine::update()
|
|
||||||
if ( !m_client->call( "kaffeine", kaffeineIface, "isPlaying()", data,
|
|
||||||
replyType, replyData ) )
|
|
||||||
{
|
|
||||||
- kdDebug ( 14307 ) << k_funcinfo << " Trying DCOP interface of Kaffeine >= 0.5" << endl;
|
|
||||||
- // Trying with the new Kaffeine DCOP interface (>=0.5)
|
|
||||||
- kaffeineIface = "KaffeineIface";
|
|
||||||
- kaffeineGetTrack = "title()";
|
|
||||||
+ kdDebug ( 14307 ) << k_funcinfo << " Trying DCOP interface of Kaffeine < 0.5" << endl;
|
|
||||||
+ // Trying with the old Kaffeine DCOP interface (<0.5)
|
|
||||||
+ kaffeineIface = "Kaffeine";
|
|
||||||
+ kaffeineGetTrack = "getTitle()";
|
|
||||||
if( !m_client->call( "kaffeine", kaffeineIface, "isPlaying()", data, replyType, replyData ) )
|
|
||||||
{
|
|
||||||
kdDebug( 14307 ) << k_funcinfo << " DCOP error on Kaffeine." << endl;
|
|
||||||
@@ -94,6 +94,31 @@ void NLKaffeine::update()
|
|
||||||
m_newTrack = true;
|
|
||||||
m_track = newTrack;
|
|
||||||
}
|
|
||||||
+ if ( kaffeineIface == "Kaffeine" )
|
|
||||||
+ {
|
|
||||||
+ // old Kaffeine DCOP interface (<0.5)
|
|
||||||
+ return;
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
+ if ( m_client->call( "kaffeine", kaffeineIface, "album()", data,
|
|
||||||
+ replyType, replyData ) )
|
|
||||||
+ {
|
|
||||||
+ TQDataStream reply( replyData, IO_ReadOnly );
|
|
||||||
+
|
|
||||||
+ if ( replyType == TQSTRING_OBJECT_NAME_STRING ) {
|
|
||||||
+ reply >> m_album;
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
+ if ( m_client->call( "kaffeine", kaffeineIface, "artist()", data,
|
|
||||||
+ replyType, replyData ) )
|
|
||||||
+ {
|
|
||||||
+ TQDataStream reply( replyData, IO_ReadOnly );
|
|
||||||
+
|
|
||||||
+ if ( replyType == TQSTRING_OBJECT_NAME_STRING ) {
|
|
||||||
+ reply >> m_artist;
|
|
||||||
+ }
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
else
|
|
||||||
kdDebug ( 14307 ) << "Kaffeine is not running!\n" << endl;
|
|
@ -1,30 +0,0 @@
|
|||||||
--- kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/base/sigslot.h.ORI 2011-11-27 05:38:43.500726484 -0500
|
|
||||||
+++ kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/base/sigslot.h 2011-11-27 05:39:19.901925857 -0500
|
|
||||||
@@ -80,6 +80,7 @@
|
|
||||||
|
|
||||||
#include <set>
|
|
||||||
#include <list>
|
|
||||||
+#include <cstddef>
|
|
||||||
|
|
||||||
// On our copy of sigslot.h, we force single threading
|
|
||||||
#define SIGSLOT_PURE_ISO
|
|
||||||
--- kdenetwork/kopete/protocols/jabber/CMakeLists.txt.ORI 2011-11-27 05:55:08.369780670 -0500
|
|
||||||
+++ kdenetwork/kopete/protocols/jabber/CMakeLists.txt 2011-11-27 05:55:12.350662883 -0500
|
|
||||||
@@ -80,6 +80,6 @@
|
|
||||||
jabberclient-static kopetejabberui-static
|
|
||||||
iris_jabber-static iris_xmpp_core-static iris_xmpp_im-static iris-static
|
|
||||||
qca-static cutestuff_network-static cutestuff_util-static ${JINGLE_LIBRARIES}
|
|
||||||
- kopete-shared
|
|
||||||
+ kopete-shared idn
|
|
||||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
|
||||||
)
|
|
||||||
--- kdenetwork/kopete/protocols/jabber/kioslave/CMakeLists.txt.ORI 2011-11-27 06:01:44.412062605 -0500
|
|
||||||
+++ kdenetwork/kopete/protocols/jabber/kioslave/CMakeLists.txt 2011-11-27 06:01:56.658700254 -0500
|
|
||||||
@@ -37,6 +37,6 @@
|
|
||||||
LINK
|
|
||||||
jabberclient-static
|
|
||||||
iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
|
|
||||||
- qca-static cutestuff_network-static cutestuff_util-static kio-shared
|
|
||||||
+ qca-static cutestuff_network-static cutestuff_util-static kio-shared idn
|
|
||||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
|
||||||
)
|
|
@ -1,15 +0,0 @@
|
|||||||
--- kdenetwork/kopete/plugins/motionautoaway/motionawayplugin.cpp.ORI 2011-11-27 13:27:13.236739020 -0500
|
|
||||||
+++ kdenetwork/kopete/plugins/motionautoaway/motionawayplugin.cpp 2011-11-27 13:28:48.217257573 -0500
|
|
||||||
@@ -75,7 +75,12 @@
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
|
|
||||||
#define _LINUX_TIME_H
|
|
||||||
#endif
|
|
||||||
+
|
|
||||||
+#ifdef HAVE_LIBV4L1_VIDEODEV_H
|
|
||||||
+#include <libv4l1-videodev.h>
|
|
||||||
+#else
|
|
||||||
#include <linux/videodev.h>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
#define DEF_WIDTH 352
|
|
||||||
#define DEF_HEIGHT 288
|
|
@ -1,10 +0,0 @@
|
|||||||
--- kdenetwork/kopete/protocols/msn/CMakeLists.txt.ORI 2011-11-27 05:05:56.814440165 -0500
|
|
||||||
+++ kdenetwork/kopete/protocols/msn/CMakeLists.txt 2011-11-27 05:10:21.605900492 -0500
|
|
||||||
@@ -28,6 +28,7 @@
|
|
||||||
${CMAKE_BINARY_DIR}
|
|
||||||
${CMAKE_SOURCE_DIR}/kopete/libkopete
|
|
||||||
${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
|
|
||||||
+ ${CMAKE_SOURCE_DIR}/kopete/libkopete/private
|
|
||||||
${TDE_INCLUDE_DIR}
|
|
||||||
${TQT_INCLUDE_DIRS}
|
|
||||||
)
|
|
@ -1,11 +0,0 @@
|
|||||||
--- kdenetwork/kopete/protocols/sms/services/smsclient.cpp.ORI 2011-11-27 05:22:47.001212554 -0500
|
|
||||||
+++ kdenetwork/kopete/protocols/sms/services/smsclient.cpp 2011-11-27 05:22:58.253085350 -0500
|
|
||||||
@@ -67,7 +67,7 @@
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
- TQString programName = c->readEntry(TQString("%1:%2").tqarg("SMSClient").tqarg("ProgramName"). TQString());
|
|
||||||
+ TQString programName = c->readEntry(TQString("%1:%2").tqarg("SMSClient").tqarg("ProgramName"), TQString());
|
|
||||||
if (programName.isNull())
|
|
||||||
programName = "/usr/bin/sms_client";
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
--- kdenetwork/wifi/CMakeLists.txt.ldflags 2011-10-29 04:43:38.000000000 +0200
|
|
||||||
+++ kdenetwork/wifi/CMakeLists.txt 2012-08-08 15:14:31.956605213 +0200
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
${CMAKE_BINARY_DIR}
|
|
||||||
${TDE_INCLUDE_DIR}
|
|
||||||
${TQT_INCLUDE_DIRS}
|
|
||||||
+ ${ARTS_INCLUDE_DIRS}/..
|
|
||||||
)
|
|
||||||
|
|
||||||
link_directories(
|
|
@ -1,108 +0,0 @@
|
|||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc 2011-06-21 20:37:08.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc 2011-11-28 18:20:03.852267846 -0600
|
|
||||||
@@ -31,7 +31,7 @@
|
|
||||||
#include "talk/p2p/client/sessionclient.h"
|
|
||||||
#include "talk/p2p/base/helpers.h"
|
|
||||||
#include "talk/base/logging.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmpp/constants.h"
|
|
||||||
#include "talk/xmllite/xmlprinter.h"
|
|
||||||
#include <iostream>
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc 2011-08-12 15:11:23.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc 2011-11-28 18:20:03.813268480 -0600
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
#include "talk/base/logging.h"
|
|
||||||
#include "talk/session/receiver.h"
|
|
||||||
#include "talk/session/phone/phonesessionclient.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
namespace {
|
|
||||||
|
|
||||||
const std::string NS_PHONE("http://www.google.com/session/phone");
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc 2011-06-21 20:37:11.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc 2011-11-28 18:20:04.262270904 -0600
|
|
||||||
@@ -28,7 +28,7 @@
|
|
||||||
#include <string>
|
|
||||||
#include "talk/base/common.h"
|
|
||||||
#include "talk/xmllite/xmlelement.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmllite/xmlconstants.h"
|
|
||||||
|
|
||||||
//#define new TRACK_NEW
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc 2011-06-21 20:37:11.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc 2011-11-28 18:20:04.268270508 -0600
|
|
||||||
@@ -32,7 +32,7 @@
|
|
||||||
|
|
||||||
#include "talk/base/common.h"
|
|
||||||
#include "talk/xmllite/xmlelement.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmllite/xmlparser.h"
|
|
||||||
#include "talk/xmllite/xmlbuilder.h"
|
|
||||||
#include "talk/xmllite/xmlprinter.h"
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h 2011-06-21 20:37:11.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h 2011-11-28 18:20:04.288018707 -0600
|
|
||||||
@@ -31,7 +31,7 @@
|
|
||||||
#include <iosfwd>
|
|
||||||
#include <string>
|
|
||||||
#include "talk/base/scoped_ptr.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
|
|
||||||
namespace buzz {
|
|
||||||
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h 2011-06-21 20:37:11.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h 2011-11-28 18:20:04.245270846 -0600
|
|
||||||
@@ -31,7 +31,7 @@
|
|
||||||
#include <string>
|
|
||||||
#include "talk/base/scoped_ptr.h"
|
|
||||||
#include "talk/base/stl_decl.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
|
|
||||||
namespace buzz {
|
|
||||||
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc 2011-06-21 20:37:09.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc 2011-11-28 18:20:03.076020148 -0600
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
#include "talk/base/basicdefs.h"
|
|
||||||
#include "talk/xmllite/xmlconstants.h"
|
|
||||||
#include "talk/xmllite/xmlelement.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmpp/jid.h"
|
|
||||||
#include "talk/xmpp/constants.h"
|
|
||||||
namespace buzz {
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h 2011-06-21 20:37:09.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h 2011-11-28 18:20:03.139020370 -0600
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
#define _CRICKET_XMPP_XMPPLIB_BUZZ_CONSTANTS_H_
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmpp/jid.h"
|
|
||||||
|
|
||||||
|
|
||||||
diff -urN /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h
|
|
||||||
--- /dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h 2011-06-21 20:37:09.000000000 -0500
|
|
||||||
+++ /dev/shm/kdenetwork.new/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h 2011-11-28 18:20:03.059020250 -0600
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
|
|
||||||
// also part of the API
|
|
||||||
#include "talk/xmpp/jid.h"
|
|
||||||
-#include "talk/xmllite/tqname.h"
|
|
||||||
+#include "talk/xmllite/qname.h"
|
|
||||||
#include "talk/xmllite/xmlelement.h"
|
|
||||||
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
|||||||
commit f86a25380b4901bbd828dde8f35adb5b789d40c6
|
|
||||||
Author: Darrell Anderson <humanreadable@yahoo.com>
|
|
||||||
Date: 1331690526 -0500
|
|
||||||
|
|
||||||
Remove "More Applications" from TDE menu.
|
|
||||||
This partially resolves bug report 653.
|
|
||||||
|
|
||||||
diff --git a/kdict/kdict.desktop b/kdict/kdict.desktop
|
|
||||||
index d274d23..0b63798 100644
|
|
||||||
--- a/kdict/kdict.desktop
|
|
||||||
+++ b/kdict/kdict.desktop
|
|
||||||
@@ -150,4 +150,4 @@ GenericName[zu]=Isichaza magama esixhumekile
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
X-DCOP-ServiceType=Unique
|
|
||||||
DocPath=kdict/index.html
|
|
||||||
-Categories=Qt;KDE;Network;X-KDE-More;Office;Dictionary;
|
|
||||||
+Categories=Qt;KDE;Network;Office;Dictionary;
|
|
||||||
diff --git a/knewsticker/knewsticker-standalone.desktop b/knewsticker/knewsticker-standalone.desktop
|
|
||||||
index b164e52..08d0d1e 100644
|
|
||||||
--- a/knewsticker/knewsticker-standalone.desktop
|
|
||||||
+++ b/knewsticker/knewsticker-standalone.desktop
|
|
||||||
@@ -92,5 +92,5 @@ GenericName[zu]=Umlungiseleli Wezindaba
|
|
||||||
Terminal=false
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
X-DCOP-ServiceType=Unique
|
|
||||||
-Categories=Qt;KDE;Network;X-KDE-More;News;
|
|
||||||
+Categories=Qt;KDE;Network;News;
|
|
||||||
NoDisplay=true
|
|
||||||
diff --git a/kppp/logview/kppplogview.desktop b/kppp/logview/kppplogview.desktop
|
|
||||||
index 39ba64f..401718f 100644
|
|
||||||
--- a/kppp/logview/kppplogview.desktop
|
|
||||||
+++ b/kppp/logview/kppplogview.desktop
|
|
||||||
@@ -74,5 +74,5 @@ Path=
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
X-DCOP-ServiceType=Multi
|
|
||||||
-Categories=Qt;KDE;Network;X-KDE-More;Dialup;
|
|
||||||
+Categories=Qt;KDE;Network;Dialup;
|
|
||||||
NoDisplay=true
|
|
@ -1,24 +0,0 @@
|
|||||||
From caedf8323c45b376c824de343f31de78664b2511 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Serghei Amelian <serghei.amelian@gmail.com>
|
|
||||||
Date: Sun, 12 Feb 2012 21:08:53 +0000
|
|
||||||
Subject: [TDEMacros.cmake] added tde_save_and_set() macro
|
|
||||||
|
|
||||||
---
|
|
||||||
diff --git a/modules/TDEMacros.cmake b/modules/TDEMacros.cmake
|
|
||||||
index 075b7eb..1091755 100644
|
|
||||||
--- a/modules/TDEMacros.cmake
|
|
||||||
+++ b/modules/TDEMacros.cmake
|
|
||||||
@@ -1283,6 +1283,11 @@ macro( tde_save )
|
|
||||||
endforeach()
|
|
||||||
endmacro()
|
|
||||||
|
|
||||||
+macro( tde_save_and_set _var )
|
|
||||||
+ set( __bak_${_var} ${${_var}} )
|
|
||||||
+ set( ${_var} ${ARGN} )
|
|
||||||
+endmacro( )
|
|
||||||
+
|
|
||||||
macro( tde_restore )
|
|
||||||
foreach( _var ${ARGN} )
|
|
||||||
set( ${_var} ${__bak_${_var}} )
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-39-g756e
|
|
@ -1,9 +0,0 @@
|
|||||||
--- kdenetwork-3.5.13.1/krfb/ConfigureChecks.cmake.ORI 2012-10-09 20:58:42.674713186 +0200
|
|
||||||
+++ kdenetwork-3.5.13.1/krfb/ConfigureChecks.cmake 2012-10-09 20:59:17.585002712 +0200
|
|
||||||
@@ -11,5 +11,5 @@
|
|
||||||
|
|
||||||
pkg_search_module( XTST xtst )
|
|
||||||
if( NOT XTST_FOUND )
|
|
||||||
- tde_message_fatal( "xtst is required, but was not found on your system" )
|
|
||||||
+ set( XTST_LIBRARIES "-lXtst" )
|
|
||||||
endif( )
|
|
@ -1,58 +0,0 @@
|
|||||||
commit 6f17856dec29f6a84d5e38b6db12fdc632cd4394
|
|
||||||
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
|
||||||
Date: 1339484900 -0500
|
|
||||||
|
|
||||||
Fix build errors
|
|
||||||
Thanks to Roman Savochenko for the patch!
|
|
||||||
|
|
||||||
diff --git a/kopete/protocols/jabber/kioslave/CMakeLists.txt b/kopete/protocols/jabber/kioslave/CMakeLists.txt
|
|
||||||
index 6c691ae..9539457 100644
|
|
||||||
--- a/kopete/protocols/jabber/kioslave/CMakeLists.txt
|
|
||||||
+++ b/kopete/protocols/jabber/kioslave/CMakeLists.txt
|
|
||||||
@@ -37,6 +37,6 @@ tde_add_kpart( kio_jabberdisco AUTOMOC
|
|
||||||
LINK
|
|
||||||
jabberclient-static idn
|
|
||||||
iris_xmpp_core-static iris_xmpp_im-static iris_jabber-static iris-static
|
|
||||||
- qca-static cutestuff_network-static cutestuff_util-static kio-shared idn
|
|
||||||
+ qca-static cutestuff_network-static cutestuff_util-static kio-shared
|
|
||||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
|
||||||
)
|
|
||||||
diff --git a/kopete/protocols/sms/services/smsclient.cpp b/kopete/protocols/sms/services/smsclient.cpp
|
|
||||||
index 9fb5a92..984e843 100644
|
|
||||||
--- a/kopete/protocols/sms/services/smsclient.cpp
|
|
||||||
+++ b/kopete/protocols/sms/services/smsclient.cpp
|
|
||||||
@@ -59,7 +59,7 @@ void SMSClient::send(const Kopete::Message& msg)
|
|
||||||
m_msg = msg;
|
|
||||||
|
|
||||||
KConfigGroup* c = m_account->configGroup();
|
|
||||||
- TQString provider = c->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProviderName");
|
|
||||||
+ TQString provider = c->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProviderName"));
|
|
||||||
|
|
||||||
if (provider.isNull())
|
|
||||||
{
|
|
||||||
@@ -67,7 +67,7 @@ void SMSClient::send(const Kopete::Message& msg)
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
- TQString programName = c->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProgramName");
|
|
||||||
+ TQString programName = c->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProgramName"));
|
|
||||||
if (programName.isNull())
|
|
||||||
programName = "/usr/bin/sms_client";
|
|
||||||
|
|
||||||
@@ -97,14 +97,14 @@ TQWidget* SMSClient::configureWidget(TQWidget* parent)
|
|
||||||
prefWidget->configDir->setMode(KFile::Directory);
|
|
||||||
TQString configDir;
|
|
||||||
if (m_account)
|
|
||||||
- configDir = m_account->configGroup()->readEntry(TQString("%1:%2").arg("SMSClient").arg("ConfigDir");
|
|
||||||
+ configDir = m_account->configGroup()->readEntry(TQString("%1:%2").arg("SMSClient").arg("ConfigDir"));
|
|
||||||
if (configDir.isNull())
|
|
||||||
configDir = "/etc/sms";
|
|
||||||
prefWidget->configDir->setURL(configDir);
|
|
||||||
|
|
||||||
TQString programName;
|
|
||||||
if (m_account)
|
|
||||||
- programName = m_account->configGroup()->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProgramName");
|
|
||||||
+ programName = m_account->configGroup()->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProgramName"));
|
|
||||||
if (programName.isNull())
|
|
||||||
programName = "/usr/bin/sms_client";
|
|
||||||
prefWidget->program->setURL(programName);
|
|
@ -1,14 +0,0 @@
|
|||||||
diff --git a/wifi/ConfigureChecks.cmake b/wifi/ConfigureChecks.cmake
|
|
||||||
index f3a7ddb..86ca98b 100644
|
|
||||||
--- a/wifi/ConfigureChecks.cmake
|
|
||||||
+++ b/wifi/ConfigureChecks.cmake
|
|
||||||
@@ -21,7 +21,9 @@ endif( )
|
|
||||||
|
|
||||||
|
|
||||||
# check for wireless tools
|
|
||||||
+tde_save_and_set( CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} "-lm" )
|
|
||||||
check_library_exists( iw iw_get_stats "" HAVE_IW )
|
|
||||||
+tde_restore( CMAKE_REQUIRED_FLAGS )
|
|
||||||
if( HAVE_IW )
|
|
||||||
check_include_file( iwlib.h HAVE_IWLIB_H )
|
|
||||||
# we need at least wireless tools >= 27
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,9 +0,0 @@
|
|||||||
diff -up kdenetwork-3.5.8/kppp/Kppp.desktop.kppp kdenetwork-3.5.8/kppp/Kppp.desktop
|
|
||||||
--- kdenetwork-3.5.8/kppp/Kppp.desktop.kppp 2007-10-08 04:49:13.000000000 -0500
|
|
||||||
+++ kdenetwork-3.5.8/kppp/Kppp.desktop 2007-10-13 16:03:03.000000000 -0500
|
|
||||||
@@ -66,5 +66,4 @@ Path=
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
-X-DCOP-ServiceType=Multi
|
|
||||||
Categories=Qt;KDE;Network;Dialup;
|
|
@ -1,33 +0,0 @@
|
|||||||
diff -ur kdenetwork-orig/krfb/krfb_httpd/krfb_httpd kdenetwork-3.5.9/krfb/krfb_httpd/krfb_httpd
|
|
||||||
--- kdenetwork-orig/krfb/krfb_httpd/krfb_httpd 2007-05-14 09:40:05.000000000 +0200
|
|
||||||
+++ kdenetwork-3.5.9/krfb/krfb_httpd/krfb_httpd 2008-02-26 12:43:21.000000000 +0100
|
|
||||||
@@ -6,17 +6,14 @@
|
|
||||||
fi
|
|
||||||
|
|
||||||
read request url httptype || exit 0
|
|
||||||
-url="${url/
|
|
||||||
-/}"
|
|
||||||
-httptype="${httptype/
|
|
||||||
-/}"
|
|
||||||
+url="${url/
/}"
|
|
||||||
+httptype="${httptype/
/}"
|
|
||||||
|
|
||||||
if [ "x$httptype" != "x" ]; then
|
|
||||||
line="x"
|
|
||||||
while [ -n "$line" ]; do
|
|
||||||
read line || exit 0
|
|
||||||
- line="${line/
|
|
||||||
-/}"
|
|
||||||
+ line="${line/
/}"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
# echo "url = $url, request = $request" >> /tmp/httpd.log
|
|
||||||
@@ -38,7 +35,7 @@
|
|
||||||
content="
|
|
||||||
<HTML><HEAD><TITLE>$LOGNAME's desktop</TITLE></HEAD>
|
|
||||||
<BODY>
|
|
||||||
-<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar WIDTH=$width HEIGHT=$height>
|
|
||||||
+<APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar WIDTH=$width HEIGHT=$height>
|
|
||||||
<param name=PORT value=$port>
|
|
||||||
</APPLET>
|
|
||||||
</BODY></HTML>"
|
|
@ -1,57 +0,0 @@
|
|||||||
*** kdenetwork/kopete/protocols/testbed/testbedaccount.h.ORI 2011-08-24 00:30:58.403965000 +0200
|
|
||||||
--- kdenetwork/kopete/protocols/testbed/testbedaccount.h 2011-08-24 00:31:29.706965000 +0200
|
|
||||||
***************
|
|
||||||
*** 59,65 ****
|
|
||||||
/**
|
|
||||||
* 'Connect' to the testbed server. Only sets myself() online.
|
|
||||||
*/
|
|
||||||
! virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus::OnlineStatus() );
|
|
||||||
/**
|
|
||||||
* Disconnect from the server. Only sets myself() offline.
|
|
||||||
*/
|
|
||||||
--- 59,65 ----
|
|
||||||
/**
|
|
||||||
* 'Connect' to the testbed server. Only sets myself() online.
|
|
||||||
*/
|
|
||||||
! virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus() );
|
|
||||||
/**
|
|
||||||
* Disconnect from the server. Only sets myself() offline.
|
|
||||||
*/
|
|
||||||
*** kdenetwork/kopete/kopete/contactlist/kopetegroupviewitem.cpp.ORI 2011-08-24 00:28:22.080965001 +0200
|
|
||||||
--- kdenetwork/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2011-08-24 00:28:36.149965002 +0200
|
|
||||||
***************
|
|
||||||
*** 175,181 ****
|
|
||||||
// the sorting itself is rather slow. Therefore we call delayedSort, which tries
|
|
||||||
// to group multiple sort requests into one.
|
|
||||||
using namespace Kopete::UI::ListView;
|
|
||||||
! if ( ListView::ListView *lv = dynamic_cast<ListView::ListView *>( listView() ) )
|
|
||||||
lv->delayedSort();
|
|
||||||
else
|
|
||||||
listView()->sort();
|
|
||||||
--- 175,181 ----
|
|
||||||
// the sorting itself is rather slow. Therefore we call delayedSort, which tries
|
|
||||||
// to group multiple sort requests into one.
|
|
||||||
using namespace Kopete::UI::ListView;
|
|
||||||
! if ( ListView *lv = dynamic_cast<ListView *>( listView() ) )
|
|
||||||
lv->delayedSort();
|
|
||||||
else
|
|
||||||
listView()->sort();
|
|
||||||
*** kdenetwork/kopete/kopete/chatwindow/krichtexteditpart.cpp.ORI 2011-08-24 00:29:00.953965001 +0200
|
|
||||||
--- kdenetwork/kopete/kopete/chatwindow/krichtexteditpart.cpp 2011-08-24 00:29:21.080965001 +0200
|
|
||||||
***************
|
|
||||||
*** 38,44 ****
|
|
||||||
KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *wparent, const char *wname, TQObject*, const char*, const TQStringList& )
|
|
||||||
: KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" )
|
|
||||||
{
|
|
||||||
! KopeteRichTextEditPart::KopeteRichTextEditPart( wparent, wname, false );
|
|
||||||
}
|
|
||||||
|
|
||||||
KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *parent, const char *name, int capabilities )
|
|
||||||
--- 38,44 ----
|
|
||||||
KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *wparent, const char *wname, TQObject*, const char*, const TQStringList& )
|
|
||||||
: KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" )
|
|
||||||
{
|
|
||||||
! KopeteRichTextEditPart( wparent, wname, false );
|
|
||||||
}
|
|
||||||
|
|
||||||
KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *parent, const char *name, int capabilities )
|
|
@ -1,91 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Startup script for LISa
|
|
||||||
#
|
|
||||||
# chkconfig: - 92 36
|
|
||||||
# description: LISa is a small daemon which is intended to run on \
|
|
||||||
# end user systems. It provides something like a \
|
|
||||||
# "network neighbourhood", but only relying on the TCP/IP \
|
|
||||||
# protocol stack, no smb or whatever.\
|
|
||||||
# The information about the hosts in your "neighbourhood" \
|
|
||||||
# is provided via TCP port 7741.
|
|
||||||
# processname: lisa
|
|
||||||
# config: /etc/lisarc
|
|
||||||
|
|
||||||
# Source function library.
|
|
||||||
. /etc/rc.d/init.d/functions
|
|
||||||
|
|
||||||
# Source function library.
|
|
||||||
if [ -f /etc/init.d/functions ] ; then
|
|
||||||
. /etc/init.d/functions
|
|
||||||
elif [ -f /etc/rc.d/init.d/functions ] ; then
|
|
||||||
. /etc/rc.d/init.d/functions
|
|
||||||
else
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Some definitions.
|
|
||||||
lisa=/usr/bin/lisa
|
|
||||||
prog=LISa
|
|
||||||
OPTIONS="--quiet --config=/etc/lisarc"
|
|
||||||
RETVAL=0
|
|
||||||
|
|
||||||
#
|
|
||||||
start() {
|
|
||||||
echo -n $"Starting $prog: "
|
|
||||||
daemon $lisa $OPTIONS
|
|
||||||
RETVAL=$?
|
|
||||||
echo
|
|
||||||
if [ $RETVAL = 0 ] ; then
|
|
||||||
touch /var/lock/subsys/lisa
|
|
||||||
else
|
|
||||||
RETVAL=1
|
|
||||||
fi
|
|
||||||
return $RETVAL
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
echo -n $"Stopping $prog: "
|
|
||||||
killproc $lisa
|
|
||||||
RETVAL=$?
|
|
||||||
echo
|
|
||||||
if [ $RETVAL = 0 ] ; then
|
|
||||||
rm -f /var/lock/subsys/lisa
|
|
||||||
else
|
|
||||||
RETVAL=1
|
|
||||||
fi
|
|
||||||
return $RETVAL
|
|
||||||
}
|
|
||||||
|
|
||||||
reload() {
|
|
||||||
echo -n $"Reloading $prog: "
|
|
||||||
killproc $lisa -HUP
|
|
||||||
RETVAL=$?
|
|
||||||
echo
|
|
||||||
}
|
|
||||||
|
|
||||||
# See how we were called.
|
|
||||||
case "$1" in
|
|
||||||
start)
|
|
||||||
start
|
|
||||||
;;
|
|
||||||
stop)
|
|
||||||
stop
|
|
||||||
;;
|
|
||||||
status)
|
|
||||||
status $lisa
|
|
||||||
RETVAL=$?
|
|
||||||
;;
|
|
||||||
restart)
|
|
||||||
stop
|
|
||||||
start
|
|
||||||
;;
|
|
||||||
condrestart)
|
|
||||||
[ -f /var/lock/subsys/lisa ] && restart
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo $"Usage: $prog {start|stop|restart|status|condrestart}"
|
|
||||||
exit 1
|
|
||||||
esac
|
|
||||||
|
|
||||||
exit $RETVAL
|
|
@ -1,10 +0,0 @@
|
|||||||
PingAddresses = 127.0.0.1/255.255.255.0;
|
|
||||||
PingNames =
|
|
||||||
AllowedAddresses = 127.0.0.1/255.255.255.0;
|
|
||||||
BroadcastNetwork = 127.0.0.1/255.255.255.0;
|
|
||||||
SearchUsingNmblookup = 0
|
|
||||||
FirstWait = 30
|
|
||||||
SecondWait = -1
|
|
||||||
UpdatePeriod = 150
|
|
||||||
DeliverUnnamedHosts = 1
|
|
||||||
MaxPingsAtOnce = 256
|
|
@ -1,42 +0,0 @@
|
|||||||
Index: kdenetwork/kopete/libkopete/avdevice/configure.in.in
|
|
||||||
===================================================================
|
|
||||||
--- kdenetwork/kopete/libkopete/avdevice/configure.in.in (revision 0)
|
|
||||||
+++ kdenetwork/kopete/libkopete/avdevice/configure.in.in (revision 1243951)
|
|
||||||
@@ -0,0 +1,21 @@
|
|
||||||
+# -- Check for libv4l1-videodev.h presence --------------------
|
|
||||||
+
|
|
||||||
+AC_MSG_CHECKING([for libv4l1-videodev.h])
|
|
||||||
+
|
|
||||||
+AC_TRY_COMPILE([
|
|
||||||
+#include <libv4l1-videodev.h>
|
|
||||||
+],
|
|
||||||
+[
|
|
||||||
+],
|
|
||||||
+ ac_have_libv4l1_videodev_h=yes
|
|
||||||
+,
|
|
||||||
+ ac_have_libv4l1_videodev_h=no
|
|
||||||
+)
|
|
||||||
+
|
|
||||||
+if test $ac_have_libv4l1_videodev_h = yes; then
|
|
||||||
+ AC_DEFINE(HAVE_LIBV4L1_VIDEODEV_H, 1, [Define if you have libv4l1-videodev.h installed])
|
|
||||||
+fi
|
|
||||||
+
|
|
||||||
+AC_MSG_RESULT($ac_have_libv4l1_videodev_h)
|
|
||||||
+
|
|
||||||
+# -- End libv4l1-videodev.h ----------------------------------------------
|
|
||||||
Index: kdenetwork/kopete/libkopete/avdevice/videodevice.h
|
|
||||||
===================================================================
|
|
||||||
--- kdenetwork/kopete/libkopete/avdevice/videodevice.h (revision 1243950)
|
|
||||||
+++ kdenetwork/kopete/libkopete/avdevice/videodevice.h (revision 1243951)
|
|
||||||
@@ -52,7 +52,11 @@
|
|
||||||
|
|
||||||
#include <linux/fs.h>
|
|
||||||
#include <linux/kernel.h>
|
|
||||||
+#if defined(HAVE_LIBV4L1_VIDEODEV_H)
|
|
||||||
+#include <libv4l1-videodev.h>
|
|
||||||
+#else
|
|
||||||
#include <linux/videodev.h>
|
|
||||||
+#endif
|
|
||||||
#define VIDEO_MODE_PAL_Nc 3
|
|
||||||
#define VIDEO_MODE_PAL_M 4
|
|
||||||
#define VIDEO_MODE_PAL_N 5
|
|
@ -1,35 +0,0 @@
|
|||||||
--- trinity-tdenetwork-3.5.13.2/kopete/plugins/motionautoaway/motionawayplugin.cpp.ORI 2013-06-17 19:40:31.327502606 +0200
|
|
||||||
+++ trinity-tdenetwork-3.5.13.2/kopete/plugins/motionautoaway/motionawayplugin.cpp 2013-06-17 19:43:02.745097904 +0200
|
|
||||||
@@ -44,32 +44,6 @@
|
|
||||||
|
|
||||||
#include "kopeteaccountmanager.h"
|
|
||||||
#include "kopeteaway.h"
|
|
||||||
-/* The following is a hack:
|
|
||||||
- * e.g. Mandrake 9.x ships with a patched
|
|
||||||
- * kernel which doesn't define this 64 bit types (we need GNU C lib
|
|
||||||
- * because we use long long and warning - gcc extensions.)
|
|
||||||
- *
|
|
||||||
- * This is caused by the !defined(__STRICT_ANSI__) check in
|
|
||||||
- * /usr/include/asm/types.h
|
|
||||||
- */
|
|
||||||
-#if !defined(__u64) && defined(__GNUC__)
|
|
||||||
-#if SIZEOF_UNSIGNED_LONG >= 8
|
|
||||||
-typedef unsigned long __u64;
|
|
||||||
-#else
|
|
||||||
-typedef unsigned long long __u64;
|
|
||||||
-#endif
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
-#if !defined(__s64) && defined(__GNUC__)
|
|
||||||
-#if SIZEOF_LONG >= 8
|
|
||||||
-typedef signed long __s64;
|
|
||||||
-#else
|
|
||||||
-typedef __signed__ long long __s64;
|
|
||||||
-#endif
|
|
||||||
-#endif
|
|
||||||
-/*
|
|
||||||
- * End hack
|
|
||||||
- */
|
|
||||||
|
|
||||||
#include <linux/version.h>
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
|
|
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
@ -1,228 +0,0 @@
|
|||||||
# Default version for this component
|
|
||||||
%if "%{?version}" == ""
|
|
||||||
%define version 3.5.12
|
|
||||||
%endif
|
|
||||||
%define release 2
|
|
||||||
|
|
||||||
# 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.12 specific building variables
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
%define tde_docdir %{_docdir}
|
|
||||||
%define tde_includedir %{_includedir}/kde
|
|
||||||
%define tde_libdir %{_libdir}/kde3
|
|
||||||
|
|
||||||
Name: trinity-kdewebdev
|
|
||||||
Version: %{?version}
|
|
||||||
Release: %{?release}%{?dist}%{?_variant}
|
|
||||||
License: GPL
|
|
||||||
Summary: Web development applications
|
|
||||||
Group: Applications/Editors
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdewebdev-%{version}.tar.gz
|
|
||||||
Source1: http://download.sourceforge.net/quanta/css.tar.bz2
|
|
||||||
Source2: http://download.sourceforge.net/quanta/html.tar.bz2
|
|
||||||
Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2
|
|
||||||
Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2
|
|
||||||
Source5: hi48-app-kxsldbg.png
|
|
||||||
|
|
||||||
Patch0: javascript.patch
|
|
||||||
Patch1: kdewebdev-3.5.4-kxsldbg-icons.patch
|
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-kdelibs-devel
|
|
||||||
BuildRequires: trinity-kdesdk-devel
|
|
||||||
BuildRequires: libxslt-devel libxml2-devel
|
|
||||||
%if 0%{?rhel} == 4
|
|
||||||
# a bogus dep in libexslt.la file from EL-4 (WONTFIX bug http://bugzilla.redhat.com/142241)
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl
|
|
||||||
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
# optional
|
|
||||||
Requires: tidy
|
|
||||||
|
|
||||||
Provides: kdewebdev3 = %{version}-%{release}
|
|
||||||
|
|
||||||
Obsoletes: quanta < %{version}-%{release}
|
|
||||||
Provides: quanta = %{version}-%{release}
|
|
||||||
|
|
||||||
%define kommander_ver 1.2.2
|
|
||||||
#Obsoletes: kommander < %{kommander_ver}-%{release}
|
|
||||||
Provides: kommander = %{kommander_ver}-%{release}
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}, including:
|
|
||||||
* kfilereplace: batch search and replace tool
|
|
||||||
* kimagemapeditor: HTML image map editor
|
|
||||||
* klinkstatus: link checker
|
|
||||||
* kommander: visual dialog building tool
|
|
||||||
* kxsldbg: xslt Debugger
|
|
||||||
* quanta+: web development
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: Header files and documentation for %{name}
|
|
||||||
Provides: kdewebdev3-devel = %{version}-%{release}
|
|
||||||
Requires: trinity-kdelibs-devel
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
Obsoletes: quanta-devel < %{version}-%{release}
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package libs
|
|
||||||
Summary: %{name} runtime libraries
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
Requires: trinity-kdelibs
|
|
||||||
# helps multilib upgrades
|
|
||||||
%description libs
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -a 1 -a 2 -a 3 -a 4 -n kdewebdev
|
|
||||||
%patch0 -p0 -b .javascript
|
|
||||||
%patch1 -p1 -b .kxsldbg-icons
|
|
||||||
|
|
||||||
install -m644 -p %{SOURCE5} kxsldbg/
|
|
||||||
|
|
||||||
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f admin/Makefile.common
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; source /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
|
||||||
|
|
||||||
%if 0%{?fedora} >= 15
|
|
||||||
export CXXFLAGS="${CXXFLAGS} -fpermissive"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--includedir=%{tde_includedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependancy-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{_includedir}/tqt \
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{?buildroot}
|
|
||||||
%__make install DESTDIR=%{?buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
## package separately? Why doesn't upstream include this? -- Rex
|
|
||||||
# install docs
|
|
||||||
for i in css html javascript ; do
|
|
||||||
pushd $i
|
|
||||||
./install.sh <<EOF
|
|
||||||
%{buildroot}%{_datadir}/apps/quanta/doc
|
|
||||||
EOF
|
|
||||||
popd
|
|
||||||
rm -rf $i
|
|
||||||
done
|
|
||||||
cp -a php php.docrc %{buildroot}%{_datadir}/apps/quanta/doc/
|
|
||||||
|
|
||||||
# make symlinks relative
|
|
||||||
pushd %{buildroot}%{tde_docdir}/HTML/en
|
|
||||||
for i in *; do
|
|
||||||
if [ -d $i -a -L $i/common ]; then
|
|
||||||
rm -f $i/common
|
|
||||||
ln -nfs ../common $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
|
|
||||||
# rpmdocs
|
|
||||||
for dir in k* quanta; do
|
|
||||||
for file in AUTHORS ChangeLog README TODO ; do
|
|
||||||
test -s "$dir/$file" && install -p -m644 -D "$dir/$file" "rpmdocs/$dir/$file"
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
for f in crystalsvg hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
|
||||||
%post libs
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun libs
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
||||||
%doc rpmdocs/*
|
|
||||||
%{_bindir}/*
|
|
||||||
%{tde_libdir}/*
|
|
||||||
%{_datadir}/applications/kde/*
|
|
||||||
%{_datadir}/applnk/.hidden/*
|
|
||||||
%{_datadir}/apps/*
|
|
||||||
%doc %{_datadir}/apps/quanta/doc
|
|
||||||
%{_datadir}/config.kcfg/*
|
|
||||||
%{_datadir}/icons/crystalsvg/*/*/*
|
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
|
||||||
%{_datadir}/icons/locolor/*/*/*
|
|
||||||
%{_datadir}/mimelnk/application/*
|
|
||||||
%{_datadir}/services/*
|
|
||||||
%{_datadir}/servicetypes/*
|
|
||||||
%{tde_docdir}/HTML/en/*
|
|
||||||
|
|
||||||
|
|
||||||
%files libs
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib*.so.*
|
|
||||||
%{_libdir}/lib*.la
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/lib*.so
|
|
||||||
%{tde_includedir}/*
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Mon Sep 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-2
|
|
||||||
- Add support for RHEL5
|
|
||||||
|
|
||||||
* Thu Sep 15 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-1
|
|
||||||
- Initial release for RHEL 6 / Fedora 15
|
|
||||||
- Use Spec file from Fedora8 "kdewebdev-3.5.10-1"
|
|
||||||
- Import to GIT
|
|
@ -1,22 +0,0 @@
|
|||||||
--- kdewebdev/kommander/plugin/Makefile.am.ORI 2012-07-30 20:43:40.366904851 +0200
|
|
||||||
+++ kdewebdev/kommander/plugin/Makefile.am 2012-07-30 20:43:52.205813593 +0200
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
|
|
||||||
|
|
||||||
# the libraries to link against.
|
|
||||||
-libkommanderplugin_la_LIBADD = $(LIB_KDEUI) $(LIB_QT)
|
|
||||||
+libkommanderplugin_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
|
|
||||||
|
|
||||||
libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp
|
|
||||||
|
|
||||||
--- kdewebdev/kommander/widget/Makefile.am.ORI 2012-07-30 20:49:46.120865640 +0200
|
|
||||||
+++ kdewebdev/kommander/widget/Makefile.am 2012-07-30 20:50:25.875198532 +0200
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
libkommanderwidget_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined
|
|
||||||
|
|
||||||
# the libraries to link against.
|
|
||||||
-libkommanderwidget_la_LIBADD = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT)
|
|
||||||
+libkommanderwidget_la_LIBADD = $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT) -lDCOP
|
|
||||||
|
|
||||||
libkommanderwidget_la_SOURCES = expression.cpp function.cpp functionlib.cpp \
|
|
||||||
invokeclass.cpp kmdrmainwindow.cpp kommanderfunctions.cpp kommanderwidget.cpp \
|
|
@ -1,566 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
%define tde_mandir %{tde_datadir}/man
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/tde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/tde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
Name: trinity-tdewebdev
|
|
||||||
Version: 3.5.13.1
|
|
||||||
Release: 1%{?dist}%{?_variant}
|
|
||||||
License: GPL
|
|
||||||
Summary: Web development applications
|
|
||||||
Group: Applications/Editors
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdewebdev-3.5.13.1.tar.gz
|
|
||||||
Source1: http://download.sourceforge.net/quanta/css.tar.bz2
|
|
||||||
Source2: http://download.sourceforge.net/quanta/html.tar.bz2
|
|
||||||
Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2
|
|
||||||
Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2
|
|
||||||
Source5: hi48-app-kxsldbg.png
|
|
||||||
|
|
||||||
Patch0: javascript.patch
|
|
||||||
Patch1: kdewebdev-3.5.4-kxsldbg-icons.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-tdelibs-devel >= %{version}
|
|
||||||
BuildRequires: trinity-tdesdk-devel >= %{version}
|
|
||||||
BuildRequires: libxslt-devel
|
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
%if 0%{?rhel} == 4
|
|
||||||
# a bogus dep in libexslt.la file from EL-4 (WONTFIX bug http://bugzilla.redhat.com/142241)
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl
|
|
||||||
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdewebdev-libs < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev-libs = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdewebdev < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-quanta = %{version}-%{release}
|
|
||||||
Requires: trinity-quanta-data = %{version}-%{release}
|
|
||||||
Requires: trinity-kfilereplace = %{version}-%{release}
|
|
||||||
Requires: trinity-kimagemapeditor = %{version}-%{release}
|
|
||||||
Requires: trinity-klinkstatus = %{version}-%{release}
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
Requires: trinity-kxsldbg = %{version}-%{release}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}, including:
|
|
||||||
* kfilereplace: batch search and replace tool
|
|
||||||
* kimagemapeditor: HTML image map editor
|
|
||||||
* klinkstatus: link checker
|
|
||||||
* kommander: visual dialog building tool
|
|
||||||
* kxsldbg: xslt Debugger
|
|
||||||
* quanta+: web development
|
|
||||||
|
|
||||||
%files
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-quanta
|
|
||||||
Summary: web development environment for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
Requires: trinity-kfilereplace = %{version}-%{release}
|
|
||||||
Requires: trinity-klinkstatus = %{version}-%{release}
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
Requires: trinity-quanta-data = %{version}-%{release}
|
|
||||||
#Requires: trinity-kimagemapeditor = %{version}-%{release}
|
|
||||||
#Requires: trinity-kxsldbg = %{version}-%{release}
|
|
||||||
Requires: tidy
|
|
||||||
|
|
||||||
%description -n trinity-quanta
|
|
||||||
Quanta Plus is a web development environment for working with HTML
|
|
||||||
and associated languages. It strives to be neutral and transparent
|
|
||||||
to all markup languages, while supporting popular web-based scripting
|
|
||||||
languages, CSS and other emerging W3C recommendations.
|
|
||||||
|
|
||||||
Quanta Plus supports many external components, debuggers and other tools
|
|
||||||
for web development, several of which are shipped with the TDE web
|
|
||||||
development module.
|
|
||||||
|
|
||||||
Quanta Plus is not in any way affiliated with any commercial versions
|
|
||||||
of Quanta. The primary coders from the original team left the GPL'd
|
|
||||||
version to produce a commercial product.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-quanta
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/quanta
|
|
||||||
%{tde_tdelibdir}/quantadebuggerdbgp.la
|
|
||||||
%{tde_tdelibdir}/quantadebuggerdbgp.so
|
|
||||||
%{tde_tdelibdir}/quantadebuggergubed.la
|
|
||||||
%{tde_tdelibdir}/quantadebuggergubed.so
|
|
||||||
%{tde_tdeappdir}/quanta.desktop
|
|
||||||
%{tde_datadir}/apps/kafkapart
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/quanta.png
|
|
||||||
%{tde_datadir}/mimelnk/application/x-webprj.desktop
|
|
||||||
%{tde_datadir}/services/quantadebuggerdbgp.desktop
|
|
||||||
%{tde_datadir}/services/quantadebuggergubed.desktop
|
|
||||||
%{tde_datadir}/services/quanta_preview_config.desktop
|
|
||||||
%{tde_datadir}/servicetypes/quantadebugger.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/quanta/
|
|
||||||
|
|
||||||
%post -n trinity-quanta
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-quanta
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-quanta-data
|
|
||||||
Summary: data files for Quanta Plus web development environment [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-quanta-data
|
|
||||||
This package contains architecture-independent data files for Quanta
|
|
||||||
Plus, a web development environment for working with HTML and associated
|
|
||||||
languages.
|
|
||||||
|
|
||||||
See the quanta package for further information.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-quanta-data
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/apps/quanta/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kfilereplace
|
|
||||||
Summary: batch search-and-replace component for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kfilereplace
|
|
||||||
KFileReplace is an embedded component for TDE that acts as a batch
|
|
||||||
search-and-replace tool. It allows you to replace one expression with
|
|
||||||
another in many files at once.
|
|
||||||
|
|
||||||
Note that at the moment KFileReplace does not come as a standalone
|
|
||||||
application. An example of an application that uses the KFileReplace
|
|
||||||
component is Quanta Plus (found in the package quanta).
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kfilereplace
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kfilereplace
|
|
||||||
%{tde_tdelibdir}/libkfilereplacepart.la
|
|
||||||
%{tde_tdelibdir}/libkfilereplacepart.so
|
|
||||||
%{tde_tdeappdir}/kfilereplace.desktop
|
|
||||||
%{tde_datadir}/apps/kfilereplace/kfilereplaceui.rc
|
|
||||||
%{tde_datadir}/apps/kfilereplacepart
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kfilereplace.png
|
|
||||||
%{tde_datadir}/services/kfilereplacepart.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/kfilereplace/
|
|
||||||
|
|
||||||
%post -n trinity-kfilereplace
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kfilereplace
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kimagemapeditor
|
|
||||||
Summary: HTML image map editor for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kimagemapeditor
|
|
||||||
KImageMapEditor is a tool that allows you to edit image maps in HTML
|
|
||||||
files. As well as providing a standalone application, KImageMapEditor
|
|
||||||
makes itself available as a KPart for embedding into larger applications.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kimagemapeditor
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kimagemapeditor
|
|
||||||
%{tde_tdelibdir}/libkimagemapeditor.la
|
|
||||||
%{tde_tdelibdir}/libkimagemapeditor.so
|
|
||||||
%{tde_tdeappdir}/kimagemapeditor.desktop
|
|
||||||
%{tde_datadir}/apps/kimagemapeditor/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kimagemapeditor.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kimagemapeditor.png
|
|
||||||
%{tde_datadir}/services/kimagemapeditorpart.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kimagemapeditor
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kimagemapeditor
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-klinkstatus
|
|
||||||
Summary: web link validity checker for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-klinkstatus
|
|
||||||
KLinkStatus is TDE's web link validity checker. It allows you to
|
|
||||||
search internal and external links throughout your web site. Simply
|
|
||||||
point it to a single page and choose the depth to search.
|
|
||||||
|
|
||||||
You can also check local files, or files over ftp:, fish: or any other
|
|
||||||
KIO protocols. For performance, links can be checked simultaneously.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-klinkstatus
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/klinkstatus
|
|
||||||
%{tde_tdelibdir}/libklinkstatuspart.la
|
|
||||||
%{tde_tdelibdir}/libklinkstatuspart.so
|
|
||||||
%{tde_tdeappdir}/klinkstatus.desktop
|
|
||||||
%{tde_datadir}/apps/klinkstatus/
|
|
||||||
%{tde_datadir}/apps/klinkstatuspart/
|
|
||||||
%{tde_datadir}/config.kcfg/klinkstatus.kcfg
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/bug.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/klinkstatus.png
|
|
||||||
%{tde_datadir}/services/klinkstatus_part.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/klinkstatus/
|
|
||||||
|
|
||||||
%post -n trinity-klinkstatus
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-klinkstatus
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kommander
|
|
||||||
Summary: visual dialog builder and executor tool [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
Requires: gettext
|
|
||||||
|
|
||||||
%description -n trinity-kommander
|
|
||||||
Kommander is a visual dialog building tool whose primary objective is
|
|
||||||
to create as much functionality as possible without using any scripting
|
|
||||||
language.
|
|
||||||
|
|
||||||
More specifically, Kommander is a set of tools that allow you to create
|
|
||||||
dynamic GUI dialogs that generate, based on their state, a piece of
|
|
||||||
text. The piece of text can be a command line to a program, any piece
|
|
||||||
of code, business documents that contain a lot of repetitious or
|
|
||||||
templated text and so on.
|
|
||||||
|
|
||||||
The resulting generated text can then be executed as a command line
|
|
||||||
program (hence the name "Kommander"), written to a file, passed to a
|
|
||||||
script for extended processing, and literally anything else you can
|
|
||||||
think of. And you aren't required to write a single line of code!
|
|
||||||
|
|
||||||
As well as building dialogs, Kommander may be expanded to create full
|
|
||||||
mainwindow applications.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kommander
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmdr-editor
|
|
||||||
%{tde_bindir}/kmdr-executor
|
|
||||||
%{tde_bindir}/kmdr-plugins
|
|
||||||
%{tde_libdir}/libkommanderplugin.so.*
|
|
||||||
%{tde_libdir}/libkommanderwidgets.la
|
|
||||||
%{tde_libdir}/libkommanderwidget.so.*
|
|
||||||
%{tde_libdir}/libkommanderwidgets.so.*
|
|
||||||
%{tde_tdeappdir}/kmdr-editor.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kmdr-executor.desktop
|
|
||||||
%{tde_datadir}/apps/katepart/syntax/kommander.xml
|
|
||||||
%{tde_datadir}/apps/kommander/pics/kommandersplash.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kommander/
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kommander.png
|
|
||||||
%{tde_datadir}/mimelnk/application/x-kommander.desktop
|
|
||||||
#kommander/examples /opt/trinity/share/doc/kommander
|
|
||||||
#kommander/working/extractkmdr /opt/trinity/bin
|
|
||||||
#kommander/working/kmdr2po /opt/trinity/bin
|
|
||||||
%{tde_tdelibdir}/libkommander_part.so
|
|
||||||
%{tde_tdelibdir}/libkommander_part.la
|
|
||||||
%{tde_datadir}/apps/kommander/
|
|
||||||
%{tde_datadir}/apps/kmdr-editor/editor/
|
|
||||||
%{tde_datadir}/apps/katepart/syntax/kommander-new.xml
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/kommanderplugin.png
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/kommanderplugin.tar.gz
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/templates/kommanderplugin.kdevtemplate
|
|
||||||
%{tde_datadir}/services/kommander_part.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kommander
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kommander
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kommander-devel
|
|
||||||
Summary: development files for Kommander [Trinity]
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n trinity-kommander-devel
|
|
||||||
This package contains the headers and other development files for
|
|
||||||
building plugins or otherwise extending Kommander.
|
|
||||||
|
|
||||||
Kommander is a visual dialog building tool whose primary objective is
|
|
||||||
to create as much functionality as possible without using any scripting
|
|
||||||
language.
|
|
||||||
|
|
||||||
See the kommander package for further information.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kommander-devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkommanderplugin.la
|
|
||||||
%{tde_libdir}/libkommanderplugin.so
|
|
||||||
%{tde_libdir}/libkommanderwidget.la
|
|
||||||
%{tde_libdir}/libkommanderwidget.so
|
|
||||||
%{tde_libdir}/libkommanderwidgets.so
|
|
||||||
%{tde_tdeincludedir}/kommander*
|
|
||||||
%{tde_tdeincludedir}/specials.h
|
|
||||||
|
|
||||||
%post -n trinity-kommander-devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun -n trinity-kommander-devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kxsldbg
|
|
||||||
Summary: graphical XSLT debugger for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kxsldbg
|
|
||||||
KXSLDbg is a debugger for XSLT scripts. It includes a graphical user
|
|
||||||
interface as well as a text-based debugger. KXSLDbg can be run as a
|
|
||||||
standalone application or as an embedded TDE part.
|
|
||||||
|
|
||||||
XSLT is an XML language for defining transformations of XML files from
|
|
||||||
XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
|
|
||||||
using standard XSLT stylesheets.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kxsldbg
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kxsldbg
|
|
||||||
%{tde_bindir}/xsldbg
|
|
||||||
%{tde_tdelibdir}/libkxsldbgpart.la
|
|
||||||
%{tde_tdelibdir}/libkxsldbgpart.so
|
|
||||||
%{tde_tdeappdir}/kxsldbg.desktop
|
|
||||||
%{tde_datadir}/apps/kxsldbg
|
|
||||||
%{tde_datadir}/apps/kxsldbgpart
|
|
||||||
%{tde_tdedocdir}/HTML/en/kxsldbg/
|
|
||||||
%{tde_tdedocdir}/HTML/en/xsldbg/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/1downarrow.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/configure.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/exit.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/hash.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/mark.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/next.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/run.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/step.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/xsldbg_*.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kxsldbg.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kxsldbg.png
|
|
||||||
%{tde_datadir}/services/kxsldbg_part.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kxsldbg
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kxsldbg
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{tde_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: Header files and documentation for %{name}
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdewebdev-devel < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-tdelibs-devel
|
|
||||||
Requires: trinity-kommander-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
||||||
%debug_package
|
|
||||||
%endif
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -a 1 -a 2 -a 3 -a 4 -n kdewebdev-3.5.13.1
|
|
||||||
%patch0 -p0 -b .javascript
|
|
||||||
%patch1 -p1 -b .kxsldbg-icons
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i "admin/acinclude.m4.in" \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
|
|
||||||
%__install -m644 -p %{SOURCE5} kxsldbg/
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; source /etc/profile.d/qt3.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
# Do not build against any "/usr" installed TDE
|
|
||||||
export TDEDIR=%{tde_prefix}
|
|
||||||
|
|
||||||
# Specific path for RHEL4
|
|
||||||
if [ -d /usr/X11R6 ]; then
|
|
||||||
export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependancy-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt \
|
|
||||||
|
|
||||||
# WTF hack for RHEL4
|
|
||||||
%if 0%{?rhel} == 4
|
|
||||||
mkdir kommander/plugin/.libs/
|
|
||||||
ln -s . kommander/plugin/.libs/.libs
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{?buildroot}
|
|
||||||
%__make install DESTDIR=%{?buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
## package separately? Why doesn't upstream include this? -- Rex
|
|
||||||
# install docs
|
|
||||||
for i in css html javascript ; do
|
|
||||||
pushd $i
|
|
||||||
./install.sh <<EOF
|
|
||||||
%{buildroot}%{tde_datadir}/apps/quanta/doc
|
|
||||||
EOF
|
|
||||||
popd
|
|
||||||
rm -rf $i
|
|
||||||
done
|
|
||||||
cp -a php php.docrc %{buildroot}%{tde_datadir}/apps/quanta/doc/
|
|
||||||
|
|
||||||
# make symlinks relative
|
|
||||||
pushd %{buildroot}%{tde_tdedocdir}/HTML/en
|
|
||||||
for i in *; do
|
|
||||||
if [ -d $i -a -L $i/common ]; then
|
|
||||||
rm -f $i/common
|
|
||||||
ln -nfs ../common $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Sep 30 2012 Francois Andriot <francois.andriot@free.fr> - 3.5.13.1-1
|
|
||||||
- Initial release for TDE 3.5.13.1
|
|
@ -1,556 +0,0 @@
|
|||||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
|
||||||
%if "%{?tde_prefix}" != "/usr"
|
|
||||||
%define _variant .opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# TDE 3.5.13 specific building variables
|
|
||||||
%define tde_bindir %{tde_prefix}/bin
|
|
||||||
%define tde_datadir %{tde_prefix}/share
|
|
||||||
%define tde_docdir %{tde_datadir}/doc
|
|
||||||
%define tde_includedir %{tde_prefix}/include
|
|
||||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
|
||||||
%define tde_mandir %{tde_datadir}/man
|
|
||||||
|
|
||||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
|
||||||
%define tde_tdedocdir %{tde_docdir}/kde
|
|
||||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
|
||||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
|
||||||
|
|
||||||
%define _docdir %{tde_docdir}
|
|
||||||
|
|
||||||
Name: trinity-tdewebdev
|
|
||||||
Version: 3.5.13
|
|
||||||
Release: 3%{?dist}%{?_variant}
|
|
||||||
License: GPL
|
|
||||||
Summary: Web development applications
|
|
||||||
Group: Applications/Editors
|
|
||||||
|
|
||||||
Vendor: Trinity Project
|
|
||||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
|
||||||
URL: http://www.trinitydesktop.org/
|
|
||||||
|
|
||||||
Prefix: %{tde_prefix}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: kdewebdev-%{version}.tar.gz
|
|
||||||
Source1: http://download.sourceforge.net/quanta/css.tar.bz2
|
|
||||||
Source2: http://download.sourceforge.net/quanta/html.tar.bz2
|
|
||||||
Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2
|
|
||||||
Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2
|
|
||||||
Source5: hi48-app-kxsldbg.png
|
|
||||||
|
|
||||||
Patch0: javascript.patch
|
|
||||||
Patch1: kdewebdev-3.5.4-kxsldbg-icons.patch
|
|
||||||
|
|
||||||
# [kdewebdev] Fix FTBFS due to missing linker flags
|
|
||||||
Patch2: kdewebdev-3.5.13-fix_ftbfs.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: trinity-kdelibs-devel
|
|
||||||
BuildRequires: trinity-kdesdk-devel
|
|
||||||
BuildRequires: libxslt-devel libxml2-devel
|
|
||||||
%if 0%{?rhel} == 4
|
|
||||||
# a bogus dep in libexslt.la file from EL-4 (WONTFIX bug http://bugzilla.redhat.com/142241)
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: perl
|
|
||||||
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdewebdev-libs < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev-libs = %{version}-%{release}
|
|
||||||
Obsoletes: trinity-kdewebdev < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-quanta = %{version}-%{release}
|
|
||||||
Requires: trinity-quanta-data = %{version}-%{release}
|
|
||||||
Requires: trinity-kfilereplace = %{version}-%{release}
|
|
||||||
Requires: trinity-kimagemapeditor = %{version}-%{release}
|
|
||||||
Requires: trinity-klinkstatus = %{version}-%{release}
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
Requires: trinity-kxsldbg = %{version}-%{release}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}, including:
|
|
||||||
* kfilereplace: batch search and replace tool
|
|
||||||
* kimagemapeditor: HTML image map editor
|
|
||||||
* klinkstatus: link checker
|
|
||||||
* kommander: visual dialog building tool
|
|
||||||
* kxsldbg: xslt Debugger
|
|
||||||
* quanta+: web development
|
|
||||||
|
|
||||||
%files
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-quanta
|
|
||||||
Summary: web development environment for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
Requires: trinity-kfilereplace = %{version}-%{release}
|
|
||||||
Requires: trinity-klinkstatus = %{version}-%{release}
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
Requires: trinity-quanta-data = %{version}-%{release}
|
|
||||||
#Requires: trinity-kimagemapeditor = %{version}-%{release}
|
|
||||||
#Requires: trinity-kxsldbg = %{version}-%{release}
|
|
||||||
Requires: tidy
|
|
||||||
|
|
||||||
%description -n trinity-quanta
|
|
||||||
Quanta Plus is a web development environment for working with HTML
|
|
||||||
and associated languages. It strives to be neutral and transparent
|
|
||||||
to all markup languages, while supporting popular web-based scripting
|
|
||||||
languages, CSS and other emerging W3C recommendations.
|
|
||||||
|
|
||||||
Quanta Plus supports many external components, debuggers and other tools
|
|
||||||
for web development, several of which are shipped with the TDE web
|
|
||||||
development module.
|
|
||||||
|
|
||||||
Quanta Plus is not in any way affiliated with any commercial versions
|
|
||||||
of Quanta. The primary coders from the original team left the GPL'd
|
|
||||||
version to produce a commercial product.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-quanta
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/quanta
|
|
||||||
%{tde_tdelibdir}/quantadebuggerdbgp.la
|
|
||||||
%{tde_tdelibdir}/quantadebuggerdbgp.so
|
|
||||||
%{tde_tdelibdir}/quantadebuggergubed.la
|
|
||||||
%{tde_tdelibdir}/quantadebuggergubed.so
|
|
||||||
%{tde_tdeappdir}/quanta.desktop
|
|
||||||
%{tde_datadir}/apps/kafkapart
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/quanta.png
|
|
||||||
%{tde_datadir}/mimelnk/application/x-webprj.desktop
|
|
||||||
%{tde_datadir}/services/quantadebuggerdbgp.desktop
|
|
||||||
%{tde_datadir}/services/quantadebuggergubed.desktop
|
|
||||||
%{tde_datadir}/services/quanta_preview_config.desktop
|
|
||||||
%{tde_datadir}/servicetypes/quantadebugger.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/quanta/
|
|
||||||
|
|
||||||
%post -n trinity-quanta
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-quanta
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-quanta-data
|
|
||||||
Summary: data files for Quanta Plus web development environment [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-quanta-data
|
|
||||||
This package contains architecture-independent data files for Quanta
|
|
||||||
Plus, a web development environment for working with HTML and associated
|
|
||||||
languages.
|
|
||||||
|
|
||||||
See the quanta package for further information.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-quanta-data
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_datadir}/apps/quanta/
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kfilereplace
|
|
||||||
Summary: batch search-and-replace component for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kfilereplace
|
|
||||||
KFileReplace is an embedded component for TDE that acts as a batch
|
|
||||||
search-and-replace tool. It allows you to replace one expression with
|
|
||||||
another in many files at once.
|
|
||||||
|
|
||||||
Note that at the moment KFileReplace does not come as a standalone
|
|
||||||
application. An example of an application that uses the KFileReplace
|
|
||||||
component is Quanta Plus (found in the package quanta).
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kfilereplace
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kfilereplace
|
|
||||||
%{tde_tdelibdir}/libkfilereplacepart.la
|
|
||||||
%{tde_tdelibdir}/libkfilereplacepart.so
|
|
||||||
%{tde_tdeappdir}/kfilereplace.desktop
|
|
||||||
%{tde_datadir}/apps/kfilereplace/kfilereplaceui.rc
|
|
||||||
%{tde_datadir}/apps/kfilereplacepart
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kfilereplace.png
|
|
||||||
%{tde_datadir}/services/kfilereplacepart.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/kfilereplace/
|
|
||||||
|
|
||||||
%post -n trinity-kfilereplace
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kfilereplace
|
|
||||||
for f in hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kimagemapeditor
|
|
||||||
Summary: HTML image map editor for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kimagemapeditor
|
|
||||||
KImageMapEditor is a tool that allows you to edit image maps in HTML
|
|
||||||
files. As well as providing a standalone application, KImageMapEditor
|
|
||||||
makes itself available as a KPart for embedding into larger applications.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kimagemapeditor
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kimagemapeditor
|
|
||||||
%{tde_tdelibdir}/libkimagemapeditor.la
|
|
||||||
%{tde_tdelibdir}/libkimagemapeditor.so
|
|
||||||
%{tde_tdeappdir}/kimagemapeditor.desktop
|
|
||||||
%{tde_datadir}/apps/kimagemapeditor/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kimagemapeditor.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kimagemapeditor.png
|
|
||||||
%{tde_datadir}/services/kimagemapeditorpart.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kimagemapeditor
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kimagemapeditor
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-klinkstatus
|
|
||||||
Summary: web link validity checker for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-klinkstatus
|
|
||||||
KLinkStatus is TDE's web link validity checker. It allows you to
|
|
||||||
search internal and external links throughout your web site. Simply
|
|
||||||
point it to a single page and choose the depth to search.
|
|
||||||
|
|
||||||
You can also check local files, or files over ftp:, fish: or any other
|
|
||||||
KIO protocols. For performance, links can be checked simultaneously.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-klinkstatus
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/klinkstatus
|
|
||||||
%{tde_tdelibdir}/libklinkstatuspart.la
|
|
||||||
%{tde_tdelibdir}/libklinkstatuspart.so
|
|
||||||
%{tde_tdeappdir}/klinkstatus.desktop
|
|
||||||
%{tde_datadir}/apps/klinkstatus/
|
|
||||||
%{tde_datadir}/apps/klinkstatuspart/
|
|
||||||
%{tde_datadir}/config.kcfg/klinkstatus.kcfg
|
|
||||||
%{tde_datadir}/icons/crystalsvg/16x16/actions/bug.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/klinkstatus.png
|
|
||||||
%{tde_datadir}/services/klinkstatus_part.desktop
|
|
||||||
%{tde_tdedocdir}/HTML/en/klinkstatus/
|
|
||||||
|
|
||||||
%post -n trinity-klinkstatus
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-klinkstatus
|
|
||||||
for f in crystalsvg hicolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kommander
|
|
||||||
Summary: visual dialog builder and executor tool [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
Requires: gettext
|
|
||||||
|
|
||||||
%description -n trinity-kommander
|
|
||||||
Kommander is a visual dialog building tool whose primary objective is
|
|
||||||
to create as much functionality as possible without using any scripting
|
|
||||||
language.
|
|
||||||
|
|
||||||
More specifically, Kommander is a set of tools that allow you to create
|
|
||||||
dynamic GUI dialogs that generate, based on their state, a piece of
|
|
||||||
text. The piece of text can be a command line to a program, any piece
|
|
||||||
of code, business documents that contain a lot of repetitious or
|
|
||||||
templated text and so on.
|
|
||||||
|
|
||||||
The resulting generated text can then be executed as a command line
|
|
||||||
program (hence the name "Kommander"), written to a file, passed to a
|
|
||||||
script for extended processing, and literally anything else you can
|
|
||||||
think of. And you aren't required to write a single line of code!
|
|
||||||
|
|
||||||
As well as building dialogs, Kommander may be expanded to create full
|
|
||||||
mainwindow applications.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kommander
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kmdr-editor
|
|
||||||
%{tde_bindir}/kmdr-executor
|
|
||||||
%{tde_bindir}/kmdr-plugins
|
|
||||||
%{tde_libdir}/libkommanderplugin.so.*
|
|
||||||
%{tde_libdir}/libkommanderwidgets.la
|
|
||||||
%{tde_libdir}/libkommanderwidget.so.*
|
|
||||||
%{tde_libdir}/libkommanderwidgets.so.*
|
|
||||||
%{tde_tdeappdir}/kmdr-editor.desktop
|
|
||||||
%{tde_datadir}/applnk/.hidden/kmdr-executor.desktop
|
|
||||||
%{tde_datadir}/apps/katepart/syntax/kommander.xml
|
|
||||||
%{tde_datadir}/apps/kommander/pics/kommandersplash.png
|
|
||||||
%{tde_tdedocdir}/HTML/en/kommander/
|
|
||||||
%{tde_datadir}/icons/crystalsvg/*/apps/kommander.png
|
|
||||||
%{tde_datadir}/mimelnk/application/x-kommander.desktop
|
|
||||||
#kommander/examples /opt/trinity/share/doc/kommander
|
|
||||||
#kommander/working/extractkmdr /opt/trinity/bin
|
|
||||||
#kommander/working/kmdr2po /opt/trinity/bin
|
|
||||||
%{tde_tdelibdir}/libkommander_part.so
|
|
||||||
%{tde_tdelibdir}/libkommander_part.la
|
|
||||||
%{tde_datadir}/apps/kommander/
|
|
||||||
%{tde_datadir}/apps/kmdr-editor/editor/
|
|
||||||
%{tde_datadir}/apps/katepart/syntax/kommander-new.xml
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/kommanderplugin.png
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/kommanderplugin.tar.gz
|
|
||||||
%{tde_datadir}/apps/kdevappwizard/templates/kommanderplugin.kdevtemplate
|
|
||||||
%{tde_datadir}/services/kommander_part.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kommander
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kommander
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
for f in crystalsvg ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kommander-devel
|
|
||||||
Summary: development files for Kommander [Trinity]
|
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: trinity-kommander = %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n trinity-kommander-devel
|
|
||||||
This package contains the headers and other development files for
|
|
||||||
building plugins or otherwise extending Kommander.
|
|
||||||
|
|
||||||
Kommander is a visual dialog building tool whose primary objective is
|
|
||||||
to create as much functionality as possible without using any scripting
|
|
||||||
language.
|
|
||||||
|
|
||||||
See the kommander package for further information.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kommander-devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_libdir}/libkommanderplugin.la
|
|
||||||
%{tde_libdir}/libkommanderplugin.so
|
|
||||||
%{tde_libdir}/libkommanderwidget.la
|
|
||||||
%{tde_libdir}/libkommanderwidget.so
|
|
||||||
%{tde_libdir}/libkommanderwidgets.so
|
|
||||||
%{tde_tdeincludedir}/kommander*
|
|
||||||
%{tde_tdeincludedir}/specials.h
|
|
||||||
|
|
||||||
%post -n trinity-kommander-devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
%postun -n trinity-kommander-devel
|
|
||||||
/sbin/ldconfig || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package -n trinity-kxsldbg
|
|
||||||
Summary: graphical XSLT debugger for TDE [Trinity]
|
|
||||||
Group: Applications/Development
|
|
||||||
|
|
||||||
%description -n trinity-kxsldbg
|
|
||||||
KXSLDbg is a debugger for XSLT scripts. It includes a graphical user
|
|
||||||
interface as well as a text-based debugger. KXSLDbg can be run as a
|
|
||||||
standalone application or as an embedded TDE part.
|
|
||||||
|
|
||||||
XSLT is an XML language for defining transformations of XML files from
|
|
||||||
XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
|
|
||||||
using standard XSLT stylesheets.
|
|
||||||
|
|
||||||
This package is part of TDE, as a component of the TDE web development module.
|
|
||||||
|
|
||||||
%files -n trinity-kxsldbg
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{tde_bindir}/kxsldbg
|
|
||||||
%{tde_bindir}/xsldbg
|
|
||||||
%{tde_tdelibdir}/libkxsldbgpart.la
|
|
||||||
%{tde_tdelibdir}/libkxsldbgpart.so
|
|
||||||
%{tde_tdeappdir}/kxsldbg.desktop
|
|
||||||
%{tde_datadir}/apps/kxsldbg
|
|
||||||
%{tde_datadir}/apps/kxsldbgpart
|
|
||||||
%{tde_tdedocdir}/HTML/en/kxsldbg/
|
|
||||||
%{tde_tdedocdir}/HTML/en/xsldbg/
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/1downarrow.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/configure.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/exit.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/hash.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/mark.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/next.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/run.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/step.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/actions/xsldbg_*.png
|
|
||||||
%{tde_datadir}/icons/hicolor/*/apps/kxsldbg.png
|
|
||||||
%{tde_datadir}/icons/locolor/*/apps/kxsldbg.png
|
|
||||||
%{tde_datadir}/services/kxsldbg_part.desktop
|
|
||||||
|
|
||||||
%post -n trinity-kxsldbg
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun -n trinity-kxsldbg
|
|
||||||
for f in hicolor locolor ; do
|
|
||||||
touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
|
|
||||||
done
|
|
||||||
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: Header files and documentation for %{name}
|
|
||||||
|
|
||||||
Obsoletes: trinity-kdewebdev-devel < %{version}-%{release}
|
|
||||||
Provides: trinity-kdewebdev-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires: trinity-tdelibs-devel
|
|
||||||
Requires: trinity-kommander-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
|
|
||||||
##########
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -a 1 -a 2 -a 3 -a 4 -n kdewebdev
|
|
||||||
|
|
||||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
|
||||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
|
||||||
%__sed -i "admin/acinclude.m4.in" \
|
|
||||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
|
||||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
|
||||||
|
|
||||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
|
||||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
|
||||||
%__make -f "admin/Makefile.common"
|
|
||||||
|
|
||||||
%patch0 -p0 -b .javascript
|
|
||||||
%patch1 -p1 -b .kxsldbg-icons
|
|
||||||
%patch2 -p1 -b .ftbfs
|
|
||||||
|
|
||||||
%__install -m644 -p %{SOURCE5} kxsldbg/
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
unset QTDIR || : ; source /etc/profile.d/qt.sh
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
|
||||||
|
|
||||||
%configure \
|
|
||||||
--prefix=%{tde_prefix} \
|
|
||||||
--exec-prefix=%{tde_prefix} \
|
|
||||||
--bindir=%{tde_bindir} \
|
|
||||||
--datadir=%{tde_datadir} \
|
|
||||||
--libdir=%{tde_libdir} \
|
|
||||||
--includedir=%{tde_tdeincludedir} \
|
|
||||||
--disable-rpath \
|
|
||||||
--enable-new-ldflags \
|
|
||||||
--enable-closure \
|
|
||||||
--disable-debug --disable-warnings \
|
|
||||||
--disable-dependancy-tracking --enable-final \
|
|
||||||
--with-extra-includes=%{tde_includedir}/tqt \
|
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
export PATH="%{tde_bindir}:${PATH}"
|
|
||||||
%__rm -rf %{?buildroot}
|
|
||||||
%__make install DESTDIR=%{?buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
## package separately? Why doesn't upstream include this? -- Rex
|
|
||||||
# install docs
|
|
||||||
for i in css html javascript ; do
|
|
||||||
pushd $i
|
|
||||||
./install.sh <<EOF
|
|
||||||
%{buildroot}%{tde_datadir}/apps/quanta/doc
|
|
||||||
EOF
|
|
||||||
popd
|
|
||||||
rm -rf $i
|
|
||||||
done
|
|
||||||
cp -a php php.docrc %{buildroot}%{tde_datadir}/apps/quanta/doc/
|
|
||||||
|
|
||||||
# make symlinks relative
|
|
||||||
pushd %{buildroot}%{tde_tdedocdir}/HTML/en
|
|
||||||
for i in *; do
|
|
||||||
if [ -d $i -a -L $i/common ]; then
|
|
||||||
rm -f $i/common
|
|
||||||
ln -nfs ../common $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
|
|
||||||
- Fix HTML directory location
|
|
||||||
|
|
||||||
* Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
|
|
||||||
- Initial release for RHEL 6, RHEL 5 and Fedora 15
|
|
||||||
|
|
||||||
* Mon Sep 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-0
|
|
||||||
- Import to GIT
|
|
@ -1,11 +0,0 @@
|
|||||||
--- kdewebdev-3.5.4/kxsldbg/Makefile.am.orig 2006-08-25 17:24:17.000000000 +0200
|
|
||||||
+++ kdewebdev-3.5.4/kxsldbg/Makefile.am 2006-08-25 17:25:10.000000000 +0200
|
|
||||||
@@ -56,6 +56,8 @@
|
|
||||||
shellrcdir = $(kde_datadir)/kxsldbg
|
|
||||||
shellrc_DATA = kxsldbg_shell.rc
|
|
||||||
|
|
||||||
+KDE_ICON = kxsldbg
|
|
||||||
+
|
|
||||||
messages: rc.cpp
|
|
||||||
LIST=`find . -name \*.ui -o -name \*.rc`; \
|
|
||||||
$(EXTRACTRC) $$LIST >> rc.cpp ;\
|
|
Loading…
Reference in new issue