summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-09 19:09:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-09 19:09:57 +0900
commita6441eda1e79fff3643a3bf6f9f9408a77c07869 (patch)
treefa5ccc3b51417b5a59c0191c7befa2f0f720bcf1 /redhat
parent74d2dabcbe6aaccffc6999034384b115f3556b71 (diff)
downloadtde-packaging-a6441eda1e79fff3643a3bf6f9f9408a77c07869.tar.gz
tde-packaging-a6441eda1e79fff3643a3bf6f9f9408a77c07869.zip
Kerry has been removed from TDE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/Makefile.r143
-rw-r--r--redhat/Makefile.v3.5.13-sru3
-rw-r--r--redhat/applications/kerry/kerry-14.0.0.spec156
-rw-r--r--redhat/applications/kerry/kerry-3.5.13-missing_ldflags.patch22
-rw-r--r--redhat/applications/kerry/kerry-3.5.13.1.spec148
-rw-r--r--redhat/applications/kerry/kerry-3.5.13.2.spec148
-rw-r--r--redhat/applications/kerry/kerry-3.5.13.spec146
-rw-r--r--redhat/applications/kerry/kerry.1.docbook109
-rw-r--r--redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec3
9 files changed, 0 insertions, 738 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 57eb8eb56..b2a3480bd 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -494,9 +494,6 @@ ifeq (,$(filter $(DIST),.el5))
$(call buildpkg,applications/kerberostray)
endif
-kerry: tdebase
- $(call buildpkg,applications/kerry)
-
keximdb: tdebase koffice
$(call buildpkg,applications/keximdb)
diff --git a/redhat/Makefile.v3.5.13-sru b/redhat/Makefile.v3.5.13-sru
index 52d85db0d..6ec4fa162 100644
--- a/redhat/Makefile.v3.5.13-sru
+++ b/redhat/Makefile.v3.5.13-sru
@@ -370,9 +370,6 @@ kdpkg: tdebase
keep: tdebase
$(call buildpkg,applications/keep)
-kerry: tdebase
- $(call buildpkg,applications/kerry)
-
kgtk-qt3: tdebase
# Do NOT build on CentOS 5 (GTK2 is too old)
# Do NOT build on CentOS >=7 (GTK2 is too new)
diff --git a/redhat/applications/kerry/kerry-14.0.0.spec b/redhat/applications/kerry/kerry-14.0.0.spec
deleted file mode 100644
index 8cb5a96fb..000000000
--- a/redhat/applications/kerry/kerry-14.0.0.spec
+++ /dev/null
@@ -1,156 +0,0 @@
-#
-# spec file for package kerry (version R14)
-#
-# Copyright (c) 2014 Trinity Desktop Environment
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-#
-# Please submit bugfixes or comments via http://www.trinitydesktop.org/
-#
-
-# Default version for this component
-%define tde_pkg kerry
-%if "%{?tde_version}" == ""
-%define tde_version 14.0.0
-%endif
-
-# TDE 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_appdir %{tde_datadir}/applications
-
-%define tde_tdeappdir %{tde_appdir}/tde
-%define tde_tdedocdir %{tde_docdir}/tde
-%define tde_tdeincludedir %{tde_includedir}/tde
-%define tde_tdelibdir %{tde_libdir}/trinity
-
-%define _docdir %{tde_docdir}
-
-
-Name: trinity-%{tde_pkg}
-Summary: a TDE frontend for the Beagle desktop search daemon [Trinity]
-Version: 0.2.1
-Release: %{?tde_version}_%{?!preversion:1}%{?preversion:0_%{preversion}}%{?dist}
-
-License: GPLv2+
-Group: Applications/Utilities
-
-Vendor: Trinity Project
-Packager: Francois Andriot <francois.andriot@free.fr>
-URL: http://en.opensuse.org/Kerry
-
-Prefix: %{tde_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
-Source1: kerry.1.docbook
-
-
-BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
-BuildRequires: trinity-arts-devel >= 1:1.5.10
-BuildRequires: trinity-tdelibs-devel >= %{tde_version}
-BuildRequires: trinity-tdebase-devel >= %{tde_version}
-BuildRequires: desktop-file-utils
-
-BuildRequires: gettext
-BuildRequires: libbeagle-devel >= 0.3.0
-
-
-%if 0%{?mgaversion} || 0%{?mdkversion}
-BuildRequires: docbook2x
-%else
-BuildRequires: docbook2X
-%endif
-
-%description
-Kerry is a Trinity frontend for the Beagle desktop search daemon.
-
-A program for indexing and searching user's data. At the moment, it can index
-filesystems, chat logs, mail and data, RSS and other.
-
-
-%if 0%{?suse_version} || 0%{?pclinuxos}
-%debug_package
-%endif
-
-
-%prep
-%setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}}
-
-%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
-%__cp -f "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
-%__make -f "admin/Makefile.common"
-
-
-%build
-unset QTDIR QTINC QTLIB
-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} \
- --includedir=%{tde_tdeincludedir} \
- --libdir=%{tde_libdir} \
- --mandir=%{tde_mandir} \
- \
- --disable-dependency-tracking \
- --disable-debug \
- --enable-new-ldflags \
- --enable-final \
- --enable-closure \
- --enable-rpath \
- --disable-gcc-hidden-visibility
-
-%__make %{?_smp_mflags}
-
-
-
-%install
-export PATH="%{tde_bindir}:${PATH}"
-%__rm -rf %{buildroot}
-%__make install DESTDIR=%{buildroot}
-
-#%__install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/kerry.1.docbook
-#docbook2man %{buildroot}%{_mandir}/man1/kerry.1.docbook
-
-%find_lang %{tde_pkg}
-
-%clean
-%__rm -rf %{buildroot}
-
-
-%files -f %{tde_pkg}.lang
-%defattr(-,root,root,-)
-%{tde_datadir}/locale/*/LC_MESSAGES/kcmbeagle.mo
-%{tde_bindir}/beagled-shutdown
-%{tde_bindir}/kerry
-%{tde_libdir}/libtdeinit_kerry.la
-%{tde_libdir}/libtdeinit_kerry.so
-%{tde_tdelibdir}/kcm_beagle.la
-%{tde_tdelibdir}/kcm_beagle.so
-%{tde_tdelibdir}/kerry.la
-%{tde_tdelibdir}/kerry.so
-%{tde_tdeappdir}/kcmbeagle.desktop
-%{tde_tdeappdir}/kerry.desktop
-%{tde_datadir}/applnk/.hidden/kcmkerry.desktop
-%{tde_datadir}/apps/kerry/search-running.mng
-%{tde_datadir}/autostart/beagled.desktop
-%{tde_datadir}/autostart/kerry.autostart.desktop
-%{tde_datadir}/icons/hicolor/*/*/*
-
-
-%changelog
diff --git a/redhat/applications/kerry/kerry-3.5.13-missing_ldflags.patch b/redhat/applications/kerry/kerry-3.5.13-missing_ldflags.patch
deleted file mode 100644
index a4ba56b6e..000000000
--- a/redhat/applications/kerry/kerry-3.5.13-missing_ldflags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- kerry/kerry/src/Makefile.am.ORI 2012-08-05 16:28:11.459614735 +0200
-+++ kerry/kerry/src/Makefile.am 2012-08-05 16:28:35.195085921 +0200
-@@ -28,7 +28,7 @@
- dcopinterface.skel dcopinterface.stub kerrylabel.cpp query.cpp
-
- kerry_la_LDFLAGS = -Wl,-export-dynamic $(KDE_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(GLIB_LDFLAGS) $(LIBBEAGLE_LDFLAGS) $(LIB_QT)
--kerry_la_LIBADD = -lkio -lkonq $(LIB_KDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_KABC)
-+kerry_la_LIBADD = -lkio -lkonq $(LIB_KDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_KABC) -lDCOP $(LIB_QT) $(LIB_KDECORE)
-
- autostartdir = $(datadir)/autostart
- autostart_DATA = kerry.autostart.desktop beagled.desktop
---- kerry/kerry/src/kcm/Makefile.am.ORI 2012-08-06 10:28:54.410310191 -0400
-+++ kerry/kerry/src/kcm/Makefile.am 2012-08-06 10:29:27.804685127 -0400
-@@ -9,7 +9,7 @@
- select_privacy_resource.ui
-
- kcm_beagle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
--kcm_beagle_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIBBEAGLE_LIBADD)
-+kcm_beagle_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIBBEAGLE_LIBADD) $(LIB_QT) $(LIB_KDECORE) -lDCOP
-
- xdg_apps_DATA = kcmbeagle.desktop
-
diff --git a/redhat/applications/kerry/kerry-3.5.13.1.spec b/redhat/applications/kerry/kerry-3.5.13.1.spec
deleted file mode 100644
index c1fbec722..000000000
--- a/redhat/applications/kerry/kerry-3.5.13.1.spec
+++ /dev/null
@@ -1,148 +0,0 @@
-# Default version for this component
-%define kdecomp kerry
-
-# 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_appdir %{tde_datadir}/applications
-
-%define tde_tdeappdir %{tde_appdir}/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: a KDE frontend for the Beagle desktop search daemon [Trinity]
-Version: 0.2.1
-Release: 2%{?dist}
-
-License: GPLv2+
-Group: Applications/Utilities
-
-Vendor: Trinity Project
-Packager: Francois Andriot <francois.andriot@free.fr>
-URL: http://en.opensuse.org/Kerry
-
-Prefix: %{tde_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Source0: %{kdecomp}-3.5.13.1.tar.gz
-Source1: kerry.1.docbook
-
-
-BuildRequires: trinity-tqtinterface-devel >= 3.5.13.1
-BuildRequires: trinity-tdelibs-devel >= 3.5.13.1
-BuildRequires: trinity-tdebase-devel >= 3.5.13.1
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: libbeagle-devel >= 0.3.0
-
-
-%if 0%{?mgaversion} || 0%{?mdkversion}
-BuildRequires: docbook2x
-%else
-BuildRequires: docbook2X
-%endif
-
-%description
-Kerry is a Trinity frontend for the Beagle desktop search daemon.
-
-A program for indexing and searching user's data. At the moment, it can index
-filesystems, chat logs, mail and data, RSS and other.
-
-
-
-%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/"*"/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}"
-
-%configure \
- --prefix=%{tde_prefix} \
- --exec-prefix=%{tde_prefix} \
- --bindir=%{tde_bindir} \
- --datadir=%{tde_datadir} \
- --includedir=%{tde_tdeincludedir} \
- --libdir=%{tde_libdir} \
- --mandir=%{tde_mandir} \
- --disable-rpath \
- --with-extra-includes=%{tde_includedir}/tqt:%{tde_includedir}
-
-%__make %{?_smp_mflags}
-
-
-
-%install
-export PATH="%{tde_bindir}:${PATH}"
-%__rm -rf %{buildroot}
-%__make install DESTDIR=%{buildroot}
-
-#%__install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/kerry.1.docbook
-#docbook2man %{buildroot}%{_mandir}/man1/kerry.1.docbook
-
-%find_lang %{kdecomp}
-
-%clean
-%__rm -rf %{buildroot}
-
-
-%post
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-%postun
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-
-%files -f %{kdecomp}.lang
-%defattr(-,root,root,-)
-%{tde_datadir}/locale/*/LC_MESSAGES/kcmbeagle.mo
-%{tde_bindir}/beagled-shutdown
-%{tde_bindir}/kerry
-%{tde_libdir}/libkdeinit_kerry.la
-%{tde_libdir}/libkdeinit_kerry.so
-%{tde_tdelibdir}/kcm_beagle.la
-%{tde_tdelibdir}/kcm_beagle.so
-%{tde_tdelibdir}/kerry.la
-%{tde_tdelibdir}/kerry.so
-%{tde_tdeappdir}/kcmbeagle.desktop
-%{tde_tdeappdir}/kerry.desktop
-%{tde_datadir}/applnk/.hidden/kcmkerry.desktop
-%{tde_datadir}/apps/kerry/search-running.mng
-%{tde_datadir}/autostart/beagled.desktop
-%{tde_datadir}/autostart/kerry.autostart.desktop
-%{tde_datadir}/icons/hicolor/*/*/*
-
-
-%changelog
diff --git a/redhat/applications/kerry/kerry-3.5.13.2.spec b/redhat/applications/kerry/kerry-3.5.13.2.spec
deleted file mode 100644
index eb48b72c8..000000000
--- a/redhat/applications/kerry/kerry-3.5.13.2.spec
+++ /dev/null
@@ -1,148 +0,0 @@
-# Default version for this component
-%define tdecomp kerry
-
-# 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_appdir %{tde_datadir}/applications
-
-%define tde_tdeappdir %{tde_appdir}/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-%{tdecomp}
-Summary: a KDE frontend for the Beagle desktop search daemon [Trinity]
-Version: 0.2.1
-Release: 3%{?dist}
-
-License: GPLv2+
-Group: Applications/Utilities
-
-Vendor: Trinity Project
-Packager: Francois Andriot <francois.andriot@free.fr>
-URL: http://en.opensuse.org/Kerry
-
-Prefix: %{tde_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Source0: %{name}-3.5.13.2.tar.gz
-Source1: kerry.1.docbook
-
-
-BuildRequires: trinity-tqtinterface-devel >= 3.5.13.2
-BuildRequires: trinity-tdelibs-devel >= 3.5.13.2
-BuildRequires: trinity-tdebase-devel >= 3.5.13.2
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: libbeagle-devel >= 0.3.0
-
-
-%if 0%{?mgaversion} || 0%{?mdkversion}
-BuildRequires: docbook2x
-%else
-BuildRequires: docbook2X
-%endif
-
-%description
-Kerry is a Trinity frontend for the Beagle desktop search daemon.
-
-A program for indexing and searching user's data. At the moment, it can index
-filesystems, chat logs, mail and data, RSS and other.
-
-
-
-%if 0%{?suse_version} || 0%{?pclinuxos}
-%debug_package
-%endif
-
-
-%prep
-%setup -q -n %{name}-3.5.13.2
-
-# 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/"*"/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}"
-
-%configure \
- --prefix=%{tde_prefix} \
- --exec-prefix=%{tde_prefix} \
- --bindir=%{tde_bindir} \
- --datadir=%{tde_datadir} \
- --includedir=%{tde_tdeincludedir} \
- --libdir=%{tde_libdir} \
- --mandir=%{tde_mandir} \
- --disable-rpath \
- --with-extra-includes=%{tde_includedir}/tqt:%{tde_includedir}
-
-%__make %{?_smp_mflags}
-
-
-
-%install
-export PATH="%{tde_bindir}:${PATH}"
-%__rm -rf %{buildroot}
-%__make install DESTDIR=%{buildroot}
-
-#%__install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/kerry.1.docbook
-#docbook2man %{buildroot}%{_mandir}/man1/kerry.1.docbook
-
-%find_lang %{tdecomp}
-
-%clean
-%__rm -rf %{buildroot}
-
-
-%post
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-%postun
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-
-%files -f %{tdecomp}.lang
-%defattr(-,root,root,-)
-%{tde_datadir}/locale/*/LC_MESSAGES/kcmbeagle.mo
-%{tde_bindir}/beagled-shutdown
-%{tde_bindir}/kerry
-%{tde_libdir}/libkdeinit_kerry.la
-%{tde_libdir}/libkdeinit_kerry.so
-%{tde_tdelibdir}/kcm_beagle.la
-%{tde_tdelibdir}/kcm_beagle.so
-%{tde_tdelibdir}/kerry.la
-%{tde_tdelibdir}/kerry.so
-%{tde_tdeappdir}/kcmbeagle.desktop
-%{tde_tdeappdir}/kerry.desktop
-%{tde_datadir}/applnk/.hidden/kcmkerry.desktop
-%{tde_datadir}/apps/kerry/search-running.mng
-%{tde_datadir}/autostart/beagled.desktop
-%{tde_datadir}/autostart/kerry.autostart.desktop
-%{tde_datadir}/icons/hicolor/*/*/*
-
-
-%changelog
diff --git a/redhat/applications/kerry/kerry-3.5.13.spec b/redhat/applications/kerry/kerry-3.5.13.spec
deleted file mode 100644
index ead20877c..000000000
--- a/redhat/applications/kerry/kerry-3.5.13.spec
+++ /dev/null
@@ -1,146 +0,0 @@
-# Default version for this component
-%define kdecomp kerry
-
-# 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_appdir %{tde_datadir}/applications
-
-%define tde_tdeappdir %{tde_appdir}/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: a KDE frontend for the Beagle desktop search daemon [Trinity]
-Version: 0.2.1
-Release: 1%{?dist}
-
-License: GPLv2+
-Group: Applications/Utilities
-
-Vendor: Trinity Project
-Packager: Francois Andriot <francois.andriot@free.fr>
-URL: http://en.opensuse.org/Kerry
-
-Prefix: %{tde_prefix}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Source0: %{kdecomp}-3.5.13.tar.gz
-Source1: kerry.1.docbook
-
-# [kerry] Missing LDFLAGS cause FTBFS on Mageia and Mandriva
-Patch1: kerry-3.5.13-missing_ldflags.patch
-
-
-BuildRequires: tqtinterface-devel
-BuildRequires: trinity-tdelibs-devel
-BuildRequires: trinity-tdebase-devel
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: libbeagle-devel >= 0.3.0
-
-
-%if 0%{?mgaversion} || 0%{?mdkversion}
-BuildRequires: docbook2x
-%else
-BuildRequires: docbook2X
-%endif
-
-%description
-Kerry is a Trinity frontend for the Beagle desktop search daemon.
-
-A program for indexing and searching user's data. At the moment, it can index
-filesystems, chat logs, mail and data, RSS and other.
-
-
-
-%prep
-%setup -q -n applications/%{kdecomp}
-%patch1 -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/"*"/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}"
-
-%configure \
- --prefix=%{tde_prefix} \
- --exec-prefix=%{tde_prefix} \
- --bindir=%{tde_bindir} \
- --datadir=%{tde_datadir} \
- --libdir=%{tde_libdir} \
- --mandir=%{tde_mandir} \
- --disable-rpath \
- --with-extra-includes=%{tde_includedir}/tqt:%{tde_includedir}
-
-%__make %{?_smp_mflags}
-
-
-
-%install
-export PATH="%{tde_bindir}:${PATH}"
-%__rm -rf %{buildroot}
-%__make install DESTDIR=%{buildroot}
-
-#%__install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/kerry.1.docbook
-#docbook2man %{buildroot}%{_mandir}/man1/kerry.1.docbook
-
-%find_lang %{kdecomp}
-
-%clean
-%__rm -rf %{buildroot}
-
-
-%post
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-%postun
-/sbin/ldconfig || :
-touch --no-create %{tde_datadir}/icons/hicolor || :
-gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
-update-desktop-database %{tde_appdir} &> /dev/null
-
-
-%files -f %{kdecomp}.lang
-%defattr(-,root,root,-)
-%{tde_datadir}/locale/*/LC_MESSAGES/kcmbeagle.mo
-%{tde_bindir}/beagled-shutdown
-%{tde_bindir}/kerry
-%{tde_libdir}/libkdeinit_kerry.la
-%{tde_libdir}/libkdeinit_kerry.so
-%{tde_tdelibdir}/kcm_beagle.la
-%{tde_tdelibdir}/kcm_beagle.so
-%{tde_tdelibdir}/kerry.la
-%{tde_tdelibdir}/kerry.so
-%{tde_tdeappdir}/kcmbeagle.desktop
-%{tde_tdeappdir}/kerry.desktop
-%{tde_datadir}/applnk/.hidden/kcmkerry.desktop
-%{tde_datadir}/apps/kerry/search-running.mng
-%{tde_datadir}/autostart/beagled.desktop
-%{tde_datadir}/autostart/kerry.autostart.desktop
-%{tde_datadir}/icons/hicolor/*/*/*
-
-
-%changelog
diff --git a/redhat/applications/kerry/kerry.1.docbook b/redhat/applications/kerry/kerry.1.docbook
deleted file mode 100644
index 49eb68460..000000000
--- a/redhat/applications/kerry/kerry.1.docbook
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-]>
-<refentry>
- <refentryinfo>
- <author>
- <firstname>Jonathan Patrick</firstname>
- <surname>Davies</surname>
- <email>jpatrick@ubuntu.com</email>
- </author>
- <copyright>
- <year>2006</year>
- <holder>Jonathan Patrick Davies</holder>
- </copyright>
- <!-- XXX IMPORTANT XXX -->
- <!-- Keep this date up to date: -->
- <date>2006-03-26</date>
- <!-- ^^^^^^^^^^ -->
- </refentryinfo>
- <refmeta>
- <refentrytitle>kerry</refentrytitle>
- <manvolnum>1</manvolnum>
- </refmeta>
- <refnamediv>
- <refname>kerry</refname>
- <refpurpose>a Beagle frontend for KDE</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>kautoclick</command>
- <arg choice="opt">
- <option><replaceable>Qt-options</replaceable></option>
- </arg>
- <arg choice="opt">
- <option><replaceable>KDE-options</replaceable></option>
- </arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
- <para>
- Kerry is a frontend for Beagle for the <productname>KDE</productname> desktop.
- </para>
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
- <para>
- All <productname>KDE</productname> and <productname>Qt</productname>
- programs accept a some common command-line options. Kerry has no
- application-specific options.
- </para>
- <para>
- <variablelist>
- <title>Generic options:</title>
- <varlistentry>
- <term> <option>--help</option> </term>
- <listitem> <para>Show help about options</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--help-qt</option> </term>
- <listitem> <para>Show Qt specific options</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--help-kde</option> </term>
- <listitem> <para>Show KDE specific options</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--help-all</option> </term>
- <listitem> <para>Show all options</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--author</option> </term>
- <listitem> <para>Show author information</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>-v</option>, <option>--version</option> </term>
- <listitem> <para>Show version information</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--license</option> </term>
- <listitem> <para>Show license information</para> </listitem>
- </varlistentry>
- <varlistentry>
- <term> <option>--</option> </term>
- <listitem> <para>Indicates end of options</para> </listitem>
- </varlistentry>
- </variablelist>
- <!-- TODO * add all the rest of the options, but maybe find an automated
- way to keep it up to date -->
- </para>
- </refsect1>
- <refsect1>
- <title>COPYRIGHT</title>
- <para>
- This manual page was written by Jonathan Patrick Davies
- <email>jpatrick@ubuntu.com</email> for the
- <productname>Ubuntu</productname> system (but may be used by others).
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the <acronym>GNU</acronym> General Public License,
- Version 2 or any later version published by the Free Software Foundation.
- </para>
- <para>
- On Debian systems, the complete text of the GNU General Public
- License can be found in
- <filename>/usr/share/common-licenses/GPL</filename>.
- </para>
- </refsect1>
-</refentry>
diff --git a/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec b/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec
index 430a7168a..2de4c528d 100644
--- a/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec
+++ b/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec
@@ -274,9 +274,6 @@ Requires: trinity-rosegarden
#Requires: trinity-gwenview-i18n
-# Beagle does not exist anymore, so Kerry is now useless.
-#Requires: trinity-kerry
-
%description applications
%{summary}