Calvin Morrison 13 years ago
commit fc98476aef

@ -1,10 +1,10 @@
.\" This file was generated by kdemangen.pl .\" This file was generated by kdemangen.pl
.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." .TH KIOSKTOOL\-TDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $TDEDIRS according to the current user profile."
.SH NAME .SH NAME
kiosktool\-kdedirs kiosktool\-tdedirs
\- A tool to set $KDEDIRS according to the current user profile. \- A tool to set $TDEDIRS according to the current user profile.
.SH SYNOPSIS .SH SYNOPSIS
kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] kiosktool\-tdedirs [Qt\-options] [KDE\-options] [options]
.SH DESCRIPTION .SH DESCRIPTION
.SH OPTIONS .SH OPTIONS
@ -136,9 +136,9 @@ mirrors the whole layout of widgets.
.SH SEE ALSO .SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL Full user documentation is available through the KDE Help Center. You can also enter the URL
.BR help:/kiosktool\-kdedirs/ .BR help:/kiosktool\-tdedirs/
directly into konqueror or you can run directly into konqueror or you can run
.BR "`khelpcenter help:/kiosktool\-kdedirs/'" .BR "`khelpcenter help:/kiosktool\-tdedirs/'"
from the command\-line. from the command\-line.
.br .br
.SH AUTHORS .SH AUTHORS

@ -1,2 +1,2 @@
debian/kiosktool-trinity.1 debian/kiosktool-trinity.1
debian/kiosktool-kdedirs-trinity.1 debian/kiosktool-tdedirs-trinity.1

@ -0,0 +1,32 @@
kvpnc for Debian
----------------
kvpnc for Debian uses su-to-root from menu package instead kdesu.
Howto setup kvpnc for use without root password using sudo:
* Install sudo
aptitude install sudo
* Edit /etc/sudoers
# Cmnd alias specification
Cmnd_Alias KVPNC = /usr/bin/kvpnc
# User privilege specification
ALL ALL=NOPASSWD:KVPNC
* Edit desktop link /usr/share/applications/kde/Internet/kvpnc.desktop
* replace the folling lines:
Exec=su-to-root -X -c /usr/bin/kvpnc
X-KDE-SubstituteUID=true
with:
Exec=sudo kvpnc
X-KDE-SubstituteUID=false
-- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100

@ -0,0 +1,6 @@
kvpnc-trinity (0.9.6a-1) lucid; urgency=low
* Initial build
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 06 Dec 2011 12:26:00 -0600

@ -0,0 +1,20 @@
Source: kvpnc-trinity
Section: kde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs4-trinity-dev, libgcrypt11-dev, automake, autoconf, libtool, libltdl-dev
Standards-Version: 3.8.4
Package: kvpnc-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, menu, net-tools, psmisc, tdebase-trinity-bin | gksu | sux, module-init-tools | modutils
Suggests: iptables, openssl, openvpn, racoon, vpnc, pptp-linux, openswan, xl2tpd, openct, opensc
Description: vpn clients frontend for TDE
KVpnc is a TDE frontend for various vpn clients.
.
It supports :
* Cisco-compatible VPN client (vpnc)
* IPSec (freeswan, openswan, racoon)
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
* Virtual Private Network daemon (openvpn)

@ -0,0 +1,65 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on
Thu, 26 Jan 2006 11:49:10 +0100.
It was downloaded from http://home.gna.org/kvpnc
Copyright Holder: Christoph Thielecke <crissi99@gmx.de>
Copyright for ciscopasswddecoder :
(C) 2005 hal9000 <hal9000@evilscientists.de>
(C) 2005 Maurice Massar <vpnc@unix-ag.uni-kl.de>
(C) 2005 Christoph Thielecke <crissi99@gmx.de>
Copyright for openvpn-kde-dialogs.pl:
Alon Bar-Lev <alon.barlev@gmail.com>
kvpnc contains parts of code from klcc project:
Peter Simonsson <psn@linux.se>
Copyright for kfeedback (user feedback form and mailing utilities) and
parts of code from kdirstat project:
Stefan Hundhammer <sh@suse.de>
preferencesdialog contains parts of code from konversation project
(konvisettingsdialog.cpp)
(C) 2006 John Tapsell <johnflux@gmail.com>
(C) 2006 Eike Hein <hein@kde.org>
kfeedback license:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
kvpnc license:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

@ -0,0 +1,69 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH KVPNC 1 "novembre 16, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
kvpnc \- vpn clients frontend for KDE
.SH SYNOPSIS
.B kvpnc
.RI [ options ]
.br
.SH DESCRIPTION
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBkvpnc\fP is a KDE frontend for various vpn clients.
.br
It supports :
.br
* Cisco-compatible VPN client (vpnc)
.br
* IPSec (freeswan, openswan, racoon)
.br
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
.br
* Virtual Private Network daemon (openvpn)
.SH OPTIONS
All KDE and Qt programs accept some common command\-line options.
.br
Kvpnc has no application\-specific options.
.PP
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-kde\fR
Show KDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.SH AUTHOR
kvpnc was written by Christoph Thielecke <crissi99@gmx.de>.
.PP
This manual page was written by Fathi Boudra <fboudra@free.fr>,
for the Debian project (but may be used by others).

@ -0,0 +1,6 @@
?package(kvpnc):\
needs="X11"\
section="Applications/Network/Communication"\
title="kvpnc"\
hints="KDE"\
command="su-to-root -X -c kvpnc"

@ -0,0 +1,11 @@
--- a/src/kvpnc.desktop
+++ b/src/kvpnc.desktop
@@ -18,7 +18,7 @@
GenericName[xx]=xxVPN Client GUIxx
Categories=Network;RemoteAccess;KDE;Qt
-Exec=kvpnc
+Exec=su-to-root -X -c /opt/trinity/bin/kvpnc
X-KDE-SubstituteUID=true
Icon=kvpnc
Type=Application

@ -0,0 +1,29 @@
diff --git a/src/main.cpp b/src/main.cpp
index 7c45fcf..b933832 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,6 +24,7 @@
#include <kmessagebox.h>
#include <kmainwindow.h>
#include <kapp.h>
+#include <kuser.h>
#include <klocale.h>
#include <dcopclient.h>
@@ -134,11 +135,11 @@ int main ( int argc, char *argv[] )
}
else
{
-// if (getenv("USER") != "root")
-// {
-// KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
-// exit(0);
-// }
+ if (getenv("USER") != "root")
+ {
+ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
+ exit(0);
+ }
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();

@ -0,0 +1,2 @@
10_su-to-root_usage.diff
13_add_kuser_issuperuser.diff

@ -0,0 +1,42 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/kde.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
DEB_INSTALL_MANPAGES_kvpnc-trinity := debian/kvpnc-trinity.1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
install/kvpnc-trinity::
# fix script-not-executable
chmod 0755 debian/kvpnc-trinity/opt/trinity/share/apps/kvpnc/ping_check.sh
# remove uneeded dir
rm -rf debian/kvpnc-trinity/opt/trinity/share/doc/kde/HTML/kvpnc
# install desktop file in applications
install -D -p -m0644 src/kvpnc.desktop \
debian/kvpnc-trinity/opt/trinity/share/applications/kde/kvpnc.desktop
binary-post-install/kvpnc-trinity::
rm -rf debian/kvpnc-trinity/opt/trinity/share/applnk/
clean::
rm -f config.status config.log
find . -type f -name '*.gmo' | xargs rm -f

@ -0,0 +1,2 @@
version=3
http://download.gna.org/kvpnc/kvpnc-(0.*)\.tar\.bz2 debian svn-upgrade

@ -229,7 +229,7 @@ tde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low
tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low
* Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call
to pykdeextensions in mountconfig so that pyqt3 no longer needs to be to pytdeextensions in mountconfig so that pyqt3 no longer needs to be
patched to provide -dev files in the regular package (LP: #197867) patched to provide -dev files in the regular package (LP: #197867)
* Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig
thinks a proprietary driver is installed, but it can't find it, it thinks a proprietary driver is installed, but it can't find it, it
@ -618,7 +618,7 @@ tde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low
tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low
* Rebuilt against new pykde. * Rebuilt against new pytde.
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100
@ -1029,7 +1029,7 @@ tde-guidance (0.6.2-0ubuntu1) dapper; urgency=low
tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low
* New release, sets a fixed DPI for Xft * New release, sets a fixed DPI for Xft
* Add run time dependency on pykdeextensions * Add run time dependency on pytdeextensions
* Add kubuntu_03_userconfig_shebang.diff fix extra space * Add kubuntu_03_userconfig_shebang.diff fix extra space
* Change init script to run at S35, Malone No. 32268 * Change init script to run at S35, Malone No. 32268

@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev, Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev,
libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev,
pykdeextensions-trinity, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev, pytdeextensions-trinity, pytqt-tools, python-tqt, python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev,
python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-tqt-dev, hwdata
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: tde-guidance-trinity Package: tde-guidance-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5)
Conflicts: guidance-power-manager, tde-guidance-powermanager Conflicts: guidance-power-manager, tde-guidance-powermanager
Provides: ${python:Provides} Provides: ${python:Provides}
Description: collection of KDE system administration tools for GNU/Linux [Trinity] Description: collection of KDE system administration tools for GNU/Linux [Trinity]

@ -175,7 +175,7 @@ clean::
fi fi
common-install-prehook-impl:: common-install-prehook-impl::
# generate form implementation using pykde user interface compiler # generate form implementation using pytde user interface compiler
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui)

@ -0,0 +1,252 @@
libart-lgpl (2.3.22-0debian0) lenny; urgency=low
* Build patched/maintained TDE version instead of unmaintained upstream
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 07 Dec 2011 17:50:00 -0600
libart-lgpl (2.3.21-1) unstable; urgency=low
[ Loic Minier ]
* Properly anchor package name regexp.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/control.in:
- Update Standards-Version and build-depend on autotools-dev.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
-- Sebastian Dröge <slomo@debian.org> Sun, 25 Apr 2010 11:35:30 +0200
libart-lgpl (2.3.20-2) unstable; urgency=low
* Let libart-2.0-dev depend on shlibs:Depends.
* Extract library package name from control instead of hardcoding it in
rules.
* New patch, 60_libart-config-static, adds --static flag to libart2-config
to avoid -lm in the output of --libs; please consider switching to
pkg-config instead; GNOME #531278; closes: #375812.
* Fix copyright to state LGPL 2 or later as checked with licensecheck;
thanks Thomas Viehmann; closes: #478766.
-- Loic Minier <lool@dooz.org> Sat, 03 May 2008 22:21:18 +0200
libart-lgpl (2.3.20-1) unstable; urgency=low
[ Kilian Krause ]
* Use binary:version and source:Version for binNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/patches/90_fix-headers-for-cplusplus.patch:
- Dropped, merged upstream.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
* debian/control.in:
+ Update Standards-Version to 3.7.3, no additional changes needed.
-- Sebastian Dröge <slomo@debian.org> Wed, 30 Jan 2008 13:38:26 +0100
libart-lgpl (2.3.19-3) unstable; urgency=low
* Upload to unstable; drop check-dist include.
* Wrap build-deps and deps.
* Drop libc6-dev dep in libart-2.0-dev.
* Add ${misc:Depends}.
-- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:23:30 +0200
libart-lgpl (2.3.19-2) experimental; urgency=high
* Use clean-la.mk and require gnome-pkg-tools 0.7.
* New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
applications; GNOME #413197; SVN r278; closes: #417568.
* Rename patch 070_relibtoolize to 70_relibtoolize.
-- Loic Minier <lool@dooz.org> Tue, 03 Apr 2007 15:23:09 +0200
libart-lgpl (2.3.19-1) experimental; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.
* Add complete licensing information in copyright file.
* Update upstream URL in copyright file.
* Bump up Standards-Version to 3.7.2.
* Use debian/libart-2.0-dev.manpages instead of
DEB_INSTALL_MANPAGES_libart-2.0-dev.
* Use HTTP in watch file and track all branches.
* Include CDBS's utils.
* New upstream releases with API additions.
- Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
- Set shlibs to >= 2.3.18.
- Update and rename relibtoolizing patch, 070_relibtoolize.
* Drop useless libart-2.0-dev.files.
* Drop build-dep on libc6-dev | libc-dev; doh.
* Bump up DebHelper compatibility level to 5.
-- Loic Minier <lool@dooz.org> Wed, 28 Feb 2007 15:20:45 +0100
libart-lgpl (2.3.17-1) unstable; urgency=low
* GNOME Team Upload.
* New upstream release.
* debian/patches/001_relibtoolize.patch:
- updated.
* debian/watch:
- added.
-- Sebastien Bacher <seb128@debian.org> Tue, 25 Jan 2005 23:51:07 +0100
libart-lgpl (2.3.16-6) unstable; urgency=low
* Relibtoolize (Closes: #260639)
-- Ondřej Surý <ondrej@debian.org> Wed, 21 Jul 2004 17:27:15 +0200
libart-lgpl (2.3.16-5) unstable; urgency=low
* Set shlibs version to current.
-- Ondřej Surý <ondrej@debian.org> Mon, 19 Apr 2004 18:49:50 +0200
libart-lgpl (2.3.16-4) unstable; urgency=low
* Gnome Team upload.
* Setting again the shlibs file.
-- Sebastien Bacher <seb128@debian.org> Thu, 15 Apr 2004 19:35:09 +0200
libart-lgpl (2.3.16-3) unstable; urgency=low
* New maintainer (Closes: #238891)
-- Ondřej Surý <ondrej@debian.org> Sat, 20 Mar 2004 15:14:54 +0100
libart-lgpl (2.3.16-2) unstable; urgency=low
* Orphaned package.
-- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 16:06:24 +0100
libart-lgpl (2.3.16-1) unstable; urgency=low
* New upstream release.
* Fix an "assertion failed" who crash gdm (Closes: #208919)
-- Christian Marillat <marillat@debian.org> Wed, 10 Sep 2003 09:48:22 +0200
libart-lgpl (2.3.15-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 2 Sep 2003 14:14:16 +0200
libart-lgpl (2.3.14-2) unstable; urgency=low
* Compiled with -mieee for alpha (Closes: #207748)
-- Christian Marillat <marillat@debian.org> Fri, 29 Aug 2003 19:24:46 +0200
libart-lgpl (2.3.14-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 8 Aug 2003 10:23:11 +0200
libart-lgpl (2.3.13-1) unstable; urgency=low
* new upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 11 Jul 2003 14:59:55 +0200
libart-lgpl (2.3.12-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 5 May 2003 12:58:07 +0200
libart-lgpl (2.3.11-4) unstable; urgency=low
* Update section
-- Christian Marillat <marillat@debian.org> Tue, 1 Apr 2003 18:52:25 +0200
libart-lgpl (2.3.11-3) unstable; urgency=low
* Add a patche to fix configure for mipsel
-- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 10:11:41 +0100
libart-lgpl (2.3.11-2) unstable; urgency=low
* Update description (Closes: #177003)
-- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 21:27:15 +0100
libart-lgpl (2.3.11-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.5.8
-- Christian Marillat <marillat@debian.org> Tue, 7 Jan 2003 19:40:48 +0100
libart-lgpl (2.3.10-4) unstable; urgency=low
* Update to standards version 3.5.7
-- Christian Marillat <marillat@debian.org> Sat, 21 Sep 2002 14:41:00 +0200
libart-lgpl (2.3.10-3) unstable; urgency=low
* Replace libc6-dev by libc-dev for -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 5 Sep 2002 18:25:28 +0200
libart-lgpl (2.3.10-2) unstable; urgency=low
* Move libc6-dev dependency in the -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 8 Aug 2002 14:34:51 +0200
libart-lgpl (2.3.10-1) unstable; urgency=low
* New upstream release (Closes: #151622)
-- Christian Marillat <marillat@debian.org> Tue, 2 Jul 2002 01:38:03 +0200
libart-lgpl (2.3.9-2) unstable; urgency=low
* debian/control add a versioned dependency for the -dev package
(Closes: #151369)
-- Christian Marillat <marillat@debian.org> Sat, 29 Jun 2002 17:39:39 +0200
libart-lgpl (2.3.9-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 25 Jun 2002 10:26:05 +0200
libart-lgpl (2.3.8-2) unstable; urgency=low
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
-- Christian Marillat <marillat@debian.org> Wed, 15 May 2002 22:28:40 +0200
libart-lgpl (2.3.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 14 Jan 2002 10:58:19 +0100
libart-lgpl (2.3.7-1) unstable; urgency=low
* Initial Release.
-- Christian Marillat <marillat@debian.org> Mon, 19 Nov 2001 18:29:06 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,42 @@
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>, Sebastien Bacher <seb128@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
automake, autoconf, libtool, libltdl-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,37 @@
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
autotools-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,27 @@
This package was debianized by Christian Marillat <marillat@debian.org> on
Mon, 19 Nov 2001 18:29:06 +0100
It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/
Upstream Author: Raph Levien <raph@acm.org>
Copyright: 1998, 1999, 2000, 2001 Raph Levien <raph@acm.org>
License:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.

@ -0,0 +1 @@
debian/tmp/usr/lib/libart_lgpl_2.so.*

@ -0,0 +1,6 @@
debian/tmp/usr/include
debian/tmp/usr/lib/pkgconfig
debian/tmp/usr/bin/libart2-config
debian/tmp/usr/lib/libart_lgpl_2.a
debian/tmp/usr/lib/libart_lgpl_2.la
debian/tmp/usr/lib/libart_lgpl_2.so

@ -0,0 +1,52 @@
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "LIBART2-CONFIG" "1" "08 August 2003" "" ""
.SH NAME
libart2-config \- script to get information about the installed version of libart 2.x
.SH SYNOPSIS
\fBlibart2-config\fR [ \fB --prefix\fI[=DIR]\fB \fR ] [ \fB --exec-prefix\fI[=DIR]\fB \fR ] [ \fB --libs \fR ] [ \fB --cflags \fR ] [ \fB --version \fR ]
.SH "DESCRIPTION"
.PP
\fBlibart2-config\fR is a tool that is used to determine
the compiler and linker flags that should be used to compile and
link programs that use \fIlibart\fR library.
.SH "OPTIONS"
.TP
\fB--prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option is also used for
the exec prefix if \fB--exec-prefix\fR was
not specified. This option must be specified before any
\fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--exec-prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation exec prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option must be specified
before any \fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--libs\fR
Print the linker flags that are necessary to link a
\fIlibart\fR program.
.TP
\fB--cflags\fR
Print the compiler flags that are necessary to compile a
\fIlibart\fR program.
.TP
\fB--version\fR
Print the currently installed version of
\fIlibart\fR on the standard output.
.SH "AUTHOR"
.PP
This manual page was written by Christian Marillat <marillat@debian.org> for
the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,22 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
autoconf
automake
libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
GNOME_MODULE := libart_lgpl
DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)'

@ -0,0 +1,4 @@
version=2
http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/([\d\.]+)/ \
libart_lgpl-(.*)\.tar\.gz \
debian uupdate

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org>
Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqt3-mt-dev (>= 3:3.3.4-4), tqt3-dev-tools (>= 3:3.3.4-4), tqt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10.0-2ubuntu1), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python-sip-dev (>= 4.10.0-2ubuntu1), libtqscintilla-dev, python-support (>= 0.7.1), python-sip-dbg, python-all-dbg
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: python-tqt Package: python-tqt
@ -72,7 +72,7 @@ Package: python-tqtext-dbg
Priority: extra Priority: extra
Section: debug Section: debug
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, python-dbg, python-qtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends}
Description: TQt debug extensions for PyQt Description: TQt debug extensions for PyQt
PyQt debug Extensions. Contains: PyQt debug Extensions. Contains:
. .

@ -25,6 +25,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
else else
CXXFLAGS += -O1 CXXFLAGS += -O1
endif endif
CXXFLAGS += "-I/usr/include/tqt"
PYTHONS := $(shell pyversions -vr debian/control) PYTHONS := $(shell pyversions -vr debian/control)
@ -44,7 +45,7 @@ build-%/configure-stamp:
mkdir -p build-$* mkdir -p build-$*
cd build-$* && echo yes \ cd build-$* && echo yes \
| python$* ../configure.py \ | python$* ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$* \ -l /usr/include/python$* \
@ -58,13 +59,13 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$* mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \ cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \ | python$*-dbg ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$*_d \ -l /usr/include/python$*_d \
-v /usr/share/sip/tqt \ -v /usr/share/sip/tqt \
-m /usr/lib/python$*/config_d \ -m /usr/lib/python$*/config_d \
CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g" STRIP="" CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP=""
touch $@ touch $@
build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp)
@ -87,7 +88,7 @@ install-indep: configure
for version in ${PYTHONS}; do\ for version in ${PYTHONS}; do\
pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \ pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \
mkdir -p debian/python-tqt-dev/$$pylib;\ mkdir -p debian/python-tqt-dev/$$pylib;\
install -m 644 -o root -g root build-$$version/pytqtconfig.py debian/python-tqt-dev/$$pylib;\ install -m 644 -o root -g root build-$$version/pyqtconfig.py debian/python-tqt-dev/$$pylib;\
done done
dh_install -i dh_install -i
@ -105,7 +106,7 @@ install-arch: build
mkdir -p debian/python-tqt-gl-dbg/$$pylib;\ mkdir -p debian/python-tqt-gl-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtgl.so \ mv debian/python-tqt-dbg/$$pylib/qtgl.so \
debian/python-tqt-gl-dbg/$$pylib/;\ debian/python-tqt-gl-dbg/$$pylib/;\
mkdir -p debian/python-qtext-dbg/$$pylib;\ mkdir -p debian/python-tqtext-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtext.so \ mv debian/python-tqt-dbg/$$pylib/qtext.so \
debian/python-tqtext-dbg/$$pylib/;\ debian/python-tqtext-dbg/$$pylib/;\
done done

@ -499,7 +499,7 @@ qt-x11-free (3:3.3.7-1ubuntu3) feisty; urgency=low
qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low
* Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list * Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list
of patches, it caused pyqt and pykde to hide init methods which of patches, it caused pyqt and pytde to hide init methods which
are needed to load modules and it broke skim. are needed to load modules and it broke skim.
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000

@ -3,8 +3,8 @@ Section: libs
Priority: optional Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev
Standards-Version: 3.7.2 Standards-Version: 3.8.4
Package: libtqscintilla7 Package: libtqscintilla7
Section: libs Section: libs

@ -1 +1 @@
usr/share/doc/libqscintilla-doc usr/share/doc/libtqscintilla-doc

@ -1,3 +1,3 @@
usr/lib/*.so.* usr/lib/*.so.*
usr/lib/qt3/plugins/designer/*.so usr/lib/tqt3/plugins/designer/*.so
usr/share/qt3/translations/*.qm usr/share/tqt3/translations/*.qm

@ -1,7 +0,0 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pykdeextensions/AUTHORS
opt/trinity/share/apps/pykdeextensions/ChangeLog
opt/trinity/share/apps/pykdeextensions/INSTALL
opt/trinity/share/apps/pykdeextensions/NEWS
opt/trinity/share/apps/pykdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pykdeextensions

@ -1,10 +0,0 @@
pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -1,23 +1,23 @@
pykdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low pytdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low
* Karmic rebuild * Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
pykdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low pytdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low
* Added -trinity suffix * Added -trinity suffix
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600
pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low
* Re-add libpythoniz0 dependency on python-dev to work around * Re-add libpythoniz0 dependency on python-dev to work around
libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668)
-- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500
pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
* debian/control: * debian/control:
- remove the python-all-dev dependency in libpythonize0 - remove the python-all-dev dependency in libpythonize0
@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100
pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- libpythonize0 depends on python2.5-dev, it tries to load .so file - libpythonize0 depends on python2.5-dev, it tries to load .so file
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000
pykdeextensions (0.4.0-5) unstable; urgency=low pytdeextensions (0.4.0-5) unstable; urgency=low
* Add python-qt-dev build dependency. * Add python-qt-dev build dependency.
pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)
@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low
* Remove *.py[co] files. * Remove *.py[co] files.
* lintian cleanup: substvar-source-version-is-deprecated. * lintian cleanup: substvar-source-version-is-deprecated.
Use ${binary:Version}. Use ${binary:Version}.
* Make pykdeextensions package arch all. * Make pytdeextensions package arch all.
-- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200
pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low
* Fix depends to python2.5-dev * Fix depends to python2.5-dev
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100
pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
* Add libpython2.5-dev as a depends for libpythonize0, it wants to * Add libpython2.5-dev as a depends for libpythonize0, it wants to
load libpython2.5.so, reverts change from previous upload, LP: #84689, load libpython2.5.so, reverts change from previous upload, LP: #84689,
@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100
pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
* Fix build failure, build-depend on python-qt-dev. * Fix build failure, build-depend on python-qt-dev.
* Use the unversioned python interpreter for scripts. * Use the unversioned python interpreter for scripts.
@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000
pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- build on python 2.5 - build on python 2.5
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100
pykdeextensions (0.4.0-4) unstable; urgency=low pytdeextensions (0.4.0-4) unstable; urgency=low
* Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Update pyversions. Force to build with python2.4 only. (Closes: #424505)
* Remove python-all-dev build dependency. Replaced by python-dev. * Remove python-all-dev build dependency. Replaced by python-dev.
@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200
pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
* Force to build with python2.5. * Force to build with python2.5.
* FIXME: The package is unlikely to work with python2.4; maybe * FIXME: The package is unlikely to work with python2.4; maybe
@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
-- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000
pykdeextensions (0.4.0-3) unstable; urgency=low pytdeextensions (0.4.0-3) unstable; urgency=low
* Converted package to python-support * Converted package to python-support
* Added pycompat and pyversions * Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618) * Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev, * Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config) tdelibs4c2a (for kde-config)
* Updated libpythonize0-dev, libpythonize0, and pykdextensions install files * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules * Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts * Added 12_force_python2.4_script.diff to force python2.4 in scripts
-- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200
pykdeextensions (0.4.0-2) unstable; urgency=low pytdeextensions (0.4.0-2) unstable; urgency=low
* Converted package to cdbs * Converted package to cdbs
* Added 2 patches (thanks to Jonathan Riddell) * Added 2 patches (thanks to Jonathan Riddell)
@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200
pykdeextensions (0.4.0-1) unstable; urgency=low pytdeextensions (0.4.0-1) unstable; urgency=low
[ Fathi Boudra ] [ Fathi Boudra ]
* Initial Debian release Closes: #340141 * Initial Debian release Closes: #340141

@ -1,23 +1,23 @@
Source: pykdeextensions-trinity Source: pytdeextensions-trinity
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool,
libxml2-utils, libxrandr-dev, libxxf86vm-dev, pyqt-tools, python-trinity-trinity, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity,
python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5)
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: pykdeextensions-trinity Package: pytdeextensions-trinity
Architecture: all Architecture: all
Depends: ${python:Depends} Depends: ${python:Depends}
Conflicts: pykdeextensions Conflicts: pytdeextensions
Provides: ${python:Provides} Provides: ${python:Provides}
Description: Python packages to support KDE applications (scripts) [Trinity] Description: Python packages to support KDE applications (scripts) [Trinity]
PyKDE Extensions is a collection of software and Python packages PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications. to support the creation and installation of KDE applications.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity-dev Package: libpythonize0-trinity-dev
Architecture: any Architecture: any
@ -29,7 +29,7 @@ Description: Python packages to support KDE applications (development) [Trinity]
. .
This package contains the libpythonize development files. This package contains the libpythonize development files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity Package: libpythonize0-trinity
Architecture: any Architecture: any
@ -42,4 +42,4 @@ Description: Python packages to support KDE applications (library) [Trinity]
. .
This package contains the libpythonize library files. This package contains the libpythonize library files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions

@ -1,9 +1,9 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200. Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pykdeextensions> It was downloaded from <http://www.simonzone.com/software/pytdeextensions>
Application templates and pykde helper modules copyright: Application templates and pytde helper modules copyright:
Simon Edwards <simon@simonzone.com> Simon Edwards <simon@simonzone.com>
License: License:

@ -0,0 +1,7 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pytdeextensions/AUTHORS
opt/trinity/share/apps/pytdeextensions/ChangeLog
opt/trinity/share/apps/pytdeextensions/INSTALL
opt/trinity/share/apps/pytdeextensions/NEWS
opt/trinity/share/apps/pytdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pytdeextensions

@ -0,0 +1,10 @@
pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
install/pykdeextensions-trinity:: install/pytdeextensions-trinity::
# We have no idea if the built product is site-packages or dist-packages # We have no idea if the built product is site-packages or dist-packages
cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages"
rm -rf debian/tmp/usr/lib/python*/site-packages/ rm -rf debian/tmp/usr/lib/python*/site-packages/
# install lintian overrides # install lintian overrides
install -D -p -m0644 debian/pykdeextensions-trinity.lintian-overrides \ install -D -p -m0644 debian/pytdeextensions-trinity.lintian-overrides \
debian/pykdeextensions-trinity/usr/share/lintian/overrides/pykdeextensions-trinity debian/pytdeextensions-trinity/usr/share/lintian/overrides/pytdeextensions-trinity
# fix script-not-executable # fix script-not-executable
find debian -type f -name '*.py' | xargs chmod 0755 find debian -type f -name '*.py' | xargs chmod 0755

@ -320,7 +320,7 @@ python-trinity (3.11.3+20050829-1) unstable; urgency=low
* Added the homepage of PyKDE to the package descriptions * Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into * HTML documentations is now installed into
/usr/share/doc/python-trinity-doc/html /usr/share/doc/python-trinity-doc/html
* pykdeconfig.py now also knows that the sip files * pytdeconfig.py now also knows that the sip files
are in /usr/share/sip/trinity, not in /usr/share/sip/kde are in /usr/share/sip/trinity, not in /usr/share/sip/kde
(Closes: #312708) (Closes: #312708)

@ -4,14 +4,14 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-tqt-dev, tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
XS-Python-Version: all XS-Python-Version: all
Package: python-trinity-trinity Package: python-trinity-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18) Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Provides: ${python:Provides} Provides: ${python:Provides}
Conflicts: python-trinity-trinity Conflicts: python-trinity-trinity
@ -23,7 +23,7 @@ Description: Trinity bindings for Python [Trinity]
Package: python-trinity-trinity-dbg Package: python-trinity-trinity-dbg
Priority: extra Priority: extra
Architecture: any Architecture: any
Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python (debug extensions) [Trinity] Description: Trinity bindings for Python (debug extensions) [Trinity]
Python binding module that provides wide access to the Trinity API, Python binding module that provides wide access to the Trinity API,
@ -35,13 +35,13 @@ Description: Trinity bindings for Python (debug extensions) [Trinity]
Package: python-trinity-trinity-dev Package: python-trinity-trinity-dev
Section: python Section: python
Architecture: all Architecture: all
Depends: pyqt-tools, ${python:Depends} Depends: pytqt-tools, ${python:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python - Development files and scripts [Trinity] Description: Trinity bindings for Python - Development files and scripts [Trinity]
Development .sip files with definitions of PyKDE classes. They Development .sip files with definitions of PyKDE classes. They
are needed to build PyKDE, but also as building blocks of other are needed to build PyKDE, but also as building blocks of other
packages based on them. packages based on them.
The package also contains kdepyuic, a wrapper script around PyQt's The package also contains kdepyuic, a wrapper script around PyTQt's
user interface compiler. user interface compiler.
Package: python-trinity-trinity-doc Package: python-trinity-trinity-doc

@ -4,8 +4,8 @@ import sys
if getattr(sys, "pydebug", False): if getattr(sys, "pydebug", False):
try: try:
from pykdeconfig_d import * from pytdeconfig_d import *
except ImportError, msg: except ImportError, msg:
raise ImportError, 'No module named pykdeconfig; package python-trinity-dbg not installed' raise ImportError, 'No module named pytdeconfig; package python-trinity-dbg not installed'
else: else:
from pykdeconfig_nd import * from pytdeconfig_nd import *

@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\ for version in ${PYTHONS};\
do\ do\
mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\ mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\
cp debian/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\ cp debian/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\
cp build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ cp build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done done
for version in ${DBG_PYTHONS};\ for version in ${DBG_PYTHONS};\
do\ do\
cp dbg-build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_d.py;\ cp dbg-build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done done
install-arch: install-arch:

@ -0,0 +1,12 @@
FPACKAGE = sudo-trinity
VERSION = 1.0
build:
clean:
install:
mkdir -p /etc
cp -Rp etc/* $(DESTDIR)/etc/
chmod -R 644 $(DESTDIR)/etc
chmod -R 0440 $(DESTDIR)/etc/sudoers.d/tde-secure-path

@ -0,0 +1,5 @@
sudo-trinity (1.0) lucid; urgency=low
* Initial release
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 11 Dec 2011 07:49:00 -0600

@ -0,0 +1,13 @@
Source: sudo-trinity
Section: kde
Priority: extra
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>=5.0), cdbs
Standards-Version: 3.8.4
Package: sudo-trinity
Architecture: all
Depends: sudo
Description: TDE sudo
TDE configuration files for sudo

@ -0,0 +1,8 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS=-g -Wall -fPIC
DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)"
DEB_INSTALL_DOCS_ALL :=

@ -0,0 +1 @@
Defaults secure_path=/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

@ -1,5 +1,5 @@
Source: tde-i18n-trinity Source: tde-i18n-trinity
Build-Depends: autoconf, debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl Build-Depends: debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>

@ -54,7 +54,7 @@ $(STAMP_EXTRACT):
$(STAMP_BUILD): $(STAMP_BUILD):
# Building the '$(cur_lang)' language ... # Building the '$(cur_lang)' language ...
cd $(cur_lang_dir) && ./configure $(configkde) && $(MAKE) cd $(cur_lang_dir) && autoreconf && automake -f && $(MAKE) -f ../admin/Makefile.common && ./configure $(configkde) && $(MAKE)
touch $@ touch $@

@ -196,7 +196,7 @@ tdebase-trinity (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low
tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low
* Added XDG_DATA_DIRS and KDEDIRS to starttde, as suggested by zekica on the Debian forums * Added XDG_DATA_DIRS and TDEDIRS to starttde, as suggested by zekica on the Debian forums
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600
@ -758,8 +758,8 @@ tdebase (4:3.5.7-1ubuntu24) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low
* Fixed kubuntu_52_gtk_qt_engine_config.diff and * Fixed kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff as $kdehome=$HOME/.kde so we should use kubuntu_53_kwallet_config.diff as $tdehome=$HOME/.kde so we should use
$kdehome instead of $HOME/$kdehome $tdehome instead of $HOME/$tdehome
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200
@ -780,7 +780,7 @@ tdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low
* Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed (again) $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100
@ -799,7 +799,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
[ Ryan Kavanagh ] [ Ryan Kavanagh ]
* Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk
build-dep as they are no longer needed build-dep as they are no longer needed
* Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400
@ -807,7 +807,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low
* Edit kubuntu_52_gtk_qt_engine_config.diff and * Edit kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde
* Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now
* Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi
* Add kubuntu_9903_api_docs_move.diff for new API website * Add kubuntu_9903_api_docs_move.diff for new API website

@ -22,7 +22,7 @@ set -e
HEED_DEFAULT_DISPLAY_MANAGER=true HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
KDEDIRS=/opt/trinity/ TDEDIRS=/opt/trinity/
PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/opt/trinity/bin/kdm DAEMON=/opt/trinity/bin/kdm
PIDFILE=/var/run/kdm.pid PIDFILE=/var/run/kdm.pid

@ -1,14 +1,14 @@
--- starttde --- starttde
+++ starttde +++ starttde
@@ -184,17 +184,17 @@ @@ -184,17 +184,17 @@
. $kdehome/share/config/startupconfig . $tdehome/share/config/startupconfig
fi fi
-# Make sure a default wallpaper is set. -# Make sure a default wallpaper is set.
-if [ ! -e $kdehome/share/config/kdesktoprc ]; then -if [ ! -e $tdehome/share/config/kdesktoprc ]; then
- # With Trinity KDE this file should exist, but test first. - # With Trinity KDE this file should exist, but test first.
- if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then - if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
-cat >$kdehome/share/config/kdesktoprc <<EOF -cat >$tdehome/share/config/kdesktoprc <<EOF
-[Desktop0] -[Desktop0]
-Wallpaper=isadora.png -Wallpaper=isadora.png
-WallpaperMode=Scaled -WallpaperMode=Scaled
@ -16,10 +16,10 @@
- fi - fi
-fi -fi
+## Make sure a default wallpaper is set. +## Make sure a default wallpaper is set.
+#if [ ! -e $kdehome/share/config/kdesktoprc ]; then +#if [ ! -e $tdehome/share/config/kdesktoprc ]; then
+# # With Trinity KDE this file should exist, but test first. +# # With Trinity KDE this file should exist, but test first.
+# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then +# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
+#cat >$kdehome/share/config/kdesktoprc <<EOF +#cat >$tdehome/share/config/kdesktoprc <<EOF
+#[Desktop0] +#[Desktop0]
+#Wallpaper=isadora.png +#Wallpaper=isadora.png
+#WallpaperMode=Scaled +#WallpaperMode=Scaled

@ -483,7 +483,7 @@ tdebindings (4:3.2.92-1) unstable; urgency=low
was accepted upstream. was accepted upstream.
* debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/libkjsembed1.install: install the qprocess kjsembed plugin.
* debian/rules: disable the python directory, as sip, pyqt and * debian/rules: disable the python directory, as sip, pyqt and
pykde are all packaged in Debian already. pytde are all packaged in Debian already.
* debian/control: added the libsmokekde1, libsmokekde-dev, * debian/control: added the libsmokekde1, libsmokekde-dev,
libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream
additions. additions.

@ -2,7 +2,7 @@ Source: tdebindings-trinity
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5),
python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk, python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk,
gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc], gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc],
tdelibs4-trinity-dev (>= 4:3.5.9), libqt3-compat-headers (>= 3:3.3.5), tdelibs4-trinity-dev (>= 4:3.5.9), libtqt3-compat-headers (>= 3:3.3.5),
ruby, ruby1.8-dev, flex, bison, ruby, ruby1.8-dev, flex, bison,
automake, autoconf, libtool, libltdl-dev automake, autoconf, libtool, libltdl-dev
Section: devel Section: devel

@ -9,7 +9,7 @@ debian/tmp/opt/trinity/lib/ruby/1.8/Qt.rb
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.la debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.la
qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8 qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8

@ -2087,7 +2087,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
output them expanded even when --expandvars is not used. (Closes: #287822) output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not * Fixed the ability of the build system to find kde.pot, even when it is not
located at KDEDIR/include/kde.pot. This allows the use of targets such as located at TDEDIR/include/kde.pot. This allows the use of targets such as
"package-messages" without specifying includedir. (Closes: #283858) "package-messages" without specifying includedir. (Closes: #283858)
* Now that graphviz is in main, add it to Build-Depends-Indep together with * Now that graphviz is in main, add it to Build-Depends-Indep together with

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export KDEDIRS=/usr/:/opt/trinity/ export TDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 /opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8

@ -4,7 +4,7 @@
kstartupconfig, kdostartupconfig kstartupconfig, kdostartupconfig
\- KDE configuration options loader \- KDE configuration options loader
.SH SYNOPSIS .SH SYNOPSIS
\fBkstartupconfig\fP [$KDEHOME] \fBkstartupconfig\fP [$TDEHOME]
.sp 1 .sp 1
\fBkdostartupconfig\fP \fBkdostartupconfig\fP
.SH DESCRIPTION .SH DESCRIPTION
@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base
if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes
.SH OPTIONS .SH OPTIONS
.TP .TP
.B $KDEHOME .B $TDEHOME
KDE home directory, if different to ~/.kde KDE home directory, if different to ~/.kde
.SS .SS
.SH FILES .SH FILES
In case $KDEHOME is not set ~/.kde is assumed. In case $TDEHOME is not set ~/.kde is assumed.
.TP .TP
.I $KDEHOME/share/config/startupconfig .I $TDEHOME/share/config/startupconfig
script, sourced to set shell variables with configuration options script, sourced to set shell variables with configuration options
.TP .TP
.I $KDEHOME/share/config/startupconfigfiles .I $TDEHOME/share/config/startupconfigfiles
configuration options and files they belong to configuration options and files they belong to
.TP .TP
.I $KDEHOME/share/config/startupconfigkeys .I $TDEHOME/share/config/startupconfigkeys
configuration options to load configuration options to load
.SH SEE ALSO .SH SEE ALSO
.BR kconf_update (1),\ starttde (1) .BR kconf_update (1),\ starttde (1)

@ -72,7 +72,7 @@ manpage.1: manpage.sgml
<para><command>&dhpackage;</command> is used to create KDE <para><command>&dhpackage;</command> is used to create KDE
resources in temporary directories and symlinks to them in resources in temporary directories and symlinks to them in
<envar>KDEHOME</envar>. The resource that needs to be created is <envar>TDEHOME</envar>. The resource that needs to be created is
given as an argument and can be anyone of:</para> given as an argument and can be anyone of:</para>
<itemizedlist> <itemizedlist>

@ -25,10 +25,10 @@ directory with ppd files
write printer database into this file write printer database into this file
.SH FILES .SH FILES
.TP .TP
.I $KDEHOME/share/apps/tdeprint/printerdb_cups.txt .I $TDEHOME/share/apps/tdeprint/printerdb_cups.txt
KDE printer database KDE printer database
.br .br
(if $KDEHOME is not set ~/.kde is used) (if $TDEHOME is not set ~/.kde is used)
.SH SEE ALSO .SH SEE ALSO
.BR make_driver_db_lpr (1) .BR make_driver_db_lpr (1)
.TP .TP

@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -196,7 +196,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 55 info/tdemultimedia.kaboodle.1 .lf 55 info/tdemultimedia.kaboodle.1

@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -195,7 +195,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 50 info/tdeutils.kcharselect.1 .lf 50 info/tdeutils.kcharselect.1

@ -1,10 +1,10 @@
.\" This file was generated by kdemangen.pl .\" This file was generated by kdemangen.pl
.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." .TH KIOSKTOOL\-TDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $TDEDIRS according to the current user profile."
.SH NAME .SH NAME
kiosktool\-kdedirs kiosktool\-tdedirs
\- A tool to set $KDEDIRS according to the current user profile. \- A tool to set $TDEDIRS according to the current user profile.
.SH SYNOPSIS .SH SYNOPSIS
kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] kiosktool\-tdedirs [Qt\-options] [KDE\-options] [options]
.SH DESCRIPTION .SH DESCRIPTION
.SH OPTIONS .SH OPTIONS
@ -136,9 +136,9 @@ mirrors the whole layout of widgets.
.SH SEE ALSO .SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL Full user documentation is available through the KDE Help Center. You can also enter the URL
.BR help:/kiosktool\-kdedirs/ .BR help:/kiosktool\-tdedirs/
directly into konqueror or you can run directly into konqueror or you can run
.BR "`khelpcenter help:/kiosktool\-kdedirs/'" .BR "`khelpcenter help:/kiosktool\-tdedirs/'"
from the command\-line. from the command\-line.
.br .br
.SH AUTHORS .SH AUTHORS

@ -1,2 +1,2 @@
debian/kiosktool-trinity.1 debian/kiosktool-trinity.1
debian/kiosktool-kdedirs-trinity.1 debian/kiosktool-tdedirs-trinity.1

@ -0,0 +1,32 @@
kvpnc for Debian
----------------
kvpnc for Debian uses su-to-root from menu package instead kdesu.
Howto setup kvpnc for use without root password using sudo:
* Install sudo
aptitude install sudo
* Edit /etc/sudoers
# Cmnd alias specification
Cmnd_Alias KVPNC = /usr/bin/kvpnc
# User privilege specification
ALL ALL=NOPASSWD:KVPNC
* Edit desktop link /usr/share/applications/kde/Internet/kvpnc.desktop
* replace the folling lines:
Exec=su-to-root -X -c /usr/bin/kvpnc
X-KDE-SubstituteUID=true
with:
Exec=sudo kvpnc
X-KDE-SubstituteUID=false
-- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100

@ -0,0 +1,6 @@
kvpnc-trinity (0.9.6a-1) lucid; urgency=low
* Initial build
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 06 Dec 2011 12:26:00 -0600

@ -0,0 +1,20 @@
Source: kvpnc-trinity
Section: kde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs4-trinity-dev, libgcrypt11-dev, automake, autoconf, libtool, libltdl-dev
Standards-Version: 3.8.4
Package: kvpnc-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, menu, net-tools, psmisc, tdebase-trinity-bin | gksu | sux, module-init-tools | modutils
Suggests: iptables, openssl, openvpn, racoon, vpnc, pptp-linux, openswan, xl2tpd, openct, opensc
Description: vpn clients frontend for TDE
KVpnc is a TDE frontend for various vpn clients.
.
It supports :
* Cisco-compatible VPN client (vpnc)
* IPSec (freeswan, openswan, racoon)
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
* Virtual Private Network daemon (openvpn)

@ -0,0 +1,65 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on
Thu, 26 Jan 2006 11:49:10 +0100.
It was downloaded from http://home.gna.org/kvpnc
Copyright Holder: Christoph Thielecke <crissi99@gmx.de>
Copyright for ciscopasswddecoder :
(C) 2005 hal9000 <hal9000@evilscientists.de>
(C) 2005 Maurice Massar <vpnc@unix-ag.uni-kl.de>
(C) 2005 Christoph Thielecke <crissi99@gmx.de>
Copyright for openvpn-kde-dialogs.pl:
Alon Bar-Lev <alon.barlev@gmail.com>
kvpnc contains parts of code from klcc project:
Peter Simonsson <psn@linux.se>
Copyright for kfeedback (user feedback form and mailing utilities) and
parts of code from kdirstat project:
Stefan Hundhammer <sh@suse.de>
preferencesdialog contains parts of code from konversation project
(konvisettingsdialog.cpp)
(C) 2006 John Tapsell <johnflux@gmail.com>
(C) 2006 Eike Hein <hein@kde.org>
kfeedback license:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
kvpnc license:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

@ -0,0 +1,69 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH KVPNC 1 "novembre 16, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
kvpnc \- vpn clients frontend for KDE
.SH SYNOPSIS
.B kvpnc
.RI [ options ]
.br
.SH DESCRIPTION
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBkvpnc\fP is a KDE frontend for various vpn clients.
.br
It supports :
.br
* Cisco-compatible VPN client (vpnc)
.br
* IPSec (freeswan, openswan, racoon)
.br
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
.br
* Virtual Private Network daemon (openvpn)
.SH OPTIONS
All KDE and Qt programs accept some common command\-line options.
.br
Kvpnc has no application\-specific options.
.PP
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-kde\fR
Show KDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.SH AUTHOR
kvpnc was written by Christoph Thielecke <crissi99@gmx.de>.
.PP
This manual page was written by Fathi Boudra <fboudra@free.fr>,
for the Debian project (but may be used by others).

@ -0,0 +1,6 @@
?package(kvpnc):\
needs="X11"\
section="Applications/Network/Communication"\
title="kvpnc"\
hints="KDE"\
command="su-to-root -X -c kvpnc"

@ -0,0 +1,11 @@
--- a/src/kvpnc.desktop
+++ b/src/kvpnc.desktop
@@ -18,7 +18,7 @@
GenericName[xx]=xxVPN Client GUIxx
Categories=Network;RemoteAccess;KDE;Qt
-Exec=kvpnc
+Exec=su-to-root -X -c /opt/trinity/bin/kvpnc
X-KDE-SubstituteUID=true
Icon=kvpnc
Type=Application

@ -0,0 +1,29 @@
diff --git a/src/main.cpp b/src/main.cpp
index 7c45fcf..b933832 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,6 +24,7 @@
#include <kmessagebox.h>
#include <kmainwindow.h>
#include <kapp.h>
+#include <kuser.h>
#include <klocale.h>
#include <dcopclient.h>
@@ -134,11 +135,11 @@ int main ( int argc, char *argv[] )
}
else
{
-// if (getenv("USER") != "root")
-// {
-// KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
-// exit(0);
-// }
+ if (getenv("USER") != "root")
+ {
+ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
+ exit(0);
+ }
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();

@ -0,0 +1,2 @@
10_su-to-root_usage.diff
13_add_kuser_issuperuser.diff

@ -0,0 +1,42 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/kde.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
DEB_INSTALL_MANPAGES_kvpnc-trinity := debian/kvpnc-trinity.1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
install/kvpnc-trinity::
# fix script-not-executable
chmod 0755 debian/kvpnc-trinity/opt/trinity/share/apps/kvpnc/ping_check.sh
# remove uneeded dir
rm -rf debian/kvpnc-trinity/opt/trinity/share/doc/kde/HTML/kvpnc
# install desktop file in applications
install -D -p -m0644 src/kvpnc.desktop \
debian/kvpnc-trinity/opt/trinity/share/applications/kde/kvpnc.desktop
binary-post-install/kvpnc-trinity::
rm -rf debian/kvpnc-trinity/opt/trinity/share/applnk/
clean::
rm -f config.status config.log
find . -type f -name '*.gmo' | xargs rm -f

@ -0,0 +1,2 @@
version=3
http://download.gna.org/kvpnc/kvpnc-(0.*)\.tar\.bz2 debian svn-upgrade

@ -229,7 +229,7 @@ tde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low
tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low
* Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call
to pykdeextensions in mountconfig so that pyqt3 no longer needs to be to pytdeextensions in mountconfig so that pyqt3 no longer needs to be
patched to provide -dev files in the regular package (LP: #197867) patched to provide -dev files in the regular package (LP: #197867)
* Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig
thinks a proprietary driver is installed, but it can't find it, it thinks a proprietary driver is installed, but it can't find it, it
@ -618,7 +618,7 @@ tde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low
tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low
* Rebuilt against new pykde. * Rebuilt against new pytde.
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100
@ -1029,7 +1029,7 @@ tde-guidance (0.6.2-0ubuntu1) dapper; urgency=low
tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low
* New release, sets a fixed DPI for Xft * New release, sets a fixed DPI for Xft
* Add run time dependency on pykdeextensions * Add run time dependency on pytdeextensions
* Add kubuntu_03_userconfig_shebang.diff fix extra space * Add kubuntu_03_userconfig_shebang.diff fix extra space
* Change init script to run at S35, Malone No. 32268 * Change init script to run at S35, Malone No. 32268

@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev, Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev,
libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev,
pykdeextensions-trinity, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev, pytdeextensions-trinity, pytqt-tools, python-tqt, python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev,
python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-tqt-dev, hwdata
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: tde-guidance-trinity Package: tde-guidance-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5)
Conflicts: guidance-power-manager, tde-guidance-powermanager Conflicts: guidance-power-manager, tde-guidance-powermanager
Provides: ${python:Provides} Provides: ${python:Provides}
Description: collection of KDE system administration tools for GNU/Linux [Trinity] Description: collection of KDE system administration tools for GNU/Linux [Trinity]

@ -175,7 +175,7 @@ clean::
fi fi
common-install-prehook-impl:: common-install-prehook-impl::
# generate form implementation using pykde user interface compiler # generate form implementation using pytde user interface compiler
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui)

@ -0,0 +1,252 @@
libart-lgpl (2.3.22-0debian0) squeeze; urgency=low
* Build patched/maintained TDE version instead of unmaintained upstream
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 07 Dec 2011 17:50:00 -0600
libart-lgpl (2.3.21-1) unstable; urgency=low
[ Loic Minier ]
* Properly anchor package name regexp.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/control.in:
- Update Standards-Version and build-depend on autotools-dev.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
-- Sebastian Dröge <slomo@debian.org> Sun, 25 Apr 2010 11:35:30 +0200
libart-lgpl (2.3.20-2) unstable; urgency=low
* Let libart-2.0-dev depend on shlibs:Depends.
* Extract library package name from control instead of hardcoding it in
rules.
* New patch, 60_libart-config-static, adds --static flag to libart2-config
to avoid -lm in the output of --libs; please consider switching to
pkg-config instead; GNOME #531278; closes: #375812.
* Fix copyright to state LGPL 2 or later as checked with licensecheck;
thanks Thomas Viehmann; closes: #478766.
-- Loic Minier <lool@dooz.org> Sat, 03 May 2008 22:21:18 +0200
libart-lgpl (2.3.20-1) unstable; urgency=low
[ Kilian Krause ]
* Use binary:version and source:Version for binNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/patches/90_fix-headers-for-cplusplus.patch:
- Dropped, merged upstream.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
* debian/control.in:
+ Update Standards-Version to 3.7.3, no additional changes needed.
-- Sebastian Dröge <slomo@debian.org> Wed, 30 Jan 2008 13:38:26 +0100
libart-lgpl (2.3.19-3) unstable; urgency=low
* Upload to unstable; drop check-dist include.
* Wrap build-deps and deps.
* Drop libc6-dev dep in libart-2.0-dev.
* Add ${misc:Depends}.
-- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:23:30 +0200
libart-lgpl (2.3.19-2) experimental; urgency=high
* Use clean-la.mk and require gnome-pkg-tools 0.7.
* New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
applications; GNOME #413197; SVN r278; closes: #417568.
* Rename patch 070_relibtoolize to 70_relibtoolize.
-- Loic Minier <lool@dooz.org> Tue, 03 Apr 2007 15:23:09 +0200
libart-lgpl (2.3.19-1) experimental; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.
* Add complete licensing information in copyright file.
* Update upstream URL in copyright file.
* Bump up Standards-Version to 3.7.2.
* Use debian/libart-2.0-dev.manpages instead of
DEB_INSTALL_MANPAGES_libart-2.0-dev.
* Use HTTP in watch file and track all branches.
* Include CDBS's utils.
* New upstream releases with API additions.
- Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
- Set shlibs to >= 2.3.18.
- Update and rename relibtoolizing patch, 070_relibtoolize.
* Drop useless libart-2.0-dev.files.
* Drop build-dep on libc6-dev | libc-dev; doh.
* Bump up DebHelper compatibility level to 5.
-- Loic Minier <lool@dooz.org> Wed, 28 Feb 2007 15:20:45 +0100
libart-lgpl (2.3.17-1) unstable; urgency=low
* GNOME Team Upload.
* New upstream release.
* debian/patches/001_relibtoolize.patch:
- updated.
* debian/watch:
- added.
-- Sebastien Bacher <seb128@debian.org> Tue, 25 Jan 2005 23:51:07 +0100
libart-lgpl (2.3.16-6) unstable; urgency=low
* Relibtoolize (Closes: #260639)
-- Ondřej Surý <ondrej@debian.org> Wed, 21 Jul 2004 17:27:15 +0200
libart-lgpl (2.3.16-5) unstable; urgency=low
* Set shlibs version to current.
-- Ondřej Surý <ondrej@debian.org> Mon, 19 Apr 2004 18:49:50 +0200
libart-lgpl (2.3.16-4) unstable; urgency=low
* Gnome Team upload.
* Setting again the shlibs file.
-- Sebastien Bacher <seb128@debian.org> Thu, 15 Apr 2004 19:35:09 +0200
libart-lgpl (2.3.16-3) unstable; urgency=low
* New maintainer (Closes: #238891)
-- Ondřej Surý <ondrej@debian.org> Sat, 20 Mar 2004 15:14:54 +0100
libart-lgpl (2.3.16-2) unstable; urgency=low
* Orphaned package.
-- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 16:06:24 +0100
libart-lgpl (2.3.16-1) unstable; urgency=low
* New upstream release.
* Fix an "assertion failed" who crash gdm (Closes: #208919)
-- Christian Marillat <marillat@debian.org> Wed, 10 Sep 2003 09:48:22 +0200
libart-lgpl (2.3.15-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 2 Sep 2003 14:14:16 +0200
libart-lgpl (2.3.14-2) unstable; urgency=low
* Compiled with -mieee for alpha (Closes: #207748)
-- Christian Marillat <marillat@debian.org> Fri, 29 Aug 2003 19:24:46 +0200
libart-lgpl (2.3.14-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 8 Aug 2003 10:23:11 +0200
libart-lgpl (2.3.13-1) unstable; urgency=low
* new upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 11 Jul 2003 14:59:55 +0200
libart-lgpl (2.3.12-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 5 May 2003 12:58:07 +0200
libart-lgpl (2.3.11-4) unstable; urgency=low
* Update section
-- Christian Marillat <marillat@debian.org> Tue, 1 Apr 2003 18:52:25 +0200
libart-lgpl (2.3.11-3) unstable; urgency=low
* Add a patche to fix configure for mipsel
-- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 10:11:41 +0100
libart-lgpl (2.3.11-2) unstable; urgency=low
* Update description (Closes: #177003)
-- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 21:27:15 +0100
libart-lgpl (2.3.11-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.5.8
-- Christian Marillat <marillat@debian.org> Tue, 7 Jan 2003 19:40:48 +0100
libart-lgpl (2.3.10-4) unstable; urgency=low
* Update to standards version 3.5.7
-- Christian Marillat <marillat@debian.org> Sat, 21 Sep 2002 14:41:00 +0200
libart-lgpl (2.3.10-3) unstable; urgency=low
* Replace libc6-dev by libc-dev for -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 5 Sep 2002 18:25:28 +0200
libart-lgpl (2.3.10-2) unstable; urgency=low
* Move libc6-dev dependency in the -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 8 Aug 2002 14:34:51 +0200
libart-lgpl (2.3.10-1) unstable; urgency=low
* New upstream release (Closes: #151622)
-- Christian Marillat <marillat@debian.org> Tue, 2 Jul 2002 01:38:03 +0200
libart-lgpl (2.3.9-2) unstable; urgency=low
* debian/control add a versioned dependency for the -dev package
(Closes: #151369)
-- Christian Marillat <marillat@debian.org> Sat, 29 Jun 2002 17:39:39 +0200
libart-lgpl (2.3.9-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 25 Jun 2002 10:26:05 +0200
libart-lgpl (2.3.8-2) unstable; urgency=low
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
-- Christian Marillat <marillat@debian.org> Wed, 15 May 2002 22:28:40 +0200
libart-lgpl (2.3.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 14 Jan 2002 10:58:19 +0100
libart-lgpl (2.3.7-1) unstable; urgency=low
* Initial Release.
-- Christian Marillat <marillat@debian.org> Mon, 19 Nov 2001 18:29:06 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,42 @@
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>, Sebastien Bacher <seb128@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
automake, autoconf, libtool, libltdl-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,37 @@
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
autotools-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,27 @@
This package was debianized by Christian Marillat <marillat@debian.org> on
Mon, 19 Nov 2001 18:29:06 +0100
It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/
Upstream Author: Raph Levien <raph@acm.org>
Copyright: 1998, 1999, 2000, 2001 Raph Levien <raph@acm.org>
License:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.

@ -0,0 +1 @@
debian/tmp/usr/lib/libart_lgpl_2.so.*

@ -0,0 +1,6 @@
debian/tmp/usr/include
debian/tmp/usr/lib/pkgconfig
debian/tmp/usr/bin/libart2-config
debian/tmp/usr/lib/libart_lgpl_2.a
debian/tmp/usr/lib/libart_lgpl_2.la
debian/tmp/usr/lib/libart_lgpl_2.so

@ -0,0 +1,52 @@
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "LIBART2-CONFIG" "1" "08 August 2003" "" ""
.SH NAME
libart2-config \- script to get information about the installed version of libart 2.x
.SH SYNOPSIS
\fBlibart2-config\fR [ \fB --prefix\fI[=DIR]\fB \fR ] [ \fB --exec-prefix\fI[=DIR]\fB \fR ] [ \fB --libs \fR ] [ \fB --cflags \fR ] [ \fB --version \fR ]
.SH "DESCRIPTION"
.PP
\fBlibart2-config\fR is a tool that is used to determine
the compiler and linker flags that should be used to compile and
link programs that use \fIlibart\fR library.
.SH "OPTIONS"
.TP
\fB--prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option is also used for
the exec prefix if \fB--exec-prefix\fR was
not specified. This option must be specified before any
\fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--exec-prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation exec prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option must be specified
before any \fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--libs\fR
Print the linker flags that are necessary to link a
\fIlibart\fR program.
.TP
\fB--cflags\fR
Print the compiler flags that are necessary to compile a
\fIlibart\fR program.
.TP
\fB--version\fR
Print the currently installed version of
\fIlibart\fR on the standard output.
.SH "AUTHOR"
.PP
This manual page was written by Christian Marillat <marillat@debian.org> for
the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,22 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
autoconf
automake
libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
GNOME_MODULE := libart_lgpl
DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)'

@ -0,0 +1,4 @@
version=2
http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/([\d\.]+)/ \
libart_lgpl-(.*)\.tar\.gz \
debian uupdate

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org>
Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqt3-mt-dev (>= 3:3.3.4-4), tqt3-dev-tools (>= 3:3.3.4-4), tqt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10.0-2ubuntu1), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python-sip-dev (>= 4.10.0-2ubuntu1), libtqscintilla-dev, python-support (>= 0.7.1), python-sip-dbg, python-all-dbg
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: python-tqt Package: python-tqt
@ -72,7 +72,7 @@ Package: python-tqtext-dbg
Priority: extra Priority: extra
Section: debug Section: debug
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, python-dbg, python-qtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends}
Description: TQt debug extensions for PyQt Description: TQt debug extensions for PyQt
PyQt debug Extensions. Contains: PyQt debug Extensions. Contains:
. .

@ -25,6 +25,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
else else
CXXFLAGS += -O1 CXXFLAGS += -O1
endif endif
CXXFLAGS += "-I/usr/include/tqt"
PYTHONS := $(shell pyversions -vr debian/control) PYTHONS := $(shell pyversions -vr debian/control)
@ -44,7 +45,7 @@ build-%/configure-stamp:
mkdir -p build-$* mkdir -p build-$*
cd build-$* && echo yes \ cd build-$* && echo yes \
| python$* ../configure.py \ | python$* ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$* \ -l /usr/include/python$* \
@ -58,13 +59,13 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$* mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \ cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \ | python$*-dbg ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$*_d \ -l /usr/include/python$*_d \
-v /usr/share/sip/tqt \ -v /usr/share/sip/tqt \
-m /usr/lib/python$*/config_d \ -m /usr/lib/python$*/config_d \
CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g" STRIP="" CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP=""
touch $@ touch $@
build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp)
@ -87,7 +88,7 @@ install-indep: configure
for version in ${PYTHONS}; do\ for version in ${PYTHONS}; do\
pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \ pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \
mkdir -p debian/python-tqt-dev/$$pylib;\ mkdir -p debian/python-tqt-dev/$$pylib;\
install -m 644 -o root -g root build-$$version/pytqtconfig.py debian/python-tqt-dev/$$pylib;\ install -m 644 -o root -g root build-$$version/pyqtconfig.py debian/python-tqt-dev/$$pylib;\
done done
dh_install -i dh_install -i
@ -105,7 +106,7 @@ install-arch: build
mkdir -p debian/python-tqt-gl-dbg/$$pylib;\ mkdir -p debian/python-tqt-gl-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtgl.so \ mv debian/python-tqt-dbg/$$pylib/qtgl.so \
debian/python-tqt-gl-dbg/$$pylib/;\ debian/python-tqt-gl-dbg/$$pylib/;\
mkdir -p debian/python-qtext-dbg/$$pylib;\ mkdir -p debian/python-tqtext-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtext.so \ mv debian/python-tqt-dbg/$$pylib/qtext.so \
debian/python-tqtext-dbg/$$pylib/;\ debian/python-tqtext-dbg/$$pylib/;\
done done

@ -499,7 +499,7 @@ qt-x11-free (3:3.3.7-1ubuntu3) feisty; urgency=low
qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low
* Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list * Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list
of patches, it caused pyqt and pykde to hide init methods which of patches, it caused pyqt and pytde to hide init methods which
are needed to load modules and it broke skim. are needed to load modules and it broke skim.
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000

@ -3,8 +3,8 @@ Section: libs
Priority: optional Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev
Standards-Version: 3.7.2 Standards-Version: 3.8.4
Package: libtqscintilla7 Package: libtqscintilla7
Section: libs Section: libs

@ -1 +1 @@
usr/share/doc/libqscintilla-doc usr/share/doc/libtqscintilla-doc

@ -1,3 +1,3 @@
usr/lib/*.so.* usr/lib/*.so.*
usr/lib/qt3/plugins/designer/*.so usr/lib/tqt3/plugins/designer/*.so
usr/share/qt3/translations/*.qm usr/share/tqt3/translations/*.qm

@ -1,7 +0,0 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pykdeextensions/AUTHORS
opt/trinity/share/apps/pykdeextensions/ChangeLog
opt/trinity/share/apps/pykdeextensions/INSTALL
opt/trinity/share/apps/pykdeextensions/NEWS
opt/trinity/share/apps/pykdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pykdeextensions

@ -1,10 +0,0 @@
pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -1,23 +1,23 @@
pykdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low pytdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low
* Karmic rebuild * Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
pykdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low pytdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low
* Added -trinity suffix * Added -trinity suffix
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600
pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low
* Re-add libpythoniz0 dependency on python-dev to work around * Re-add libpythoniz0 dependency on python-dev to work around
libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668)
-- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500
pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
* debian/control: * debian/control:
- remove the python-all-dev dependency in libpythonize0 - remove the python-all-dev dependency in libpythonize0
@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100
pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- libpythonize0 depends on python2.5-dev, it tries to load .so file - libpythonize0 depends on python2.5-dev, it tries to load .so file
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000
pykdeextensions (0.4.0-5) unstable; urgency=low pytdeextensions (0.4.0-5) unstable; urgency=low
* Add python-qt-dev build dependency. * Add python-qt-dev build dependency.
pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)
@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low
* Remove *.py[co] files. * Remove *.py[co] files.
* lintian cleanup: substvar-source-version-is-deprecated. * lintian cleanup: substvar-source-version-is-deprecated.
Use ${binary:Version}. Use ${binary:Version}.
* Make pykdeextensions package arch all. * Make pytdeextensions package arch all.
-- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200
pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low
* Fix depends to python2.5-dev * Fix depends to python2.5-dev
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100
pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
* Add libpython2.5-dev as a depends for libpythonize0, it wants to * Add libpython2.5-dev as a depends for libpythonize0, it wants to
load libpython2.5.so, reverts change from previous upload, LP: #84689, load libpython2.5.so, reverts change from previous upload, LP: #84689,
@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100
pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
* Fix build failure, build-depend on python-qt-dev. * Fix build failure, build-depend on python-qt-dev.
* Use the unversioned python interpreter for scripts. * Use the unversioned python interpreter for scripts.
@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000
pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- build on python 2.5 - build on python 2.5
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100
pykdeextensions (0.4.0-4) unstable; urgency=low pytdeextensions (0.4.0-4) unstable; urgency=low
* Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Update pyversions. Force to build with python2.4 only. (Closes: #424505)
* Remove python-all-dev build dependency. Replaced by python-dev. * Remove python-all-dev build dependency. Replaced by python-dev.
@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200
pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
* Force to build with python2.5. * Force to build with python2.5.
* FIXME: The package is unlikely to work with python2.4; maybe * FIXME: The package is unlikely to work with python2.4; maybe
@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
-- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000
pykdeextensions (0.4.0-3) unstable; urgency=low pytdeextensions (0.4.0-3) unstable; urgency=low
* Converted package to python-support * Converted package to python-support
* Added pycompat and pyversions * Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618) * Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev, * Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config) tdelibs4c2a (for kde-config)
* Updated libpythonize0-dev, libpythonize0, and pykdextensions install files * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules * Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts * Added 12_force_python2.4_script.diff to force python2.4 in scripts
-- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200
pykdeextensions (0.4.0-2) unstable; urgency=low pytdeextensions (0.4.0-2) unstable; urgency=low
* Converted package to cdbs * Converted package to cdbs
* Added 2 patches (thanks to Jonathan Riddell) * Added 2 patches (thanks to Jonathan Riddell)
@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200
pykdeextensions (0.4.0-1) unstable; urgency=low pytdeextensions (0.4.0-1) unstable; urgency=low
[ Fathi Boudra ] [ Fathi Boudra ]
* Initial Debian release Closes: #340141 * Initial Debian release Closes: #340141

@ -1,23 +1,23 @@
Source: pykdeextensions-trinity Source: pytdeextensions-trinity
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool,
libxml2-utils, libxrandr-dev, libxxf86vm-dev, pyqt-tools, python-trinity-trinity, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity,
python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5)
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: pykdeextensions-trinity Package: pytdeextensions-trinity
Architecture: all Architecture: all
Depends: ${python:Depends} Depends: ${python:Depends}
Conflicts: pykdeextensions Conflicts: pytdeextensions
Provides: ${python:Provides} Provides: ${python:Provides}
Description: Python packages to support KDE applications (scripts) [Trinity] Description: Python packages to support KDE applications (scripts) [Trinity]
PyKDE Extensions is a collection of software and Python packages PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications. to support the creation and installation of KDE applications.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity-dev Package: libpythonize0-trinity-dev
Architecture: any Architecture: any
@ -29,7 +29,7 @@ Description: Python packages to support KDE applications (development) [Trinity]
. .
This package contains the libpythonize development files. This package contains the libpythonize development files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity Package: libpythonize0-trinity
Architecture: any Architecture: any
@ -42,4 +42,4 @@ Description: Python packages to support KDE applications (library) [Trinity]
. .
This package contains the libpythonize library files. This package contains the libpythonize library files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions

@ -1,9 +1,9 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200. Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pykdeextensions> It was downloaded from <http://www.simonzone.com/software/pytdeextensions>
Application templates and pykde helper modules copyright: Application templates and pytde helper modules copyright:
Simon Edwards <simon@simonzone.com> Simon Edwards <simon@simonzone.com>
License: License:

@ -0,0 +1,7 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pytdeextensions/AUTHORS
opt/trinity/share/apps/pytdeextensions/ChangeLog
opt/trinity/share/apps/pytdeextensions/INSTALL
opt/trinity/share/apps/pytdeextensions/NEWS
opt/trinity/share/apps/pytdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pytdeextensions

@ -0,0 +1,10 @@
pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
install/pykdeextensions-trinity:: install/pytdeextensions-trinity::
# We have no idea if the built product is site-packages or dist-packages # We have no idea if the built product is site-packages or dist-packages
cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages"
rm -rf debian/tmp/usr/lib/python*/site-packages/ rm -rf debian/tmp/usr/lib/python*/site-packages/
# install lintian overrides # install lintian overrides
install -D -p -m0644 debian/pykdeextensions-trinity.lintian-overrides \ install -D -p -m0644 debian/pytdeextensions-trinity.lintian-overrides \
debian/pykdeextensions-trinity/usr/share/lintian/overrides/pykdeextensions-trinity debian/pytdeextensions-trinity/usr/share/lintian/overrides/pytdeextensions-trinity
# fix script-not-executable # fix script-not-executable
find debian -type f -name '*.py' | xargs chmod 0755 find debian -type f -name '*.py' | xargs chmod 0755

@ -320,7 +320,7 @@ python-trinity (3.11.3+20050829-1) unstable; urgency=low
* Added the homepage of PyKDE to the package descriptions * Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into * HTML documentations is now installed into
/usr/share/doc/python-trinity-doc/html /usr/share/doc/python-trinity-doc/html
* pykdeconfig.py now also knows that the sip files * pytdeconfig.py now also knows that the sip files
are in /usr/share/sip/trinity, not in /usr/share/sip/kde are in /usr/share/sip/trinity, not in /usr/share/sip/kde
(Closes: #312708) (Closes: #312708)

@ -4,14 +4,14 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-tqt-dev, tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
XS-Python-Version: all XS-Python-Version: all
Package: python-trinity-trinity Package: python-trinity-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18) Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Provides: ${python:Provides} Provides: ${python:Provides}
Conflicts: python-trinity-trinity Conflicts: python-trinity-trinity
@ -23,7 +23,7 @@ Description: Trinity bindings for Python [Trinity]
Package: python-trinity-trinity-dbg Package: python-trinity-trinity-dbg
Priority: extra Priority: extra
Architecture: any Architecture: any
Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python (debug extensions) [Trinity] Description: Trinity bindings for Python (debug extensions) [Trinity]
Python binding module that provides wide access to the Trinity API, Python binding module that provides wide access to the Trinity API,
@ -35,13 +35,13 @@ Description: Trinity bindings for Python (debug extensions) [Trinity]
Package: python-trinity-trinity-dev Package: python-trinity-trinity-dev
Section: python Section: python
Architecture: all Architecture: all
Depends: pyqt-tools, ${python:Depends} Depends: pytqt-tools, ${python:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python - Development files and scripts [Trinity] Description: Trinity bindings for Python - Development files and scripts [Trinity]
Development .sip files with definitions of PyKDE classes. They Development .sip files with definitions of PyKDE classes. They
are needed to build PyKDE, but also as building blocks of other are needed to build PyKDE, but also as building blocks of other
packages based on them. packages based on them.
The package also contains kdepyuic, a wrapper script around PyQt's The package also contains kdepyuic, a wrapper script around PyTQt's
user interface compiler. user interface compiler.
Package: python-trinity-trinity-doc Package: python-trinity-trinity-doc

@ -4,8 +4,8 @@ import sys
if getattr(sys, "pydebug", False): if getattr(sys, "pydebug", False):
try: try:
from pykdeconfig_d import * from pytdeconfig_d import *
except ImportError, msg: except ImportError, msg:
raise ImportError, 'No module named pykdeconfig; package python-trinity-dbg not installed' raise ImportError, 'No module named pytdeconfig; package python-trinity-dbg not installed'
else: else:
from pykdeconfig_nd import * from pytdeconfig_nd import *

@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\ for version in ${PYTHONS};\
do\ do\
mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\ mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\
cp debian/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\ cp debian/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\
cp build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ cp build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done done
for version in ${DBG_PYTHONS};\ for version in ${DBG_PYTHONS};\
do\ do\
cp dbg-build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_d.py;\ cp dbg-build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done done
install-arch: install-arch:

@ -0,0 +1,12 @@
FPACKAGE = sudo-trinity
VERSION = 1.0
build:
clean:
install:
mkdir -p /etc
cp -Rp etc/* $(DESTDIR)/etc/
chmod -R 644 $(DESTDIR)/etc
chmod -R 0440 $(DESTDIR)/etc/sudoers.d/tde-secure-path

@ -0,0 +1,5 @@
sudo-trinity (1.0) lucid; urgency=low
* Initial release
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 11 Dec 2011 07:49:00 -0600

@ -0,0 +1,13 @@
Source: sudo-trinity
Section: kde
Priority: extra
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>=5.0), cdbs
Standards-Version: 3.8.4
Package: sudo-trinity
Architecture: all
Depends: sudo
Description: TDE sudo
TDE configuration files for sudo

@ -0,0 +1,8 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS=-g -Wall -fPIC
DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)"
DEB_INSTALL_DOCS_ALL :=

@ -0,0 +1 @@
Defaults secure_path=/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

@ -1,5 +1,5 @@
Source: tde-i18n-trinity Source: tde-i18n-trinity
Build-Depends: autoconf, debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl Build-Depends: debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>

@ -54,7 +54,7 @@ $(STAMP_EXTRACT):
$(STAMP_BUILD): $(STAMP_BUILD):
# Building the '$(cur_lang)' language ... # Building the '$(cur_lang)' language ...
cd $(cur_lang_dir) && ./configure $(configkde) && $(MAKE) cd $(cur_lang_dir) && autoreconf && automake -f && $(MAKE) -f ../admin/Makefile.common && ./configure $(configkde) && $(MAKE)
touch $@ touch $@

@ -196,7 +196,7 @@ tdebase-trinity (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low
tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low
* Added XDG_DATA_DIRS and KDEDIRS to starttde, as suggested by zekica on the Debian forums * Added XDG_DATA_DIRS and TDEDIRS to starttde, as suggested by zekica on the Debian forums
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600
@ -758,8 +758,8 @@ tdebase (4:3.5.7-1ubuntu24) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low
* Fixed kubuntu_52_gtk_qt_engine_config.diff and * Fixed kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff as $kdehome=$HOME/.kde so we should use kubuntu_53_kwallet_config.diff as $tdehome=$HOME/.kde so we should use
$kdehome instead of $HOME/$kdehome $tdehome instead of $HOME/$tdehome
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200
@ -780,7 +780,7 @@ tdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low
* Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed (again) $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100
@ -799,7 +799,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
[ Ryan Kavanagh ] [ Ryan Kavanagh ]
* Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk
build-dep as they are no longer needed build-dep as they are no longer needed
* Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400
@ -807,7 +807,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low
* Edit kubuntu_52_gtk_qt_engine_config.diff and * Edit kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde
* Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now
* Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi
* Add kubuntu_9903_api_docs_move.diff for new API website * Add kubuntu_9903_api_docs_move.diff for new API website

@ -22,7 +22,7 @@ set -e
HEED_DEFAULT_DISPLAY_MANAGER=true HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
KDEDIRS=/opt/trinity/ TDEDIRS=/opt/trinity/
PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/opt/trinity/bin/kdm DAEMON=/opt/trinity/bin/kdm
PIDFILE=/var/run/kdm.pid PIDFILE=/var/run/kdm.pid

@ -1,14 +1,14 @@
--- starttde --- starttde
+++ starttde +++ starttde
@@ -184,17 +184,17 @@ @@ -184,17 +184,17 @@
. $kdehome/share/config/startupconfig . $tdehome/share/config/startupconfig
fi fi
-# Make sure a default wallpaper is set. -# Make sure a default wallpaper is set.
-if [ ! -e $kdehome/share/config/kdesktoprc ]; then -if [ ! -e $tdehome/share/config/kdesktoprc ]; then
- # With Trinity KDE this file should exist, but test first. - # With Trinity KDE this file should exist, but test first.
- if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then - if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
-cat >$kdehome/share/config/kdesktoprc <<EOF -cat >$tdehome/share/config/kdesktoprc <<EOF
-[Desktop0] -[Desktop0]
-Wallpaper=isadora.png -Wallpaper=isadora.png
-WallpaperMode=Scaled -WallpaperMode=Scaled
@ -16,10 +16,10 @@
- fi - fi
-fi -fi
+## Make sure a default wallpaper is set. +## Make sure a default wallpaper is set.
+#if [ ! -e $kdehome/share/config/kdesktoprc ]; then +#if [ ! -e $tdehome/share/config/kdesktoprc ]; then
+# # With Trinity KDE this file should exist, but test first. +# # With Trinity KDE this file should exist, but test first.
+# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then +# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
+#cat >$kdehome/share/config/kdesktoprc <<EOF +#cat >$tdehome/share/config/kdesktoprc <<EOF
+#[Desktop0] +#[Desktop0]
+#Wallpaper=isadora.png +#Wallpaper=isadora.png
+#WallpaperMode=Scaled +#WallpaperMode=Scaled

@ -483,7 +483,7 @@ tdebindings (4:3.2.92-1) unstable; urgency=low
was accepted upstream. was accepted upstream.
* debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/libkjsembed1.install: install the qprocess kjsembed plugin.
* debian/rules: disable the python directory, as sip, pyqt and * debian/rules: disable the python directory, as sip, pyqt and
pykde are all packaged in Debian already. pytde are all packaged in Debian already.
* debian/control: added the libsmokekde1, libsmokekde-dev, * debian/control: added the libsmokekde1, libsmokekde-dev,
libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream
additions. additions.

@ -2,7 +2,7 @@ Source: tdebindings-trinity
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5),
python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk, python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk,
gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc], gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc],
tdelibs4-trinity-dev (>= 4:3.5.9), libqt3-compat-headers (>= 3:3.3.5), tdelibs4-trinity-dev (>= 4:3.5.9), libtqt3-compat-headers (>= 3:3.3.5),
ruby, ruby1.8-dev, flex, bison, ruby, ruby1.8-dev, flex, bison,
automake, autoconf, libtool, libltdl-dev automake, autoconf, libtool, libltdl-dev
Section: devel Section: devel

@ -9,7 +9,7 @@ debian/tmp/opt/trinity/lib/ruby/1.8/Qt.rb
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.la debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.la
qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8 qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8

@ -2087,7 +2087,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
output them expanded even when --expandvars is not used. (Closes: #287822) output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not * Fixed the ability of the build system to find kde.pot, even when it is not
located at KDEDIR/include/kde.pot. This allows the use of targets such as located at TDEDIR/include/kde.pot. This allows the use of targets such as
"package-messages" without specifying includedir. (Closes: #283858) "package-messages" without specifying includedir. (Closes: #283858)
* Now that graphviz is in main, add it to Build-Depends-Indep together with * Now that graphviz is in main, add it to Build-Depends-Indep together with

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export KDEDIRS=/usr/:/opt/trinity/ export TDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 /opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8

@ -4,7 +4,7 @@
kstartupconfig, kdostartupconfig kstartupconfig, kdostartupconfig
\- KDE configuration options loader \- KDE configuration options loader
.SH SYNOPSIS .SH SYNOPSIS
\fBkstartupconfig\fP [$KDEHOME] \fBkstartupconfig\fP [$TDEHOME]
.sp 1 .sp 1
\fBkdostartupconfig\fP \fBkdostartupconfig\fP
.SH DESCRIPTION .SH DESCRIPTION
@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base
if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes
.SH OPTIONS .SH OPTIONS
.TP .TP
.B $KDEHOME .B $TDEHOME
KDE home directory, if different to ~/.kde KDE home directory, if different to ~/.kde
.SS .SS
.SH FILES .SH FILES
In case $KDEHOME is not set ~/.kde is assumed. In case $TDEHOME is not set ~/.kde is assumed.
.TP .TP
.I $KDEHOME/share/config/startupconfig .I $TDEHOME/share/config/startupconfig
script, sourced to set shell variables with configuration options script, sourced to set shell variables with configuration options
.TP .TP
.I $KDEHOME/share/config/startupconfigfiles .I $TDEHOME/share/config/startupconfigfiles
configuration options and files they belong to configuration options and files they belong to
.TP .TP
.I $KDEHOME/share/config/startupconfigkeys .I $TDEHOME/share/config/startupconfigkeys
configuration options to load configuration options to load
.SH SEE ALSO .SH SEE ALSO
.BR kconf_update (1),\ starttde (1) .BR kconf_update (1),\ starttde (1)

@ -72,7 +72,7 @@ manpage.1: manpage.sgml
<para><command>&dhpackage;</command> is used to create KDE <para><command>&dhpackage;</command> is used to create KDE
resources in temporary directories and symlinks to them in resources in temporary directories and symlinks to them in
<envar>KDEHOME</envar>. The resource that needs to be created is <envar>TDEHOME</envar>. The resource that needs to be created is
given as an argument and can be anyone of:</para> given as an argument and can be anyone of:</para>
<itemizedlist> <itemizedlist>

@ -25,10 +25,10 @@ directory with ppd files
write printer database into this file write printer database into this file
.SH FILES .SH FILES
.TP .TP
.I $KDEHOME/share/apps/tdeprint/printerdb_cups.txt .I $TDEHOME/share/apps/tdeprint/printerdb_cups.txt
KDE printer database KDE printer database
.br .br
(if $KDEHOME is not set ~/.kde is used) (if $TDEHOME is not set ~/.kde is used)
.SH SEE ALSO .SH SEE ALSO
.BR make_driver_db_lpr (1) .BR make_driver_db_lpr (1)
.TP .TP

@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -196,7 +196,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 55 info/tdemultimedia.kaboodle.1 .lf 55 info/tdemultimedia.kaboodle.1

@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -195,7 +195,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 50 info/tdeutils.kcharselect.1 .lf 50 info/tdeutils.kcharselect.1

@ -17,7 +17,7 @@ BuildRequires: cmake >= 2.8
Name: trinity-%{kdecomp} Name: trinity-%{kdecomp}
Summary: A drop-down terminal emulator. Summary: Media player
Version: %{version} Version: %{version}
Release: %{release}%{?dist}%{?_variant} Release: %{release}%{?dist}%{?_variant}

@ -0,0 +1,110 @@
# Default version for this component
%define kdecomp kaffeine-mozilla
%define version 0.4.3.1.dfsg
%define release 1
%define _prefix /usr
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: mozilla plugin that lanches kaffeine for supported media types [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Multimedia
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-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: libXaw-devel
BuildRequires: nspr-devel
Requires: trinity-kaffeine
%description
This mozilla plugin launches kaffeine, the xine-based media player for KDE,
when a page containing a supported media format is loaded.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{kdecomp}
%__cp -f "/usr/share/aclocal/libtool.m4" .
%__cp -f "/usr/share/libtool/config/ltmain.sh" .
autoreconf
for i in src/jri_md.h src/jni_md.h; do
%__sed -i "${i}" \
-e "s|nspr/prtypes.h|nspr4/prtypes.h|g"
done
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure \
--prefix=%{_prefix}/%{_lib}/mozilla
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%exclude %{_libdir}/mozilla/plugins/kaffeineplugin.a
%{_libdir}/mozilla/plugins/kaffeineplugin.la
%{_libdir}/mozilla/plugins/kaffeineplugin.so
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.4.3.1.dfsg-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -1,7 +1,7 @@
# Default version for this component # Default version for this component
%define kdecomp kaffeine %define kdecomp kaffeine
%define version 0.8.6 %define version 0.8.6
%define release 1 %define release 2
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -35,9 +35,13 @@ BuildRequires: trinity-kdelibs-devel
BuildRequires: cdparanoia-devel cdparanoia BuildRequires: cdparanoia-devel cdparanoia
BuildRequires: libvorbis-devel BuildRequires: libvorbis-devel
BuildRequires: xine-lib-devel BuildRequires: xine-lib-devel
BuildRequires: libxcb-devel
BuildRequires: libXext-devel libXinerama-devel libXtst-devel BuildRequires: libXext-devel libXinerama-devel libXtst-devel
BuildRequires: libcdio-devel BuildRequires: libcdio-devel
%if 0%{?rhel} >= 6 || 0%{?fedora} >= 15
BuildRequires: libxcb-devel
%endif
# dvb # dvb
BuildRequires: glibc-kernheaders BuildRequires: glibc-kernheaders
BuildRequires: gstreamer-devel >= 0.10, gstreamer-plugins-base-devel >= 0.10 BuildRequires: gstreamer-devel >= 0.10, gstreamer-plugins-base-devel >= 0.10
@ -77,8 +81,9 @@ Requires: %{name} = %{version}-%{release}
# Ugly hack to modify TQT include directory inside autoconf files. # Ugly hack to modify TQT include directory inside autoconf files.
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 ! # If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
sed -i admin/acinclude.m4.in \ %__sed -i admin/acinclude.m4.in \
-e "s,/usr/include/tqt,%{_includedir}/tqt,g" -e "s,/usr/include/tqt,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" %__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
@ -100,7 +105,10 @@ export LDFLAGS="-L%{_libdir} -I%{_includedir}"
--disable-dependency-tracking --disable-final \ --disable-dependency-tracking --disable-final \
--with-gstreamer \ --with-gstreamer \
--without-lame \ --without-lame \
--with-extra-includes=%{_includedir}/tqt --with-extra-includes=%{_includedir}/tqt \
%if 0%{?rhel} > 0 && 0%{?rhel} <= 5
--without-dvb \
%endif
%__make %{?_smp_mflags} %__make %{?_smp_mflags}
@ -144,11 +152,13 @@ rm -rf $RPM_BUILD_ROOT
touch --no-create %{_datadir}/icons/hicolor ||: touch --no-create %{_datadir}/icons/hicolor ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
update-desktop-database >& /dev/null ||: update-desktop-database >& /dev/null ||:
/sbin/ldconfig || :
%postun %postun
touch --no-create %{_datadir}/icons/hicolor ||: touch --no-create %{_datadir}/icons/hicolor ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
update-desktop-database >& /dev/null ||: update-desktop-database >& /dev/null ||:
/sbin/ldconfig || :
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -169,7 +179,7 @@ update-desktop-database >& /dev/null ||:
%{_datadir}/icons/hicolor/*/*/* %{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mimelnk/*/*.desktop %{_datadir}/mimelnk/*/*.desktop
%{_datadir}/service*/*.desktop %{_datadir}/service*/*.desktop
%{_docdir}/HTML/en/kaffeine %{tde_docdir}/HTML/en/kaffeine
%files libs %files libs
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -183,5 +193,9 @@ update-desktop-database >& /dev/null ||:
%changelog %changelog
* Sun Dec 04 2011 Francois Andriot <francois.andriot@free.fr> - 0.8.6-2
- Disable 'libxcb-devel' for RHEL 5 compilation
- Fix HTML directory location
* Wed Nov 09 2011 Francois Andriot <francois.andriot@free.fr> - 0.8.6-1 * Wed Nov 09 2011 Francois Andriot <francois.andriot@free.fr> - 0.8.6-1
- Spec file based on Fedora 8 'kaffeine-0.8.6-3' - Spec file based on Fedora 8 'kaffeine-0.8.6-3'

@ -0,0 +1,317 @@
# Default version for this component
%define kdecomp guidance
%define version 0.8.0svn20080103
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
%define __arch_install_post %{nil}
Name: trinity-%{kdecomp}
Summary: collection of KDE system administration tools for GNU/Linux [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://www.simonzone.com/software/guidance
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: kde-guidance-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: trinity-pykdeextensions
BuildRequires: chrpath
Requires: python-trinity
Requires: %{name}-backends
Requires: hwdata
Requires: python >= 2.5
%if "%{_prefix}" == "/usr"
Conflicts: guidance-power-manager
Conflicts: kde-guidance-powermanager
%endif
%description
Guidance currently consists of four programs designed to help you
look after your system:
o userconfig - User and Group administration
o serviceconfig - Service/daemon administration
o mountconfig - Disk and filesystem administration
o displayconfig - Screen and display configuration
o wineconfig - Wine configuration
These tools are available in KDE Control Center, System Settings
or can be run as standalone applications.
%package backends
Group: Applications/Utilities
Summary: collection of system administration tools for GNU/Linux [Trinity]
Requires: hwdata
Requires: python >= 2.5
%description backends
This package contains the platform neutral backends used in the
Guidance configuration tools.
%package powermanager
Group: Applications/Utilities
Summary: HAL based power manager applet [Trinity]
Requires: %{name} = %{version}-%{release}
%description powermanager
A power management applet to indicate battery levels and perform hibernate or
suspend using HAL.
%prep
%setup -q -n applications/kde-guidance
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
./setup.py build
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
./setup.py install \
--prefix=%{_prefix} \
--root=%{buildroot}
%find_lang %{kdecomp} || touch %{kdecomp}.lang
# Fix building directories stored inside .py files
for f in %{buildroot}%{_datadir}/apps/guidance/*.py; do
%__sed -i "${f}" -e "s|%{buildroot}||g"
done
##### MAIN PACKAGE INSTALLATION
# install icons to right place
%__mkdir_p %{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps
%__mv -f %{buildroot}%{_datadir}/apps/guidance/pics/hi32-app-daemons.png \
%{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps/daemons.png
%__mv -f %{buildroot}%{_datadir}/apps/guidance/pics/kcmpartitions.png \
%{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps/disksfilesystems.png
%__mv -f %{buildroot}%{_datadir}/apps/guidance/pics/hi32-user.png \
%{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps/userconfig.png
%__mv -f %{buildroot}%{_datadir}/apps/guidance/pics/hi32-display.png \
%{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps/displayconfig.png
%__mv -f %{buildroot}%{_datadir}/apps/guidance/pics/32-wine.png \
%{buildroot}%{_datadir}/icons/crystalsvg/32x32/apps/wineconfig.png
%__install -D -p -m0644 kde/wineconfig/pics/16x16/wineconfig.png \
%{buildroot}%{_datadir}/icons/crystalsvg/16x16/apps/wineconfig.png
# fix binary-or-shlib-defines-rpath
chrpath -d %{buildroot}%{tde_libdir}/kcm_*.so.*
# fix executable-not-elf-or-script
%__chmod 0644 %{buildroot}%{_datadir}/apps/guidance/pics/kdewinewizard.png
# move python modules in %{python_sitearch}
%__mkdir_p %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/SMBShareSelectDialog.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/SimpleCommandRunner.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/displayconfig.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/displayconfigwidgets.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/fuser.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/fuser_ui.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/grubconfig.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/ktimerdialog.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/mountconfig.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/servertestdialog.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/serviceconfig.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/sizeview.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/unixauthdb.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/userconfig.py %{buildroot}%{python_sitearch}/%{name}
%__mv -f %{buildroot}%{_datadir}/apps/guidance/wineconfig.py %{buildroot}%{python_sitearch}/%{name}
# fix the link properly
%__rm -f %{buildroot}%{_bindir}/*
%__ln_s -f %{python_sitearch}/%{name}/displayconfig.py %{buildroot}%{_bindir}/displayconfig
%__ln_s -f %{python_sitearch}/%{name}/mountconfig.py %{buildroot}%{_bindir}/mountconfig
%__ln_s -f %{python_sitearch}/%{name}/serviceconfig.py %{buildroot}%{_bindir}/serviceconfig
%__ln_s -f %{python_sitearch}/%{name}/userconfig.py %{buildroot}%{_bindir}/userconfig
%__ln_s -f %{python_sitearch}/%{name}/wineconfig.py %{buildroot}%{_bindir}/wineconfig
%__ln_s -f %{python_sitearch}/%{name}/grubconfig.py %{buildroot}%{_bindir}/grubconfig
# put this here since gnome people probably don't want it by default
%__ln_s -f %{_python_sitearch}/guidance-backends-trinity/displayconfig-restore.py %{buildroot}%{_bindir}/displayconfig-restore
# fix script-not-executable
%__chmod 0755 %{buildroot}%{python_sitearch}/%{name}/fuser.py
%__chmod 0755 %{buildroot}%{python_sitearch}/%{name}/grubconfig.py
# Moves libraries
%__mv -f %{buildroot}%{tde_libdir}/*.so.* %{buildroot}%{_libdir}
%__mv -f %{buildroot}%{tde_libdir}/*.so %{buildroot}%{_libdir}
%__mv -f %{buildroot}%{tde_libdir}/*.la %{buildroot}%{_libdir}
%__mv -f %{buildroot}%{tde_libdir}/*.a %{buildroot}%{_libdir}
%__mv -f %{buildroot}%{_datadir}/applications/kde/displayconfig.desktop %{buildroot}%{_datadir}/applications/kde/guidance-displayconfig.desktop
##### BACKENDS INSTALLATION
# install displayconfig-hwprobe.py script
%__install -D -p -m0755 displayconfig/displayconfig-hwprobe.py \
%{buildroot}%{python_sitearch}/trinity-guidance-backends/displayconfig-hwprobe.py
%__mv -f %{buildroot}%{_libdir}/python*/site-packages/ixf86misc.so %{buildroot}%{python_sitearch}
%__mv -f %{buildroot}%{_libdir}/python*/site-packages/xf86misc.py* %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/MicroHAL.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/ScanPCI.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/infimport.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/displayconfigabstraction.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/displayconfig-restore.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/drivedetect.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/execwithcapture.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/wineread.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/winewrite.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__mv -f %{buildroot}%{_datadir}/apps/guidance/xorgconfig.py %{buildroot}%{python_sitearch}/trinity-guidance-backends
%__rm -f %{buildroot}%{_datadir}/apps/guidance/MonitorsDB
%__ln_s -f /usr/share/hwdata/MonitorsDB %{buildroot}%{_datadir}/apps/guidance/MonitorsDB
##### POWERMANAGER INSTALLATION
# install icon to right place
%__install -D -p -m0644 kde/powermanager/pics/battery-charging-100.png \
%{buildroot}%{_datadir}/icons/hicolor/22x22/apps/power-manager.png
%__install -D -p -m0644 kde/powermanager/pics/*.png \
%{buildroot}%{_datadir}/apps/guidance/pics/
# install desktop file
%__install -D -p -m0644 powermanager/guidance-power-manager.desktop \
%{buildroot}%{_datadir}/autostart/guidance-power-manager.desktop
# copy python modules in PYSUPPORT_PATH
%__mkdir_p %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__cp %{buildroot}%{python_sitearch}/trinity-guidance-backends/MicroHAL.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__mv -f %{buildroot}%{_datadir}/apps/guidance/guidance-power-manager.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__mv -f %{buildroot}%{_datadir}/apps/guidance/powermanage.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__mv -f %{buildroot}%{_datadir}/apps/guidance/gpmhelper.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__mv -f %{buildroot}%{_datadir}/apps/guidance/powermanager_ui.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__cp powermanager/guidance_power_manager_ui.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__cp powermanager/notify.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
%__cp powermanager/tooltip.py %{buildroot}%{python_sitearch}/trinity-guidance-powermanager
# generate guidance-power-manager script
cat <<EOF >%{buildroot}%{_bindir}/guidance-power-manager
#!/bin/sh
export PYTHONPATH=%{python_sitearch}/trinity-guidance-backends
%{python_sitearch}/trinity-guidance-powermanager/guidance-power-manager.py &
EOF
chmod +x %{buildroot}%{_bindir}/guidance-power-manager
# fix script-not-executable
chmod 0755 %{buildroot}%{python_sitearch}/trinity-guidance-powermanager/powermanage.py
chmod 0755 %{buildroot}%{python_sitearch}/trinity-guidance-powermanager/gpmhelper.py
# Replace all '#!' calls to python with /usr/bin/python
# and make them executable
for i in `find %{buildroot} -type f`; do
sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \
$i > $i.temp;
if cmp --quiet $i $i.temp; then
rm -f $i.temp;
else
mv -f $i.temp $i;
chmod 755 $i;
echo "fixed interpreter: $i";
fi;
done
find %{buildroot} -name "*.egg-info" -exec rm -f {} \;
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/displayconfig
%{_bindir}/displayconfig-restore
%{_bindir}/grubconfig
%{_bindir}/mountconfig
%{_bindir}/serviceconfig
%{_bindir}/userconfig
%{_bindir}/wineconfig
%{_libdir}/*.so.*
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/*.a
%{_datadir}/apps/guidance
%{python_sitearch}/trinity-guidance
%{_datadir}/applications/kde/*.desktop
%{tde_docdir}/HTML/en/guidance
%{_datadir}/icons/crystalsvg/*/*/*.png
%exclude %{_datadir}/icons/crystalsvg/*/*/*.svg
#%{python_sitearch}/guidance-*.egg-info
%exclude /etc/X11/Xsession.d/40guidance-displayconfig_restore
%files -n trinity-guidance-backends
%defattr(-,root,root,-)
%{python_sitearch}/trinity-guidance-backends
%{python_sitearch}/ixf86misc.so
%{_datadir}/apps/guidance/vesamodes
%{_datadir}/apps/guidance/extramodes
%{_datadir}/apps/guidance/widescreenmodes
%{_datadir}/apps/guidance/Cards+
%{_datadir}/apps/guidance/pcitable
%{_datadir}/apps/guidance/MonitorsDB
%files powermanager
%defattr(-,root,root,-)
%{_bindir}/guidance-power-manager
%{python_sitearch}/trinity-guidance-powermanager
%{_datadir}/icons/hicolor/22x22/apps/power-manager.png
%{_datadir}/apps/guidance/pics/ac-adapter.png
%{_datadir}/apps/guidance/pics/battery*.png
%{_datadir}/apps/guidance/pics/processor.png
%{_datadir}/autostart/guidance-power-manager.desktop
%Changelog
* Thu Dec 01 2011 Francois Andriot <francois.andriot@free.fr> - 0.8.0svn20080103-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Name=Laptops & Power
Name[br]=Gremm
Name[el]=Ισχύς
Name[it]=Energia
Name[mt]=Elettriku
Name[nl]=Energie
Name[pa]=ਊਰਜਾ(power)
Name[pt_BR]=Energia
Name[ru]=Управление питанием
Name[sv]=Effekt
Icon=energy

@ -0,0 +1,120 @@
# Default version for this component
%define kdecomp kde-systemsettings
%define version 0.0svn20070312
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: easy to use control centre for TDE
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
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
Source1: kde-settings-laptops.directory
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
System preferences is a replacement for the TDE
Control Centre with an improved user interface.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%__install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/desktop-directories/
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/crystalsvg || :
gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
%postun
touch --no-create %{_datadir}/icons/crystalsvg || :
gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
%files
%defattr(-,root,root,-)
%doc README TODO
%{_sysconfdir}/xdg/menus/applications-merged/system-settings-merge.menu
%exclude %{_sysconfdir}/xdg/menus/system-settings.menu
%{_bindir}/systemsettings
%{_datadir}/applications/kde/audioencoding.desktop
%{_datadir}/applications/kde/defaultapplication.desktop
%{_datadir}/applications/kde/kcm_knetworkconfmodule_ss.desktop
%{_datadir}/applications/kde/laptoppowermanagement.desktop
%{_datadir}/applications/kde/medianotifications.desktop
%{_datadir}/applications/kde/systemsettings.desktop
%{_datadir}/apps/systemsettings/systemsettingsui.rc
%{_datadir}/config/systemsettingsrc
%{_datadir}/desktop-directories/*.directory
%{_datadir}/icons/crystalsvg/*/apps/systemsettings.png
%exclude %{_datadir}/applications/kde/kcmfontinst.desktop
%exclude %{_datadir}/desktop-directories/kde-settings-power.directory
%exclude %{_datadir}/desktop-directories/kde-settings-system.directory
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.0svn20070312-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,105 @@
# Default version for this component
%define kdecomp kio-locate
%define version 0.4.5
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: kio-slave for the locate command [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
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-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: scons
%description
Adds support for the "locate:" and "locater:"
protocols to Konqueror and other KDE applications.
This enables you to perform locate searches as you
would in a terminal. The result is displayed just
as a directory.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{kdecomp}
# Ugly hack to modify TQT include directory inside SCONS files.
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
%__sed -i admin/kde.py \
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
scons configure
scons
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
scons install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING TODO
%{tde_libdir}/kio_locate.la
%{tde_libdir}/kio_locate.so
%{tde_docdir}/HTML/en/kio-locate/index.cache.bz2
%{tde_docdir}/HTML/en/kio-locate/index.docbook
%{tde_docdir}/HTML/en/kio-locate/screenshot.png
%{_datadir}/services/locate.protocol
%{_datadir}/services/locater.protocol
%{_datadir}/services/rlocate.protocol
%{_datadir}/services/searchproviders/locate.desktop
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.4.5-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,104 @@
# Default version for this component
%define kdecomp kio-umountwrapper
%define version 0.2
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: progress dialog for safely removing devices in Trinity.
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://frode.kde.no/misc/kio_umountwrapper/
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
Wrapper around kio_media_mountwrapper.
Provides a progress dialog for Safely Removing of devices in Trinity.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/kio_umountwrapper
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.2-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,10 @@
--- kmplayer/src/Makefile.am.ORI 2011-12-03 23:22:01.601981533 +0100
+++ kmplayer/src/Makefile.am 2011-12-03 23:22:44.469655046 +0100
@@ -58,6 +58,7 @@
kgstplayer_SOURCES= gstplayer.cpp
knpplayer_LDADD= $(LIBNSPR_LIBS)
+knpplayer_LDFLAGS= -lX11
knpplayer_SOURCES= npplayer.c
xdg_apps_DATA = kmplayer.desktop

@ -0,0 +1,198 @@
# Default version for this component
%define kdecomp kmplayer
%define version 0.10.0c
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: media player for Trinity
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Multimedia
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://kmplayer.kde.org
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
Patch0: kmplayer-3.5.13-ftbfs.patch
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: libXv-devel
BuildRequires: dbus-tqt-devel
BuildRequires: gstreamer-devel
BuildRequires: gstreamer-plugins-base-devel
Requires: %{name}-base
%description
A basic audio/video viewer application for Trinity.
KMPlayer can:
* play DVD (DVDNav only with the Xine player)
* play VCD
* let the backend players play from a pipe (read from stdin)
* play from a TV device (experimental)
* show backend player's console output
* launch ffserver (only 0.4.8 works) when viewing from a v4l device
* DCOP KMediaPlayer interface support
* VDR viewer frontend (with *kxvplayer), configure VDR keys with standard KDE
shortcut configure window
* Lots of configurable shortcuts. Highly recommended for the VDR keys
(if you have VDR) and volume increase/decrease
%package base
Group: Applications/Multimedia
Summary: Base files for KMPlayer [Trinity]
%description base
Core files needed for KMPlayer.
%package konq-plugins
Group: Applications/Multimedia
Requires: trinity-kmplayer-base, trinity-kdebase
Summary: KMPlayer plugin for KHTML/Konqueror [Trinity]
%description konq-plugins
This plugin enables audio/video playback inside konqueror, using Xine (with
*kxineplayer) or GStreamer (with *kgstplayer), such as movie trailers, web
tv or radio. It mimics QuickTime, MS Media Player and RealPlayer plugin
browser plugins.
%package doc
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
Summary: Handbook for KMPlayer [Trinity]
%description doc
Documention for KMPlayer, a basic audio/video viewer application for KDE.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{kdecomp}
%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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt:%{_includedir}/dbus-1.0 \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%find_lang %{kdecomp}
%clean
%__rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post base
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun base
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%post konq-plugins -p /sbin/ldconfig
%postun konq-plugins -p /sbin/ldconfig
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc README TODO
%{_bindir}/kmplayer
%{_bindir}/knpplayer
%{_bindir}/kxvplayer
%{_libdir}/libkdeinit_kmplayer.la
%{_libdir}/libkdeinit_kmplayer.so
%{tde_libdir}/kmplayer.la
%{tde_libdir}/kmplayer.so
%{_datadir}/applications/kde/kmplayer.desktop
%{_datadir}/apps/kmplayer
%exclude %{_datadir}/mimelnk/application/x-mplayer2.desktop
%{_datadir}/services/kmplayer_part.desktop
%files base
%defattr(-,root,root,-)
%{_libdir}/libkmplayercommon.la
%{_libdir}/libkmplayercommon.so
%{_bindir}/kgstplayer
%{_bindir}/kxineplayer
%{_datadir}/config/kmplayerrc
%{_datadir}/apps/kmplayer/bookmarks.xml
%{_datadir}/apps/kmplayer/noise.gif
%{_datadir}/apps/kmplayer/pluginsinfo
%{_datadir}/icons/hicolor/*/apps/kmplayer.png
%{_datadir}/icons/hicolor/*/apps/kmplayer.svgz
%{_datadir}/mimelnk/application/x-kmplayer.desktop
%{_datadir}/mimelnk/video/x-ms-wmp.desktop
%files doc
%defattr(-,root,root,-)
%{tde_docdir}/HTML/*/kmplayer
%files konq-plugins
%defattr(-,root,root,-)
%{tde_libdir}/libkmplayerpart.la
%{tde_libdir}/libkmplayerpart.so
%{_datadir}/apps/kmplayer/kmplayerpartui.rc
%{_datadir}/apps/kmplayer/pluginsinfo
%{_datadir}/services/kmplayer_part.desktop
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.10.0c-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,179 @@
# Default version for this component
%define kdecomp kmyfirewall
%define version 1.1.1
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: iptables based firewall configuration tool for KDE [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
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-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
KMyFirewall attempts to make it easier to setup iptables based firewalls on
Linux systems. It will be the right tool if you like to have a so called
"Personal Firewall" running on your Linux box, but don't have the time and/or
the interest to spend hours in front of the iptables manual just to setup a
Firewall that keeps the "bad" people out.
There is also the possibility to save entire rule sets, so you only have to
configure your rule set one time and then you can use it on several computers
giving each of them a similar configuration (p.e. school networks, office,
university etc.)
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
%{summary}
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING COPYING-DOCS README TODO
%{_bindir}/kmyfirewall
%{_libdir}/libkmfcore.so.*
%{_libdir}/libkmfwidgets.so.*
%{tde_libdir}/libkmfcompiler_ipt.la
%{tde_libdir}/libkmfcompiler_ipt.so
%{tde_libdir}/libkmfgenericinterfacepart.la
%{tde_libdir}/libkmfgenericinterfacepart.so
%{tde_libdir}/libkmfinstaller_linux.la
%{tde_libdir}/libkmfinstaller_linux.so
%{tde_libdir}/libkmfinstallerplugin.la
%{tde_libdir}/libkmfinstallerplugin.so
%{tde_libdir}/libkmfipteditorpart.la
%{tde_libdir}/libkmfipteditorpart.so
%{tde_libdir}/libkmfruleoptionedit_custom.la
%{tde_libdir}/libkmfruleoptionedit_custom.so
%{tde_libdir}/libkmfruleoptionedit_interface.la
%{tde_libdir}/libkmfruleoptionedit_interface.so
%{tde_libdir}/libkmfruleoptionedit_ip.la
%{tde_libdir}/libkmfruleoptionedit_ip.so
%{tde_libdir}/libkmfruleoptionedit_limit.la
%{tde_libdir}/libkmfruleoptionedit_limit.so
%{tde_libdir}/libkmfruleoptionedit_mac.la
%{tde_libdir}/libkmfruleoptionedit_mac.so
%{tde_libdir}/libkmfruleoptionedit_protocol.la
%{tde_libdir}/libkmfruleoptionedit_protocol.so
%{tde_libdir}/libkmfruleoptionedit_state.la
%{tde_libdir}/libkmfruleoptionedit_state.so
%{tde_libdir}/libkmfruleoptionedit_tos.la
%{tde_libdir}/libkmfruleoptionedit_tos.so
%{tde_libdir}/libkmfruletargetoptionedit_log.la
%{tde_libdir}/libkmfruletargetoptionedit_log.so
%{tde_libdir}/libkmfruletargetoptionedit_mark.la
%{tde_libdir}/libkmfruletargetoptionedit_mark.so
%{tde_libdir}/libkmfruletargetoptionedit_nat.la
%{tde_libdir}/libkmfruletargetoptionedit_nat.so
%{tde_libdir}/libkmfruletargetoptionedit_tos.la
%{tde_libdir}/libkmfruletargetoptionedit_tos.so
%{_datadir}/applications/kde/kmyfirewall.desktop
%{_datadir}/apps/kmfgenericinterfacepart/kmfgenericinterfacepartui.rc
%{_datadir}/apps/kmfipteditorpart/kmfipteditorpartui.rc
%{_datadir}/apps/kmfsystray
%{_datadir}/apps/kmyfirewall
%{_datadir}/config.kcfg/kmfconfig.kcfg
%{_datadir}/config/kmyfirewallrc
%{tde_docdir}/HTML/en/kmyfirewall/common
%{tde_docdir}/HTML/en/kmyfirewall/index.cache.bz2
%{tde_docdir}/HTML/en/kmyfirewall/index.docbook
%{_datadir}/icons/*/*/apps/kmyfirewall.png
%{_datadir}/mimelnk/application/kmfgrs.desktop
%{_datadir}/mimelnk/application/kmfnet.desktop
%{_datadir}/mimelnk/application/kmfpkg.desktop
%{_datadir}/mimelnk/application/kmfrs.desktop
%{_datadir}/services/kmf*.desktop
%{_datadir}/servicetypes/kmf*.desktop
%files devel
%{_includedir}/kmyfirewall
%{_libdir}/libkmfcore.la
%{_libdir}/libkmfcore.so
%{_libdir}/libkmfwidgets.la
%{_libdir}/libkmfwidgets.so
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 1.0-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,112 @@
# Default version for this component
%define kdecomp knutclient
%define version 0.9.5
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: A KDE GUI that displays UPS statistics from NUT's upsd [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://www.knut.noveradsl.cz/knutclient/
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
KNutClient monitors UPS statistics through the NUT (Network UPS Tools,
http://www.networkupstools.org/) framework on Linux and other systems. This
information, presented in a nice visual format, can be invaluable on
stations using an UPS.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%find_lang %{kdecomp}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/knutclient
%{_datadir}/applnk/Utilities/knutclient.desktop
%{_datadir}/apps/knutclient/knutclientui.rc
%{_datadir}/apps/knutclient
%{tde_docdir}/HTML/cs/knutclient
%{tde_docdir}/HTML/en/knutclient
%{_datadir}/icons/*/*/apps/*.png
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.9.5-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,125 @@
# Default version for this component
%define kdecomp kopete-otr
%define version 0.7
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: Off-The-Record encryption for Kopete [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
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-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
# Kopete is provided by kdenetwork
BuildRequires: trinity-kdenetwork-devel
Requires: trinity-kdenetwork
BuildRequires: libotr-devel
%description
This plugin enables Off-The-Record encryption for the KDE instant
messenger Kopete. Using this plugin you can encrypt chatsessions to other
users with IM-Cients supporting the OTR encryption method.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_libdir}/libkotr.la
%{_libdir}/libkotr.so
%{_libdir}/libkotr.so.0
%{_libdir}/libkotr.so.0.0.0
%{tde_libdir}/kcm_kopete_otr.la
%{tde_libdir}/kcm_kopete_otr.so
%{tde_libdir}/kopete_otr.la
%{tde_libdir}/kopete_otr.so
%{_datadir}/apps/kopete_otr
%{_datadir}/config.kcfg/kopete_otr.kcfg
%{tde_docdir}/HTML/en/kopete_otr/common
%{tde_docdir}/HTML/en/kopete_otr/index.cache.bz2
%{tde_docdir}/HTML/en/kopete_otr/index.docbook
%{_datadir}/icons/crystalsvg/16x16/apps/kopete_otr.png
%{_datadir}/locale/de/LC_MESSAGES/kopete_otr.mo
%{_datadir}/services/kconfiguredialog/kopete_otr_config.desktop
%{_datadir}/services/kopete_otr.desktop
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.7-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,134 @@
# Default version for this component
%define kdecomp krusader
%define version 1.90.0
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%define _mandir %{_prefix}/share/man
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: twin-panel (commander-style) file manager for KDE (and other desktops)
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
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-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: trinity-kdebindings-devel
%description
Krusader is a simple, easy, powerful, twin-panel (commander-style) file
manager for KDE and other desktops, similar to Midnight Commander (C) or Total
Commander (C).
It provides all the file management features you could possibly want.
Plus: extensive archive handling, mounted filesystem support, FTP,
advanced search module, viewer/editor, directory synchronisation,
file content comparisons, powerful batch renaming and much much more.
It supports archive formats: ace, arj, bzip2, deb, iso, lha, rar, rpm, tar,
zip and 7-zip.
It handles KIOSlaves such as smb:// or fish://.
Almost completely customizable, Krusader is very user friendly, fast and looks
great on your desktop.
%prep
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt:%{tde_includedir}
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%find_lang %{kdecomp}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
/sbin/ldconfig || :
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING FAQ README TODO
%{_bindir}/krusader
%{tde_libdir}/kio_krarc.la
%{tde_libdir}/kio_krarc.so
%{tde_libdir}/kio_virt.la
%{tde_libdir}/kio_virt.so
%{_datadir}/applications/kde/krusader.desktop
%{_datadir}/applications/kde/krusader_root-mode.desktop
%{_datadir}/apps/krusader
%{tde_docdir}/HTML/en/krusader
%{tde_docdir}/HTML/ru/krusader
%{_datadir}/icons/*/*/apps/*.png
%{_datadir}/services/krarc.protocol
%{_datadir}/services/virt.protocol
%{_mandir}/man1/krusader.1
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 1.90.0-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,112 @@
# Default version for this component
%define kdecomp ksystemlog
%define version 0.3.2
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: system log viewer tool for Trinity
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/System
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://ksystemlog.forum-software.org
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
ksystemlog is a system log viewer tool for Trinity.
This program is developed for being used by beginner users, which don't know
how to find information about their Linux system, and how the log files are in
their computer. But it is also designed for advanced users, who want to
quickly see problems occuring on their server.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/ksystemlog
%{_datadir}/applnk/Utilities/ksystemlog.desktop
%{_datadir}/apps/ksystemlog/ksystemlogui.rc
%{_datadir}/config.kcfg/ksystemlog.kcfg
%{_datadir}/icons/hicolor/*/apps/ksystemlog.png
%{_datadir}/icons/hicolor/*/apps/ksystemlog.svgz
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.3.2-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,107 @@
# Default version for this component
%define kdecomp kvkbd
%define version 0.4.8
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: Virtual keyboard for KDE [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/System
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://pan4os.info/main/index.php
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
Virtual keyboard for KDE for use with accessibility. Application contains
a systray widget as well as a dockwidget.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/kvkbd
%{_datadir}/applnk/Utilities/kvkbd.desktop
%{_datadir}/apps/kvkbd/pics/dock.png
%{_datadir}/apps/kvkbd/pics/tray.png
%{_datadir}/icons/hicolor/16x16/apps/kvkbd.png
%{_datadir}/icons/hicolor/32x32/apps/kvkbd.png
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.4.8-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,112 @@
# Default version for this component
%define kdecomp potracegui
%define version 1.3
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: KDE frontend for potrace [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Multimedia
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://potracegui.sourceforge.net
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
A KDE interface for the commandline tracing tools potrace and/or autotrace. It
supports drag and drop as well as all image types recognized by KDE, which are
a lot more than the 4 recognized by the potrace commandline tool. Loading of
remote files (web, ftp, ...) is also supported.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/potracegui
%{_datadir}/applnk/Utilities/potracegui.desktop
%{_datadir}/apps/potracegui/potraceguiui.rc
%{tde_docdir}/HTML/en/potracegui/common
%{tde_docdir}/HTML/en/potracegui/index.cache.bz2
%{tde_docdir}/HTML/en/potracegui/index.docbook
%{_datadir}/icons/hicolor/16x16/apps/potracegui.png
%{_datadir}/icons/hicolor/32x32/apps/potracegui.png
%lang(de) %{_datadir}/locale/de/LC_MESSAGES/potracegui.mo
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 1.3-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,10 @@
--- smartcardauth/src/ckpasswd.c.ORI 2011-12-04 03:44:36.047000504 -0500
+++ smartcardauth/src/ckpasswd.c 2011-12-04 03:44:47.450745795 -0500
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <pwd.h>
#include <grp.h>
+#include <getopt.h>
#define DB_DBM_HSEARCH 1
#include <db.h>

@ -0,0 +1,131 @@
# Default version for this component
%define kdecomp smartcardauth
%define version 1.0
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: SmartCard Login and LUKS Decrypt, Setup Utility
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/System
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
Patch0: smartcardauth-3.5.13-ftbfs.patch
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
#BuildRequires: perl-PAR-Packer
Requires: pcsc-perl
%description
This utility will allow you to set up your computer to accept a SmartCard as an authentication source for:
- Your encrypted LUKS partition
- TDE3.x, including automatic login, lock, and unlock features
It is designed to work with any ISO 7816-1,2,3,4 compliant smartcard
Examples of such cards are:
- The Schlumberger MultiFlex
- The ACS ACOS5 / ACOS6 series of cryptographic ISO 7816 cards
If a card is chosen that has PKSC support, such as the ACOS cards, this utility can run
simultaneously with the certificate reading program(s) to provide single sign on
in addition to the PKCS certificate functionality
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{kdecomp}
%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 "src/Makefile" \
-e "s,/usr/include/tqt,%{_includedir}/tqt,g" \
-e "s,/usr/include/qt3,${QTINC},g"
%__sed -i "Makefile" \
-e "s|/usr/lib/perl5/Chipcard|/usr/lib64/perl5/vendor_perl/Chipcard|g"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
./build_ckpasswd
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__install -D -m 755 scriptor_standalone.pl %{buildroot}%{_bindir}/scriptor.pl
%__install -D -m 755 src/ckpasswd %{buildroot}%{_bindir}/smartauthckpasswd
#%__install -D -m 755 src/ckpasswd %{buildroot}%{_bindir}/smartauthmon
%__ln_s smartauthckpasswd %{buildroot}%{_bindir}/smartauthmon
%__cp -Rp usr/* %{buildroot}%{_prefix}
%__mkdir_p %{buildroot}%{_sysconfdir}
%__cp -Rp etc/* %{buildroot}%{_sysconfdir}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files
%defattr(-,root,root,-)
%doc gpl.txt
%{_sysconfdir}/init/smartauthlogin.conf
%{_sysconfdir}/smartauth/smartauth.sh.in
%{_sysconfdir}/smartauth/smartauthmon.sh.in
%{_bindir}/cryptosmartcard.sh
%{_bindir}/scriptor.pl
%{_bindir}/setupcard.sh
%{_bindir}/setupslavecard.sh
%{_bindir}/smartauth.sh
%{_bindir}/smartauthckpasswd
%{_bindir}/smartauthmon
%{_datadir}/applications/smartcardauth.desktop
%{_datadir}/applications/smartcardrestrict.desktop
%{_datadir}/icons/hicolor/16x16/apps/smartcardauth.png
%{_datadir}/icons/hicolor/32x32/apps/smartcardauth.png
%{_datadir}/initramfs-tools/hooks/cryptlukssc
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 1.0-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,157 @@
# Default version for this component
%define kdecomp soundkonverter
%define version 0.3.8
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: audio converter frontend for Trinity
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Application/Multimedia
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://potracegui.sourceforge.net
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
%description
soundKonverter is a frontend to various audio converters.
The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping
soundKonverter supports reading and writing tags for many formats, so the tags
are preserved when converting files.
It comes with an Amarok script.
See 'soundkonverter-amarok' package for more informations.
See README.Debian for more informations on supported formats.
%package amarok
Summary: audio converter frontend for Trinity (Amarok script)
Group: Application/Multimedia
Requires: %{name} = %{version}-%{release}
Requires: trinity-amarok
%description amarok
Amarok script for soundKonverter. It allows you to easily transcode files when
transferring them to your media device.
See the 'soundkonverter-trinity' package for more information.
%prep
unset QTDIR; . /etc/profile.d/qt.sh
%setup -q -n applications/%{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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%configure \
--disable-rpath \
--with-extra-includes=%{_includedir}/tqt:/usr/include/cdda \
--enable-closure
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
%find_lang %{kdecomp}
%clean
%__rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/soundkonverter
%{_bindir}/userscript.sh
%{_datadir}/applications/kde/soundkonverter.desktop
%{_datadir}/apps/konqueror/servicemenus/audiocd_extract_with_soundkonverter.desktop
%{_datadir}/apps/soundkonverter
%exclude %{_datadir}/apps/soundkonverter/amarokscript/README
%exclude %{_datadir}/apps/soundkonverter/amarokscript/soundKonverter.rb
%{tde_docdir}/HTML/en/soundkonverter/common
%{tde_docdir}/HTML/en/soundkonverter/index.cache.bz2
%{tde_docdir}/HTML/en/soundkonverter/index.docbook
%{_datadir}/icons/hicolor/*/apps/soundkonverter*.png
%{_datadir}/mimelnk/application/x-la.soundkonverter.desktop
%{_datadir}/mimelnk/application/x-ofc.soundkonverter.desktop
%{_datadir}/mimelnk/application/x-ofr.soundkonverter.desktop
%{_datadir}/mimelnk/application/x-ofs.soundkonverter.desktop
%{_datadir}/mimelnk/application/x-shorten.soundkonverter.desktop
%{_datadir}/mimelnk/audio/amr.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-ape.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-bonk.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-pac.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-tta.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-wavpack-correction.soundkonverter.desktop
%{_datadir}/mimelnk/audio/x-wavpack.soundkonverter.desktop
%{_datadir}/mimelnk/video/x-flv.soundkonverter.desktop
%files amarok
%defattr(-,root,root,-)
%{_datadir}/apps/soundkonverter/amarokscript/README
%{_datadir}/apps/soundkonverter/amarokscript/soundKonverter.rb
%Changelog
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 0.3.8-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -2,6 +2,8 @@ libraries/libkdcraw
libraries/libkexiv2 libraries/libkexiv2
libraries/libkipi libraries/libkipi
libraries/libksquirrel libraries/libksquirrel
libraries/python-trinity
libraries/pykdeextensions
qt3 qt3
dependencies/libcaldav dependencies/libcaldav
dependencies/libcarddav dependencies/libcarddav
@ -9,8 +11,7 @@ dependencies/tqtinterface
dependencies/dbus-tqt dependencies/dbus-tqt
dependencies/dbus-1-tqt dependencies/dbus-1-tqt
dependencies/arts dependencies/arts
#trinity-settings dependencies/tqscintilla
trinity-live
kdelibs kdelibs
kdebase kdebase
kdebindings kdebindings
@ -30,10 +31,12 @@ kdeedu
kdeaddons kdeaddons
kdewebdev kdewebdev
kde-i18n kde-i18n
extras/kasablanca
extras/ksensors extras/ksensors
extras/libkarma extras/libkarma
#extras/libkexif #extras/libkexif
extras/trinity-desktop extras/trinity-desktop
extras/trinity-live
applications/k3b applications/k3b
applications/abakus applications/abakus
applications/dolphin applications/dolphin
@ -99,3 +102,18 @@ applications/kgtk-qt3
applications/kima applications/kima
applications/kdesvn applications/kdesvn
applications/kde-guidance applications/kde-guidance
applications/krusader
applications/smartcardauth
applications/kmyfirewall
applications/kopete-otr
applications/kaffeine-mozilla
applications/ksystemlog
applications/kio-locate
#applications/konstruct
applications/kio-umountwrapper
applications/knutclient
applications/kde-systemsettings
applications/kmplayer
applications/kvkbd
applications/potracegui
applications/soundkonverter

@ -0,0 +1,614 @@
--- tqscintilla-master/qt/qextscintillacommandset.cpp.ORI 2011-12-04 14:33:29.344201345 +0100
+++ tqscintilla-master/qt/qextscintillacommandset.cpp 2011-12-04 14:35:03.180233103 +0100
@@ -43,525 +43,525 @@
QextScintillaBase::SCI_LINEDOWN,
TQt::Key_Down,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move down one line")
},
{
QextScintillaBase::SCI_LINEDOWNEXTEND,
TQt::Key_Down | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection down one line")
},
{
QextScintillaBase::SCI_LINESCROLLDOWN,
TQt::Key_Down | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Scroll view down one line")
},
{
QextScintillaBase::SCI_LINEDOWNRECTEXTEND,
TQt::Key_Down | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection down one line")
},
{
QextScintillaBase::SCI_LINEUP,
TQt::Key_Up,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move up one line")
},
{
QextScintillaBase::SCI_LINEUPEXTEND,
TQt::Key_Up | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection up one line")
},
{
QextScintillaBase::SCI_LINESCROLLUP,
TQt::Key_Up | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Scroll view up one line")
},
{
QextScintillaBase::SCI_LINEUPRECTEXTEND,
TQt::Key_Up | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection up one line")
},
{
QextScintillaBase::SCI_PARAUP,
TQt::Key_BracketLeft | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move up one paragraph")
},
{
QextScintillaBase::SCI_PARAUPEXTEND,
TQt::Key_BracketLeft | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection up one paragraph")
},
{
QextScintillaBase::SCI_PARADOWN,
TQt::Key_BracketRight | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move down one paragraph")
},
{
QextScintillaBase::SCI_PARADOWNEXTEND,
TQt::Key_BracketRight | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection down one paragraph")
},
{
QextScintillaBase::SCI_CHARLEFT,
TQt::Key_Left,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move left one character")
},
{
QextScintillaBase::SCI_CHARLEFTEXTEND,
TQt::Key_Left | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection left one character")
},
{
QextScintillaBase::SCI_WORDLEFT,
TQt::Key_Left | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move left one word")
},
{
QextScintillaBase::SCI_WORDLEFTEXTEND,
TQt::Key_Left | TQt::SHIFT | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection left one word")
},
{
QextScintillaBase::SCI_CHARLEFTRECTEXTEND,
TQt::Key_Left | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection left one character")
},
{
QextScintillaBase::SCI_CHARRIGHT,
TQt::Key_Right,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move right one character")
},
{
QextScintillaBase::SCI_CHARRIGHTEXTEND,
TQt::Key_Right | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection right one character")
},
{
QextScintillaBase::SCI_WORDRIGHT,
TQt::Key_Right | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move right one word")
},
{
QextScintillaBase::SCI_WORDRIGHTEXTEND,
TQt::Key_Right | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection right one word")
},
{
QextScintillaBase::SCI_CHARRIGHTRECTEXTEND,
TQt::Key_Right | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection right one character")
},
{
QextScintillaBase::SCI_WORDPARTLEFT,
TQt::Key_Slash | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move left one word part")
},
{
QextScintillaBase::SCI_WORDPARTLEFTEXTEND,
TQt::Key_Slash | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection left one word part")
},
{
QextScintillaBase::SCI_WORDPARTRIGHT,
TQt::Key_Backslash | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move right one word part")
},
{
QextScintillaBase::SCI_WORDPARTRIGHTEXTEND,
TQt::Key_Backslash | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection right one word part")
},
{
QextScintillaBase::SCI_VCHOME,
TQt::Key_Home,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to first visible character in line")
},
{
QextScintillaBase::SCI_VCHOMEEXTEND,
TQt::Key_Home | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to first visible character in line")
},
{
QextScintillaBase::SCI_DOCUMENTSTART,
TQt::Key_Home | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to start of text")
},
{
QextScintillaBase::SCI_DOCUMENTSTARTEXTEND,
TQt::Key_Home | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to start of text")
},
{
QextScintillaBase::SCI_HOMEDISPLAY,
TQt::Key_Home | TQt::ALT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to start of displayed line")
},
{
QextScintillaBase::SCI_HOMEDISPLAYEXTEND,
0,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to start of line")
},
{
QextScintillaBase::SCI_VCHOMERECTEXTEND,
TQt::Key_Home | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection to first visible character in line")
},
{
QextScintillaBase::SCI_LINEEND,
TQt::Key_End,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to end of line")
},
{
QextScintillaBase::SCI_LINEENDEXTEND,
TQt::Key_End | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to end of line")
},
{
QextScintillaBase::SCI_DOCUMENTEND,
TQt::Key_End | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to end of text")
},
{
QextScintillaBase::SCI_DOCUMENTENDEXTEND,
TQt::Key_End | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to end of text")
},
{
QextScintillaBase::SCI_LINEENDDISPLAY,
TQt::Key_End | TQt::ALT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move to end of displayed line")
},
{
QextScintillaBase::SCI_LINEENDDISPLAYEXTEND,
0,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection to end of displayed line")
},
{
QextScintillaBase::SCI_LINEENDRECTEXTEND,
TQt::Key_End | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection to end of line")
},
{
QextScintillaBase::SCI_PAGEUP,
TQt::Key_Prior,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move up one page")
},
{
QextScintillaBase::SCI_PAGEUPEXTEND,
TQt::Key_Prior | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection up one page")
},
{
QextScintillaBase::SCI_PAGEUPRECTEXTEND,
TQt::Key_Prior | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection up one page")
},
{
QextScintillaBase::SCI_PAGEDOWN,
TQt::Key_Next,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move down one page")
},
{
QextScintillaBase::SCI_PAGEDOWNEXTEND,
TQt::Key_Next | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend selection down one page")
},
{
QextScintillaBase::SCI_PAGEDOWNRECTEXTEND,
TQt::Key_Next | TQt::ALT | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Extend rectangular selection down one page")
},
{
QextScintillaBase::SCI_CLEAR,
TQt::Key_Delete,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete current character")
},
{
QextScintillaBase::SCI_CUT,
TQt::Key_X | TQt::CTRL,
TQt::Key_Delete | TQt::SHIFT,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Cut selection")
},
{
QextScintillaBase::SCI_DELWORDRIGHT,
TQt::Key_Delete | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete word to right")
},
{
QextScintillaBase::SCI_DELLINERIGHT,
TQt::Key_Delete | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete line to right")
},
{
QextScintillaBase::SCI_EDITTOGGLEOVERTYPE,
TQt::Key_Insert,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Toggle insert/overtype")
},
{
QextScintillaBase::SCI_PASTE,
TQt::Key_V | TQt::CTRL,
TQt::Key_Insert | TQt::SHIFT,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Paste")
},
{
QextScintillaBase::SCI_COPY,
TQt::Key_C | TQt::CTRL,
TQt::Key_Insert | TQt::CTRL,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Copy selection")
},
{
QextScintillaBase::SCI_CANCEL,
TQt::Key_Escape,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Cancel")
},
{
QextScintillaBase::SCI_DELETEBACK,
TQt::Key_Backspace,
TQt::Key_Backspace | TQt::SHIFT,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete previous character")
},
{
QextScintillaBase::SCI_DELWORDLEFT,
TQt::Key_Backspace | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete word to left")
},
{
QextScintillaBase::SCI_UNDO,
TQt::Key_Z | TQt::CTRL,
TQt::Key_Backspace | TQt::ALT,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Undo the last command")
},
{
QextScintillaBase::SCI_DELLINELEFT,
TQt::Key_Backspace | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete line to left")
},
{
QextScintillaBase::SCI_REDO,
TQt::Key_Y | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Redo last command")
},
{
QextScintillaBase::SCI_SELECTALL,
TQt::Key_A | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Select all text")
},
{
QextScintillaBase::SCI_TAB,
TQt::Key_Tab,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Indent one level")
},
{
QextScintillaBase::SCI_BACKTAB,
TQt::Key_Tab | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Move back one indentation level")
},
{
QextScintillaBase::SCI_NEWLINE,
TQt::Key_Return,
TQt::Key_Return | TQt::SHIFT,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Insert new line")
},
{
QextScintillaBase::SCI_ZOOMIN,
TQt::Key_Plus | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Zoom in")
},
{
QextScintillaBase::SCI_ZOOMOUT,
TQt::Key_Minus | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Zoom out")
},
{
QextScintillaBase::SCI_SETZOOM,
0,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Set zoom")
},
{
QextScintillaBase::SCI_FORMFEED,
0,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Formfeed")
},
{
QextScintillaBase::SCI_LINECUT,
TQt::Key_L | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Cut current line")
},
{
QextScintillaBase::SCI_LINEDELETE,
TQt::Key_L | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete current line")
},
{
QextScintillaBase::SCI_LINECOPY,
TQt::Key_T | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Copy current line")
},
{
QextScintillaBase::SCI_LINETRANSPOSE,
TQt::Key_T | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Swap current and previous lines")
},
{
QextScintillaBase::SCI_SELECTIONDUPLICATE,
TQt::Key_D | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Duplicate selection")
},
{
QextScintillaBase::SCI_LOWERCASE,
TQt::Key_U | TQt::CTRL,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Convert selection to lower case")
},
{
QextScintillaBase::SCI_UPPERCASE,
TQt::Key_U | TQt::CTRL | TQt::SHIFT,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Convert selection to upper case")
},
{
QextScintillaBase::SCI_DELETEBACKNOTLINE,
0,
0,
- TQT_TRANSLATE_NOOP("QextScintillaCommand",
+ QT_TRANSLATE_NOOP("QextScintillaCommand",
"Delete previous character if not at line start")
},
};
--- tqscintilla-master/designer/designer.pro.ORI 2011-12-04 14:41:08.714487484 +0100
+++ tqscintilla-master/designer/designer.pro 2011-12-04 14:41:21.248222899 +0100
@@ -5,7 +5,7 @@
TARGET = qscintillaplugin
# DESTDIR = $(QTDIR)/plugins/designer
INCLUDEPATH = ../qt /usr/include/tqt
-LIBPATH += ../tmplib
+LIBPATH += ../tmplib ../qt
CONFIG += qt warn_on release plugin
SOURCES += qscintillaplugin.cpp

@ -0,0 +1,233 @@
# Default version for this component
%define kdecomp libtqscintilla
%define version 1.7.1
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
%global qtdir %(qmake -query QT_INSTALL_PREFIX)
%global qtdata %(qmake -query QT_INSTALL_DATA)
%global qtinc %{qtdir}/include
%global qtlib %{qtdir}/lib
Name: %{kdecomp}
Summary: TQt source code editing component based on Scintilla
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Development/Tools
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
Url: http://www.riverbankcomputing.co.uk/qscintilla/
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# This file is a GIT snapshot
Source0: tqscintilla-master.tar.gz
# Fix FTBFS
Patch0: tqscintilla-ftbfs.patch
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
%description
Scintilla is a free source code editing component. It has features found
in standard editing components, as well as features especially useful
when editing and debugging source code.
TQScintilla is a port or Scintilla to the TQt GUI toolkit.
%package designer
Summary: TQScintilla designer plugin
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
Requires: qt-designer
%description designer
%{summary}.
%package devel
Summary: TQScintilla Development Files
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: qt-devel
%description devel
%{summary}.
%package doc
Summary: TQScintilla Documentation
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description doc
%{summary}.
%prep
%setup -q -n tqscintilla-master
%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 */*.pro \
-e "s|/usr/include/tqt|%{_includedir}/tqt|g"
( cd qt; qmake "DESTDIR=$PWD/../tmplib" )
( cd designer; qmake )
%build
unset QTDIR; . /etc/profile.d/qt.sh
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%__make %{?_smp_mflags} -C qt
%__make %{?_smp_mflags} -C designer
%install
%__rm -rf $RPM_BUILD_ROOT
# Installs the QT part
%__make INSTALL_ROOT=$RPM_BUILD_ROOT -C qt install
# Installs supplementary headers
for i in include/*.h; do
%__install -D -m 644 $i %{buildroot}${QTINC}/private/${i##*/}
done
# Installs the HTML documentation
for i in doc/html/*; do
%__install -D -m 644 $i %{buildroot}%{tde_docdir}/HTML/en/%{name}/${i##*/}
done
# Installs the Designer plugin
for i in designer/*.so; do
%__install -D -m 644 $i %{buildroot}${QTDIR}/plugins/designer/${i##*/}
done
# Installs libraries
%__mkdir_p %{buildroot}%{_libdir}
%__mv -f tmplib/* %{buildroot}%{_libdir}
%clean
%__rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE NEWS README
%{_libdir}/*.so.*
%{qtdir}/translations/*.qm
%files designer
%defattr(-,root,root,-)
%{qtdir}/plugins/designer/*.so
%files devel
%defattr(-,root,root,-)
%doc doc/html doc/Scintilla example
%{qtinc}/*.h
%{qtinc}/private/*.h
%{_libdir}/*.so
%files doc
%defattr(-,root,root,-)
%{tde_docdir}/HTML/en/%{name}
%changelog
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.7.1-3
- respin (BuildID)
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.7.1-2
- License: GPLv2+
* Mon Dec 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.7.1-1
- QScintilla-1.71-gpl-1.7.1
* Thu Nov 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.7-1
- QScintilla1-1.71-gpl-1.7 (#214192)
* Sun Sep 03 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.6-3.3
- FC6 rebuild.
- Export flags.
* Mon Feb 13 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.6-3.2
- FC5 Rebuild.
* Tue Jan 31 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.6-3.1
- Rebuild for FC5.
* Wed Sep 14 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.6-3
- Fix permissions in prep, not in install.
* Tue Sep 13 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.6-2
- Fix permissions on doc files to be 0644.
* Sun Sep 11 2005 Konstantin Ryabitsev <icon@linux.duke.edu> 1.6-1
- Update to 1.65-gpl-1.6
- Use the patch from Aurelien Bompard to build sanely in buildroot
- Include docs and examples for the -devel package
* Sat Aug 27 2005 Konstantin Ryabitsev <icon@linux.duke.edu> 1.5.1-1
- Adapt for Fedora Extras
- Drop 0-Epoch
- Make specfile simpler
- Move .so to devel
* Mon Mar 09 2005 Rex Dieter 0:1.5.1-0.0.kde
- 1.5.1
* Thu Sep 16 2004 Rex Dieter <rexdieter at sf.net> 0:1.4-0.1.kde
- updated designer-incpath patch: don't require an already installed
qscintilla-devel
- BuildConflicts: qscintilla-devel != %%version
* Thu Sep 16 2004 Rex Dieter <rexdieter at sf.net> 0:1.4-0.0.kde
- 1.4
- include designer plugin
- Prereq: %%qtdir
* Fri May 28 2004 Rex Dieter <rexdieter at sf.net> 0:1.3-0.fdr.0
- 1.3
* Thu Mar 11 2004 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.6
- dynamically determine version for qt dependancy.
* Wed Mar 10 2004 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.5
- (re)build against qt-3.3.1
* Wed Dec 03 2003 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.4
- remove extraneous macros
- (re)build against qt-3.2.3
* Mon Nov 10 2003 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.3
- (re)build against qt-3.2.2
* Wed Sep 17 2003 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.2
- use Epoch's in Requires
* Tue Aug 19 2003 Rex Dieter <rexdieter at sf.net> 0:1.2-0.fdr.1
- 1.2

@ -0,0 +1,30 @@
--- kasablanca-0.4.0.2/src/kasablanca.desktop.dt 2004-03-22 12:58:39.000000000 -0600
+++ kasablanca-0.4.0.2/src/kasablanca.desktop 2006-01-19 09:48:07.000000000 -0600
@@ -1,26 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=kasablanca
-Name[xx]=xxkasablancaxx
+GenericName=FTP Client
Exec=kasablanca
Icon=kasablanca
Type=Application
-Comment=A simple KDE Application
-Comment[ca]=Una simple aplicació KDE
-Comment[da]=Et simpelt KDE program
-Comment[de]=Eine einfache KDE-Anwendung
-Comment[el]=Μια απλή εφαρμογή του KDE
-Comment[es]=Una aplicación de KDE sencilla
-Comment[et]=Lihtne KDE rakendus
-Comment[fr]=Une application simple pour KDE.
-Comment[hu]=Egyszerű KDE-alkalmazás
-Comment[it]=Una semplice applicazione KDE
-Comment[nl]=Een eenvoudige KDE-toepassing
-Comment[pt]=Uma aplicação KDE simples
-Comment[pt_BR]=Um simples Aplicativo do KDE
-Comment[ru]=Простое приложение KDE
-Comment[sl]=Preprost program za KDE
-Comment[sr]=Једноставан KDE програм
-Comment[sv]=Ett enkelt KDE-program
-Comment[xx]=xxA simple KDE Applicationxx
-Comment[zh_CN]=一个简单的KDE应用程序

@ -0,0 +1,11 @@
--- kasablanca-0.4.0.2/src/Makefile.am.ORI 2011-12-04 15:42:39.245402912 +0100
+++ kasablanca-0.4.0.2/src/Makefile.am 2011-12-04 15:42:45.744265760 +0100
@@ -22,7 +22,7 @@
# the application source, library search path, and link libraries
kasablanca_SOURCES = main.cpp kasablanca.cpp bookmarkdialog.cpp customconnectdialog.cpp fileexistsdialog.cpp kbitem.cpp Q_bookmarkdialog.ui Q_fileexistsdialog.ui Q_mainwindow.ui eventhandler.cpp ftpthread.cpp ftplib.cpp ftpsession.cpp kbfileinfo.cpp kbdirinfo.cpp kbdir.cpp kbfile.cpp kbtransferitem.cpp kbtransferdir.cpp kbtransferfile.cpp kbconfig.kcfgc Q_colorspreferencesdialog.ui Q_generalpreferencesdialog.ui kbtaskview.cpp Q_userinterfacepreferencesdialog.ui kbbookmarkitem.cpp kbsiteinfo.cpp Q_customconnectdialog.ui Q_importdialog.ui importdialog.cpp kbstatustip.cpp
kasablanca_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-kasablanca_LDADD = -lssl $(LIB_KDEUI)
+kasablanca_LDADD = -lssl $(LIB_KDEUI) -lcrypto
# this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Utilities

@ -0,0 +1,111 @@
--- kasablanca-0.4.0.2/admin/cvs.sh.ORI 2011-12-04 15:24:44.405943353 +0100
+++ kasablanca-0.4.0.2/admin/cvs.sh 2011-12-04 15:33:50.829581434 +0100
@@ -30,7 +30,7 @@
required_autoconf_version="2.53 or newer"
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
- Autoconf*2.5* | autoconf*2.5* ) : ;;
+ Autoconf*2.5* | autoconf*2.5* | [Aa]utoconf*2.6* ) : ;;
"" )
echo "*** AUTOCONF NOT FOUND!."
echo "*** KDE requires autoconf $required_autoconf_version"
@@ -45,7 +45,7 @@
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
- Autoconf*2.5* | autoheader*2.5* ) : ;;
+ Autoconf*2.5* | autoheader*2.5* | *Autoconf*2.6* ) : ;;
"" )
echo "*** AUTOHEADER NOT FOUND!."
echo "*** KDE requires autoheader $required_autoconf_version"
@@ -66,7 +66,7 @@
echo "*** KDE requires automake $required_automake_version"
exit 1
;;
- automake*1.6.* | automake*1.7* | automake*1.8* ) : ;;
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) : ;;
"" )
echo "*** AUTOMAKE NOT FOUND!."
echo "*** KDE requires automake $required_automake_version"
--- kasablanca-0.4.0.2/admin/acinclude.m4.in.ORI 2011-12-04 15:37:05.013464315 +0100
+++ kasablanca-0.4.0.2/admin/acinclude.m4.in 2011-12-04 15:40:40.722904947 +0100
@@ -468,14 +468,14 @@
if test "$kde_qtver" = "2"; then
kde_moduledir='\${libdir}/kde2'
else
- kde_moduledir='\${libdir}/kde3'
+ kde_moduledir='\${libdir}/trinity'
fi
fi
if test -z "$kde_styledir"; then
- kde_styledir='\${libdir}/kde3/plugins/styles'
+ kde_styledir='\${libdir}/trinity/plugins/styles'
fi
if test -z "$kde_widgetdir"; then
- kde_widgetdir='\${libdir}/kde3/plugins/designer'
+ kde_widgetdir='\${libdir}/trinity/plugins/designer'
fi
if test -z "$xdg_appsdir"; then
xdg_appsdir='\${datadir}/applications/kde'
@@ -542,7 +542,7 @@
)
AM_CONDITIONAL(include_ARTS, test "$build_arts" != "no")
- kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
+ kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/trinity/bin /usr/kde/bin /usr/local/kde/bin"
test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
if test -n "$KDEDIRS"; then
kde_save_IFS=$IFS
@@ -578,7 +578,7 @@
KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [XMLLINT=""])
if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then
- kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share"
+ kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/trinity/share /opt/kde/share $prefix/share"
test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then
@@ -1738,7 +1738,7 @@
if test -z "$1"; then
-kde_incdirs="/usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/kde3/include /opt/kde/include $x_includes $qt_includes"
+kde_incdirs="/usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /usr/include /opt/trinity/include /opt/kde/include $x_includes $qt_includes"
test -n "$KDEDIR" && kde_incdirs="$KDEDIR/include $KDEDIR/include/kde $KDEDIR $kde_incdirs"
kde_incdirs="$ac_kde_includes $kde_incdirs"
AC_FIND_FILE($kde_check_header, $kde_incdirs, kde_incdir)
@@ -1750,7 +1750,7 @@
So, check this please and use another prefix!])
fi
-kde_libdirs="/usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/kde3 /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/kde3/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
+kde_libdirs="/usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/trinity /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/trinity/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
@@ -1758,7 +1758,7 @@
kde_widgetdir=NO
dnl this might be somewhere else
-AC_FIND_FILE("kde3/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
+AC_FIND_FILE("trinity/plugins/designer/kdewidgets.la", $kde_libdirs, kde_widgetdir)
if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/$kde_check_lib"; then
AC_MSG_ERROR([
@@ -1766,14 +1766,14 @@
So, check this please and use another prefix!])
fi
-if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/kde3/plugins/designer/kdewidgets.la"; then
+if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then
AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed
by kdelibs])
fi
if test -n "$kde_widgetdir"; then
- kde_widgetdir="$kde_widgetdir/kde3/plugins/designer"
+ kde_widgetdir="$kde_widgetdir/trinity/plugins/designer"
fi

@ -0,0 +1,136 @@
%define kdecomp kasablanca
Name: trinity-%{kdecomp}
Summary: Graphical FTP client
Version: 0.4.0.2
Release: 1%{?dist}
License: GPLv2+
Url: http://kasablanca.berlios.de/
Source: http://download.berlios.de/kasablanca/kasablanca-%{version}.tar.gz
Group: Applications/Internet
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch1: kasablanca-0.4.0.2-dt.patch
Patch2: kasablanca-autotools.patch
Patch3: kasablanca-0.4.0.2-ftbfs.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: trinity-kdelibs-devel
BuildRequires: openssl-devel
BuildRequires: libutempter-devel
%description
Kasablanca is an ftp client, among its features are currently:
* ftps encryption via AUTH TLS
* fxp (direct server to server transfer), supporting alternative mode.
* advanced bookmarking system.
* fast responsive multithreaded engine.
* concurrent connections to multiple hosts.
* interactive transfer queue, movable by drag and drop.
* small nifty features, like a skiplist.
%prep
%setup -q -n %{kdecomp}-%{version}
%patch1 -p1 -b .dt
%patch2 -p1
%patch3 -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,%{_includedir}/tqt,g" \
-e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
%__cp -f "/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}"
## Needed(?) for older/legacy setups, harmless otherwise
if pkg-config openssl ; then
export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags-only-I openssl)"
fi
%configure \
--disable-rpath \
--disable-debug --disable-warnings \
--disable-dependency-tracking --enable-final \
--with-extra-includes=%{_includedir}/tqt
%__make %{?_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf $RPM_BUILD_ROOT
%__make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install \
--dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \
--vendor="" \
--add-category="Network" \
--add-category="KDE" \
--delete-original \
$RPM_BUILD_ROOT%{_datadir}/applnk/*/*.desktop
## File lists
# locale's
%find_lang %{kdecomp} || touch %{kdecomp}.lang
# HTML (1.0)
HTML_DIR=$(kde-config --expandvars --install html)
if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
for lang_dir in $RPM_BUILD_ROOT$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 $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
%files -f %{kdecomp}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%{_datadir}/applications/kde/*.desktop
%{_datadir}/apps/kasablanca/
%{_datadir}/config*/*
%{_datadir}/icons/hicolor/*/*/*
%changelog
* Sun Dec 04 2011 Francois Andriot <francois.andriot@free.fr> - 0.4.0.2-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
- Based on Fedora 12 Spec 'kasablanca-0.4.0.2-17'

File diff suppressed because it is too large Load Diff

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.13 %define version 3.5.13
%endif %endif
%define release 4 %define release 5
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -70,7 +70,7 @@ BuildRequires: trinity-kdelibs-devel
Summary: Afrikaans(af) language support for KDE3 Summary: Afrikaans(af) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-af = %{version}-%{release} Provides: %{name}-af = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Afrikaans %description Afrikaans
%{summary}. %{summary}.
@ -78,7 +78,7 @@ Requires: kde-filesystem
Summary: Arabic(ar) language support for KDE3 Summary: Arabic(ar) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ar = %{version}-%{release} Provides: %{name}-ar = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Arabic %description Arabic
%{summary}. %{summary}.
@ -86,7 +86,7 @@ Requires: kde-filesystem
Summary: Azerbaijani(az) language support for KDE3 Summary: Azerbaijani(az) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-az = %{version}-%{release} Provides: %{name}-az = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Azerbaijani %description Azerbaijani
%{summary}. %{summary}.
@ -94,7 +94,7 @@ Requires: kde-filesystem
Summary: Belarusian(be) language support for KDE3 Summary: Belarusian(be) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-be = %{version}-%{release} Provides: %{name}-be = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Belarusian %description Belarusian
%{summary}. %{summary}.
@ -102,7 +102,7 @@ Requires: kde-filesystem
Summary: Bulgarian(bg) language support for KDE3 Summary: Bulgarian(bg) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-bg = %{version}-%{release} Provides: %{name}-bg = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Bulgarian %description Bulgarian
%{summary}. %{summary}.
@ -110,7 +110,7 @@ Requires: kde-filesystem
Summary: Bengali(bn) language support for KDE3 Summary: Bengali(bn) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-bn = %{version}-%{release} Provides: %{name}-bn = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Bengali %description Bengali
%{summary}. %{summary}.
@ -118,7 +118,7 @@ Requires: kde-filesystem
Summary: Tibetan(bo) language support for KDE3 Summary: Tibetan(bo) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-bo = %{version}-%{release} Provides: %{name}-bo = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Tibetan %description Tibetan
%{summary}. %{summary}.
@ -126,7 +126,7 @@ Requires: kde-filesystem
Summary: Breton(br) language support for KDE3 Summary: Breton(br) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-br = %{version}-%{release} Provides: %{name}-br = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Breton %description Breton
%{summary}. %{summary}.
@ -134,7 +134,7 @@ Requires: kde-filesystem
Summary: Bosnian(bs) language support for KDE3 Summary: Bosnian(bs) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-bs = %{version}-%{release} Provides: %{name}-bs = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Bosnian %description Bosnian
%{summary}. %{summary}.
@ -142,7 +142,7 @@ Requires: kde-filesystem
Summary: Catalan(ca) language support for KDE3 Summary: Catalan(ca) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ca = %{version}-%{release} Provides: %{name}-ca = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Catalan %description Catalan
%{summary}. %{summary}.
@ -150,14 +150,14 @@ Requires: kde-filesystem
Summary: Czech(cs) language support for KDE3 Summary: Czech(cs) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-cs = %{version}-%{release} Provides: %{name}-cs = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Czech %description Czech
%{summary}. %{summary}.
%package Cymraeg %package Cymraeg
Summary: Cymraeg language support for KDE3 Summary: Cymraeg language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: kde-filesystem #Requires: kde-filesystem
%description Cymraeg %description Cymraeg
%{summary}. %{summary}.
@ -165,7 +165,7 @@ Requires: kde-filesystem
Summary: Welsh(cy) language support for KDE3 Summary: Welsh(cy) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-cy = %{version}-%{release} Provides: %{name}-cy = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Welsh %description Welsh
%{summary}. %{summary}.
@ -173,7 +173,7 @@ Requires: kde-filesystem
Summary: Danish(da) language support for KDE3 Summary: Danish(da) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-da = %{version}-%{release} Provides: %{name}-da = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Danish %description Danish
%{summary}. %{summary}.
@ -181,7 +181,7 @@ Requires: kde-filesystem
Summary: German(de) language support for KDE3 Summary: German(de) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-de = %{version}-%{release} Provides: %{name}-de = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description German %description German
%{summary}. %{summary}.
@ -189,7 +189,7 @@ Requires: kde-filesystem
Summary: Greek(el) language support for KDE3 Summary: Greek(el) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-el = %{version}-%{release} Provides: %{name}-el = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Greek %description Greek
%{summary}. %{summary}.
@ -197,7 +197,7 @@ Requires: kde-filesystem
Summary: British(en_GB) English support for KDE3 Summary: British(en_GB) English support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-en_GB = %{version}-%{release} Provides: %{name}-en_GB = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description British %description British
%{summary}. %{summary}.
@ -205,7 +205,7 @@ Requires: kde-filesystem
Summary: Esperanto(eo) support for KDE3 Summary: Esperanto(eo) support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-eo = %{version}-%{release} Provides: %{name}-eo = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Esperanto %description Esperanto
%{summary}. %{summary}.
@ -213,7 +213,7 @@ Requires: kde-filesystem
Summary: Spanish(es) language support for KDE3 Summary: Spanish(es) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-es = %{version}-%{release} Provides: %{name}-es = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Spanish %description Spanish
%{summary}. %{summary}.
@ -221,7 +221,7 @@ Requires: kde-filesystem
Summary: Estonian(et) language support for KDE3 Summary: Estonian(et) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-et = %{version}-%{release} Provides: %{name}-et = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Estonian %description Estonian
%{summary}. %{summary}.
@ -229,7 +229,7 @@ Requires: kde-filesystem
Summary: Basque(eu) language support for KDE3 Summary: Basque(eu) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-eu = %{version}-%{release} Provides: %{name}-eu = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Basque %description Basque
%{summary}. %{summary}.
@ -237,7 +237,7 @@ Requires: kde-filesystem
Summary: Farsi(fa) language support for KDE3 Summary: Farsi(fa) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-fa = %{version}-%{release} Provides: %{name}-fa = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Farsi %description Farsi
%{summary}. %{summary}.
@ -245,7 +245,7 @@ Requires: kde-filesystem
Summary: Finnish(fi) language support for KDE3 Summary: Finnish(fi) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-fi = %{version}-%{release} Provides: %{name}-fi = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Finnish %description Finnish
%{summary}. %{summary}.
@ -253,7 +253,7 @@ Requires: kde-filesystem
Summary: Faroese(fo) language support for KDE3 Summary: Faroese(fo) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-fo = %{version}-%{release} Provides: %{name}-fo = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Faroese %description Faroese
%{summary}. %{summary}.
@ -261,7 +261,7 @@ Requires: kde-filesystem
Summary: French(fr) language support for KDE3 Summary: French(fr) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-fr = %{version}-%{release} Provides: %{name}-fr = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description French %description French
%{summary}. %{summary}.
@ -269,7 +269,7 @@ Requires: kde-filesystem
Summary: Frisian(fy) language support for KDE3 Summary: Frisian(fy) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-fy = %{version}-%{release} Provides: %{name}-fy = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Frisian %description Frisian
%{summary}. %{summary}.
@ -278,7 +278,7 @@ Summary: Irish(ga) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Obsoletes: kde-i18n-Gaeilge < %{version} Obsoletes: kde-i18n-Gaeilge < %{version}
Provides: %{name}-ga = %{version}-%{release} Provides: %{name}-ga = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Irish %description Irish
%{summary}. %{summary}.
@ -286,7 +286,7 @@ Requires: kde-filesystem
Summary: Galician(gl) language support for KDE3 Summary: Galician(gl) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-gl = %{version}-%{release} Provides: %{name}-gl = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Galician %description Galician
%{summary}. %{summary}.
@ -294,7 +294,7 @@ Requires: kde-filesystem
Summary: Hebrew(he) language support for KDE3 Summary: Hebrew(he) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-he = %{version}-%{release} Provides: %{name}-he = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Hebrew %description Hebrew
%{summary}. %{summary}.
@ -302,7 +302,7 @@ Requires: kde-filesystem
Summary: Hindi(hi) language support for KDE3 Summary: Hindi(hi) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-hi = %{version}-%{release} Provides: %{name}-hi = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Hindi %description Hindi
%{summary}. %{summary}.
@ -310,7 +310,7 @@ Requires: kde-filesystem
Summary: Croatian(hr) language support for KDE3 Summary: Croatian(hr) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-hr = %{version}-%{release} Provides: %{name}-hr = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Croatian %description Croatian
%{summary}. %{summary}.
@ -318,7 +318,7 @@ Requires: kde-filesystem
Summary: Hungarian(hu) language support for KDE3 Summary: Hungarian(hu) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-hu = %{version}-%{release} Provides: %{name}-hu = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Hungarian %description Hungarian
%{summary}. %{summary}.
@ -326,7 +326,7 @@ Requires: kde-filesystem
Summary: Indonesian(id) language support for KDE3 Summary: Indonesian(id) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-id = %{version}-%{release} Provides: %{name}-id = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Indonesian %description Indonesian
%{summary}. %{summary}.
@ -334,7 +334,7 @@ Requires: kde-filesystem
Summary: Icelandic(is) language support for KDE3 Summary: Icelandic(is) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-is = %{version}-%{release} Provides: %{name}-is = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Icelandic %description Icelandic
%{summary}. %{summary}.
@ -342,7 +342,7 @@ Requires: kde-filesystem
Summary: Italian(it) language support for KDE3 Summary: Italian(it) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-it = %{version}-%{release} Provides: %{name}-it = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Italian %description Italian
%{summary}. %{summary}.
@ -350,7 +350,7 @@ Requires: kde-filesystem
Summary: Japanese(ja) language support for KDE3 Summary: Japanese(ja) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ja = %{version}-%{release} Provides: %{name}-ja = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Japanese %description Japanese
%{summary}. %{summary}.
@ -358,7 +358,7 @@ Requires: kde-filesystem
Summary: Korean(ko) language support for KDE3 Summary: Korean(ko) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ko = %{version}-%{release} Provides: %{name}-ko = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Korean %description Korean
%{summary}. %{summary}.
@ -366,7 +366,7 @@ Requires: kde-filesystem
Summary: Kurdish(ku) language support for KDE3 Summary: Kurdish(ku) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ku = %{version}-%{release} Provides: %{name}-ku = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Kurdish %description Kurdish
%{summary}. %{summary}.
@ -374,7 +374,7 @@ Requires: kde-filesystem
Summary: Lao(lo) language support for KDE3 Summary: Lao(lo) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-lo = %{version}-%{release} Provides: %{name}-lo = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Lao %description Lao
%{summary}. %{summary}.
@ -382,7 +382,7 @@ Requires: kde-filesystem
Summary: Lithuanian(lt) language support for KDE3 Summary: Lithuanian(lt) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-lt = %{version}-%{release} Provides: %{name}-lt = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Lithuanian %description Lithuanian
%{summary}. %{summary}.
@ -390,7 +390,7 @@ Requires: kde-filesystem
Summary: Latvian(lv) language support for KDE3 Summary: Latvian(lv) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-lv = %{version}-%{release} Provides: %{name}-lv = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Latvian %description Latvian
%{summary}. %{summary}.
@ -398,7 +398,7 @@ Requires: kde-filesystem
Summary: Maori(mi) language support for KDE3 Summary: Maori(mi) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-mi = %{version}-%{release} Provides: %{name}-mi = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Maori %description Maori
%{summary}. %{summary}.
@ -406,7 +406,7 @@ Requires: kde-filesystem
Summary: Macedonian(mk) language support for KDE3 Summary: Macedonian(mk) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-mk = %{version}-%{release} Provides: %{name}-mk = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Macedonian %description Macedonian
%{summary}. %{summary}.
@ -414,7 +414,7 @@ Requires: kde-filesystem
Summary: Maltese(mt) language support for KDE3 Summary: Maltese(mt) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-mt = %{version}-%{release} Provides: %{name}-mt = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Maltese %description Maltese
%{summary}. %{summary}.
@ -422,7 +422,7 @@ Requires: kde-filesystem
Summary: Dutch(nl) language support for KDE3 Summary: Dutch(nl) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-nl = %{version}-%{release} Provides: %{name}-nl = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Dutch %description Dutch
%{summary}. %{summary}.
@ -430,7 +430,7 @@ Requires: kde-filesystem
Summary: Norwegian(no) (Bokmaal) language support for KDE3 Summary: Norwegian(no) (Bokmaal) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-no = %{version}-%{release} Provides: %{name}-no = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Norwegian %description Norwegian
%{summary}. %{summary}.
@ -438,7 +438,7 @@ Requires: kde-filesystem
Summary: Norwegian(nn) (Nynorsk) language support for KDE3 Summary: Norwegian(nn) (Nynorsk) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-nn = %{version}-%{release} Provides: %{name}-nn = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Norwegian-Nynorsk %description Norwegian-Nynorsk
%{summary}. %{summary}.
@ -446,7 +446,7 @@ Requires: kde-filesystem
Summary: Occitan(oc) language support for KDE3 Summary: Occitan(oc) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-oc = %{version}-%{release} Provides: %{name}-oc = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Occitan %description Occitan
%{summary}. %{summary}.
@ -454,7 +454,7 @@ Requires: kde-filesystem
Summary: Polish(pl) language support for KDE3 Summary: Polish(pl) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-pl = %{version}-%{release} Provides: %{name}-pl = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Polish %description Polish
%{summary}. %{summary}.
@ -462,7 +462,7 @@ Requires: kde-filesystem
Summary: Portuguese(pt) language support for KDE3 Summary: Portuguese(pt) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-pt = %{version}-%{release} Provides: %{name}-pt = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Portuguese %description Portuguese
%{summary}. %{summary}.
@ -470,7 +470,7 @@ Requires: kde-filesystem
Summary: Punjabi(pa) language support for KDE3 Summary: Punjabi(pa) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-pa = %{version}-%{release} Provides: %{name}-pa = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Punjabi %description Punjabi
%{summary}. %{summary}.
@ -478,7 +478,7 @@ Requires: kde-filesystem
Summary: Brazil(pt_BR) Portuguese language support for KDE3 Summary: Brazil(pt_BR) Portuguese language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-pt_BR = %{version}-%{release} Provides: %{name}-pt_BR = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Brazil %description Brazil
%{summary}. %{summary}.
@ -486,7 +486,7 @@ Requires: kde-filesystem
Summary: Romanian(ro) language support for KDE3 Summary: Romanian(ro) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ro = %{version}-%{release} Provides: %{name}-ro = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Romanian %description Romanian
%{summary}. %{summary}.
@ -494,7 +494,7 @@ Requires: kde-filesystem
Summary: Russian(ru) language support for KDE3 Summary: Russian(ru) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ru = %{version}-%{release} Provides: %{name}-ru = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Russian %description Russian
%{summary}. %{summary}.
@ -502,7 +502,7 @@ Requires: kde-filesystem
Summary: Slovak(sk) language support for KDE3 Summary: Slovak(sk) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-sk = %{version}-%{release} Provides: %{name}-sk = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Slovak %description Slovak
%{summary}. %{summary}.
@ -510,7 +510,7 @@ Requires: kde-filesystem
Summary: Slovenian(sl) language support for KDE3 Summary: Slovenian(sl) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-sl = %{version}-%{release} Provides: %{name}-sl = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Slovenian %description Slovenian
%{summary}. %{summary}.
@ -518,7 +518,7 @@ Requires: kde-filesystem
Summary: Serbian(sr) language support for KDE3 Summary: Serbian(sr) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-sr = %{version}-%{release} Provides: %{name}-sr = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Serbian %description Serbian
%{summary}. %{summary}.
@ -526,7 +526,7 @@ Requires: kde-filesystem
Summary: Swedish(sv) language support for KDE3 Summary: Swedish(sv) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-sv = %{version}-%{release} Provides: %{name}-sv = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Swedish %description Swedish
%{summary}. %{summary}.
@ -534,7 +534,7 @@ Requires: kde-filesystem
Summary: Tamil(ta) language support for KDE3 Summary: Tamil(ta) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ta = %{version}-%{release} Provides: %{name}-ta = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Tamil %description Tamil
%{summary}. %{summary}.
@ -542,7 +542,7 @@ Requires: kde-filesystem
Summary: Tajik(tg) language support for KDE3 Summary: Tajik(tg) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-tg = %{version}-%{release} Provides: %{name}-tg = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Tajik %description Tajik
%{summary}. %{summary}.
@ -550,7 +550,7 @@ Requires: kde-filesystem
Summary: Thai(th) language support for KDE3 Summary: Thai(th) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-th = %{version}-%{release} Provides: %{name}-th = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Thai %description Thai
%{summary}. %{summary}.
@ -558,7 +558,7 @@ Requires: kde-filesystem
Summary: Turkish(tr) language support for KDE3 Summary: Turkish(tr) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-tr = %{version}-%{release} Provides: %{name}-tr = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Turkish %description Turkish
%{summary}. %{summary}.
@ -566,7 +566,7 @@ Requires: kde-filesystem
Summary: Ukrainian(uk) language support for KDE3 Summary: Ukrainian(uk) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-uk = %{version}-%{release} Provides: %{name}-uk = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Ukrainian %description Ukrainian
%{summary}. %{summary}.
@ -574,7 +574,7 @@ Requires: kde-filesystem
Summary: Venda(ven) language support for KDE3 Summary: Venda(ven) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-ven = %{version}-%{release} Provides: %{name}-ven = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Venda %description Venda
%{summary}. %{summary}.
@ -582,7 +582,7 @@ Requires: kde-filesystem
Summary: Vietnamese(vi) language support for KDE3 Summary: Vietnamese(vi) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-vi = %{version}-%{release} Provides: %{name}-vi = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Vietnamese %description Vietnamese
%{summary}. %{summary}.
@ -590,7 +590,7 @@ Requires: kde-filesystem
Summary: Walloon(wa) language support for KDE3 Summary: Walloon(wa) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-wa = %{version}-%{release} Provides: %{name}-wa = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Walloon %description Walloon
%{summary}. %{summary}.
@ -598,7 +598,7 @@ Requires: kde-filesystem
Summary: Xhosa(xh) (a Bantu language) support for KDE3 Summary: Xhosa(xh) (a Bantu language) support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-xh = %{version}-%{release} Provides: %{name}-xh = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Xhosa %description Xhosa
%{summary}. %{summary}.
@ -606,7 +606,7 @@ Requires: kde-filesystem
Summary: Chinese(zh_CN) (Simplified Chinese) language support for KDE3 Summary: Chinese(zh_CN) (Simplified Chinese) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-zh_CN = %{version}-%{release} Provides: %{name}-zh_CN = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Chinese %description Chinese
%{summary}. %{summary}.
@ -614,7 +614,7 @@ Requires: kde-filesystem
Summary: Chinese(zh_TW) (Big5) language support for KDE3 Summary: Chinese(zh_TW) (Big5) language support for KDE3
Group: User Interface/Desktops Group: User Interface/Desktops
Provides: %{name}-tz_TW = %{version}-%{release} Provides: %{name}-tz_TW = %{version}-%{release}
Requires: kde-filesystem #Requires: kde-filesystem
%description Chinese-Big5 %description Chinese-Big5
%{summary}. %{summary}.
@ -659,15 +659,7 @@ export PATH="%{_bindir}:${PATH}"
for l in %{KDE_LANGS}; do for l in %{KDE_LANGS}; do
for f in kde-i18n-${l}-*/; do for f in kde-i18n-${l}-*/; do
if [ -d "${f}" ] && [ -r "${f}/Makefile" ] ; then if [ -d "${f}" ] && [ -r "${f}/Makefile" ] ; then
pushd ${f} %__make install DESTDIR=%{?buildroot} -C ${f}
# RHEL/Fedora: dirty hack to remove directory 'common' from install list (else it fails to install)
# if [ -r docs/Makefile ]; then
# sed -i docs/Makefile -e "s,^\(SUBDIRS =.*\)common\(.*\)$,\1 \2,"
# fi
%__make install DESTDIR=%{?buildroot}
popd
fi fi
done done
done done
@ -1165,6 +1157,9 @@ find %{buildroot}%{tde_docdir}/HTML -size 0 -exec rm -f {} \;
%endif %endif
%changelog %changelog
* Sun Dec 04 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-5
- Removes 'kde-filesystem" dependancy
* Fri Nov 26 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4 * Fri Nov 26 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4
- Fix HTML directory location - Fix HTML directory location

@ -0,0 +1,428 @@
--- kdebase/kicker/kicker/buttons/knewbutton.cpp.ORI 2011-12-08 21:15:57.551323941 +0100
+++ kdebase/kicker/kicker/buttons/knewbutton.cpp 2011-12-08 21:22:05.216346827 +0100
@@ -55,26 +55,26 @@
: KButton( parent ),
m_oldPos(0,0)
{
+ setTitle(i18n("K Menu"));
Q_ASSERT( !m_self );
m_self = this;
- m_hoverTimer = -1;
m_openTimer = -1;
- m_active = false;
+ m_hoverTimer = -1;
m_mouseInside = false;
m_drag = false;
- setIconAlignment((Qt::AlignmentFlags)(AlignTop|AlignRight));
- setAcceptDrops(true);
- setIcon("kmenu-suse");
- setDrawArrow(false);
-
- m_movie = new TQMovie(locate("data", "kicker/pics/kmenu_basic.mng"));
- m_movie->connectUpdate(this, TQT_SLOT(updateMovie()));
- m_movie->connectStatus(this, TQT_SLOT(slotStatus(int)));
- m_movie->connectResize(this, TQT_SLOT(slotSetSize(const TQSize&)));
+ setIcon("kmenu");
+ setIcon(KickerSettings::customKMenuIcon());
TQApplication::desktop()->screen()->installEventFilter(this);
- setMouseTracking(true);
+ if (KickerSettings::showKMenuText())
+ {
+ setButtonText(KickerSettings::kMenuText());
+ setFont(KickerSettings::buttonFont());
+ setTextColor(KickerSettings::buttonTextColor());
+ }
+
+ repaint();
}
KNewButton::~KNewButton()
@@ -82,28 +82,14 @@
if ( m_self == this )
m_self = 0;
setMouseTracking(false);
- delete m_movie;
-}
-
-void KNewButton::slotStatus(int status)
-{
- if(status == TQMovie::EndOfLoop)
- slotStopAnimation();
}
-TQColor KNewButton::borderColor() const
+void KNewButton::drawButton(TQPainter *p)
{
- TQImage img = m_active_pixmap.convertToImage();
-
- for (int i = 0; i < img.width(); ++i) {
- QRgb rgb = img.pixel(orientation() == Qt::Horizontal ? img.width() - i - 1 :
- i, 2);
-
- if (qGreen(rgb) > 0x50)
- return rgb;
- }
-
- return img.pixel( orientation() == Qt::Horizontal ? img.width() - 2 : 2, 2);
+ //if (KickerSettings::showDeepButtons())
+ // PanelPopupButton::drawDeepButton(p);
+ //else
+ PanelPopupButton::drawButton(p);
}
void KNewButton::show()
@@ -111,103 +97,12 @@
KButton::show();
if (KickerSettings::firstRun()) {
- TQTimer::singleShot(500,this,TQT_SLOT(slotExecMenu()));
+ TQTimer::singleShot(0,this,TQT_SLOT(slotExecMenu()));
KickerSettings::setFirstRun(false);
KickerSettings::writeConfig();
}
}
-void KNewButton::updateMovie()
-{
- m_oldPos = TQPoint( -1, -1 );
- drawEye();
-
- if (!m_active && m_movie->running())
- m_movie->pause();
-}
-
-void KNewButton::setPopupDirection(KPanelApplet::Direction d)
-{
- KButton::setPopupDirection(d);
-
- delete m_movie;
-
- switch (d) {
- case KPanelApplet::Left:
- setIconAlignment((Qt::AlignmentFlags)(AlignTop|AlignLeft));
- m_movie = new TQMovie(locate("data", "kicker/pics/kmenu_vertical.mng"));
- break;
- case KPanelApplet::Right:
- setIconAlignment((Qt::AlignmentFlags)(AlignTop|AlignRight));
- m_movie = new TQMovie(locate("data", "kicker/pics/kmenu_vertical.mng"));
- break;
- case KPanelApplet::Up:
- setIconAlignment((Qt::AlignmentFlags)(AlignTop|AlignHCenter));
- m_movie = new TQMovie(locate("data", "kicker/pics/kmenu_basic.mng"));
- break;
- case KPanelApplet::Down:
- setIconAlignment((Qt::AlignmentFlags)(AlignBottom|AlignHCenter));
- m_movie = new TQMovie(locate("data", "kicker/pics/kmenu_flipped.mng"));
- }
-
- m_movie->connectUpdate(this, TQT_SLOT(updateMovie()));
- m_movie->connectStatus(this, TQT_SLOT(slotStatus(int)));
- m_movie->connectResize(this, TQT_SLOT(slotSetSize(const TQSize&)));
-}
-
-void KNewButton::slotSetSize(const TQSize& s)
-{
- m_iconSize = s;
-}
-
-double KNewButton::buttonScaleFactor(const TQSize& s) const
-{
- double sf = 1.0;
-
- switch (popupDirection()) {
- case KPanelApplet::Left:
- case KPanelApplet::Right:
-// sf = kMin(double(s.width()) / m_iconSize.height(), double(s.height()) / m_iconSize.width());
-// break;
- case KPanelApplet::Up:
- case KPanelApplet::Down:
- sf = kMin(double(s.width()) / m_iconSize.width(), double(s.height()) / m_iconSize.height());
- break;
- }
-
- if (sf > 0.8) sf = 1.0;
- return sf;
-}
-
-int KNewButton::widthForHeight(int height) const
-{
- int r = m_iconSize.width() * buttonScaleFactor(TQSize(m_iconSize.width(), height));
-
- if (!m_movie->running() && height != m_active_pixmap.height())
- {
- KNewButton* that = const_cast<KNewButton*>(this);
- TQTimer::singleShot(0, that, TQT_SLOT(slotStopAnimation()));
- }
-
- return r;
-}
-
-int KNewButton::preferredDimension(int panelDim) const
-{
- return kMax(m_icon.width(), m_icon.height());
-}
-
-int KNewButton::heightForWidth(int width) const
-{
- int r = m_iconSize.width() * buttonScaleFactor(TQSize(width, m_iconSize.height()));
- if (!m_movie->running() && width != m_active_pixmap.width())
- {
- KNewButton* that = const_cast<KNewButton*>(this);
- TQTimer::singleShot(0, that, TQT_SLOT(slotStopAnimation()));
- }
- return r;
-}
-
bool KNewButton::eventFilter(TQObject *o, TQEvent *e)
{
if (e->type() == TQEvent::MouseButtonRelease ||
@@ -223,75 +118,9 @@
}
}
- if (KickerSettings::kickoffDrawGeekoEye() && e->type() == TQEvent::MouseMove)
- {
- TQMouseEvent *me = static_cast<TQMouseEvent *>(e);
- if ((me->state() & MouseButtonMask) == NoButton)
- drawEye();
- }
-
return KButton::eventFilter(o, e);
}
-void KNewButton::drawEye()
-{
-#define eye_x 62
-#define eye_y 13
- TQPoint mouse = TQCursor::pos();
- TQPoint me = mapToGlobal(TQPoint(eye_x, eye_y));
- double a = atan2(mouse.y() - me.y(), mouse.x() - me.x());
- int dx = int(2.1 * cos(a));
- int dy = int(2.1 * sin(a));
-
- TQPoint newpos(eye_x+dx,eye_y+dy);
- if (newpos!=m_oldPos) {
- m_oldPos = newpos;
- TQPixmap pixmap = m_active_pixmap;
-
- double sf = 1.0;
-
- if(!m_movie->framePixmap().isNull())
- {
- pixmap = m_movie->framePixmap();
- pixmap.detach();
- m_iconSize = pixmap.size();
- sf = buttonScaleFactor(size());
-
- if (KickerSettings::kickoffDrawGeekoEye()) {
- TQPainter p(&pixmap);
- p.setPen(white);
- p.setBrush(white);
- // p.setPen(TQColor(110,185,55));
- p.drawRect(eye_x+dx, eye_y+dy, 2, 2);
- p. end();
- }
- }
-
- TQWMatrix matrix;
- switch (popupDirection()) {
- case KPanelApplet::Left:
- matrix.scale(sf, -sf);
- matrix.rotate(90);
- break;
- case KPanelApplet::Up:
- matrix.scale(sf, sf);
- break;
- case KPanelApplet::Right:
- matrix.scale(sf, -sf);
- matrix.rotate(90);
- break;
- case KPanelApplet::Down:
- matrix.scale(sf, sf);
- break;
- }
- m_active_pixmap = pixmap.xForm(matrix);
-
- repaint(false);
- }
-#undef eye_x
-#undef eye_y
-}
-
void KNewButton::enterEvent(TQEvent* e)
{
KButton::enterEvent(e);
@@ -315,14 +144,6 @@
}
m_active = true;
- m_movie->unpause();
- m_movie->restart();
-}
-
-void KNewButton::rewindMovie()
-{
- m_oldPos = TQPoint( -1, -1 );
- m_movie->unpause();
}
void KNewButton::dragEnterEvent(TQDragEnterEvent* /*e*/)
@@ -369,31 +190,11 @@
}
}
-void KNewButton::slotStopAnimation()
-{
- m_active = false;
- m_movie->pause();
- m_movie->restart();
- TQTimer::singleShot(200, this, TQT_SLOT(rewindMovie()));
-}
-
-const TQPixmap& KNewButton::labelIcon() const
-{
- return m_active_pixmap;
-}
-
void KNewButton::slotExecMenu()
{
- if (m_openTimer != -1)
- killTimer(m_openTimer);
-
- m_openTimer = startTimer(TQApplication::doubleClickInterval() * 3);
-
if (m_active)
{
m_active = false;
- m_movie->pause();
- m_movie->restart();
}
KButton::slotExecMenu();
@@ -401,40 +202,11 @@
assert(!KickerTip::tippingEnabled());
assert(dynamic_cast<KMenu*>(m_popup));
- disconnect(dynamic_cast<KMenu*>(m_popup), TQT_SIGNAL(aboutToHide()), this,
- TQT_SLOT(slotStopAnimation()));
- connect(dynamic_cast<KMenu*>(m_popup), TQT_SIGNAL(aboutToHide()),
- TQT_SLOT(slotStopAnimation()));
-
m_popup->move(KickerLib::popupPosition(popupDirection(), m_popup, this));
// I wish KMenu would properly done itself when it closes. But it doesn't.
- bool useEffect = true; // could be TQApplication::isEffectEnabled()
- useEffect = false; // too many TQt bugs to be useful
- if (m_drag)
- useEffect = false;
-
m_drag = false; // once is enough
-
- if (useEffect)
- {
- switch (popupDirection()) {
- case KPanelApplet::Left:
- qScrollEffect(m_popup, QEffects::LeftScroll);
- break;
- case KPanelApplet::Up:
- qScrollEffect(m_popup, QEffects::UpScroll);
- break;
- case KPanelApplet::Right:
- qScrollEffect(m_popup, QEffects::RightScroll);
- break;
- case KPanelApplet::Down:
- qScrollEffect(m_popup, QEffects::DownScroll);
- break;
- }
- }
- else
- static_cast<KMenu*>(m_popup)->show();
+ static_cast<KMenu*>(m_popup)->show();
}
void KNewButton::timerEvent(TQTimerEvent* e)
@@ -447,9 +219,4 @@
killTimer(m_hoverTimer);
m_hoverTimer = -1;
}
- if (e->timerId() == m_openTimer)
- {
- killTimer(m_openTimer);
- m_openTimer = -1;
- }
}
--- kdebase/kicker/kicker/buttons/knewbutton.h.ORI 2011-12-08 21:22:24.273573281 +0100
+++ kdebase/kicker/kicker/buttons/knewbutton.h 2011-12-08 21:24:16.791338762 +0100
@@ -28,7 +28,6 @@
#include "kbutton.h"
-#include <tqmovie.h>
#include <tqpoint.h>
/**
@@ -46,23 +45,8 @@
void loadConfig( const KConfigGroup& config );
- virtual const TQPixmap& labelIcon() const;
-
- virtual int widthForHeight(int height) const;
- virtual int preferredDimension(int panelDim) const;
- virtual int heightForWidth(int width) const;
-
TQColor borderColor() const;
- virtual void setPopupDirection(KPanelApplet::Direction d);
-
-private slots:
- void slotStatus(int);
- void slotSetSize(const TQSize&);
- void slotStopAnimation();
- void rewindMovie();
- void updateMovie();
-
protected:
virtual void show();
virtual void slotExecMenu();
@@ -78,16 +62,13 @@
void timerEvent(TQTimerEvent*);
private:
- void drawEye();
- double buttonScaleFactor(const TQSize& s) const;
-
- TQMovie* m_movie;
+ void drawButton(TQPainter *p);
TQPixmap m_active_pixmap;
TQPoint m_oldPos;
TQSize m_iconSize;
TQRect m_sloppyRegion;
- int m_hoverTimer;
int m_openTimer;
+ int m_hoverTimer;
bool m_active;
bool m_mouseInside;
bool m_drag;
--- kdebase/kicker/kicker/ui/k_new_mnu.cpp.ORI 2011-12-08 21:24:57.071572016 +0100
+++ kdebase/kicker/kicker/ui/k_new_mnu.cpp 2011-12-08 21:25:54.300324465 +0100
@@ -1700,8 +1700,6 @@
TQPixmap pix( 64, footer->height() );
TQPainter p( &pix );
p.fillRect( 0, 0, 64, footer->height(), m_branding->colorGroup().brush( TQColorGroup::Base ) );
- p.fillRect( 0, m_orientation == BottomUp ? footer->height() - 2 : 0,
- 64, 3, KNewButton::self()->borderColor() );
p.end();
footer->setPaletteBackgroundPixmap( pix );
}
@@ -3501,6 +3499,8 @@
m_systemView->insertItem( iconName, userLabel.isEmpty() ? label : userLabel,
descr, "system:/media/" + name, nId++, -1 );
+ ++it;
+ ++it;
++it; // skip separator
}
}

@ -0,0 +1,40 @@
--- kdebase/kioslave/man/kio_man.cpp.orig 2010-08-13 00:37:38.000000000 +0200
+++ kdebase/kioslave/man/kio_man.cpp 2011-12-08 21:10:25.720324499 +0100
@@ -569,20 +569,24 @@
}
lastdir = filename.left(filename.findRev('/'));
- myStdStream = TQString::null;
- KProcess proc;
- /* TODO: detect availability of 'man --recode' so that this can go
- * upstream */
- proc << "man" << "--recode" << "UTF-8" << filename;
-
- TQApplication::connect(&proc, TQT_SIGNAL(receivedStdout (KProcess *, char *, int)),
- this, TQT_SLOT(slotGetStdOutputUtf8(KProcess *, char *, int)));
- proc.start(KProcess::Block, KProcess::All);
-
- const TQCString cstr=myStdStream.utf8();
- const int len = cstr.size()-1;
+ QIODevice *fd= KFilterDev::deviceForFile(filename);
+
+ if ( !fd || !fd->open(IO_ReadOnly))
+ {
+ delete fd;
+ return 0;
+ }
+ QByteArray array(fd->readAll());
+ kdDebug(7107) << "read " << array.size() << endl;
+ fd->close();
+ delete fd;
+
+ if (array.isEmpty())
+ return 0;
+
+ const int len = array.size();
buf = new char[len + 4];
- qmemmove(buf + 1, cstr.data(), len);
+ qmemmove(buf + 1, array.data(), len);
buf[0]=buf[len]='\n'; // Start and end with a end of line
buf[len+1]=buf[len+2]='\0'; // Two NUL characters at end
}

@ -0,0 +1,136 @@
diff -Nuar kcontrol.ORI/konqhtml/advancedTabDialog.cpp kcontrol/konqhtml/advancedTabDialog.cpp
--- kdebase/kcontrol.ORI/konqhtml/advancedTabDialog.cpp 2011-12-09 23:45:04.676253975 +0100
+++ kdebase/kcontrol/konqhtml/advancedTabDialog.cpp 2011-12-09 23:46:28.239256986 +0100
@@ -58,7 +58,6 @@
layout->addSpacing( 20 );
layout->addStretch();
- connect(m_advancedWidget->m_pNewTabsInBackground, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pOpenAfterCurrentPage, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pTabConfirm, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pTabCloseActivatePrevious, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
@@ -76,7 +75,6 @@
void advancedTabDialog::load()
{
m_pConfig->setGroup("FMSettings");
- m_advancedWidget->m_pNewTabsInBackground->setChecked( ! (m_pConfig->readBoolEntry( "NewTabsInFront", false )) );
m_advancedWidget->m_pOpenAfterCurrentPage->setChecked( m_pConfig->readBoolEntry( "OpenAfterCurrentPage", false ) );
m_advancedWidget->m_pPermanentCloseButton->setChecked( m_pConfig->readBoolEntry( "PermanentCloseButton", false ) );
m_advancedWidget->m_pKonquerorTabforExternalURL->setChecked( m_pConfig->readBoolEntry( "KonquerorTabforExternalURL", false ) );
@@ -92,7 +90,6 @@
void advancedTabDialog::save()
{
m_pConfig->setGroup("FMSettings");
- m_pConfig->writeEntry( "NewTabsInFront", !(m_advancedWidget->m_pNewTabsInBackground->isChecked()) );
m_pConfig->writeEntry( "OpenAfterCurrentPage", m_advancedWidget->m_pOpenAfterCurrentPage->isChecked() );
m_pConfig->writeEntry( "PermanentCloseButton", m_advancedWidget->m_pPermanentCloseButton->isChecked() );
m_pConfig->writeEntry( "KonquerorTabforExternalURL", m_advancedWidget->m_pKonquerorTabforExternalURL->isChecked() );
diff -Nuar kcontrol.ORI/konqhtml/advancedTabOptions.ui kcontrol/konqhtml/advancedTabOptions.ui
--- kdebase/kcontrol.ORI/konqhtml/advancedTabOptions.ui 2011-12-09 23:45:04.674267416 +0100
+++ kdebase/kcontrol/konqhtml/advancedTabOptions.ui 2011-12-09 23:56:01.440255647 +0100
@@ -62,6 +62,17 @@
</widget>
<widget class="QCheckBox">
<property name="name">
+ <cstring>m_pNewTabsInBackground</cstring>
+ </property>
+ <property name="text">
+ <string>O&amp;pen new tabs in the background</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>This will open a new tab in the background, instead of in the foreground.</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
<cstring>m_pOpenAfterCurrentPage</cstring>
</property>
<property name="text">
diff -Nuar konqueror.ORI/konq_guiclients.cc konqueror/konq_guiclients.cc
--- kdebase/konqueror.ORI/konq_guiclients.cc 2011-12-09 23:44:28.950255993 +0100
+++ kdebase/konqueror/konq_guiclients.cc 2011-12-09 23:49:31.432261289 +0100
@@ -115,6 +115,11 @@
openInTabElement.setAttribute( "group", "tabhandling" );
menu.appendChild( openInTabElement );
+ TQDomElement openInTabFrontElement = m_doc.createElement( "action" );
+ openInTabFrontElement.setAttribute( "name", "openintabfront" );
+ openInTabFrontElement.setAttribute( "group", "tabhandling" );
+ menu.appendChild( openInTabFrontElement );
+
TQDomElement separatorElement = m_doc.createElement( "separator" );
separatorElement.setAttribute( "group", "tabhandling" );
menu.appendChild( separatorElement );
diff -Nuar konqueror.ORI/konq_mainwindow.cc konqueror/konq_mainwindow.cc
--- kdebase/konqueror.ORI/konq_mainwindow.cc 2011-12-09 23:44:29.030265039 +0100
+++ kdebase/konqueror/konq_mainwindow.cc 2011-12-09 23:54:27.518255409 +0100
@@ -2727,6 +2727,14 @@
openURL( 0L, popupItems.getFirst()->url() );
}
+void KonqMainWindow::slotPopupNewTabAtFront()
+{
+ KConfig *config = KGlobal::config();
+ KConfigGroupSaver cs( config, TQString::fromLatin1("FMSettings") );
+ bool openAfterCurrentPage = config->readBoolEntry( "OpenAfterCurrentPage", false );
+ popupNewTab(true, openAfterCurrentPage);
+}
+
void KonqMainWindow::slotPopupNewTab()
{
bool openAfterCurrentPage = KonqSettings::openAfterCurrentPage();
@@ -2735,7 +2743,7 @@
if (KApplication::keyboardMouseState() & Qt::ShiftButton)
newTabsInFront = !newTabsInFront;
- popupNewTab(newTabsInFront, openAfterCurrentPage);
+ popupNewTab(false, openAfterCurrentPage);
}
void KonqMainWindow::slotPopupNewTabRight()
@@ -2755,16 +2763,12 @@
KFileItemListIterator it ( popupItems );
KonqOpenURLRequest req;
req.newTab = true;
- req.newTabInFront = false;
+ req.newTabInFront = infront;
req.openAfterCurrentPage = openAfterCurrentPage;
req.args = popupUrlArgs;
for ( ; it.current(); ++it )
{
- if ( infront && it.atLast() )
- {
- req.newTabInFront = true;
- }
openURL( 0L, (*it)->url(), TQString::null, req );
}
}
@@ -4783,8 +4787,14 @@
else
tab_new_x = "tab_new_bg" ;
- actNewTab = new KAction( i18n( "Open in &New Tab" ), tab_new_x, 0, this, TQT_SLOT( slotPopupNewTab() ), konqyMenuClient->actionCollection(), "openintab" );
- actNewTab->setToolTip( i18n( "Open the document in a new tab" ) );
+ KAction *actNewTab = new KAction( i18n( "Open in &Background Tab" ), "tab_new_bg", 0, this, TQT_SLOT( slotPopupNewTab() ), actionCollection(), "openintab" );
+ actNewTab->setStatusText( i18n( "Open the document in a new background tab" ) );
+ KAction *actNewTabFront = new KAction( i18n( "Open in &New Tab" ), "tab_new", 0, this, TQT_SLOT( slotPopupNewTabAtFront() ), actionCollection(), "openintabfront" );
+ actNewTabFront->setStatusText( i18n( "Open the document in a new foreground tab" ) );
+ actNewTab = new KAction( i18n( "Open in &Background Tab" ), tab_new_x, 0, this, TQT_SLOT( slotPopupNewTab() ), konqyMenuClient->actionCollection(), "openintab" );
+ actNewTabFront = new KAction( i18n( "Open in &New Tab" ), tab_new_x, 0, this, TQT_SLOT( slotPopupNewTabAtFront() ), konqyMenuClient->actionCollection(), "openintabfront" );
+ actNewTab->setToolTip( i18n( "Open the document in a new background tab" ) );
+ actNewTabFront->setToolTip( i18n( "Open the document in a new foreground tab" ) );
doTabHandling = true;
}
diff -Nuar konqueror.ORI/konq_mainwindow.h konqueror/konq_mainwindow.h
--- kdebase/konqueror.ORI/konq_mainwindow.h 2011-12-09 23:44:28.941260682 +0100
+++ kdebase/konqueror/konq_mainwindow.h 2011-12-09 23:54:57.772255487 +0100
@@ -444,6 +444,7 @@
void slotPopupNewWindow();
void slotPopupThisWindow();
void slotPopupNewTab();
+ void slotPopupNewTabAtFront();
void slotPopupNewTabRight();
void slotPopupPasteTo();
void slotRemoveView();

@ -0,0 +1,19 @@
--- kdebase/startkde.ORI 2011-12-11 18:55:25.873027885 +0100
+++ kdebase/startkde 2011-12-11 18:56:37.885065246 +0100
@@ -144,14 +144,14 @@
fi
if [ -d /opt/kde3 ]; then
if [ -n "$KDEDIRS" ]; then
- export KDEDIRS=$KDEDIRS:/opt/kde3/:/usr/
+ export KDEDIRS=/opt/kde3/:$KDEDIRS:/usr/
else
export KDEDIRS=/opt/kde3/:/usr/
fi
fi
if [ -d /opt/trinity ]; then
if [ -n "$KDEDIRS" ]; then
- export KDEDIRS=$KDEDIRS:/opt/trinity/:/usr/
+ export KDEDIRS=/opt/trinity/:$KDEDIRS:/usr/
else
export KDEDIRS=/opt/trinity/:/usr/
fi

@ -1,4 +1,3 @@
Binary files kdebase/kicker/data/kickoff/resize_handle.png and kdebase1/kicker/data/kickoff/resize_handle.png differ
diff -ur kdebase/kicker/kicker/buttons/knewbutton.cpp kdebase1/kicker/kicker/buttons/knewbutton.cpp diff -ur kdebase/kicker/kicker/buttons/knewbutton.cpp kdebase1/kicker/kicker/buttons/knewbutton.cpp
--- kdebase/kicker/kicker/buttons/knewbutton.cpp 2011-08-11 01:25:50.000000000 -0400 --- kdebase/kicker/kicker/buttons/knewbutton.cpp 2011-08-11 01:25:50.000000000 -0400
+++ kdebase1/kicker/kicker/buttons/knewbutton.cpp 2011-11-18 12:54:22.380404540 -0500 +++ kdebase1/kicker/kicker/buttons/knewbutton.cpp 2011-11-18 12:54:22.380404540 -0500
@ -34,7 +33,7 @@ diff -ur kdebase/kicker/kicker/buttons/knewbutton.cpp kdebase1/kicker/kicker/but
TQApplication::desktop()->screen()->installEventFilter(this); TQApplication::desktop()->screen()->installEventFilter(this);
- setMouseTracking(true); - setMouseTracking(true);
+ +
+ if (KickerSettings::showKMenuText()) + if (KickerSettings::showKMenuText())
+ { + {
+ setButtonText(KickerSettings::kMenuText()); + setButtonText(KickerSettings::kMenuText());
+ setFont(KickerSettings::buttonFont()); + setFont(KickerSettings::buttonFont());

@ -0,0 +1,40 @@
--- kdebase/kioslave/man/kio_man.cpp.ORI 2011-12-03 00:22:28.400423296 +0100
+++ kdebase/kioslave/man/kio_man.cpp 2011-12-03 00:25:59.127173102 +0100
@@ -569,20 +569,24 @@
}
lastdir = filename.left(filename.findRev('/'));
- myStdStream = TQString::null;
- KProcess proc;
- /* TODO: detect availability of 'man --recode' so that this can go
- * upstream */
- proc << "man" << "--recode" << "UTF-8" << filename;
-
- TQApplication::connect(&proc, TQT_SIGNAL(receivedStdout (KProcess *, char *, int)),
- this, TQT_SLOT(slotGetStdOutputUtf8(KProcess *, char *, int)));
- proc.start(KProcess::Block, KProcess::All);
-
- const TQCString cstr=myStdStream.utf8();
- const int len = cstr.size()-1;
+ TQIODevice *fd= KFilterDev::deviceForFile(filename);
+
+ if ( !fd || !fd->open(IO_ReadOnly))
+ {
+ delete fd;
+ return 0;
+ }
+ TQByteArray array(fd->readAll());
+ kdDebug(7107) << "read " << array.size() << endl;
+ fd->close();
+ delete fd;
+
+ if (array.isEmpty())
+ return 0;
+
+ const int len = array.size();
buf = new char[len + 4];
- tqmemmove(buf + 1, cstr.data(), len);
+ tqmemmove(buf + 1, array.data(), len);
buf[0]=buf[len]='\n'; // Start and end with a end of line
buf[len+1]=buf[len+2]='\0'; // Two NUL characters at end
}

@ -0,0 +1,160 @@
diff -urN /dev/shm/kdebase/kcontrol/konqhtml/advancedTabDialog.cpp /dev/shm/kdebase.new/kcontrol/konqhtml/advancedTabDialog.cpp
--- kdebase/kcontrol/konqhtml/advancedTabDialog.cpp 2011-03-12 00:57:45.000000000 -0600
+++ kdebase.new/kcontrol/konqhtml/advancedTabDialog.cpp 2011-12-03 17:25:40.297586593 -0600
@@ -58,7 +58,6 @@
layout->addSpacing( 20 );
layout->addStretch();
- connect(m_advancedWidget->m_pNewTabsInBackground, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pOpenAfterCurrentPage, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pTabConfirm, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
connect(m_advancedWidget->m_pTabCloseActivatePrevious, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed()));
@@ -76,7 +75,6 @@
void advancedTabDialog::load()
{
m_pConfig->setGroup("FMSettings");
- m_advancedWidget->m_pNewTabsInBackground->setChecked( ! (m_pConfig->readBoolEntry( "NewTabsInFront", false )) );
m_advancedWidget->m_pOpenAfterCurrentPage->setChecked( m_pConfig->readBoolEntry( "OpenAfterCurrentPage", false ) );
m_advancedWidget->m_pPermanentCloseButton->setChecked( m_pConfig->readBoolEntry( "PermanentCloseButton", false ) );
m_advancedWidget->m_pKonquerorTabforExternalURL->setChecked( m_pConfig->readBoolEntry( "KonquerorTabforExternalURL", false ) );
@@ -92,7 +90,6 @@
void advancedTabDialog::save()
{
m_pConfig->setGroup("FMSettings");
- m_pConfig->writeEntry( "NewTabsInFront", !(m_advancedWidget->m_pNewTabsInBackground->isChecked()) );
m_pConfig->writeEntry( "OpenAfterCurrentPage", m_advancedWidget->m_pOpenAfterCurrentPage->isChecked() );
m_pConfig->writeEntry( "PermanentCloseButton", m_advancedWidget->m_pPermanentCloseButton->isChecked() );
m_pConfig->writeEntry( "KonquerorTabforExternalURL", m_advancedWidget->m_pKonquerorTabforExternalURL->isChecked() );
diff -urN /dev/shm/kdebase/kcontrol/konqhtml/advancedTabOptions.ui /dev/shm/kdebase.new/kcontrol/konqhtml/advancedTabOptions.ui
--- kdebase/kcontrol/konqhtml/advancedTabOptions.ui 2011-03-12 00:57:45.000000000 -0600
+++ kdebase.new/kcontrol/konqhtml/advancedTabOptions.ui 2011-12-03 17:24:25.987334444 -0600
@@ -51,17 +51,6 @@
</property>
<widget class="TQCheckBox">
<property name="name">
- <cstring>m_pNewTabsInBackground</cstring>
- </property>
- <property name="text">
- <string>O&amp;pen new tabs in the background</string>
- </property>
- <property name="whatsThis" stdset="0">
- <string>This will open a new tab in the background, instead of in the foreground.</string>
- </property>
- </widget>
- <widget class="TQCheckBox">
- <property name="name">
<cstring>m_pOpenAfterCurrentPage</cstring>
</property>
<property name="text">
diff -urN /dev/shm/kdebase/konqueror/konq_guiclients.cc /dev/shm/kdebase.new/konqueror/konq_guiclients.cc
--- kdebase/konqueror/konq_guiclients.cc 2011-08-11 00:25:53.000000000 -0500
+++ kdebase.new/konqueror/konq_guiclients.cc 2011-12-03 17:24:25.987334444 -0600
@@ -104,8 +104,8 @@
openInSameWindow.setAttribute( "name", "sameview" );
openInSameWindow.setAttribute( "group", "tabhandling" );
menu.appendChild( openInSameWindow );
-
- TQDomElement openInWindow = m_doc.createElement( "action" );
+
+ TQDomElement openInWindow = m_doc.createElement( "action" );
openInWindow.setAttribute( "name", "newview" );
openInWindow.setAttribute( "group", "tabhandling" );
menu.appendChild( openInWindow );
@@ -115,6 +115,11 @@
openInTabElement.setAttribute( "group", "tabhandling" );
menu.appendChild( openInTabElement );
+ TQDomElement openInTabFrontElement = m_doc.createElement( "action" );
+ openInTabFrontElement.setAttribute( "name", "openintabfront" );
+ openInTabFrontElement.setAttribute( "group", "tabhandling" );
+ menu.appendChild( openInTabFrontElement );
+
TQDomElement separatorElement = m_doc.createElement( "separator" );
separatorElement.setAttribute( "group", "tabhandling" );
menu.appendChild( separatorElement );
diff -urN /dev/shm/kdebase/konqueror/konq_mainwindow.cc /dev/shm/kdebase.new/konqueror/konq_mainwindow.cc
--- kdebase/konqueror/konq_mainwindow.cc 2011-08-20 02:14:06.000000000 -0500
+++ kdebase.new/konqueror/konq_mainwindow.cc 2011-12-03 17:24:25.994334609 -0600
@@ -2726,15 +2726,23 @@
openURL( 0L, popupItems.getFirst()->url() );
}
+void KonqMainWindow::slotPopupNewTabAtFront()
+{
+ KConfig *config = KGlobal::config();
+ KConfigGroupSaver cs( config, TQString::fromLatin1("FMSettings") );
+ bool openAfterCurrentPage = config->readBoolEntry( "OpenAfterCurrentPage", false );
+ popupNewTab(true, openAfterCurrentPage);
+}
+
void KonqMainWindow::slotPopupNewTab()
{
bool openAfterCurrentPage = KonqSettings::openAfterCurrentPage();
bool newTabsInFront = KonqSettings::newTabsInFront();
- if (KApplication::keyboardMouseState() & TQt::ShiftButton)
+ if (KApplication::keyboardMouseState() & ShiftButton)
newTabsInFront = !newTabsInFront;
- popupNewTab(newTabsInFront, openAfterCurrentPage);
+ popupNewTab(false, openAfterCurrentPage);
}
void KonqMainWindow::slotPopupNewTabRight()
@@ -2754,17 +2762,13 @@
KFileItemListIterator it ( popupItems );
KonqOpenURLRequest req;
req.newTab = true;
- req.newTabInFront = false;
+ req.newTabInFront = infront;
req.openAfterCurrentPage = openAfterCurrentPage;
req.args = popupUrlArgs;
for ( ; it.current(); ++it )
{
- if ( infront && it.atLast() )
- {
- req.newTabInFront = true;
- }
- openURL( 0L, (*it)->url(), TQString::null, req );
+ openURL( 0L, (*it)->url(), QString::null, req );
}
}
@@ -3926,7 +3930,7 @@
reloadShortcut.append(KKey(CTRL + Key_R));
m_paReload = new KAction( i18n( "&Reload" ), "reload", reloadShortcut, TQT_TQOBJECT(this), TQT_SLOT( slotReload() ), actionCollection(), "reload" );
m_paReloadAllTabs = new KAction( i18n( "&Reload All Tabs" ), "reload_all_tabs", SHIFT+Key_F5, TQT_TQOBJECT(this), TQT_SLOT( slotReloadAllTabs() ), actionCollection(), "reload_all_tabs" );
-
+
m_paReloadStop = new KAction( i18n( "&Reload/Stop" ), "reload", 0, TQT_TQOBJECT(this), TQT_SLOT( slotReloadStop() ), actionCollection(), "reload_stop" );
m_paUndo = KStdAction::undo( KonqUndoManager::self(), TQT_SLOT( undo() ), actionCollection(), "undo" );
@@ -4782,8 +4786,14 @@
else
tab_new_x = "tab_new_bg" ;
- actNewTab = new KAction( i18n( "Open in &New Tab" ), tab_new_x, 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupNewTab() ), konqyMenuClient->actionCollection(), "openintab" );
- actNewTab->setToolTip( i18n( "Open the document in a new tab" ) );
+ KAction *actNewTab = new KAction( i18n( "Open in &Background Tab" ), "tab_new_bg", 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupNewTab() ), actionCollection(), "openintab" );
+ actNewTab->setStatusText( i18n( "Open the document in a new background tab" ) );
+ KAction *actNewTabFront = new KAction( i18n( "Open in &New Tab" ), "tab_new", 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupNewTabAtFront() ), actionCollection(), "openintabfront" );
+ actNewTabFront->setStatusText( i18n( "Open the document in a new foreground tab" ) );
+ actNewTab = new KAction( i18n( "Open in &Background Tab" ), tab_new_x, 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupNewTab() ), konqyMenuClient->actionCollection(), "openintab" );
+ actNewTabFront = new KAction( i18n( "Open in &New Tab" ), tab_new_x, 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupNewTabAtFront() ), konqyMenuClient->actionCollection(), "openintabfront" );
+ actNewTab->setToolTip( i18n( "Open the document in a new background tab" ) );
+ actNewTabFront->setToolTip( i18n( "Open the document in a new foreground tab" ) );
doTabHandling = true;
}
diff -urN /dev/shm/kdebase/konqueror/konq_mainwindow.h /dev/shm/kdebase.new/konqueror/konq_mainwindow.h
--- kdebase/konqueror/konq_mainwindow.h 2011-03-12 00:58:18.000000000 -0600
+++ kdebase.new/konqueror/konq_mainwindow.h 2011-12-03 17:24:25.995334564 -0600
@@ -444,6 +444,7 @@
void slotPopupNewWindow();
void slotPopupThisWindow();
void slotPopupNewTab();
+ void slotPopupNewTabAtFront();
void slotPopupNewTabRight();
void slotPopupPasteTo();
void slotRemoveView();

@ -0,0 +1,11 @@
--- kdebase/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp.ORI 2011-12-10 15:07:43.171011925 +0100
+++ kdebase/konqueror/sidebar/trees/dirtree_module/dirtree_module.cpp 2011-12-10 15:07:48.000797355 +0100
@@ -400,7 +400,7 @@
kdDebug(1201) << this << " KonqSidebarDirTreeModule::slotNewItems " << entries.count() << endl;
Q_ASSERT(entries.count());
- KFileItem * firstItem = const_cast<KFileItemList&>(entries).first(); // qlist sucks for constness
+ KFileItem * firstItem = const_cast<KFileItemList&>(entries).last(); // qlist sucks for constness
// Find parent item - it's the same for all the items
KURL dir( firstItem->url().url(-1) );

@ -0,0 +1,95 @@
--- kdebase/startkde.ORI 2011-12-11 18:17:16.287267447 +0100
+++ kdebase/startkde 2011-12-11 18:35:05.876764598 +0100
@@ -74,39 +74,10 @@
echo "[startkde] KDEHOME is preset to $KDEHOME." 1>&2
export KDEHOME=$KDEHOME
else
- # $KDEHOME is NOT already preset in the environment. Try to help.
- # This might be overkill but does provide flexibility.
+ # $KDEHOME is NOT already preset in the environment.
+ # We always use ~/.trinity as default.
echo "[startkde] KDEHOME is not set." 1>&2
- if [ -d $HOME/.trinity ]; then
- # OK, this one is obvious.
- export KDEHOME=$HOME/.trinity
- elif [ -d $HOME/.trinity ]; then
- # Looks like the user had an old version of Trinity installed at last login
- echo "[startkde] Migrating old ~/.trinity directory to new ~/.trinity name." 1>&2
- mv $HOME/.trinity $HOME/.trinity
- export KDEHOME=$HOME/.trinity
- elif [ -f /usr/bin/kde4-config ]; then
- # Looks like KDE4 is installed.
- if [ -d $HOME/.kde ] && [ ! -d $HOME/.trinity ]; then
- # Presume $HOME/.kde is being used for KDE4 as it already exists.
- export KDEHOME=$HOME/.trinity
- else
- # Presume $HOME/.kde is being used for KDE4 to be on the safe side.
- export KDEHOME=$HOME/.trinity
- fi
- elif [ -f /opt/trinity/bin/kde-config ]; then
- # Looks like KDE3 or Trinity is installed and playing second fiddle to KDE4.
- export KDEHOME=$HOME/.trinity
- elif [ -f /opt/trinity/bin/kde-config ]; then
- # Looks like KDE3 or Trinity is installed and playing second fiddle to KDE4.
- export KDEHOME=$HOME/.trinity
- elif [ -f /usr/bin/kde-config ] && [ -d $HOME/.kde ]; then
- # Looks like KDE3 or Trinity is installed and not playing second fiddle to KDE4.
- export KDEHOME=$HOME/.kde
- else
- # Resort to this and hope for the best!
- export KDEHOME=$HOME/.trinity
- fi
+ export KDEHOME=$HOME/.trinity
echo "[startkde] Set KDEHOME to $KDEHOME." 1>&2
fi
@@ -123,43 +94,20 @@
if [ -d /opt/trinity/bin ]; then
export PATH=/opt/trinity/bin:$PATH
fi
-if [ -d /opt/trinity/games ]; then
- export PATH=/opt/trinity/games:$PATH
-fi
-if [ -d /opt/trinity/bin ]; then
- export PATH=/opt/trinity/bin:$PATH
-fi
-if [ -d /opt/trinity/share ]; then
- export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/trinity/share/:/usr/share/
-fi
if [ -d /opt/trinity/share ]; then
- export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/trinity/share/:/usr/share/
+ # Do NOT add /usr/share, it is supposed to be already there !
+ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/trinity/share/
fi
if [ -d /opt/trinity/etc/xdg ]; then
- export XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/opt/trinity/etc/xdg/:/etc/xdg/
-fi
-if [ -d /opt/trinity/etc/xdg ]; then
- export XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/opt/trinity/etc/xdg/:/etc/xdg/
+ # Do NOT add /etc/xdg, it is supposed to be already there !
+ export XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/opt/trinity/etc/xdg/
fi
if [ -d /opt/trinity/share/man ]; then
export MANPATH=/opt/trinity/share/man:$MANPATH
fi
-if [ -d /opt/trinity/share/man ]; then
- export MANPATH=/opt/trinity/share/man:$MANPATH
-fi
-if [ -d /opt/trinity ]; then
- if [ -n "$KDEDIRS" ]; then
- export KDEDIRS=$KDEDIRS:/opt/trinity/:/usr/
- else
- export KDEDIRS=/opt/trinity/:/usr/
- fi
-fi
if [ -d /opt/trinity ]; then
- if [ -n "$KDEDIRS" ]; then
- export KDEDIRS=$KDEDIRS:/opt/trinity/:/usr/
- else
- export KDEDIRS=/opt/trinity/:/usr/
- fi
+ # The TDE directory should appear BEFORE '/usr' in KDEDIRS variable !
+ export KDEDIRS=${KDEDIR}/:${KDEDIRS}
fi
test -n "$KDEHOME" && kdehome=`echo "$KDEHOME" | sed "s,^~/,$HOME/,"`

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.12 %define version 3.5.12
%endif %endif
%define release 12 %define release 13
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -53,57 +53,86 @@ Patch1: http://www.trinitydesktop.org/patches/r1201523.diff
# [kdebase/kcontrol] make it compatible with openssl < 1.0 # [kdebase/kcontrol] make it compatible with openssl < 1.0
Patch2: http://www.trinitydesktop.org/patches/r1201705.diff Patch2: http://www.trinitydesktop.org/patches/r1201705.diff
# Fix My Documents shortcut on desktop # Fix My Documents shortcut on desktop
Patch4: http://www.trinitydesktop.org/patches/r1182808.diff Patch3: http://www.trinitydesktop.org/patches/r1182808.diff
# [kdebase] fixed an incompatibility with gcc 4.5 # [kdebase] fixed an incompatibility with gcc 4.5
Patch8: http://www.trinitydesktop.org/patches/r1221326.diff Patch4: http://www.trinitydesktop.org/patches/r1221326.diff
# TDE Official patches (from SVN), modified # TDE Official patches (from SVN), modified
# [kdebase/ksmserver/shutdowndlg.cpp] Fixed invalid constructor per GCC 4.5.2 # [kdebase/ksmserver/shutdowndlg.cpp] Fixed invalid constructor per GCC 4.5.2
Patch12: kdebase-3.5.12-r1220975.patch Patch5: kdebase-3.5.12-r1220975.patch
# [kdebase] Another invalid constructor per gcc 4.5 # [kdebase] Another invalid constructor per gcc 4.5
Patch9: kdebase-3.5.12-r1220927.patch Patch6: kdebase-3.5.12-r1220927.patch
# TDE unofficial patches, fixing FTBFS
## Fix for DBUS include files in RHEL6
Patch7: kdebase-3.5.12-shutdowndlg-dbus-include.patch
## [kdebase/kcontrol]: disable components that depends of krandr (old distros)
Patch8: kdebase-3.5.12-disable-krandr.patch
# TDE for RHEL/Fedora specific patches # TDE for RHEL/Fedora specific patches
## [kdebase/kdesu] Remove 'ignore' button on 'kdesu' dialog box ## [kdebase/kdesu] Remove 'ignore' button on 'kdesu' dialog box
Patch3: kdebase-3.5.12-kdesu-noignorebutton.patch Patch10: kdebase-3.5.12-kdesu-noignorebutton.patch
## [kdebase/kdesktop] Modifies "open terminal here" on desktop ## [kdebase/kdesktop] Modifies 'open terminal here' on desktop
Patch5: kdebase-3.5.12-desktop-openterminalhere.patch Patch11: kdebase-3.5.12-desktop-openterminalhere.patch
## [kdebase/kioslave] Forces HAL backend to use HAL mount options ## [kdebase/kioslave] Forces HAL backend to use HAL mount options
Patch6: kdebase-3.5.12-halmountoptions.patch Patch12: kdebase-3.5.12-halmountoptions.patch
## [kdebase/kdm/kfrontend] Global Xsession file is '/etc/X11/xinit/Xsession' ## [kdebase/kdm/kfrontend] Global Xsession file is '/etc/X11/xinit/Xsession'
Patch7: kdebase-3.5.13-genkdmconf_Xsession_location.patch Patch13: kdebase-3.5.13-genkdmconf_Xsession_location.patch
## [kdebase/kicker/kicker/ui] Fix kickoff menu issues
Patch14: kdebase-3.5.12-kickoff_unstable.patch
## [kdebase/startkde] Sets default Start Icon in 'kickerrc' ## [kdebase/startkde] Sets default Start Icon in 'kickerrc'
Patch11: kdebase-3.5.13-startkde_icon.patch Patch15: kdebase-3.5.13-startkde_icon.patch
## [kdebase/startkde] Fixes duplicate and incorrect TDE directories location
# TDE 3.5.12 patches Patch16: kdebase-3.5.12-startkde_directories.patch
# Fix for DBUS include files in RHEL6
Patch0: kdebase-3.5.12-shutdowndlg-dbus-include.patch # TDE unofficial patches for enhanced features
# [kdebase/kcontrol]: disable components that depends of krandr (old distros) ## [kdebase/kate] Restores the 'number of files' and sorting widgets to the Kate configuration
Patch100: kdebase-3.5.12-disable-krandr.patch Patch20: kdebase-3.5.13-kate_mru.patch
## [kdebase/kioslave/man] Fix kio_man for older distros without 'man-db'
Patch21: kdebase-3.5.12-kio_man_utf8.patch
## [kdebase/konqueror] Re-enable 'open tab in background'
Patch22: kdebase-3.5.12-konq_menu_tab_background.patch
## [kdebase/konqueror/sidebar] Fix error message on documents parent folder
Patch23: kdebase-3.5.13-konqsidebar_documents.patch
# Fedora 15 Theme: "Lovelock" # Fedora 15 Theme: "Lovelock"
%if 0%{?fedora} == 15 %if 0%{?fedora} == 15
Requires: lovelock-backgrounds-single Requires: lovelock-backgrounds-single
%define tde_bg /usr/share/backgrounds/lovelock/default/standard/lovelock.png %define tde_bg /usr/share/backgrounds/lovelock/default/standard/lovelock.png
Requires: fedora-release-notes
%define tde_aboutlabel Fedora 15
%define tde_aboutpage /usr/share/doc/HTML/fedora-release-notes/index.html
%endif %endif
# Fedora 16 Theme: "Verne" # Fedora 16 Theme: "Verne"
%if 0%{?fedora} == 16 %if 0%{?fedora} == 16
Requires: verne-backgrounds-single Requires: verne-backgrounds-single
%define tde_bg /usr/share/backgrounds/verne/default/standard/verne.png %define tde_bg /usr/share/backgrounds/verne/default/standard/verne.png
Requires: fedora-release-notes
%define tde_aboutlabel Fedora 16
%define tde_aboutpage /usr/share/doc/HTML/fedora-release-notes/index.html
%endif %endif
# RHEL 5 Theme # RHEL 5 Theme
%if 0%{?rhel} == 5 %if 0%{?rhel} == 5
Requires: desktop-backgrounds-basic Requires: desktop-backgrounds-basic
%define tde_bg /usr/share/backgrounds/images/default.jpg %define tde_bg /usr/share/backgrounds/images/default.jpg
Requires: indexhtml
%define tde_aboutlabel Enterprise Linux 5
%define tde_aboutpage /usr/share/doc/HTML/index.html
%endif %endif
# RHEL 6 Theme # RHEL 6 Theme
%if 0%{?rhel} == 6 %if 0%{?rhel} == 6
Requires: redhat-logos Requires: redhat-logos
%define tde_bg /usr/share/backgrounds/default.png %define tde_bg /usr/share/backgrounds/default.png
Requires: redhat-indexhtml
%define tde_aboutlabel Enterprise Linux 6
%define tde_aboutpage /usr/share/doc/HTML/index.html
%endif %endif
BuildRequires: tqtinterface-devel BuildRequires: tqtinterface-devel
@ -159,7 +188,7 @@ Requires: kde-settings-kdm
%endif %endif
Requires: redhat-menus Requires: redhat-menus
Provides: kdebase%{?_qt_suffix} = %{version} #Provides: kdebase%{?_qt_suffix} = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix} <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix} <= 3.5.10
%endif %endif
@ -185,7 +214,7 @@ Requires: %{name}
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: trinity-kdelibs-devel Requires: trinity-kdelibs-devel
Summary: %{summary} - Development files Summary: %{summary} - Development files
Provides: kdebase%{?_qt_suffix}-devel = %{version} #Provides: kdebase%{?_qt_suffix}-devel = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-devel <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-devel <= 3.5.10
%endif %endif
@ -201,7 +230,7 @@ Kate plugins or KWin styles.
Summary: Extra applications from %{name} Summary: Extra applications from %{name}
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: kdebase%{?_qt_suffix}-extras = %{version} #Provides: kdebase%{?_qt_suffix}-extras = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10
%endif %endif
@ -217,7 +246,7 @@ Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10
Summary: %{name} runtime libraries Summary: %{name} runtime libraries
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: trinity-kdelibs Requires: trinity-kdelibs
Provides: kdebase%{?_qt_suffix}-libs = %{version} #Provides: kdebase%{?_qt_suffix}-libs = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-libs <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-libs <= 3.5.10
%endif %endif
@ -243,7 +272,6 @@ Protocol handlers (KIOslaves) for personal information management, including:
%prep %prep
%setup -q -n kdebase %setup -q -n kdebase
%patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
@ -251,13 +279,24 @@ Protocol handlers (KIOslaves) for personal information management, including:
%patch5 -p1 %patch5 -p1
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1
%if 0%{?rhel} && 0%{?rhel} < 6
%patch8 -p1 %patch8 -p1
%patch9 -p1 %endif
%patch10 -p1
%patch11 -p1 %patch11 -p1
%patch12 -p1 %patch12 -p1
%if 0%{?rhel} && 0%{?rhel} < 6 %patch13 -p1
%patch100 -p1 %patch14 -p1
%patch15 -p1
%patch16 -p1
%patch20 -p4
%if 0%{?rhel} > 0
%patch21 -p1
%endif %endif
%patch22 -p1
%patch23 -p1
# Applies an optional distro-specific graphical theme # Applies an optional distro-specific graphical theme
%if "%{?tde_bg}" != "" %if "%{?tde_bg}" != ""
@ -268,7 +307,6 @@ Protocol handlers (KIOslaves) for personal information management, including:
# TDE user default background # TDE user default background
%__sed -i "kpersonalizer/keyecandypage.cpp" \ %__sed -i "kpersonalizer/keyecandypage.cpp" \
-e 's,#define DEFAULT_WALLPAPER "isadora.png",#define DEFAULT_WALLPAPER "%{tde_bg}",' -e 's,#define DEFAULT_WALLPAPER "isadora.png",#define DEFAULT_WALLPAPER "%{tde_bg}",'
%__sed -i "startkde" \ %__sed -i "startkde" \
-e 's,/usr/share/wallpapers/isadora.png.desktop,%{tde_bg},' \ -e 's,/usr/share/wallpapers/isadora.png.desktop,%{tde_bg},' \
-e 's,Wallpaper=isadora.png,Wallpaper=%{tde_bg},' -e 's,Wallpaper=isadora.png,Wallpaper=%{tde_bg},'
@ -278,6 +316,17 @@ Protocol handlers (KIOslaves) for personal information management, including:
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" %__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
%__make -f "admin/Makefile.common" %__make -f "admin/Makefile.common"
# TDE branding: removes KUbuntu references
%__sed -i "kcontrol/kdm/kdm-appear.cpp" \
-e "s|Welcome to Kubuntu |Welcome to %{tde_aboutlabel} |"
%__sed -i "konqueror/about/konq_aboutpage.cc" \
-e "s|About Kubuntu|About %{tde_aboutlabel}|" \
-e "s|help:/kubuntu/|%{tde_aboutpage}|" \
-e "s|Kubuntu Documentation|%{tde_aboutlabel} Documentation|"
%__sed -i "konqueror/about/launch.html" \
-e "s|help:/kubuntu/about-kubuntu/index.html|%{tde_aboutpage}|"
%__sed -i "kdm/config.def" \
-e "s|Welcome to Trinity |Welcome to %{tde_aboutlabel} |"
%build %build
unset QTDIR || : ; . /etc/profile.d/qt.sh unset QTDIR || : ; . /etc/profile.d/qt.sh
@ -321,7 +370,7 @@ export IMAKEINCLUDE="-I/usr/share/X11/config"
# Modifies 'startkde' to set KDEDIR and KDEHOME hardcoded specific for TDE # Modifies 'startkde' to set KDEDIR and KDEHOME hardcoded specific for TDE
%__sed -i "%{?buildroot}%{_bindir}/startkde" \ %__sed -i "%{?buildroot}%{_bindir}/startkde" \
-e '/^echo "\[startkde\] Starting startkde.".*/ s,$,\nexport KDEDIR=%{_prefix}\nexport KDEHOME=~/.trinity,' -e '/^echo "\[startkde\] Starting startkde.".*/ s,$,\nexport KDEDIR=%{_prefix}\nexport KDEHOME=~/.trinity,'
# Renames '/etc/ksysguarddrc' to avoid conflict with KDE4 'ksysguard' # Renames '/etc/ksysguarddrc' to avoid conflict with KDE4 'ksysguard'
%__mv -f %{?buildroot}%{_sysconfdir}/ksysguarddrc %{?buildroot}%{_sysconfdir}/ksysguarddrc.tde %__mv -f %{?buildroot}%{_sysconfdir}/ksysguarddrc %{?buildroot}%{_sysconfdir}/ksysguarddrc.tde
@ -442,7 +491,7 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
# Pam configuration # Pam configuration
%{_sysconfdir}/pam.d/* %{_sysconfdir}/pam.d/*
%doc AUTHORS COPYING README %doc AUTHORS COPYING COPYING-DOCS README README.pam
%{tde_docdir}/HTML/en/* %{tde_docdir}/HTML/en/*
%config(noreplace) %{_sysconfdir}/ksysguarddrc.tde %config(noreplace) %{_sysconfdir}/ksysguarddrc.tde
%{_bindir}/genkdmconf %{_bindir}/genkdmconf
@ -584,7 +633,8 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
# TDE 3.5.12 specific # TDE 3.5.12 specific
%{_bindir}/kde3 %{_bindir}/kde3
%exclude %{_datadir}/applications/kde/display.desktop #%exclude
%{_datadir}/applications/kde/display.desktop
%exclude %{_datadir}/fonts/override/fonts.dir %exclude %{_datadir}/fonts/override/fonts.dir
%{_docdir}/kdm/README %{_docdir}/kdm/README
@ -620,6 +670,15 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%exclude %{_libdir}/libkdeinit_*.* %exclude %{_libdir}/libkdeinit_*.*
%changelog %changelog
* Thu Dec 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-13
- Backports patches from TDE 3.5.13-10
- Removes Kubuntu branding [TDE Bug #449]
- Fix 'kio_man' on RHEL 5 and RHEL 6 [TDE Bug #714]
- Restores the 'number of files' and sorting widgets to the Kate configuration [TDE Bug #244]
- Re-enables 'open tab in background' konqueror feature [TDE Bug #245]
- Fix error message 'cannot find parent folder' on konqueror sidebar
- Fix KDEDIRS and other variables in 'startkde', that messes up translations.
* Sun Nov 20 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-12 * Sun Nov 20 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-12
- Updates Kickoff menu Fix [TDE Bugs #281, #508] - Updates Kickoff menu Fix [TDE Bugs #281, #508]
- Add distribution-specific start button icon - Add distribution-specific start button icon

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.13 %define version 3.5.13
%endif %endif
%define release 9 %define release 12
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -53,52 +53,78 @@ Source5: pamd.kscreensaver-trinity%{?dist}
# TDE Official patches (from SVN), modified # TDE Official patches (from SVN), modified
# (none) # (none)
# TDE unofficial patches, fixing FTBFS
## [kdebase/kdm] adds gcrypt support
Patch7: kdebase-3.5.13-kdm-crypt.patch
## [kdebase/kioslave/media/mediamanager] FTBFS missing dbus-tqt includes
Patch8: kdebase-3.5.13-mediamanager_ftbfs.patch
## [kdebase/startkde] Hardcoded path '/usr/lib/xxx' in startkde, not suitable for x86_64
Patch9: kdebase-3.5.13-startkde_ldpreload.patch
# TDE for RHEL/Fedora specific patches # TDE for RHEL/Fedora specific patches
## [kdebase/kdesu] Remove 'ignore' button on 'kdesu' dialog box ## [kdebase/kdesu] Remove 'ignore' button on 'kdesu' dialog box
Patch3: kdebase-3.5.13-kdesu-noignorebutton.patch Patch10: kdebase-3.5.13-kdesu-noignorebutton.patch
## [kdebase/kdesktop] Modifies "open terminal here" on desktop ## [kdebase/kdesktop] Modifies 'open terminal here' on desktop
Patch5: kdebase-3.5.12-desktop-openterminalhere.patch Patch11: kdebase-3.5.12-desktop-openterminalhere.patch
## [kdebase/kioslave] Forces HAL backend to use HAL mount options ## [kdebase/kioslave] Forces HAL backend to use HAL mount options
Patch6: kdebase-3.5.12-halmountoptions.patch Patch12: kdebase-3.5.12-halmountoptions.patch
## [kdebase/kdm/kfrontend] Global Xsession file is '/etc/X11/xinit/Xsession' ## [kdebase/kdm/kfrontend] Global Xsession file is '/etc/X11/xinit/Xsession'
Patch7: kdebase-3.5.13-genkdmconf_Xsession_location.patch Patch13: kdebase-3.5.13-genkdmconf_Xsession_location.patch
## [kdebase/kicker/kicker/ui] ## [kdebase/kicker/kicker/ui] Fix kickoff menu issues
Patch10: kdebase-3.5.13-kickoff_unstable.patch Patch14: kdebase-3.5.13-kickoff_unstable.patch
## [kdebase/startkde] Sets default Start Icon in 'kickerrc' ## [kdebase/startkde] Sets default Start Icon in 'kickerrc'
Patch11: kdebase-3.5.13-startkde_icon.patch Patch15: kdebase-3.5.13-startkde_icon.patch
## [kdebase/startkde] Fixes duplicate and incorrect TDE directories location
Patch16: kdebase-3.5.13-startkde_directories.patch
# TDE 3.5.13 patches # TDE unofficial patches for enhanced features
## [kdebase/kdm] adds gcrypt support
Patch12: kdebase-3.5.13-kdm-crypt.patch
## [kdebase/startkde] Hardcoded path '/usr/lib/xxx' in startkde, not suitable for x86_64
Patch8: kdebase-3.5.13-startkde_ldpreload.patch
## [kdebase/kioslave/media/mediamanager] FTBFS missing dbus-tqt includes
Patch9: kdebase-3.5.13-mediamanager_ftbfs.patch
## [kdebase/kate] Restores the 'number of files' and sorting widgets to the Kate configuration ## [kdebase/kate] Restores the 'number of files' and sorting widgets to the Kate configuration
Patch13: kdebase-3.5.13-kate_mru.patch Patch20: kdebase-3.5.13-kate_mru.patch
## [kdebase/kioslave/man] Fix kio_man for older distros without 'man-db'
Patch21: kdebase-3.5.13-kio_man_utf8.patch
## [kdebase/konqueror] Re-enable 'open tab in background'
Patch22: kdebase-3.5.13-konq_menu_tab_background.patch
## [kdebase/konqueror/sidebar] Fix error message on documents parent folder
Patch23: kdebase-3.5.13-konqsidebar_documents.patch
# Fedora 15 Theme: "Lovelock" # Fedora 15 Theme: "Lovelock"
%if 0%{?fedora} == 15 %if 0%{?fedora} == 15
Requires: lovelock-backgrounds-single Requires: lovelock-backgrounds-single
%define tde_bg /usr/share/backgrounds/lovelock/default/standard/lovelock.png %define tde_bg /usr/share/backgrounds/lovelock/default/standard/lovelock.png
Requires: fedora-release-notes
%define tde_aboutlabel Fedora 15
%define tde_aboutpage /usr/share/doc/HTML/fedora-release-notes/index.html
%endif %endif
# Fedora 16 Theme: "Verne" # Fedora 16 Theme: "Verne"
%if 0%{?fedora} == 16 %if 0%{?fedora} == 16
Requires: verne-backgrounds-single Requires: verne-backgrounds-single
%define tde_bg /usr/share/backgrounds/verne/default/standard/verne.png %define tde_bg /usr/share/backgrounds/verne/default/standard/verne.png
Requires: fedora-release-notes
%define tde_aboutlabel Fedora 16
%define tde_aboutpage /usr/share/doc/HTML/fedora-release-notes/index.html
%endif %endif
# RHEL 5 Theme # RHEL 5 Theme
%if 0%{?rhel} == 5 %if 0%{?rhel} == 5
Requires: desktop-backgrounds-basic Requires: desktop-backgrounds-basic
%define tde_bg /usr/share/backgrounds/images/default.jpg %define tde_bg /usr/share/backgrounds/images/default.jpg
Requires: indexhtml
%define tde_aboutlabel Enterprise Linux 5
%define tde_aboutpage /usr/share/doc/HTML/index.html
%endif %endif
# RHEL 6 Theme # RHEL 6 Theme
%if 0%{?rhel} == 6 %if 0%{?rhel} == 6
Requires: redhat-logos Requires: redhat-logos
%define tde_bg /usr/share/backgrounds/default.png %define tde_bg /usr/share/backgrounds/default.png
Requires: redhat-indexhtml
%define tde_aboutlabel Enterprise Linux 6
%define tde_aboutpage /usr/share/doc/HTML/index.html
%endif %endif
BuildRequires: tqtinterface-devel BuildRequires: tqtinterface-devel
@ -154,7 +180,7 @@ Requires: kde-settings-kdm
%endif %endif
Requires: redhat-menus Requires: redhat-menus
Provides: kdebase%{?_qt_suffix} = %{version} #Provides: kdebase%{?_qt_suffix} = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix} <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix} <= 3.5.10
%endif %endif
@ -180,7 +206,7 @@ Requires: %{name}
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: trinity-kdelibs-devel Requires: trinity-kdelibs-devel
Summary: %{summary} - Development files Summary: %{summary} - Development files
Provides: kdebase%{?_qt_suffix}-devel = %{version} #Provides: kdebase%{?_qt_suffix}-devel = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-devel <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-devel <= 3.5.10
%endif %endif
@ -196,7 +222,7 @@ Kate plugins or KWin styles.
Summary: Extra applications from %{name} Summary: Extra applications from %{name}
Group: User Interface/Desktops Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: kdebase%{?_qt_suffix}-extras = %{version} #Provides: kdebase%{?_qt_suffix}-extras = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10
%endif %endif
@ -212,7 +238,7 @@ Obsoletes: kdebase%{?_qt_suffix}-extras <= 3.5.10
Summary: %{name} runtime libraries Summary: %{name} runtime libraries
Group: System Environment/Libraries Group: System Environment/Libraries
Requires: trinity-kdelibs Requires: trinity-kdelibs
Provides: kdebase%{?_qt_suffix}-libs = %{version} #Provides: kdebase%{?_qt_suffix}-libs = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-libs <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-libs <= 3.5.10
%endif %endif
@ -224,7 +250,7 @@ Requires: %{name} = %{version}-%{release}
%package pim-ioslaves %package pim-ioslaves
Summary: PIM KIOslaves from %{name} Summary: PIM KIOslaves from %{name}
Group: System Environment/Libraries Group: System Environment/Libraries
Provides: kdebase%{?_qt_suffix}-pim-ioslaves = %{version} #Provides: kdebase%{?_qt_suffix}-pim-ioslaves = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdebase%{?_qt_suffix}-pim-ioslaves <= 3.5.10 Obsoletes: kdebase%{?_qt_suffix}-pim-ioslaves <= 3.5.10
%endif %endif
@ -238,16 +264,24 @@ Protocol handlers (KIOslaves) for personal information management, including:
%prep %prep
%setup -q -n kdebase %setup -q -n kdebase
%patch3 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1 %patch9 -p1
%patch10 -p1 %patch10 -p1
%patch11 -p1 %patch11 -p1
%patch12 -p1 %patch12 -p1
%patch13 -p4 %patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch20 -p4
%if 0%{?rhel} > 0
%patch21 -p1
%endif
%patch22 -p1
%patch23 -p1
# Applies an optional distro-specific graphical theme # Applies an optional distro-specific graphical theme
%if "%{?tde_bg}" != "" %if "%{?tde_bg}" != ""
@ -258,12 +292,22 @@ Protocol handlers (KIOslaves) for personal information management, including:
# TDE user default background # TDE user default background
%__sed -i "kpersonalizer/keyecandypage.cpp" \ %__sed -i "kpersonalizer/keyecandypage.cpp" \
-e 's,#define DEFAULT_WALLPAPER "isadora.png",#define DEFAULT_WALLPAPER "%{tde_bg}",' -e 's,#define DEFAULT_WALLPAPER "isadora.png",#define DEFAULT_WALLPAPER "%{tde_bg}",'
%__sed -i "startkde" \ %__sed -i "startkde" \
-e 's,/usr/share/wallpapers/isadora.png.desktop,%{tde_bg},' \ -e 's,/usr/share/wallpapers/isadora.png.desktop,%{tde_bg},' \
-e 's,Wallpaper=isadora.png,Wallpaper=%{tde_bg},' -e 's,Wallpaper=isadora.png,Wallpaper=%{tde_bg},'
%endif %endif
# TDE branding: removes KUbuntu references
%__sed -i "kcontrol/kdm/kdm-appear.cpp" \
-e "s|Welcome to Kubuntu |Welcome to %{tde_aboutlabel} |"
%__sed -i "konqueror/about/konq_aboutpage.cc" \
-e "s|About Kubuntu|About %{tde_aboutlabel}|" \
-e "s|help:/kubuntu/|%{tde_aboutpage}|" \
-e "s|Kubuntu Documentation|%{tde_aboutlabel} Documentation|"
%__sed -i "konqueror/about/launch.html" \
-e "s|help:/kubuntu/about-kubuntu/index.html|%{tde_aboutpage}|"
%__sed -i "kdm/config.def" \
-e "s|Welcome to Trinity |Welcome to %{tde_aboutlabel} |"
%build %build
unset QTDIR || : ; . /etc/profile.d/qt.sh unset QTDIR || : ; . /etc/profile.d/qt.sh
@ -322,7 +366,7 @@ cd build
# Modifies 'startkde' to set KDEDIR and KDEHOME hardcoded specific for TDE # Modifies 'startkde' to set KDEDIR and KDEHOME hardcoded specific for TDE
%__sed -i "%{?buildroot}%{_bindir}/startkde" \ %__sed -i "%{?buildroot}%{_bindir}/startkde" \
-e '/^echo "\[startkde\] Starting startkde.".*/ s,$,\nexport KDEDIR=%{_prefix}\nexport KDEHOME=~/.trinity,' -e '/^echo "\[startkde\] Starting startkde.".*/ s,$,\nexport KDEDIR=%{_prefix}\nexport KDEHOME=~/.trinity,'
# Renames '/etc/ksysguarddrc' to avoid conflict with KDE4 'ksysguard' # Renames '/etc/ksysguarddrc' to avoid conflict with KDE4 'ksysguard'
%__mv -f %{?buildroot}%{_sysconfdir}/ksysguarddrc %{?buildroot}%{_sysconfdir}/ksysguarddrc.tde %__mv -f %{?buildroot}%{_sysconfdir}/ksysguarddrc %{?buildroot}%{_sysconfdir}/ksysguarddrc.tde
@ -443,7 +487,7 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
# Pam configuration # Pam configuration
%{_sysconfdir}/pam.d/* %{_sysconfdir}/pam.d/*
%doc AUTHORS COPYING README %doc AUTHORS COPYING COPYING-DOCS README README.pam
%{tde_docdir}/HTML/en/* %{tde_docdir}/HTML/en/*
%config(noreplace) %{_sysconfdir}/ksysguarddrc.tde %config(noreplace) %{_sysconfdir}/ksysguarddrc.tde
%{_bindir}/genkdmconf %{_bindir}/genkdmconf
@ -622,7 +666,18 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%{_datadir}/cmake/*.cmake %{_datadir}/cmake/*.cmake
%changelog %changelog
* Sun Dec 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-12
- Fix KDEDIRS and other variables in 'startkde', that messes up translations.
* Sat Dec 10 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-11
- Fix error message 'cannot find parent folder' on konqueror sidebar.
* Sat Dec 03 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-10
- Removes Kubuntu branding [TDE Bug #449]
- Re-enables 'open tab in background' konqueror feature [TDE Bug #245]
* Wed Nov 29 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-9 * Wed Nov 29 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-9
- Fix 'kio_man' on RHEL 5 and RHEL 6 [TDE Bug #714]
- Restores the 'number of files' and sorting widgets to the Kate configuration [TDE Bug #244] - Restores the 'number of files' and sorting widgets to the Kate configuration [TDE Bug #244]
* Fri Nov 18 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-8 * Fri Nov 18 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-8

@ -0,0 +1,11 @@
--- kdegames/ktuberling/toplevel.cpp.ORI 2011-12-04 05:49:35.462097224 -0500
+++ kdegames/ktuberling/toplevel.cpp 2011-12-04 05:49:38.089040247 -0500
@@ -189,7 +189,7 @@
// Load the layouts file
bool TopLevel::loadLayout(TQDomDocument &layoutDocument)
{
- TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/tqlayout.xml")));
+ TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/layout.xml")));
if (!layoutFile.open(IO_ReadOnly))
return false;

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.13 %define version 3.5.13
%endif %endif
%define release 2 %define release 3
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -32,7 +32,10 @@ URL: http://www.trinitydesktop.org/
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: kdegames-%{version}.tar.gz Source: kdegames-%{version}.tar.gz
# [kdegames/ktuberling] Fix ktuberling pictures loading
Patch0: kdegames-3.5.13-ktuberling_fail_load_picture.patch
Provides: kdegames3 = %{version}-%{release} Provides: kdegames3 = %{version}-%{release}
@ -72,6 +75,7 @@ License: LGPLv2
%prep %prep
%setup -q -n kdegames %setup -q -n kdegames
%patch0 -p1
# Ugly hack to modify TQT include directory inside autoconf files. # Ugly hack to modify TQT include directory inside autoconf files.
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 ! # If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
@ -89,10 +93,6 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh
export PATH="%{_bindir}:${PATH}" export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}" export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%if 0%{?fedora} > 0
export CXXFLAGS="${CXXFLAGS} -lkio"
%endif
%configure \ %configure \
--enable-new-ldflags \ --enable-new-ldflags \
--disable-dependency-tracking \ --disable-dependency-tracking \
@ -192,6 +192,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%changelog %changelog
* Sun Dec 04 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3
- Fix ktuberling picture loading [TDE Bug #638]
* Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2 * Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
- Fix HTML directory location - Fix HTML directory location

@ -0,0 +1,21 @@
--- branches/trinity/kdelibs/kdecore/fixx11h.h 2011/01/03 05:50:03 1211108
+++ branches/trinity/kdelibs/kdecore/fixx11h.h 2011/01/12 22:19:14 1214091
@@ -57,15 +57,18 @@
// template --->
// Affects: Should be without side effects.
+#ifndef _XTYPEDEF_BOOL
#ifdef Bool
#ifndef FIXX11H_Bool
#define FIXX11H_Bool
typedef Bool XBool;
#undef Bool
+#define _XTYPEDEF_BOOL
typedef XBool Bool;
#endif
#undef Bool
#endif
+#endif // _XTYPEDEF_BOOL
// template <---
// Affects: Should be without side effects.

@ -0,0 +1,29 @@
--- kdelibs/kdecore/kstandarddirs.cpp.ORI 2011-12-09 23:13:50.089238165 +0100
+++ kdelibs/kdecore/kstandarddirs.cpp 2011-12-09 23:16:23.133210143 +0100
@@ -839,7 +839,7 @@
}
// UGLY HACK - Chris CHeney
if (local && (!strcmp("config", type)))
- candidates->append("/etc/kde3/");
+ candidates->append("/etc/trinity/");
//
local = false;
}
@@ -1030,7 +1030,7 @@
if (!strcmp(type, "html-bundle"))
return "share/doc-bundle/HTML/";
if (!strcmp(type, "html"))
- return "share/doc/kde/HTML/";
+ return "share/doc/HTML/";
if (!strcmp(type, "icon"))
return "share/icons/";
if (!strcmp(type, "config"))
@@ -1336,7 +1336,7 @@
}
else
{
- localKdeDir = TQDir::homeDirPath() + "/.kde3/";
+ localKdeDir = TQDir::homeDirPath() + "/.trinity/";
}
if (localKdeDir != QString("-/"))

@ -2,7 +2,7 @@
%if "%{?version}" == "" %if "%{?version}" == ""
%define version 3.5.12 %define version 3.5.12
%endif %endif
%define release 9 %define release 10
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
@ -37,7 +37,14 @@ Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: kdelibs-%{version}.tar.gz Source0: kdelibs-%{version}.tar.gz
# TDE 3.5.12 patches for RHEL/Fedora build
## [kdelibs/kio/kio] Removes the maximum line length detection
Patch0: kdelibs-3.5.13-maxlinelength.patch Patch0: kdelibs-3.5.13-maxlinelength.patch
## [kdecore] sets TDE 3.5.12 defaults directories
Patch1: kdelibs-3.5.12-kstandarddirs_trinity.patch
## [kdelibs/kdecore] fixed a conflict between fixx11h.h and Xdefs.h
Patch2: kdelibs-3.5.12-fixx11h.patch
BuildRequires: libtool BuildRequires: libtool
BuildRequires: tqtinterface-devel BuildRequires: tqtinterface-devel
@ -66,7 +73,7 @@ Requires: qt%{?_qt_suffix}
Requires: avahi-qt3 Requires: avahi-qt3
Provides: kdelibs%{?_qt_suffix} = %{version} #Provides: kdelibs%{?_qt_suffix} = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdelibs%{?_qt_suffix} <= 3.5.10 Obsoletes: kdelibs%{?_qt_suffix} <= 3.5.10
%endif %endif
@ -109,6 +116,8 @@ format for easy browsing
%prep %prep
%setup -q -n kdelibs %setup -q -n kdelibs
%patch0 -p1 %patch0 -p1
%patch1 -p1
%patch2 -p3
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__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/config/ltmain.sh" "admin/ltmain.sh"
@ -123,7 +132,7 @@ export LDFLAGS="-L%{_libdir} -I%{_includedir}"
# On older RHEL, libXrandr is too old so krandr cannot be compiled. # On older RHEL, libXrandr is too old so krandr cannot be compiled.
# Kspell2 does not compile either. # Kspell2 does not compile either.
%if 0%{?rhel} && 0%{?rhel} < 6 %if 0%{?rhel} && 0%{?rhel} <= 5
export DO_NOT_COMPILE="krandr" export DO_NOT_COMPILE="krandr"
%endif %endif
@ -159,13 +168,12 @@ export DO_NOT_COMPILE="krandr"
%__rm -rf %{?buildroot} %__rm -rf %{?buildroot}
%__make install DESTDIR=%{?buildroot} %__make install DESTDIR=%{?buildroot}
%__mkdir_p %{?buildroot}%{_sysconfdir}/ld.so.conf.d
cat <<EOF >%{?buildroot}%{_sysconfdir}/ld.so.conf.d/trinity.conf
%if "%{?_prefix}" != "/usr" %if "%{?_prefix}" != "/usr"
%__mkdir_p "%{?buildroot}%{_sysconfdir}/ld.so.conf.d"
cat <<EOF >"%{?buildroot}%{_sysconfdir}/ld.so.conf.d/trinity.conf"
%{_libdir} %{_libdir}
%endif
%{tde_libdir}
EOF EOF
%endif
# Moves the XDG configuration files to TDE directory # Moves the XDG configuration files to TDE directory
%if "%{_prefix}" != "/usr" %if "%{_prefix}" != "/usr"
@ -189,8 +197,7 @@ EOF
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README %doc AUTHORS COPYING* README TODO
%doc COPYING.LIB
%{_bindir}/artsmessage %{_bindir}/artsmessage
%{_bindir}/cupsdconf %{_bindir}/cupsdconf
%{_bindir}/cupsdoprint %{_bindir}/cupsdoprint
@ -288,7 +295,10 @@ EOF
%exclude %{_datadir}/locale/all_languages %exclude %{_datadir}/locale/all_languages
%exclude %{tde_docdir}/HTML/en/common/* %exclude %{tde_docdir}/HTML/en/common/*
%endif %endif
# ld.so.conf needed only if installed under '/opt/trinity'
%if "%{?_prefix}" != "/usr"
%{_sysconfdir}/ld.so.conf.d/trinity.conf %{_sysconfdir}/ld.so.conf.d/trinity.conf
%endif
# Avoid conflict with 'redhat-menus' package # Avoid conflict with 'redhat-menus' package
%if "%{_prefix}" == "/usr" %if "%{_prefix}" == "/usr"
@ -315,11 +325,16 @@ EOF
%changelog %changelog
* Sun Nov 29 2911 Francois Andriot <francois.andriot@free.fr> - 3.5.12-9 * Fri Dec 09 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-10
- Fix conflict with distro-provided KDE
- Fix HTML directory location
- Change defaults TDE directory to '/etc/trinity' and '~/.trinity'
- Removes 'ld.so.conf.d' when installed under '/usr'
* Sun Nov 29 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-9
- Moves XDG files in TDE prefix to avoid conflict with distro-provided KDE - Moves XDG files in TDE prefix to avoid conflict with distro-provided KDE
- Disable 'max line length' detection - Disable 'max line length' detection
- Add missing BuildRequires - Add missing BuildRequires
- Disable 'max line length' detection
* Fri Sep 16 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-8 * Fri Sep 16 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.12-8
- Add support for RHEL 5. - Add support for RHEL 5.
@ -350,4 +365,3 @@ EOF
* Wed Dec 14 2010 Francois Andriot <francois.andriot@free.fr> - 3.5.12-0 * Wed Dec 14 2010 Francois Andriot <francois.andriot@free.fr> - 3.5.12-0
- Initial version - Initial version

@ -66,7 +66,7 @@ Requires: qt%{?_qt_suffix}
Requires: avahi-qt3 Requires: avahi-qt3
Provides: kdelibs%{?_qt_suffix} = %{version} #Provides: kdelibs%{?_qt_suffix} = %{version}
%if "%{?_prefix}" == "/usr" %if "%{?_prefix}" == "/usr"
Obsoletes: kdelibs%{?_qt_suffix} <= 3.5.10 Obsoletes: kdelibs%{?_qt_suffix} <= 3.5.10
%endif %endif
@ -111,6 +111,7 @@ format for easy browsing
%patch0 -p1 %patch0 -p1
%build %build
unset QTDIR || : ; . /etc/profile.d/qt.sh unset QTDIR || : ; . /etc/profile.d/qt.sh
export PATH="%{_bindir}:${PATH}" export PATH="%{_bindir}:${PATH}"

@ -0,0 +1,149 @@
# Default version for this component
%define kdecomp pykdeextensions
%define version 0.4.0
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: trinity-%{kdecomp}
Summary: Python packages to support KDE applications (scripts) [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://www.simonzone.com/software/pykdeextensions
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: PyQt-devel
BuildRequires: python-trinity-devel
%description
PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications.
%package -n trinity-libpythonize0
Summary: Python packages to support KDE applications (library) [Trinity]
Group: Environment/Libraries
%description -n trinity-libpythonize0
PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications.
This package contains the libpythonize library files.
%package -n trinity-libpythonize0-devel
Summary: Python packages to support KDE applications (development) [Trinity]
Group: Development/Libraries
Requires: trinity-libpythonize0
%description -n trinity-libpythonize0-devel
PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications.
This package contains the libpythonize development files.
%prep
%setup -q -n libraries/%{kdecomp}
# Changes library directory to 'lib64'
for f in src/*.py; do
%__sed -i "${f}" \
-e "s,%{_prefix}/lib,%{_libdir},g" \
-e "s,/usr/lib/pyshared/python2.6,%{python_sitearch},g" \
-e "s|'pykde-dir=',None,|'pykde-dir=','%{python_sitearch}',|g" \
-e "s|self.pykde_dir = None|self.pykde_dir = \"%{python_sitearch}\"|g" \
-e "s|/usr/include/tqt|%{_includedir}/tqt|g"
done
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
./setup.py build_libpythonize
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
./setup.py install \
--root=%{buildroot} \
--prefix=%{_prefix} \
--install-clib=%{_libdir} \
--install-cheaders=%{tde_includedir}
# Removes BUILDROOT directory reference in installed files
for f in \
%{buildroot}%{_libdir}/libpythonize.la \
%{buildroot}%{_datadir}/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py \
%{buildroot}%{_datadir}/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py \
; do
%__sed -i "${f}" -e "s,%{buildroot},,g"
:
done
# Moves PYTHON libraries to distribution directory
%__mkdir_p %{buildroot}%{python_sitearch}
%__mv -f %{buildroot}%{_prefix}/lib/python*/site-packages/* %{buildroot}%{python_sitearch}
%__rm -rf %{buildroot}%{_prefix}/lib/python2.7/site-packages
%clean
%__rm -rf %{buildroot}
%post -n trinity-libpythonize0 -p /sbin/ldconfig
%postun -n trinity-libpythonize0 -p /sbin/ldconfig
%post -n trinity-libpythonize0-devel -p /sbin/ldconfig
%postun -n trinity-libpythonize0-devel -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_datadir}/apps/pykdeextensions
%{tde_docdir}/HTML/en/pykdeextensions
%{python_sitearch}/*
%files -n trinity-libpythonize0
%defattr(-,root,root,-)
%{_libdir}/libpythonize.so.*
%files -n trinity-libpythonize0-devel
%defattr(-,root,root,-)
%{tde_includedir}/*.h
%{_libdir}/libpythonize.a
%{_libdir}/libpythonize.la
%{_libdir}/libpythonize.so
%Changelog
* Thu Dec 01 2011 Francois Andriot <francois.andriot@free.fr> - 0.8.0svn20080103-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -0,0 +1,11 @@
--- configure.py.ORI 2011-12-03 17:07:41.589390850 +0100
+++ configure.py 2011-12-03 17:14:35.226888035 +0100
@@ -786,7 +786,7 @@
sipconfig.ParentMakefile(
configuration = pyqtcfg,
subdirs = subdirs,
- installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), sipcfg.default_bin_dir)]
+ installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), opt_kdebasedir + "/bin")]
).generate()

@ -0,0 +1,129 @@
# Default version for this component
%define kdecomp python-trinity
%define version 3.16.3
%define release 1
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
%define _variant .opt
%define _docdir %{_prefix}/share/doc
%endif
# TDE 3.5.13 specific building variables
BuildRequires: autoconf automake libtool m4
%define tde_docdir %{_docdir}/kde
%define tde_includedir %{_includedir}/kde
%define tde_libdir %{_libdir}/trinity
Name: %{kdecomp}
Summary: Trinity bindings for Python [Trinity]
Version: %{?version}
Release: %{?release}%{?dist}%{?_variant}
License: GPLv2+
Group: Applications/Utilities
Vendor: Trinity Project
Packager: Francois Andriot <francois.andriot@free.fr>
URL: http://www.simonzone.com/software/pykdeextensions
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{kdecomp}-3.5.13.tar.gz
## RHEL/Fedora patches
Patch0: python-trinity-3.5.13-install_directories.patch
BuildRequires: tqtinterface-devel
BuildRequires: trinity-kdelibs-devel
BuildRequires: trinity-kdebase-devel
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: python
BuildRequires: PyQt-devel
%description
Python binding module that provides wide access to the Trinity API,
also known as PyKDE. Using this, you'll get (for example) classes
from kio, kjs, khtml and kprint.
%package devel
Summary: Trinity bindings for Python - Development files and scripts [Trinity]
Group: Development/Libraries
%description devel
Development .sip files with definitions of PyKDE classes. They
are needed to build PyKDE, but also as building blocks of other
packages based on them.
The package also contains kdepyuic, a wrapper script around PyQt's
user interface compiler.
%package doc
Summary: Documentation and examples for PyKDE [Trinity]
Group: Development/Libraries
%description doc
General documentation and examples for PyKDE providing programming
tips and working code you can use to learn from.
%prep
%setup -q -n libraries/%{kdecomp}
%patch0 -p0
# Hack to get TQT include files under /opt
%__sed -i "configure.py" \
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
%build
export PATH="%{_bindir}:${PATH}"
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
%__python configure.py \
-k %{_prefix} \
-L %{_lib} \
-v %{_datadir}/sip/trinity
%__make %{_smp_mflags}
%install
export PATH="%{_bindir}:${PATH}"
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
# Install documentation
%__mkdir_p %{buildroot}%{tde_docdir}/HTML/en
%__cp -rf doc %{buildroot}%{tde_docdir}/HTML/en/%{name}
%clean
%__rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{python_sitearch}/*.so
%{python_sitearch}/dcop*.py*
%{python_sitearch}/pykde*.py*
%files devel
%defattr(-,root,root,-)
%{_bindir}/kdepyuic
%{_datadir}/sip/trinity
%files doc
%defattr(-,root,root,-)
%{tde_docdir}/HTML/en/%{name}
%Changelog
* Fri Dec 02 2011 Francois Andriot <francois.andriot@free.fr> - 3.16.3-1
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16

@ -229,7 +229,7 @@ kde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low
kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low
* Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call
to pykdeextensions in mountconfig so that pyqt3 no longer needs to be to pytdeextensions in mountconfig so that pyqt3 no longer needs to be
patched to provide -dev files in the regular package (LP: #197867) patched to provide -dev files in the regular package (LP: #197867)
* Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig
thinks a proprietary driver is installed, but it can't find it, it thinks a proprietary driver is installed, but it can't find it, it
@ -618,7 +618,7 @@ kde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low
kde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low kde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low
* Rebuilt against new pykde. * Rebuilt against new pytde.
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100
@ -1029,7 +1029,7 @@ kde-guidance (0.6.2-0ubuntu1) dapper; urgency=low
kde-guidance (0.6.1-0ubuntu0) dapper; urgency=low kde-guidance (0.6.1-0ubuntu0) dapper; urgency=low
* New release, sets a fixed DPI for Xft * New release, sets a fixed DPI for Xft
* Add run time dependency on pykdeextensions * Add run time dependency on pytdeextensions
* Add kubuntu_03_userconfig_shebang.diff fix extra space * Add kubuntu_03_userconfig_shebang.diff fix extra space
* Change init script to run at S35, Malone No. 32268 * Change init script to run at S35, Malone No. 32268

@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-kde3-dev, Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-kde3-dev,
libpythonize0-kde3-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, libpythonize0-kde3-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev,
pykdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev, pytdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev,
python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Package: kde-guidance-kde3 Package: kde-guidance-kde3
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5)
Conflicts: guidance-power-manager, kde-guidance-powermanager Conflicts: guidance-power-manager, kde-guidance-powermanager
Provides: ${python:Provides} Provides: ${python:Provides}
Description: collection of KDE system administration tools for GNU/Linux [KDE3] Description: collection of KDE system administration tools for GNU/Linux [KDE3]

@ -175,7 +175,7 @@ clean::
fi fi
common-install-prehook-impl:: common-install-prehook-impl::
# generate form implementation using pykde user interface compiler # generate form implementation using pytde user interface compiler
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui)
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n tooltip.ui)
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n notify.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n notify.ui)

@ -38,7 +38,7 @@
+ string user_tmp_dir; + string user_tmp_dir;
int uid = getuid(); int uid = getuid();
const char *home_dir = getenv("HOME"); const char *home_dir = getenv("HOME");
const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME");
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
if (!tmp || !tmp[0]) if (!tmp || !tmp[0])
tmp = "/tmp"; tmp = "/tmp";
@ -110,7 +110,7 @@
+ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + result = lstat(kde_tmp_dir.c_str(), &stat_buf);
if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) if ((result == 0) && (S_ISDIR(stat_buf.st_mode)))
{ {
/* $KDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */ /* $TDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */
- tmp_buf = (char *) malloc(PATH_MAX+1); - tmp_buf = (char *) malloc(PATH_MAX+1);
- if (!tmp_buf) - if (!tmp_buf)
- return 0; - return 0;
@ -184,7 +184,7 @@
+ char *tmp_buf; + char *tmp_buf;
int uid = getuid(); int uid = getuid();
const char *home_dir = getenv("HOME"); const char *home_dir = getenv("HOME");
const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME");
int result; int result;
struct stat stat_buf; struct stat stat_buf;
@ -259,7 +259,7 @@
+ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + result = lstat(kde_tmp_dir.c_str(), &stat_buf);
if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) if ((result == 0) && (S_ISDIR(stat_buf.st_mode)))
{ {
/* $KDEHOME/tmp is a normal directory. Do nothing. */ /* $TDEHOME/tmp is a normal directory. Do nothing. */
- printf("Directory \"%s\" already exists.\n", kde_tmp_dir); - printf("Directory \"%s\" already exists.\n", kde_tmp_dir);
+ printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str()); + printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str());
return 0; return 0;

@ -196,7 +196,7 @@ kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low
kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low
* Added XDG_DATA_DIRS and KDEDIRS to startkde, as suggested by zekica on the Kubuntu forums * Added XDG_DATA_DIRS and TDEDIRS to startkde, as suggested by zekica on the Kubuntu forums
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600
@ -780,7 +780,7 @@ kdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low
kdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low
* Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed (again) $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100
@ -799,7 +799,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
[ Ryan Kavanagh ] [ Ryan Kavanagh ]
* Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk
build-dep as they are no longer needed build-dep as they are no longer needed
* Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400
@ -807,7 +807,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
kdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low
* Edit kubuntu_52_gtk_qt_engine_config.diff and * Edit kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde
* Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now
* Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi
* Add kubuntu_9903_api_docs_move.diff for new API website * Add kubuntu_9903_api_docs_move.diff for new API website

@ -38,7 +38,7 @@ script
export LANG LANGUAGE export LANG LANGUAGE
fi fi
KDEDIRS=/opt/kde3/ TDEDIRS=/opt/kde3/
PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin
initctl emit starting-dm DM=kdm-kde3 initctl emit starting-dm DM=kdm-kde3

@ -22,7 +22,7 @@ set -e
HEED_DEFAULT_DISPLAY_MANAGER=true HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
KDEDIRS=/opt/kde3/ TDEDIRS=/opt/kde3/
PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/opt/kde3/bin/kdm DAEMON=/opt/kde3/bin/kdm
PIDFILE=/var/run/kdm.pid PIDFILE=/var/run/kdm.pid

@ -483,7 +483,7 @@ kdebindings (4:3.2.92-1) unstable; urgency=low
was accepted upstream. was accepted upstream.
* debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/libkjsembed1.install: install the qprocess kjsembed plugin.
* debian/rules: disable the python directory, as sip, pyqt and * debian/rules: disable the python directory, as sip, pyqt and
pykde are all packaged in Debian already. pytde are all packaged in Debian already.
* debian/control: added the libsmokekde1, libsmokekde-dev, * debian/control: added the libsmokekde1, libsmokekde-dev,
libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream
additions. additions.

@ -2087,7 +2087,7 @@ kdelibs (4:3.4.0-0pre5) alioth; urgency=low
output them expanded even when --expandvars is not used. (Closes: #287822) output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not * Fixed the ability of the build system to find kde.pot, even when it is not
located at KDEDIR/include/kde.pot. This allows the use of targets such as located at TDEDIR/include/kde.pot. This allows the use of targets such as
"package-messages" without specifying includedir. (Closes: #283858) "package-messages" without specifying includedir. (Closes: #283858)
* Now that graphviz is in main, add it to Build-Depends-Indep together with * Now that graphviz is in main, add it to Build-Depends-Indep together with

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export KDEDIRS=/usr/:/opt/kde3/ export TDEDIRS=/usr/:/opt/kde3/
/opt/kde3/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 /opt/kde3/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8

@ -4,7 +4,7 @@
kstartupconfig, kdostartupconfig kstartupconfig, kdostartupconfig
\- KDE configuration options loader \- KDE configuration options loader
.SH SYNOPSIS .SH SYNOPSIS
\fBkstartupconfig\fP [$KDEHOME] \fBkstartupconfig\fP [$TDEHOME]
.sp 1 .sp 1
\fBkdostartupconfig\fP \fBkdostartupconfig\fP
.SH DESCRIPTION .SH DESCRIPTION
@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base
if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes
.SH OPTIONS .SH OPTIONS
.TP .TP
.B $KDEHOME .B $TDEHOME
KDE home directory, if different to ~/.kde KDE home directory, if different to ~/.kde
.SS .SS
.SH FILES .SH FILES
In case $KDEHOME is not set ~/.kde is assumed. In case $TDEHOME is not set ~/.kde is assumed.
.TP .TP
.I $KDEHOME/share/config/startupconfig .I $TDEHOME/share/config/startupconfig
script, sourced to set shell variables with configuration options script, sourced to set shell variables with configuration options
.TP .TP
.I $KDEHOME/share/config/startupconfigfiles .I $TDEHOME/share/config/startupconfigfiles
configuration options and files they belong to configuration options and files they belong to
.TP .TP
.I $KDEHOME/share/config/startupconfigkeys .I $TDEHOME/share/config/startupconfigkeys
configuration options to load configuration options to load
.SH SEE ALSO .SH SEE ALSO
.BR kconf_update (1),\ startkde (1) .BR kconf_update (1),\ startkde (1)

@ -72,7 +72,7 @@ manpage.1: manpage.sgml
<para><command>&dhpackage;</command> is used to create KDE <para><command>&dhpackage;</command> is used to create KDE
resources in temporary directories and symlinks to them in resources in temporary directories and symlinks to them in
<envar>KDEHOME</envar>. The resource that needs to be created is <envar>TDEHOME</envar>. The resource that needs to be created is
given as an argument and can be anyone of:</para> given as an argument and can be anyone of:</para>
<itemizedlist> <itemizedlist>

@ -25,10 +25,10 @@ directory with ppd files
write printer database into this file write printer database into this file
.SH FILES .SH FILES
.TP .TP
.I $KDEHOME/share/apps/kdeprint/printerdb_cups.txt .I $TDEHOME/share/apps/kdeprint/printerdb_cups.txt
KDE printer database KDE printer database
.br .br
(if $KDEHOME is not set ~/.kde is used) (if $TDEHOME is not set ~/.kde is used)
.SH SEE ALSO .SH SEE ALSO
.BR make_driver_db_lpr (1) .BR make_driver_db_lpr (1)
.TP .TP

@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 55 info/kdemultimedia.kaboodle.1 .lf 55 info/kdemultimedia.kaboodle.1

@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 50 info/kdeutils.kcharselect.1 .lf 50 info/kdeutils.kcharselect.1

@ -1,7 +0,0 @@
usr/lib/python*/dist-packages
opt/kde3/share/apps/pykdeextensions/AUTHORS
opt/kde3/share/apps/pykdeextensions/ChangeLog
opt/kde3/share/apps/pykdeextensions/INSTALL
opt/kde3/share/apps/pykdeextensions/NEWS
opt/kde3/share/apps/pykdeextensions/app_templates
opt/kde3/share/doc/kde/HTML/en/pykdeextensions

@ -1,10 +0,0 @@
pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -1,23 +1,23 @@
pykdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low pytdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low
* Karmic rebuild * Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
pykdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low pytdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low
* Added -kde3 suffix * Added -kde3 suffix
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600
pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low
* Re-add libpythoniz0 dependency on python-dev to work around * Re-add libpythoniz0 dependency on python-dev to work around
libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668)
-- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500
pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
* debian/control: * debian/control:
- remove the python-all-dev dependency in libpythonize0 - remove the python-all-dev dependency in libpythonize0
@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100
pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- libpythonize0 depends on python2.5-dev, it tries to load .so file - libpythonize0 depends on python2.5-dev, it tries to load .so file
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000
pykdeextensions (0.4.0-5) unstable; urgency=low pytdeextensions (0.4.0-5) unstable; urgency=low
* Add python-qt-dev build dependency. * Add python-qt-dev build dependency.
pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)
@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low
* Remove *.py[co] files. * Remove *.py[co] files.
* lintian cleanup: substvar-source-version-is-deprecated. * lintian cleanup: substvar-source-version-is-deprecated.
Use ${binary:Version}. Use ${binary:Version}.
* Make pykdeextensions package arch all. * Make pytdeextensions package arch all.
-- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200
pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low
* Fix depends to python2.5-dev * Fix depends to python2.5-dev
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100
pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
* Add libpython2.5-dev as a depends for libpythonize0, it wants to * Add libpython2.5-dev as a depends for libpythonize0, it wants to
load libpython2.5.so, reverts change from previous upload, LP: #84689, load libpython2.5.so, reverts change from previous upload, LP: #84689,
@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100
pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
* Fix build failure, build-depend on python-qt-dev. * Fix build failure, build-depend on python-qt-dev.
* Use the unversioned python interpreter for scripts. * Use the unversioned python interpreter for scripts.
@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000
pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- build on python 2.5 - build on python 2.5
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100
pykdeextensions (0.4.0-4) unstable; urgency=low pytdeextensions (0.4.0-4) unstable; urgency=low
* Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Update pyversions. Force to build with python2.4 only. (Closes: #424505)
* Remove python-all-dev build dependency. Replaced by python-dev. * Remove python-all-dev build dependency. Replaced by python-dev.
@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200
pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
* Force to build with python2.5. * Force to build with python2.5.
* FIXME: The package is unlikely to work with python2.4; maybe * FIXME: The package is unlikely to work with python2.4; maybe
@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
-- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000
pykdeextensions (0.4.0-3) unstable; urgency=low pytdeextensions (0.4.0-3) unstable; urgency=low
* Converted package to python-support * Converted package to python-support
* Added pycompat and pyversions * Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618) * Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev, * Added to Build-Depends: python-support, python-all-dev,
kdelibs4c2a (for kde-config) kdelibs4c2a (for kde-config)
* Updated libpythonize0-dev, libpythonize0, and pykdextensions install files * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules * Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts * Added 12_force_python2.4_script.diff to force python2.4 in scripts
-- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200
pykdeextensions (0.4.0-2) unstable; urgency=low pytdeextensions (0.4.0-2) unstable; urgency=low
* Converted package to cdbs * Converted package to cdbs
* Added 2 patches (thanks to Jonathan Riddell) * Added 2 patches (thanks to Jonathan Riddell)
@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200
pykdeextensions (0.4.0-1) unstable; urgency=low pytdeextensions (0.4.0-1) unstable; urgency=low
[ Fathi Boudra ] [ Fathi Boudra ]
* Initial Debian release Closes: #340141 * Initial Debian release Closes: #340141

@ -1,4 +1,4 @@
Source: pykdeextensions-kde3 Source: pytdeextensions-kde3
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,16 +8,16 @@ Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, kdelibs4c2a-kde3, libtool
python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5)
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Package: pykdeextensions-kde3 Package: pytdeextensions-kde3
Architecture: all Architecture: all
Depends: ${python:Depends} Depends: ${python:Depends}
Conflicts: pykdeextensions Conflicts: pytdeextensions
Provides: ${python:Provides} Provides: ${python:Provides}
Description: Python packages to support KDE applications (scripts) [KDE3] Description: Python packages to support KDE applications (scripts) [KDE3]
PyKDE Extensions is a collection of software and Python packages PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications. to support the creation and installation of KDE applications.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-kde3-dev Package: libpythonize0-kde3-dev
Architecture: any Architecture: any
@ -29,7 +29,7 @@ Description: Python packages to support KDE applications (development) [KDE3]
. .
This package contains the libpythonize development files. This package contains the libpythonize development files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-kde3 Package: libpythonize0-kde3
Architecture: any Architecture: any
@ -42,4 +42,4 @@ Description: Python packages to support KDE applications (library) [KDE3]
. .
This package contains the libpythonize library files. This package contains the libpythonize library files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions

@ -1,9 +1,9 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200. Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pykdeextensions> It was downloaded from <http://www.simonzone.com/software/pytdeextensions>
Application templates and pykde helper modules copyright: Application templates and pytde helper modules copyright:
Simon Edwards <simon@simonzone.com> Simon Edwards <simon@simonzone.com>
License: License:

@ -0,0 +1,7 @@
usr/lib/python*/dist-packages
opt/kde3/share/apps/pytdeextensions/AUTHORS
opt/kde3/share/apps/pytdeextensions/ChangeLog
opt/kde3/share/apps/pytdeextensions/INSTALL
opt/kde3/share/apps/pytdeextensions/NEWS
opt/kde3/share/apps/pytdeextensions/app_templates
opt/kde3/share/doc/kde/HTML/en/pytdeextensions

@ -0,0 +1,10 @@
pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde
install/pykdeextensions-kde3:: install/pytdeextensions-kde3::
# We have no idea if the built product is site-packages or dist-packages # We have no idea if the built product is site-packages or dist-packages
cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages"
rm -rf debian/tmp/usr/lib/python*/site-packages/ rm -rf debian/tmp/usr/lib/python*/site-packages/
# install lintian overrides # install lintian overrides
install -D -p -m0644 debian/pykdeextensions-kde3.lintian-overrides \ install -D -p -m0644 debian/pytdeextensions-kde3.lintian-overrides \
debian/pykdeextensions-kde3/usr/share/lintian/overrides/pykdeextensions-kde3 debian/pytdeextensions-kde3/usr/share/lintian/overrides/pytdeextensions-kde3
# fix script-not-executable # fix script-not-executable
find debian -type f -name '*.py' | xargs chmod 0755 find debian -type f -name '*.py' | xargs chmod 0755

@ -320,7 +320,7 @@ python-kde3 (3.11.3+20050829-1) unstable; urgency=low
* Added the homepage of PyKDE to the package descriptions * Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into * HTML documentations is now installed into
/usr/share/doc/python-kde3-doc/html /usr/share/doc/python-kde3-doc/html
* pykdeconfig.py now also knows that the sip files * pytdeconfig.py now also knows that the sip files
are in /usr/share/sip/kde3, not in /usr/share/sip/kde are in /usr/share/sip/kde3, not in /usr/share/sip/kde
(Closes: #312708) (Closes: #312708)

@ -6,7 +6,7 @@ XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-kde3-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-kde3-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
XS-Python-Version: all XS-Python-Version: all
Package: python-kde3-kde3 Package: python-kde3-kde3

@ -4,8 +4,8 @@ import sys
if getattr(sys, "pydebug", False): if getattr(sys, "pydebug", False):
try: try:
from pykdeconfig_d import * from pytdeconfig_d import *
except ImportError, msg: except ImportError, msg:
raise ImportError, 'No module named pykdeconfig; package python-kde3-dbg not installed' raise ImportError, 'No module named pytdeconfig; package python-kde3-dbg not installed'
else: else:
from pykdeconfig_nd import * from pytdeconfig_nd import *

@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\ for version in ${PYTHONS};\
do\ do\
mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\ mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\
cp debian/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\ cp debian/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\
cp build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ cp build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done done
for version in ${DBG_PYTHONS};\ for version in ${DBG_PYTHONS};\
do\ do\
cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_d.py;\ cp dbg-build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done done
install-arch: install-arch:

@ -1,10 +1,10 @@
.\" This file was generated by kdemangen.pl .\" This file was generated by kdemangen.pl
.TH KIOSKTOOL\-KDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $KDEDIRS according to the current user profile." .TH KIOSKTOOL\-TDEDIRS 1 "Ago 2004" "K Desktop Environment" "A tool to set $TDEDIRS according to the current user profile."
.SH NAME .SH NAME
kiosktool\-kdedirs kiosktool\-tdedirs
\- A tool to set $KDEDIRS according to the current user profile. \- A tool to set $TDEDIRS according to the current user profile.
.SH SYNOPSIS .SH SYNOPSIS
kiosktool\-kdedirs [Qt\-options] [KDE\-options] [options] kiosktool\-tdedirs [Qt\-options] [KDE\-options] [options]
.SH DESCRIPTION .SH DESCRIPTION
.SH OPTIONS .SH OPTIONS
@ -136,9 +136,9 @@ mirrors the whole layout of widgets.
.SH SEE ALSO .SH SEE ALSO
Full user documentation is available through the KDE Help Center. You can also enter the URL Full user documentation is available through the KDE Help Center. You can also enter the URL
.BR help:/kiosktool\-kdedirs/ .BR help:/kiosktool\-tdedirs/
directly into konqueror or you can run directly into konqueror or you can run
.BR "`khelpcenter help:/kiosktool\-kdedirs/'" .BR "`khelpcenter help:/kiosktool\-tdedirs/'"
from the command\-line. from the command\-line.
.br .br
.SH AUTHORS .SH AUTHORS

@ -1,2 +1,2 @@
debian/kiosktool-trinity.1 debian/kiosktool-trinity.1
debian/kiosktool-kdedirs-trinity.1 debian/kiosktool-tdedirs-trinity.1

@ -0,0 +1,81 @@
kmatplot-trinity (0.4-9-0ubuntu0) lucid; urgency=low
* Initial import
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 10 Dec 2011 18:34:00 -0600
kmatplot (0.4-8) unstable; urgency=low
* Orphan package
-- Hugo van der Merwe <hvdm@debian.org> Wed, 11 Jan 2006 12:29:07 +0200
kmatplot (0.4-7.2) unstable; urgency=low
* 0-day NMU during BSP.
* Build-conflicts on autoconf and autoconf2.13 to fix FTBFS on sparc.
-- Aurelien Jarno <aurel32@debian.org> Sat, 17 Dec 2005 17:00:30 +0100
kmatplot (0.4-7.1) unstable; urgency=low
* 0-day NMU during BSP.
* Rebuild for the Qt/KDE transition (closes: bug#327980).
* Rebuilt for libreadline transition (closes: bug#326338).
* Applied a patch from Andreas Jochen to make the package buildable with
gcc-4.0 (closes: bug#300867).
* Build the shared libraries with -fPIC (closes: bug#286533).
* Added support for GNU/kFreeBSD.
-- Aurelien Jarno <aurel32@debian.org> Sat, 17 Dec 2005 15:43:54 +0100
kmatplot (0.4-7) unstable; urgency=low
* Rebuild with latest unstable packages (Closes: #249482)
-- Hugo van der Merwe <hvdm@debian.org> Wed, 15 Dec 2004 09:57:20 +0200
kmatplot (0.4-6) unstable; urgency=low
* Build with new octave (Closes: #240548)
-- Hugo van der Merwe <hvdm@debian.org> Mon, 29 Mar 2004 02:11:03 +0200
kmatplot (0.4-5) unstable; urgency=low
* Update build-dependencies (Closes: #224711,#219556)
(ACK NMU by J.H.M. Dassen, thanks.)
* Build with octave-2.1.52 (Closes: #210510)
* Switched to cdbs.
* (0.4-4 never uploaded due to dead hard-drive, and long GPG key
salvaging operation - I don't keep backups of secret keys ;-)
-- Hugo van der Merwe <hvdm@debian.org> Wed, 31 Dec 2003 18:09:41 +0200
kmatplot (0.4-3.1) unstable; urgency=medium
* NMU
* [debian/control] Updated build dependencies to fix FTBFS. (Closes: #219556)
-- J.H.M. Dassen (Ray) <jdassen@debian.org> Sun, 21 Dec 2003 12:39:58 +0100
kmatplot (0.4-3) unstable; urgency=low
* Applied patch from John Lightsey fixing G++ and QT3 build
problems. (Closes: #184028)
-- Hugo van der Merwe <hvdm@debian.org> Sun, 1 Jun 2003 12:55:36 +0200
kmatplot (0.4-2) unstable; urgency=low
* Fixed SearchPath so that kmatplot finds its rc file. Thanks Laurent
Jacques.
-- Hugo van der Merwe <hvdm@debian.org> Sun, 12 May 2002 00:01:15 +0200
kmatplot (0.4-1) unstable; urgency=low
* Initial Release. (Closes: #144363)
-- Hugo van der Merwe <hvdm@debian.org> Wed, 24 Apr 2002 17:24:30 +0200

@ -0,0 +1,26 @@
Source: kmatplot-trinity
Section: math
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>> 3.0.0), libtqtinterface-dev, xlibmesa-gl-dev, octave2.1-headers, cdbs, automake, autoconf, libtool, libltdl-dev
Build-Conflicts: scilab
Standards-Version: 3.8.4
Package: kmatplot-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: octave2.1
Description: A Gnuplot-like tool for plotting data sets in 2D or 3D
KMatplot is a gnuplot-like tool for plotting data sets in either two or
three dimensions. It can plot many types of 2d plots, including pixmaps
and contours, and 3d surfaces. It offers a full WYSIWYG mode with
multiple objects on a single page.
.
As opposite to Gnuplot, KMatplot is very clickable, so easier to use
for unexperienced users. It can be used instead of Gnuplot with Octave
and Scilab - there are new dll functions installed in those packages,
which communicate with KMatplot through an Unix socket. Those functions
are named 'kplot', 'kimage', kmesh', ... and are similar to those found
in Octave by default.
.
The Debian package is not built with Scilab support by default.

@ -0,0 +1,18 @@
This package was debianized by Hugo van der Merwe <hvdm@debian.org> on
Wed, 24 Apr 2002 15:23:52 +0200.
It was downloaded from http://kmatplot.sourceforge.net/
Upstream Author: Kamil Dobkowski <kamildobk@poczta.onet.pl>
Copyright:
This software is copyright (c) 2000-2002 by Kamil Dobkowski
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL file.

@ -0,0 +1,84 @@
#!/usr/bin/perl -w
use Shell qw(mv cp mkdir rm) ;
use File::Find;
use Cwd;
$origPwd = `pwd`;
chomp $origPwd;
if (@ARGV && $ARGV[0] eq 'cleanup') {
if (-d "debian/tmp/usr/share/config") {
if (! -d "debian/tmp/$tde_confdir") {
system("mv debian/tmp/usr/share/config debian/tmp/$tde_confdir");
}
}
system("rm -f `find debian/ -name \".anchors\"`");
system("chmod 755 debian/*preinst debian/*postinst");
exit;
}
$TQTDIR="/usr/share/tqt3";
$tde_prefix="/opt/trinity";
$tde_htmldir="$tde_prefix/share/doc/kde/HTML";
$tde_icondir="$tde_prefix/share/icons";
$tde_sounddir="$tde_prefix/share/sounds";
$tde_datadir="$tde_prefix/share/apps";
$tde_locale="$tde_prefix/share/locale";
$tde_confdir="/etc/tde2";
$tde_cgidir="$tde_prefix/lib/cgi-bin";
$tde_appsdir="$tde_prefix/share/applnk";
$tde_mimedir="$tde_prefix/share/mimelnk";
$tde_wallpaperdir="$tde_prefix/share/wallpapers";
$tde_bindir="$tde_prefix/bin";
$tde_servicesdir="$tde_prefix/share/services";
$tde_servicetypesdir="$tde_prefix/share/servicetypes";
$tde_includedir="$tde_prefix/include/tde";
$tde_libdir="$tde_prefix/lib";
$tde_moduledir="$tde_prefix/lib/tde";
$mandir="$tde_prefix/share/man";
$infodir="$tde_prefix/share/info";
$IDL="$tde_bindir/cuteidl";
$DCOPIDL="$tde_bindir/dcopidl";
$DCOPIDL2CPP="$tde_bindir/dcopidl2cpp";
$KDB2HTML="$tde_bindir/kdb2html";
$MCOPIDL="$tde_bindir/mcopidl";
$ARTSCCONFIG="$tde_bindir/artsc-config";
if (@ARGV && $ARGV[0] eq 'echodirs') {
print STDOUT "export tde_htmldir=$tde_htmldir\n";
print STDOUT "export tde_appsdir=$tde_appsdir\n";
print STDOUT "export tde_icondir=$tde_icondir\n";
print STDOUT "export tde_sounddir=$tde_sounddir\n";
print STDOUT "export tde_datadir=$tde_datadir\n";
print STDOUT "export tde_cgidir=$tde_cgidir\n";
print STDOUT "export tde_locale=$tde_locale\n";
print STDOUT "export tde_confdir=$tde_confdir\n";
print STDOUT "export tde_mimedir=$tde_mimedir\n";
print STDOUT "export tde_wallpaperdir=$tde_wallpaperdir\n";
print STDOUT "export tde_bindir=$tde_bindir\n";
print STDOUT "export tde_servicesdir=$tde_servicesdir\n";
print STDOUT "export tde_servicetypesdir=$tde_servicetypesdir\n";
print STDOUT "export tde_includedir=$tde_includedir\n";
print STDOUT "export tde_libdir=$tde_libdir\n";
print STDOUT "export tde_moduledir=$tde_moduledir\n";
print STDOUT "export mandir=$mandir\n";
print STDOUT "export infodir=$infodir\n";
print STDOUT "export TQTDIR=$TQTDIR\n";
print STDOUT "export tde_prefix=$tde_prefix\n";
print STDOUT "export INSTALL_DATA=install -p -c -m 644\n";
print STDOUT "export IDL=$IDL\n";
print STDOUT "export DCOPIDL=$DCOPIDL\n";
print STDOUT "export DCOPIDL2CPP=$DCOPIDL2CPP\n";
print STDOUT "export KDB2HTML=$KDB2HTML\n";
print STDOUT "export MCOPIDL=$MCOPIDL\n";
print STDOUT "export ARTSCCONFIG=$ARTSCCONFIG\n";
print STDOUT "configtde=--disable-debug --disable-rpath --prefix=\$(tde_prefix) --libexecdir=\$(tde_bindir) --libdir=\$(tde_libdir) --includedir=\$(tde_includedir) --with-qt-includes=/usr/include/qt --mandir=\$(mandir) --infodir=\$(infodir)\n";
print STDOUT "configtdevelop=--disable-debug --enable-docbase --enable-kdoc2 --disable-rpath --libdir=\$(tde_libdir) --includedir=\$(tde_includedir) --with-qt-includes=/usr/include/qt --mandir=\$(mandir) --with-tdelibsdoc-dir=/usr/share/doc/tdelibs3-doc/html\n";
print STDOUT "configtdepim=--disable-debug --with-extra-includes=/usr/include/libpisock --enable-shared --disable-rpath --libdir=\$(tde_libdir) --includedir=\$(tde_includedir) --prefix=\$(tde_prefix) --libexecdir=\$(tde_bindir) --with-qt-includes=/usr/include/qt --mandir=\$(mandir) --infodir=\$(infodir)\n";
exit
}

@ -0,0 +1,38 @@
.\" Hey, EMACS: -*- nroff -*-
.TH KMATPLOT 1 "May 1, 2002"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
kmatplot \- A Gnuplot-like tool for plotting data sets in 2D or 3D.
.SH SYNOPSIS
.B kmatplot
.SH DESCRIPTION
This manual page briefly documents
.B KMatplot.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B KMatplot
is a Gnuplot-like tool for plotting data sets in either two or
three dimensions. It can plot many types of 2d plots, including pixmaps
and contours, and 3d surfaces. It offers a full WYSIWYG mode with
multiple objects on a single page.
As opposite to Gnuplot,
.B KMatplot is very clickable, so easier to use for unexperienced users.
It can be used instead of Gnuplot with Octave and Scilab (although the
Debian package is not built with Scilab support by default) - there are
new dll functions installed in those packages, which communicate with
.B KMatplot
through a Unix socket. Those functions are named 'kplot', 'kimage',
kmesh', and are similar to those found in Octave by default.
Example plots can be found in the Help menu of the program. Help for
many of the Octave functions can be found within Octave, for example:
"help kplot", "help kaddaxes".
.SH AUTHOR
This manual page was written by Hugo van der Merwe <hvdm@debian.org>,
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,2 @@
?package(kmatplot):needs="X11" section="Apps/Math"\
title="kmatplot" command="/usr/bin/kmatplot"

@ -0,0 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
export QSETTINGSDIR=/etc
DEB_CONFIGURE_EXTRA_FLAGS := --enable-mt --with-qsettings-dir=/etc
DEB_INSTALL_DOCS_ALL :=

@ -0,0 +1,32 @@
kvpnc for Debian
----------------
kvpnc for Debian uses su-to-root from menu package instead kdesu.
Howto setup kvpnc for use without root password using sudo:
* Install sudo
aptitude install sudo
* Edit /etc/sudoers
# Cmnd alias specification
Cmnd_Alias KVPNC = /usr/bin/kvpnc
# User privilege specification
ALL ALL=NOPASSWD:KVPNC
* Edit desktop link /usr/share/applications/kde/Internet/kvpnc.desktop
* replace the folling lines:
Exec=su-to-root -X -c /usr/bin/kvpnc
X-KDE-SubstituteUID=true
with:
Exec=sudo kvpnc
X-KDE-SubstituteUID=false
-- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100

@ -0,0 +1,6 @@
kvpnc-trinity (0.9.6a-1) lucid; urgency=low
* Initial build
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 06 Dec 2011 12:26:00 -0600

@ -0,0 +1,20 @@
Source: kvpnc-trinity
Section: kde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs4-trinity-dev, libgcrypt11-dev, automake, autoconf, libtool, libltdl-dev
Standards-Version: 3.8.4
Package: kvpnc-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, menu, net-tools, psmisc, tdebase-trinity-bin | gksu | sux, module-init-tools | modutils
Suggests: iptables, openssl, openvpn, racoon, vpnc, pptp-linux, openswan, xl2tpd, openct, opensc
Description: vpn clients frontend for TDE
KVpnc is a TDE frontend for various vpn clients.
.
It supports :
* Cisco-compatible VPN client (vpnc)
* IPSec (freeswan, openswan, racoon)
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
* Virtual Private Network daemon (openvpn)

@ -0,0 +1,65 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on
Thu, 26 Jan 2006 11:49:10 +0100.
It was downloaded from http://home.gna.org/kvpnc
Copyright Holder: Christoph Thielecke <crissi99@gmx.de>
Copyright for ciscopasswddecoder :
(C) 2005 hal9000 <hal9000@evilscientists.de>
(C) 2005 Maurice Massar <vpnc@unix-ag.uni-kl.de>
(C) 2005 Christoph Thielecke <crissi99@gmx.de>
Copyright for openvpn-kde-dialogs.pl:
Alon Bar-Lev <alon.barlev@gmail.com>
kvpnc contains parts of code from klcc project:
Peter Simonsson <psn@linux.se>
Copyright for kfeedback (user feedback form and mailing utilities) and
parts of code from kdirstat project:
Stefan Hundhammer <sh@suse.de>
preferencesdialog contains parts of code from konversation project
(konvisettingsdialog.cpp)
(C) 2006 John Tapsell <johnflux@gmail.com>
(C) 2006 Eike Hein <hein@kde.org>
kfeedback license:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
kvpnc license:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

@ -0,0 +1,69 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH KVPNC 1 "novembre 16, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
kvpnc \- vpn clients frontend for KDE
.SH SYNOPSIS
.B kvpnc
.RI [ options ]
.br
.SH DESCRIPTION
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBkvpnc\fP is a KDE frontend for various vpn clients.
.br
It supports :
.br
* Cisco-compatible VPN client (vpnc)
.br
* IPSec (freeswan, openswan, racoon)
.br
* Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
.br
* Virtual Private Network daemon (openvpn)
.SH OPTIONS
All KDE and Qt programs accept some common command\-line options.
.br
Kvpnc has no application\-specific options.
.PP
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-kde\fR
Show KDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.SH AUTHOR
kvpnc was written by Christoph Thielecke <crissi99@gmx.de>.
.PP
This manual page was written by Fathi Boudra <fboudra@free.fr>,
for the Debian project (but may be used by others).

@ -0,0 +1,6 @@
?package(kvpnc):\
needs="X11"\
section="Applications/Network/Communication"\
title="kvpnc"\
hints="KDE"\
command="su-to-root -X -c kvpnc"

@ -0,0 +1,11 @@
--- a/src/kvpnc.desktop
+++ b/src/kvpnc.desktop
@@ -18,7 +18,7 @@
GenericName[xx]=xxVPN Client GUIxx
Categories=Network;RemoteAccess;KDE;Qt
-Exec=kvpnc
+Exec=su-to-root -X -c /opt/trinity/bin/kvpnc
X-KDE-SubstituteUID=true
Icon=kvpnc
Type=Application

@ -0,0 +1,29 @@
diff --git a/src/main.cpp b/src/main.cpp
index 7c45fcf..b933832 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,6 +24,7 @@
#include <kmessagebox.h>
#include <kmainwindow.h>
#include <kapp.h>
+#include <kuser.h>
#include <klocale.h>
#include <dcopclient.h>
@@ -134,11 +135,11 @@ int main ( int argc, char *argv[] )
}
else
{
-// if (getenv("USER") != "root")
-// {
-// KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
-// exit(0);
-// }
+ if (getenv("USER") != "root")
+ {
+ KMessageBox::error( 0, I18N_NOOP( "Kvpnc must be started as root!" ) );
+ exit(0);
+ }
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();

@ -0,0 +1,2 @@
10_su-to-root_usage.diff
13_add_kuser_issuperuser.diff

@ -0,0 +1,42 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/kde.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
DEB_INSTALL_MANPAGES_kvpnc-trinity := debian/kvpnc-trinity.1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
install/kvpnc-trinity::
# fix script-not-executable
chmod 0755 debian/kvpnc-trinity/opt/trinity/share/apps/kvpnc/ping_check.sh
# remove uneeded dir
rm -rf debian/kvpnc-trinity/opt/trinity/share/doc/kde/HTML/kvpnc
# install desktop file in applications
install -D -p -m0644 src/kvpnc.desktop \
debian/kvpnc-trinity/opt/trinity/share/applications/kde/kvpnc.desktop
binary-post-install/kvpnc-trinity::
rm -rf debian/kvpnc-trinity/opt/trinity/share/applnk/
clean::
rm -f config.status config.log
find . -type f -name '*.gmo' | xargs rm -f

@ -0,0 +1,2 @@
version=3
http://download.gna.org/kvpnc/kvpnc-(0.*)\.tar\.bz2 debian svn-upgrade

@ -229,7 +229,7 @@ tde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low
tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low tde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low
* Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call
to pykdeextensions in mountconfig so that pyqt3 no longer needs to be to pytdeextensions in mountconfig so that pyqt3 no longer needs to be
patched to provide -dev files in the regular package (LP: #197867) patched to provide -dev files in the regular package (LP: #197867)
* Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig
thinks a proprietary driver is installed, but it can't find it, it thinks a proprietary driver is installed, but it can't find it, it
@ -618,7 +618,7 @@ tde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low
tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low tde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low
* Rebuilt against new pykde. * Rebuilt against new pytde.
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100
@ -1029,7 +1029,7 @@ tde-guidance (0.6.2-0ubuntu1) dapper; urgency=low
tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low tde-guidance (0.6.1-0ubuntu0) dapper; urgency=low
* New release, sets a fixed DPI for Xft * New release, sets a fixed DPI for Xft
* Add run time dependency on pykdeextensions * Add run time dependency on pytdeextensions
* Add kubuntu_03_userconfig_shebang.diff fix extra space * Add kubuntu_03_userconfig_shebang.diff fix extra space
* Change init script to run at S35, Malone No. 32268 * Change init script to run at S35, Malone No. 32268

@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev, Build-Depends: cdbs, debhelper (>= 5), chrpath, tdelibs4-trinity-dev,
libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, libpythonize0-trinity-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev,
pykdeextensions-trinity, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev, pytdeextensions-trinity, pytqt-tools, python-tqt, python-trinity-trinity, python-trinity-trinity-dev, python-sip4-dev,
python-support (>= 0.6), python2.6 (>= 2.5), python2.6-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata python-support (>= 0.6), python2.6 (>= 2.5), python2.6-dev (>= 2.5), x11proto-scrnsaver-dev, python-tqt-dev, hwdata
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: tde-guidance-trinity Package: tde-guidance-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-trinity, python-trinity-trinity, sysv-rc, guidance-backends-trinity, hwdata, python (>= 2.5), python-dev (>= 2.5)
Replaces: tde-guidance-kde3 (<< 4:3.5.13) Replaces: tde-guidance-kde3 (<< 4:3.5.13)
Breaks: tde-guidance-kde3 (<< 4:3.5.13) Breaks: tde-guidance-kde3 (<< 4:3.5.13)
Conflicts: guidance-power-manager, tde-guidance-powermanager Conflicts: guidance-power-manager, tde-guidance-powermanager

@ -175,7 +175,7 @@ clean::
fi fi
common-install-prehook-impl:: common-install-prehook-impl::
# generate form implementation using pykde user interface compiler # generate form implementation using pytde user interface compiler
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n tooltip.ui)
(cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui) (cd powermanager; /opt/trinity/bin/kdepyuic --usekdei18n notify.ui)

@ -0,0 +1,252 @@
libart-lgpl (2.3.22-0ubuntu0) lucid; urgency=low
* Build patched/maintained TDE version instead of unmaintained upstream
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 07 Dec 2011 17:50:00 -0600
libart-lgpl (2.3.21-1) unstable; urgency=low
[ Loic Minier ]
* Properly anchor package name regexp.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/control.in:
- Update Standards-Version and build-depend on autotools-dev.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
-- Sebastian Dröge <slomo@debian.org> Sun, 25 Apr 2010 11:35:30 +0200
libart-lgpl (2.3.20-2) unstable; urgency=low
* Let libart-2.0-dev depend on shlibs:Depends.
* Extract library package name from control instead of hardcoding it in
rules.
* New patch, 60_libart-config-static, adds --static flag to libart2-config
to avoid -lm in the output of --libs; please consider switching to
pkg-config instead; GNOME #531278; closes: #375812.
* Fix copyright to state LGPL 2 or later as checked with licensecheck;
thanks Thomas Viehmann; closes: #478766.
-- Loic Minier <lool@dooz.org> Sat, 03 May 2008 22:21:18 +0200
libart-lgpl (2.3.20-1) unstable; urgency=low
[ Kilian Krause ]
* Use binary:version and source:Version for binNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
[ Sebastian Dröge ]
* New upstream bugfix release:
+ debian/patches/90_fix-headers-for-cplusplus.patch:
- Dropped, merged upstream.
+ debian/patches/70_relibtoolize.patch:
- Regenerated for the new version.
* debian/control.in:
+ Update Standards-Version to 3.7.3, no additional changes needed.
-- Sebastian Dröge <slomo@debian.org> Wed, 30 Jan 2008 13:38:26 +0100
libart-lgpl (2.3.19-3) unstable; urgency=low
* Upload to unstable; drop check-dist include.
* Wrap build-deps and deps.
* Drop libc6-dev dep in libart-2.0-dev.
* Add ${misc:Depends}.
-- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:23:30 +0200
libart-lgpl (2.3.19-2) experimental; urgency=high
* Use clean-la.mk and require gnome-pkg-tools 0.7.
* New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
applications; GNOME #413197; SVN r278; closes: #417568.
* Rename patch 070_relibtoolize to 70_relibtoolize.
-- Loic Minier <lool@dooz.org> Tue, 03 Apr 2007 15:23:09 +0200
libart-lgpl (2.3.19-1) experimental; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.
* Add complete licensing information in copyright file.
* Update upstream URL in copyright file.
* Bump up Standards-Version to 3.7.2.
* Use debian/libart-2.0-dev.manpages instead of
DEB_INSTALL_MANPAGES_libart-2.0-dev.
* Use HTTP in watch file and track all branches.
* Include CDBS's utils.
* New upstream releases with API additions.
- Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
- Set shlibs to >= 2.3.18.
- Update and rename relibtoolizing patch, 070_relibtoolize.
* Drop useless libart-2.0-dev.files.
* Drop build-dep on libc6-dev | libc-dev; doh.
* Bump up DebHelper compatibility level to 5.
-- Loic Minier <lool@dooz.org> Wed, 28 Feb 2007 15:20:45 +0100
libart-lgpl (2.3.17-1) unstable; urgency=low
* GNOME Team Upload.
* New upstream release.
* debian/patches/001_relibtoolize.patch:
- updated.
* debian/watch:
- added.
-- Sebastien Bacher <seb128@debian.org> Tue, 25 Jan 2005 23:51:07 +0100
libart-lgpl (2.3.16-6) unstable; urgency=low
* Relibtoolize (Closes: #260639)
-- Ondřej Surý <ondrej@debian.org> Wed, 21 Jul 2004 17:27:15 +0200
libart-lgpl (2.3.16-5) unstable; urgency=low
* Set shlibs version to current.
-- Ondřej Surý <ondrej@debian.org> Mon, 19 Apr 2004 18:49:50 +0200
libart-lgpl (2.3.16-4) unstable; urgency=low
* Gnome Team upload.
* Setting again the shlibs file.
-- Sebastien Bacher <seb128@debian.org> Thu, 15 Apr 2004 19:35:09 +0200
libart-lgpl (2.3.16-3) unstable; urgency=low
* New maintainer (Closes: #238891)
-- Ondřej Surý <ondrej@debian.org> Sat, 20 Mar 2004 15:14:54 +0100
libart-lgpl (2.3.16-2) unstable; urgency=low
* Orphaned package.
-- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 16:06:24 +0100
libart-lgpl (2.3.16-1) unstable; urgency=low
* New upstream release.
* Fix an "assertion failed" who crash gdm (Closes: #208919)
-- Christian Marillat <marillat@debian.org> Wed, 10 Sep 2003 09:48:22 +0200
libart-lgpl (2.3.15-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 2 Sep 2003 14:14:16 +0200
libart-lgpl (2.3.14-2) unstable; urgency=low
* Compiled with -mieee for alpha (Closes: #207748)
-- Christian Marillat <marillat@debian.org> Fri, 29 Aug 2003 19:24:46 +0200
libart-lgpl (2.3.14-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 8 Aug 2003 10:23:11 +0200
libart-lgpl (2.3.13-1) unstable; urgency=low
* new upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 11 Jul 2003 14:59:55 +0200
libart-lgpl (2.3.12-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 5 May 2003 12:58:07 +0200
libart-lgpl (2.3.11-4) unstable; urgency=low
* Update section
-- Christian Marillat <marillat@debian.org> Tue, 1 Apr 2003 18:52:25 +0200
libart-lgpl (2.3.11-3) unstable; urgency=low
* Add a patche to fix configure for mipsel
-- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 10:11:41 +0100
libart-lgpl (2.3.11-2) unstable; urgency=low
* Update description (Closes: #177003)
-- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 21:27:15 +0100
libart-lgpl (2.3.11-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.5.8
-- Christian Marillat <marillat@debian.org> Tue, 7 Jan 2003 19:40:48 +0100
libart-lgpl (2.3.10-4) unstable; urgency=low
* Update to standards version 3.5.7
-- Christian Marillat <marillat@debian.org> Sat, 21 Sep 2002 14:41:00 +0200
libart-lgpl (2.3.10-3) unstable; urgency=low
* Replace libc6-dev by libc-dev for -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 5 Sep 2002 18:25:28 +0200
libart-lgpl (2.3.10-2) unstable; urgency=low
* Move libc6-dev dependency in the -dev package.
-- Christian Marillat <marillat@debian.org> Thu, 8 Aug 2002 14:34:51 +0200
libart-lgpl (2.3.10-1) unstable; urgency=low
* New upstream release (Closes: #151622)
-- Christian Marillat <marillat@debian.org> Tue, 2 Jul 2002 01:38:03 +0200
libart-lgpl (2.3.9-2) unstable; urgency=low
* debian/control add a versioned dependency for the -dev package
(Closes: #151369)
-- Christian Marillat <marillat@debian.org> Sat, 29 Jun 2002 17:39:39 +0200
libart-lgpl (2.3.9-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 25 Jun 2002 10:26:05 +0200
libart-lgpl (2.3.8-2) unstable; urgency=low
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
-- Christian Marillat <marillat@debian.org> Wed, 15 May 2002 22:28:40 +0200
libart-lgpl (2.3.8-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 14 Jan 2002 10:58:19 +0100
libart-lgpl (2.3.7-1) unstable; urgency=low
* Initial Release.
-- Christian Marillat <marillat@debian.org> Mon, 19 Nov 2001 18:29:06 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,42 @@
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>, Sebastien Bacher <seb128@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
automake, autoconf, libtool, libltdl-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,37 @@
Source: libart-lgpl
Section: devel
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.7),
cdbs,
dpkg-dev (>= 1.13.19),
autotools-dev
Package: libart-2.0-2
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library of functions for 2D graphics - runtime files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.
Package: libart-2.0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libart-2.0-2 (= ${binary:Version}),
pkg-config
Description: Library of functions for 2D graphics - development files
A library of functions for 2D graphics supporting a superset of the
PostScript imaging model, designed to be integrated with graphics, artwork,
and illustration programs. It is written in optimized C, and is fully
compatible with C++. With a small footprint of 10,000 lines of code, it is
especially suitable for embedded applications.

@ -0,0 +1,27 @@
This package was debianized by Christian Marillat <marillat@debian.org> on
Mon, 19 Nov 2001 18:29:06 +0100
It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/
Upstream Author: Raph Levien <raph@acm.org>
Copyright: 1998, 1999, 2000, 2001 Raph Levien <raph@acm.org>
License:
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.

@ -0,0 +1,6 @@
debian/tmp/usr/include
debian/tmp/usr/lib/pkgconfig
debian/tmp/usr/bin/libart2-config
debian/tmp/usr/lib/libart_lgpl_2.a
debian/tmp/usr/lib/libart_lgpl_2.la
debian/tmp/usr/lib/libart_lgpl_2.so

@ -0,0 +1,52 @@
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "LIBART2-CONFIG" "1" "08 August 2003" "" ""
.SH NAME
libart2-config \- script to get information about the installed version of libart 2.x
.SH SYNOPSIS
\fBlibart2-config\fR [ \fB --prefix\fI[=DIR]\fB \fR ] [ \fB --exec-prefix\fI[=DIR]\fB \fR ] [ \fB --libs \fR ] [ \fB --cflags \fR ] [ \fB --version \fR ]
.SH "DESCRIPTION"
.PP
\fBlibart2-config\fR is a tool that is used to determine
the compiler and linker flags that should be used to compile and
link programs that use \fIlibart\fR library.
.SH "OPTIONS"
.TP
\fB--prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option is also used for
the exec prefix if \fB--exec-prefix\fR was
not specified. This option must be specified before any
\fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--exec-prefix=PREFIX\fR
If specified, use \fIPREFIX\fR instead
of the installation exec prefix that
\fIlibart\fR was built with when computing
the output for the \fB--cflags\fR and
\fB--libs\fR options. This option must be specified
before any \fB--libs\fR or \fB--cflags\fR options.
.TP
\fB--libs\fR
Print the linker flags that are necessary to link a
\fIlibart\fR program.
.TP
\fB--cflags\fR
Print the compiler flags that are necessary to compile a
\fIlibart\fR program.
.TP
\fB--version\fR
Print the currently installed version of
\fIlibart\fR on the standard output.
.SH "AUTHOR"
.PP
This manual page was written by Christian Marillat <marillat@debian.org> for
the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,22 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
makebuilddir/kvpnc-trinity::
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
autoconf
automake
libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
GNOME_MODULE := libart_lgpl
DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)'

@ -0,0 +1,4 @@
version=2
http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/([\d\.]+)/ \
libart_lgpl-(.*)\.tar\.gz \
debian uupdate

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org>
Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqt3-mt-dev (>= 3:3.3.4-4), tqt3-dev-tools (>= 3:3.3.4-4), tqt3-apps-dev (>= 3:3.3.4-4), python-sip-dev (>= 4.10.0-2ubuntu1), libqscintilla-dev (>= 1.7), python-support (>= 0.7.1), python-sip-dbg, python-all-dbg Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python-sip-dev (>= 4.10.0-2ubuntu1), libtqscintilla-dev, python-support (>= 0.7.1), python-sip-dbg, python-all-dbg
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: python-tqt Package: python-tqt
@ -72,7 +72,7 @@ Package: python-tqtext-dbg
Priority: extra Priority: extra
Section: debug Section: debug
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, python-dbg, python-qtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends}
Description: TQt debug extensions for PyQt Description: TQt debug extensions for PyQt
PyQt debug Extensions. Contains: PyQt debug Extensions. Contains:
. .

@ -25,6 +25,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
else else
CXXFLAGS += -O1 CXXFLAGS += -O1
endif endif
CXXFLAGS += "-I/usr/include/tqt"
PYTHONS := $(shell pyversions -vr debian/control) PYTHONS := $(shell pyversions -vr debian/control)
@ -44,7 +45,7 @@ build-%/configure-stamp:
mkdir -p build-$* mkdir -p build-$*
cd build-$* && echo yes \ cd build-$* && echo yes \
| python$* ../configure.py \ | python$* ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$* \ -l /usr/include/python$* \
@ -58,13 +59,13 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$* mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \ cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \ | python$*-dbg ../configure.py \
-c -n /usr/include/qscintilla \ -c -n /usr/include/tqscintilla \
-o /usr/lib -u -j $(SPLIT) \ -o /usr/lib -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*) \ -d /usr/lib/python$*/$(call py_sitename,$*) \
-l /usr/include/python$*_d \ -l /usr/include/python$*_d \
-v /usr/share/sip/tqt \ -v /usr/share/sip/tqt \
-m /usr/lib/python$*/config_d \ -m /usr/lib/python$*/config_d \
CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g" STRIP="" CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP=""
touch $@ touch $@
build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp)
@ -87,7 +88,7 @@ install-indep: configure
for version in ${PYTHONS}; do\ for version in ${PYTHONS}; do\
pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \ pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \
mkdir -p debian/python-tqt-dev/$$pylib;\ mkdir -p debian/python-tqt-dev/$$pylib;\
install -m 644 -o root -g root build-$$version/pytqtconfig.py debian/python-tqt-dev/$$pylib;\ install -m 644 -o root -g root build-$$version/pyqtconfig.py debian/python-tqt-dev/$$pylib;\
done done
dh_install -i dh_install -i
@ -105,7 +106,7 @@ install-arch: build
mkdir -p debian/python-tqt-gl-dbg/$$pylib;\ mkdir -p debian/python-tqt-gl-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtgl.so \ mv debian/python-tqt-dbg/$$pylib/qtgl.so \
debian/python-tqt-gl-dbg/$$pylib/;\ debian/python-tqt-gl-dbg/$$pylib/;\
mkdir -p debian/python-qtext-dbg/$$pylib;\ mkdir -p debian/python-tqtext-dbg/$$pylib;\
mv debian/python-tqt-dbg/$$pylib/qtext.so \ mv debian/python-tqt-dbg/$$pylib/qtext.so \
debian/python-tqtext-dbg/$$pylib/;\ debian/python-tqtext-dbg/$$pylib/;\
done done

@ -499,7 +499,7 @@ qt-x11-free (3:3.3.7-1ubuntu3) feisty; urgency=low
qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low
* Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list * Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list
of patches, it caused pyqt and pykde to hide init methods which of patches, it caused pyqt and pytde to hide init methods which
are needed to load modules and it broke skim. are needed to load modules and it broke skim.
-- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000

@ -3,8 +3,8 @@ Section: libs
Priority: optional Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org> Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev
Standards-Version: 3.7.2 Standards-Version: 3.8.4
Package: libtqscintilla7 Package: libtqscintilla7
Section: libs Section: libs

@ -1 +1 @@
usr/share/doc/libqscintilla-doc usr/share/doc/libtqscintilla-doc

@ -1,3 +1,3 @@
usr/lib/*.so.* usr/lib/*.so.*
usr/lib/qt3/plugins/designer/*.so usr/lib/tqt3/plugins/designer/*.so
usr/share/qt3/translations/*.qm usr/share/tqt3/translations/*.qm

@ -1,7 +0,0 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pykdeextensions/AUTHORS
opt/trinity/share/apps/pykdeextensions/ChangeLog
opt/trinity/share/apps/pykdeextensions/INSTALL
opt/trinity/share/apps/pykdeextensions/NEWS
opt/trinity/share/apps/pykdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pykdeextensions

@ -1,10 +0,0 @@
pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -1,23 +1,23 @@
pykdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low pytdeextensions-trinity (0.4.0-6ubuntu6) karmic; urgency=low
* Karmic rebuild * Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
pykdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low pytdeextensions-trinity (0.4.0-5ubuntu5) intrepid; urgency=low
* Added -trinity suffix * Added -trinity suffix
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600
pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low
* Re-add libpythoniz0 dependency on python-dev to work around * Re-add libpythoniz0 dependency on python-dev to work around
libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668)
-- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500
pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
* debian/control: * debian/control:
- remove the python-all-dev dependency in libpythonize0 - remove the python-all-dev dependency in libpythonize0
@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100
pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- libpythonize0 depends on python2.5-dev, it tries to load .so file - libpythonize0 depends on python2.5-dev, it tries to load .so file
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000
pykdeextensions (0.4.0-5) unstable; urgency=low pytdeextensions (0.4.0-5) unstable; urgency=low
* Add python-qt-dev build dependency. * Add python-qt-dev build dependency.
pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)
@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low
* Remove *.py[co] files. * Remove *.py[co] files.
* lintian cleanup: substvar-source-version-is-deprecated. * lintian cleanup: substvar-source-version-is-deprecated.
Use ${binary:Version}. Use ${binary:Version}.
* Make pykdeextensions package arch all. * Make pytdeextensions package arch all.
-- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200
pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low
* Fix depends to python2.5-dev * Fix depends to python2.5-dev
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100
pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
* Add libpython2.5-dev as a depends for libpythonize0, it wants to * Add libpython2.5-dev as a depends for libpythonize0, it wants to
load libpython2.5.so, reverts change from previous upload, LP: #84689, load libpython2.5.so, reverts change from previous upload, LP: #84689,
@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100
pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
* Fix build failure, build-depend on python-qt-dev. * Fix build failure, build-depend on python-qt-dev.
* Use the unversioned python interpreter for scripts. * Use the unversioned python interpreter for scripts.
@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000
pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- build on python 2.5 - build on python 2.5
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100
pykdeextensions (0.4.0-4) unstable; urgency=low pytdeextensions (0.4.0-4) unstable; urgency=low
* Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Update pyversions. Force to build with python2.4 only. (Closes: #424505)
* Remove python-all-dev build dependency. Replaced by python-dev. * Remove python-all-dev build dependency. Replaced by python-dev.
@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200
pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
* Force to build with python2.5. * Force to build with python2.5.
* FIXME: The package is unlikely to work with python2.4; maybe * FIXME: The package is unlikely to work with python2.4; maybe
@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
-- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000
pykdeextensions (0.4.0-3) unstable; urgency=low pytdeextensions (0.4.0-3) unstable; urgency=low
* Converted package to python-support * Converted package to python-support
* Added pycompat and pyversions * Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618) * Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev, * Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config) tdelibs4c2a (for kde-config)
* Updated libpythonize0-dev, libpythonize0, and pykdextensions install files * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules * Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts * Added 12_force_python2.4_script.diff to force python2.4 in scripts
-- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200
pykdeextensions (0.4.0-2) unstable; urgency=low pytdeextensions (0.4.0-2) unstable; urgency=low
* Converted package to cdbs * Converted package to cdbs
* Added 2 patches (thanks to Jonathan Riddell) * Added 2 patches (thanks to Jonathan Riddell)
@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200
pykdeextensions (0.4.0-1) unstable; urgency=low pytdeextensions (0.4.0-1) unstable; urgency=low
[ Fathi Boudra ] [ Fathi Boudra ]
* Initial Debian release Closes: #340141 * Initial Debian release Closes: #340141

@ -1,25 +1,25 @@
Source: pykdeextensions-trinity Source: pytdeextensions-trinity
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool, Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs4c2a-trinity, libtool,
libxml2-utils, libxrandr-dev, libxxf86vm-dev, pyqt-tools, python-trinity-trinity, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity,
python-qt-dev, python-sip4-dev, python-support (>= 0.6), python2.6, python2.6-dev python-tqt-dev, python-sip4-dev, python-support (>= 0.6), python2.6, python2.6-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Package: pykdeextensions-trinity Package: pytdeextensions-trinity
Architecture: all Architecture: all
Depends: ${python:Depends} Depends: ${python:Depends}
Replaces: pykdeextensions-kde3 (<< 4:3.5.13) Replaces: pytdeextensions-kde3 (<< 4:3.5.13)
Breaks: pykdeextensions-kde3 (<< 4:3.5.13) Breaks: pytdeextensions-kde3 (<< 4:3.5.13)
Conflicts: pykdeextensions Conflicts: pytdeextensions
Provides: ${python:Provides} Provides: ${python:Provides}
Description: Python packages to support KDE applications (scripts) [Trinity] Description: Python packages to support KDE applications (scripts) [Trinity]
PyKDE Extensions is a collection of software and Python packages PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications. to support the creation and installation of KDE applications.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity-dev Package: libpythonize0-trinity-dev
Architecture: any Architecture: any
@ -33,7 +33,7 @@ Description: Python packages to support KDE applications (development) [Trinity]
. .
This package contains the libpythonize development files. This package contains the libpythonize development files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-trinity Package: libpythonize0-trinity
Architecture: any Architecture: any
@ -48,4 +48,4 @@ Description: Python packages to support KDE applications (library) [Trinity]
. .
This package contains the libpythonize library files. This package contains the libpythonize library files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions

@ -1,9 +1,9 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200. Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pykdeextensions> It was downloaded from <http://www.simonzone.com/software/pytdeextensions>
Application templates and pykde helper modules copyright: Application templates and pytde helper modules copyright:
Simon Edwards <simon@simonzone.com> Simon Edwards <simon@simonzone.com>
License: License:

@ -0,0 +1,7 @@
usr/lib/python*/dist-packages
opt/trinity/share/apps/pytdeextensions/AUTHORS
opt/trinity/share/apps/pytdeextensions/ChangeLog
opt/trinity/share/apps/pytdeextensions/INSTALL
opt/trinity/share/apps/pytdeextensions/NEWS
opt/trinity/share/apps/pytdeextensions/app_templates
opt/trinity/share/doc/kde/HTML/en/pytdeextensions

@ -0,0 +1,10 @@
pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/kde
install/pykdeextensions-trinity:: install/pytdeextensions-trinity::
# We have no idea if the built product is site-packages or dist-packages # We have no idea if the built product is site-packages or dist-packages
cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages"
rm -rf debian/tmp/usr/lib/python*/site-packages/ rm -rf debian/tmp/usr/lib/python*/site-packages/
# install lintian overrides # install lintian overrides
install -D -p -m0644 debian/pykdeextensions-trinity.lintian-overrides \ install -D -p -m0644 debian/pytdeextensions-trinity.lintian-overrides \
debian/pykdeextensions-trinity/usr/share/lintian/overrides/pykdeextensions-trinity debian/pytdeextensions-trinity/usr/share/lintian/overrides/pytdeextensions-trinity
# fix script-not-executable # fix script-not-executable
find debian -type f -name '*.py' | xargs chmod 0755 find debian -type f -name '*.py' | xargs chmod 0755

@ -320,7 +320,7 @@ python-trinity (3.11.3+20050829-1) unstable; urgency=low
* Added the homepage of PyKDE to the package descriptions * Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into * HTML documentations is now installed into
/usr/share/doc/python-trinity-doc/html /usr/share/doc/python-trinity-doc/html
* pykdeconfig.py now also knows that the sip files * pytdeconfig.py now also knows that the sip files
are in /usr/share/sip/trinity, not in /usr/share/sip/kde are in /usr/share/sip/trinity, not in /usr/share/sip/kde
(Closes: #312708) (Closes: #312708)

@ -4,14 +4,14 @@ Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Build-Depends: debhelper (>= 5.0.38), libtqtinterface-dev, python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-tqt-dev, tdelibs4-trinity-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
XS-Python-Version: all XS-Python-Version: all
Package: python-trinity-trinity Package: python-trinity-trinity
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18) Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt
Replaces: python-kde3-kde3 (<< 4:3.5.13) Replaces: python-kde3-kde3 (<< 4:3.5.13)
Breaks: python-kde3-kde3 (<< 4:3.5.13) Breaks: python-kde3-kde3 (<< 4:3.5.13)
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
@ -27,7 +27,7 @@ Priority: extra
Architecture: any Architecture: any
Replaces: python-kde3-kde3-dbg (<< 4:3.5.13) Replaces: python-kde3-kde3-dbg (<< 4:3.5.13)
Breaks: python-kde3-kde3-dbg (<< 4:3.5.13) Breaks: python-kde3-kde3-dbg (<< 4:3.5.13)
Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python (debug extensions) [Trinity] Description: Trinity bindings for Python (debug extensions) [Trinity]
Python binding module that provides wide access to the Trinity API, Python binding module that provides wide access to the Trinity API,
@ -41,13 +41,13 @@ Section: python
Architecture: all Architecture: all
Replaces: python-kde3-kde3-dev (<< 4:3.5.13) Replaces: python-kde3-kde3-dev (<< 4:3.5.13)
Breaks: python-kde3-kde3-dev (<< 4:3.5.13) Breaks: python-kde3-kde3-dev (<< 4:3.5.13)
Depends: pyqt-tools, ${python:Depends} Depends: pytqt-tools, ${python:Depends}
XB-Python-Version: ${python:Versions} XB-Python-Version: ${python:Versions}
Description: Trinity bindings for Python - Development files and scripts [Trinity] Description: Trinity bindings for Python - Development files and scripts [Trinity]
Development .sip files with definitions of PyKDE classes. They Development .sip files with definitions of PyKDE classes. They
are needed to build PyKDE, but also as building blocks of other are needed to build PyKDE, but also as building blocks of other
packages based on them. packages based on them.
The package also contains kdepyuic, a wrapper script around PyQt's The package also contains kdepyuic, a wrapper script around PyTQt's
user interface compiler. user interface compiler.
Package: python-trinity-trinity-doc Package: python-trinity-trinity-doc

@ -4,8 +4,8 @@ import sys
if getattr(sys, "pydebug", False): if getattr(sys, "pydebug", False):
try: try:
from pykdeconfig_d import * from pytdeconfig_d import *
except ImportError, msg: except ImportError, msg:
raise ImportError, 'No module named pykdeconfig; package python-trinity-dbg not installed' raise ImportError, 'No module named pytdeconfig; package python-trinity-dbg not installed'
else: else:
from pykdeconfig_nd import * from pytdeconfig_nd import *

@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\ for version in ${PYTHONS};\
do\ do\
mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\ mkdir -p debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages;\
cp debian/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\ cp debian/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/;\
cp build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ cp build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done done
for version in ${DBG_PYTHONS};\ for version in ${DBG_PYTHONS};\
do\ do\
cp dbg-build-$$version/pykdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pykdeconfig_d.py;\ cp dbg-build-$$version/pytdeconfig.py debian/python-trinity-trinity-dev/opt/trinity/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done done
install-arch: install-arch:

@ -0,0 +1,12 @@
FPACKAGE = sudo-trinity
VERSION = 1.0
build:
clean:
install:
mkdir -p /etc
cp -Rp etc/* $(DESTDIR)/etc/
chmod -R 644 $(DESTDIR)/etc
chmod -R 0440 $(DESTDIR)/etc/sudoers.d/tde-secure-path

@ -0,0 +1,5 @@
sudo-trinity (1.0) lucid; urgency=low
* Initial release
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 11 Dec 2011 07:49:00 -0600

@ -0,0 +1,13 @@
Source: sudo-trinity
Section: kde
Priority: extra
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>=5.0), cdbs
Standards-Version: 3.8.4
Package: sudo-trinity
Architecture: all
Depends: sudo
Description: TDE sudo
TDE configuration files for sudo

@ -0,0 +1,8 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS=-g -Wall -fPIC
DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)"
DEB_INSTALL_DOCS_ALL :=

@ -0,0 +1 @@
Defaults secure_path=/usr/local/sbin:/usr/local/bin:/opt/trinity/sbin:/usr/sbin:/opt/trinity/bin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

@ -1,5 +1,5 @@
Source: tde-i18n-trinity Source: tde-i18n-trinity
Build-Depends: autoconf, debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl Build-Depends: debhelper (>= 5), tdelibs4-trinity-dev, gawk, gettext, bzip2, perl, automake, autoconf, libtool, libltdl-dev
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>

@ -54,7 +54,7 @@ $(STAMP_EXTRACT):
$(STAMP_BUILD): $(STAMP_BUILD):
# Building the '$(cur_lang)' language ... # Building the '$(cur_lang)' language ...
cd $(cur_lang_dir) && ./configure $(configkde) && $(MAKE) cd $(cur_lang_dir) && autoreconf && automake -f && $(MAKE) -f ../admin/Makefile.common && ./configure $(configkde) && $(MAKE)
touch $@ touch $@

@ -196,7 +196,7 @@ tdebase-trinity (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low
tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low tdebase-trinity (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low
* Added XDG_DATA_DIRS and KDEDIRS to starttde, as suggested by zekica on the Debian forums * Added XDG_DATA_DIRS and TDEDIRS to starttde, as suggested by zekica on the Debian forums
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600
@ -758,8 +758,8 @@ tdebase (4:3.5.7-1ubuntu24) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu23) gutsy; urgency=low
* Fixed kubuntu_52_gtk_qt_engine_config.diff and * Fixed kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff as $kdehome=$HOME/.kde so we should use kubuntu_53_kwallet_config.diff as $tdehome=$HOME/.kde so we should use
$kdehome instead of $HOME/$kdehome $tdehome instead of $HOME/$tdehome
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 19 Sep 2007 12:22:46 +0200
@ -780,7 +780,7 @@ tdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low
* Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed (again) $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100
@ -799,7 +799,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
[ Ryan Kavanagh ] [ Ryan Kavanagh ]
* Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk
build-dep as they are no longer needed build-dep as they are no longer needed
* Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed $TDEHOME to $tdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400
@ -807,7 +807,7 @@ tdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low tdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low
* Edit kubuntu_52_gtk_qt_engine_config.diff and * Edit kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde
* Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now
* Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi
* Add kubuntu_9903_api_docs_move.diff for new API website * Add kubuntu_9903_api_docs_move.diff for new API website

@ -38,7 +38,7 @@ script
export LANG LANGUAGE export LANG LANGUAGE
fi fi
KDEDIRS=/opt/trinity/ TDEDIRS=/opt/trinity/
PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin
initctl emit starting-dm DM=kdm-trinity initctl emit starting-dm DM=kdm-trinity

@ -22,7 +22,7 @@ set -e
HEED_DEFAULT_DISPLAY_MANAGER=true HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
KDEDIRS=/opt/trinity/ TDEDIRS=/opt/trinity/
PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/trinity/bin:/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/opt/trinity/bin/kdm DAEMON=/opt/trinity/bin/kdm
PIDFILE=/var/run/kdm.pid PIDFILE=/var/run/kdm.pid

@ -1,14 +1,14 @@
--- starttde --- starttde
+++ starttde +++ starttde
@@ -184,17 +184,17 @@ @@ -184,17 +184,17 @@
. $kdehome/share/config/startupconfig . $tdehome/share/config/startupconfig
fi fi
-# Make sure a default wallpaper is set. -# Make sure a default wallpaper is set.
-if [ ! -e $kdehome/share/config/kdesktoprc ]; then -if [ ! -e $tdehome/share/config/kdesktoprc ]; then
- # With Trinity KDE this file should exist, but test first. - # With Trinity KDE this file should exist, but test first.
- if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then - if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
-cat >$kdehome/share/config/kdesktoprc <<EOF -cat >$tdehome/share/config/kdesktoprc <<EOF
-[Desktop0] -[Desktop0]
-Wallpaper=isadora.png -Wallpaper=isadora.png
-WallpaperMode=Scaled -WallpaperMode=Scaled
@ -16,10 +16,10 @@
- fi - fi
-fi -fi
+## Make sure a default wallpaper is set. +## Make sure a default wallpaper is set.
+#if [ ! -e $kdehome/share/config/kdesktoprc ]; then +#if [ ! -e $tdehome/share/config/kdesktoprc ]; then
+# # With Trinity KDE this file should exist, but test first. +# # With Trinity KDE this file should exist, but test first.
+# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then +# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then
+#cat >$kdehome/share/config/kdesktoprc <<EOF +#cat >$tdehome/share/config/kdesktoprc <<EOF
+#[Desktop0] +#[Desktop0]
+#Wallpaper=isadora.png +#Wallpaper=isadora.png
+#WallpaperMode=Scaled +#WallpaperMode=Scaled

@ -483,7 +483,7 @@ tdebindings (4:3.2.92-1) unstable; urgency=low
was accepted upstream. was accepted upstream.
* debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/libkjsembed1.install: install the qprocess kjsembed plugin.
* debian/rules: disable the python directory, as sip, pyqt and * debian/rules: disable the python directory, as sip, pyqt and
pykde are all packaged in Debian already. pytde are all packaged in Debian already.
* debian/control: added the libsmokekde1, libsmokekde-dev, * debian/control: added the libsmokekde1, libsmokekde-dev,
libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream
additions. additions.

@ -2,7 +2,7 @@ Source: tdebindings-trinity
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5),
python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk, python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk,
gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc], gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc],
tdelibs4-trinity-dev (>= 4:3.5.9), libqt3-compat-headers (>= 3:3.3.5), tdelibs4-trinity-dev (>= 4:3.5.9), libtqt3-compat-headers (>= 3:3.3.5),
ruby, ruby1.8-dev, flex, bison, ruby, ruby1.8-dev, flex, bison,
automake, autoconf, libtool, libltdl-dev automake, autoconf, libtool, libltdl-dev
Section: devel Section: devel

@ -9,7 +9,7 @@ debian/tmp/opt/trinity/lib/ruby/1.8/Qt.rb
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la debian/tmp/opt/trinity/lib/ruby/1.8/*/qtruby.la
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.so* debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.so*
debian/tmp/opt/trinity/lib/ruby/1.8/*/qui.la debian/tmp/opt/trinity/lib/ruby/1.8/*/tqui.la
qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8 qtruby/ChangeLog /opt/trinity/share/doc/libqt0-ruby1.8

@ -2087,7 +2087,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
output them expanded even when --expandvars is not used. (Closes: #287822) output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not * Fixed the ability of the build system to find kde.pot, even when it is not
located at KDEDIR/include/kde.pot. This allows the use of targets such as located at TDEDIR/include/kde.pot. This allows the use of targets such as
"package-messages" without specifying includedir. (Closes: #283858) "package-messages" without specifying includedir. (Closes: #283858)
* Now that graphviz is in main, add it to Build-Depends-Indep together with * Now that graphviz is in main, add it to Build-Depends-Indep together with

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export KDEDIRS=/usr/:/opt/trinity/ export TDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 /opt/trinity/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8

@ -4,7 +4,7 @@
kstartupconfig, kdostartupconfig kstartupconfig, kdostartupconfig
\- KDE configuration options loader \- KDE configuration options loader
.SH SYNOPSIS .SH SYNOPSIS
\fBkstartupconfig\fP [$KDEHOME] \fBkstartupconfig\fP [$TDEHOME]
.sp 1 .sp 1
\fBkdostartupconfig\fP \fBkdostartupconfig\fP
.SH DESCRIPTION .SH DESCRIPTION
@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base
if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes
.SH OPTIONS .SH OPTIONS
.TP .TP
.B $KDEHOME .B $TDEHOME
KDE home directory, if different to ~/.kde KDE home directory, if different to ~/.kde
.SS .SS
.SH FILES .SH FILES
In case $KDEHOME is not set ~/.kde is assumed. In case $TDEHOME is not set ~/.kde is assumed.
.TP .TP
.I $KDEHOME/share/config/startupconfig .I $TDEHOME/share/config/startupconfig
script, sourced to set shell variables with configuration options script, sourced to set shell variables with configuration options
.TP .TP
.I $KDEHOME/share/config/startupconfigfiles .I $TDEHOME/share/config/startupconfigfiles
configuration options and files they belong to configuration options and files they belong to
.TP .TP
.I $KDEHOME/share/config/startupconfigkeys .I $TDEHOME/share/config/startupconfigkeys
configuration options to load configuration options to load
.SH SEE ALSO .SH SEE ALSO
.BR kconf_update (1),\ starttde (1) .BR kconf_update (1),\ starttde (1)

@ -72,7 +72,7 @@ manpage.1: manpage.sgml
<para><command>&dhpackage;</command> is used to create KDE <para><command>&dhpackage;</command> is used to create KDE
resources in temporary directories and symlinks to them in resources in temporary directories and symlinks to them in
<envar>KDEHOME</envar>. The resource that needs to be created is <envar>TDEHOME</envar>. The resource that needs to be created is
given as an argument and can be anyone of:</para> given as an argument and can be anyone of:</para>
<itemizedlist> <itemizedlist>

@ -25,10 +25,10 @@ directory with ppd files
write printer database into this file write printer database into this file
.SH FILES .SH FILES
.TP .TP
.I $KDEHOME/share/apps/tdeprint/printerdb_cups.txt .I $TDEHOME/share/apps/tdeprint/printerdb_cups.txt
KDE printer database KDE printer database
.br .br
(if $KDEHOME is not set ~/.kde is used) (if $TDEHOME is not set ~/.kde is used)
.SH SEE ALSO .SH SEE ALSO
.BR make_driver_db_lpr (1) .BR make_driver_db_lpr (1)
.TP .TP

@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -196,7 +196,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 55 info/tdemultimedia.kaboodle.1 .lf 55 info/tdemultimedia.kaboodle.1

@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -195,7 +195,7 @@ LANG.
Assume that all filenames are in UTF-8 format regardless of the Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by current language setting. Otherwise the filename format is defined by
the language. the language.
.IP KDE_MULTIHEAD .IP TDE_MULTIHEAD
If this variable has the value If this variable has the value
.B true .B true
multihead multiple display mode is enabled. The KDE display will be multihead multiple display mode is enabled. The KDE display will be
@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 50 info/tdeutils.kcharselect.1 .lf 50 info/tdeutils.kcharselect.1

@ -229,7 +229,7 @@ kde-guidance (0.8.0svn20080103-0ubuntu4) hardy; urgency=low
kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low kde-guidance (0.8.0svn20080103-0ubuntu3) hardy; urgency=low
* Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call * Add Add kubuntu_09_mountconfig_no_extensions.patch to remove uneeded call
to pykdeextensions in mountconfig so that pyqt3 no longer needs to be to pytdeextensions in mountconfig so that pyqt3 no longer needs to be
patched to provide -dev files in the regular package (LP: #197867) patched to provide -dev files in the regular package (LP: #197867)
* Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig * Add kubuntu_10_displayconfig_tryagain.patch so that if displayconfig
thinks a proprietary driver is installed, but it can't find it, it thinks a proprietary driver is installed, but it can't find it, it
@ -618,7 +618,7 @@ kde-guidance (0.7.1~svn20061215-0ubuntu1) feisty; urgency=low
kde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low kde-guidance (0.7.1~svn20061124-0ubuntu2) feisty; urgency=low
* Rebuilt against new pykde. * Rebuilt against new pytde.
-- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100 -- Anthony Mercatante <tonio@ubuntu.com> Wed, 06 Dec 2006 23:40:32 +0100
@ -1029,7 +1029,7 @@ kde-guidance (0.6.2-0ubuntu1) dapper; urgency=low
kde-guidance (0.6.1-0ubuntu0) dapper; urgency=low kde-guidance (0.6.1-0ubuntu0) dapper; urgency=low
* New release, sets a fixed DPI for Xft * New release, sets a fixed DPI for Xft
* Add run time dependency on pykdeextensions * Add run time dependency on pytdeextensions
* Add kubuntu_03_userconfig_shebang.diff fix extra space * Add kubuntu_03_userconfig_shebang.diff fix extra space
* Change init script to run at S35, Malone No. 32268 * Change init script to run at S35, Malone No. 32268

@ -6,13 +6,13 @@ XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.de
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-kde3-dev, Build-Depends: cdbs, debhelper (>= 5), chrpath, kdelibs4-kde3-dev,
libpythonize0-kde3-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev, libpythonize0-kde3-dev, libtool, libxml2-utils, libxss-dev, libxxf86vm-dev,
pykdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev, pytdeextensions-kde3, pyqt-tools, python-qt3 (>= 3.17.2-1ubuntu2), python-kde3-kde3, python-kde3-kde3-dev, python-sip4-dev,
python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5), x11proto-scrnsaver-dev, python-qt-dev, hwdata
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Package: kde-guidance-kde3 Package: kde-guidance-kde3
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pykdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, pytdeextensions-kde3, python-kde3-kde3, sysv-rc, guidance-backends-kde3, hwdata, python (>= 2.5), python-dev (>= 2.5)
Conflicts: guidance-power-manager, kde-guidance-powermanager Conflicts: guidance-power-manager, kde-guidance-powermanager
Provides: ${python:Provides} Provides: ${python:Provides}
Description: collection of KDE system administration tools for GNU/Linux [KDE3] Description: collection of KDE system administration tools for GNU/Linux [KDE3]

@ -175,7 +175,7 @@ clean::
fi fi
common-install-prehook-impl:: common-install-prehook-impl::
# generate form implementation using pykde user interface compiler # generate form implementation using pytde user interface compiler
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n guidance_power_manager_ui.ui)
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n tooltip.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n tooltip.ui)
(cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n notify.ui) (cd powermanager; /opt/kde3/bin/kdepyuic --usekdei18n notify.ui)

@ -38,7 +38,7 @@
+ string user_tmp_dir; + string user_tmp_dir;
int uid = getuid(); int uid = getuid();
const char *home_dir = getenv("HOME"); const char *home_dir = getenv("HOME");
const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME");
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
if (!tmp || !tmp[0]) if (!tmp || !tmp[0])
tmp = "/tmp"; tmp = "/tmp";
@ -110,7 +110,7 @@
+ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + result = lstat(kde_tmp_dir.c_str(), &stat_buf);
if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) if ((result == 0) && (S_ISDIR(stat_buf.st_mode)))
{ {
/* $KDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */ /* $TDEHOME/socket-$HOSTNAME is a normal directory. Do nothing. */
- tmp_buf = (char *) malloc(PATH_MAX+1); - tmp_buf = (char *) malloc(PATH_MAX+1);
- if (!tmp_buf) - if (!tmp_buf)
- return 0; - return 0;
@ -184,7 +184,7 @@
+ char *tmp_buf; + char *tmp_buf;
int uid = getuid(); int uid = getuid();
const char *home_dir = getenv("HOME"); const char *home_dir = getenv("HOME");
const char *kde_home = uid ? getenv("KDEHOME") : getenv("KDEROOTHOME"); const char *kde_home = uid ? getenv("TDEHOME") : getenv("KDEROOTHOME");
int result; int result;
struct stat stat_buf; struct stat stat_buf;
@ -259,7 +259,7 @@
+ result = lstat(kde_tmp_dir.c_str(), &stat_buf); + result = lstat(kde_tmp_dir.c_str(), &stat_buf);
if ((result == 0) && (S_ISDIR(stat_buf.st_mode))) if ((result == 0) && (S_ISDIR(stat_buf.st_mode)))
{ {
/* $KDEHOME/tmp is a normal directory. Do nothing. */ /* $TDEHOME/tmp is a normal directory. Do nothing. */
- printf("Directory \"%s\" already exists.\n", kde_tmp_dir); - printf("Directory \"%s\" already exists.\n", kde_tmp_dir);
+ printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str()); + printf("Directory \"%s\" already exists.\n", kde_tmp_dir.c_str());
return 0; return 0;

@ -196,7 +196,7 @@ kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid19) intrepid; urgency=low
kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low kdebase-kde3 (4:3.5.10-0ubuntu3~intrepid18) intrepid; urgency=low
* Added XDG_DATA_DIRS and KDEDIRS to startkde, as suggested by zekica on the Kubuntu forums * Added XDG_DATA_DIRS and TDEDIRS to startkde, as suggested by zekica on the Kubuntu forums
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 07 Mar 2009 13:18:00 -0600
@ -780,7 +780,7 @@ kdebase (4:3.5.7-1ubuntu21) gutsy; urgency=low
kdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu20) gutsy; urgency=low
* Changed (again) $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed (again) $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 15 Sep 2007 23:12:26 +0100
@ -799,7 +799,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
[ Ryan Kavanagh ] [ Ryan Kavanagh ]
* Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk * Dropping kubuntu_9902_nspluginviewer_hangs_cpu.diff and the libgtk
build-dep as they are no longer needed build-dep as they are no longer needed
* Changed $KDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and * Changed $TDEHOME to $kdehome in kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff . (LP: #136560) kubuntu_53_kwallet_config.diff . (LP: #136560)
-- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400 -- Ryan Kavanagh <ryanakca@kubuntu.org> Mon, 03 Sep 2007 10:26:36 -0400
@ -807,7 +807,7 @@ kdebase (4:3.5.7-1ubuntu18) gutsy; urgency=low
kdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low kdebase (4:3.5.7-1ubuntu17) gutsy; urgency=low
* Edit kubuntu_52_gtk_qt_engine_config.diff and * Edit kubuntu_52_gtk_qt_engine_config.diff and
kubuntu_53_kwallet_config.diff to use $KDEHOME instead of .kde kubuntu_53_kwallet_config.diff to use $TDEHOME instead of .kde
* Remove kubuntu_77_kiosystem.diff, home:/ better than /home now * Remove kubuntu_77_kiosystem.diff, home:/ better than /home now
* Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi * Edit kubuntu_27_aboutscreen_searchbar.diff to work with strigi
* Add kubuntu_9903_api_docs_move.diff for new API website * Add kubuntu_9903_api_docs_move.diff for new API website

@ -38,7 +38,7 @@ script
export LANG LANGUAGE export LANG LANGUAGE
fi fi
KDEDIRS=/opt/kde3/ TDEDIRS=/opt/kde3/
PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin
initctl emit starting-dm DM=kdm-kde3 initctl emit starting-dm DM=kdm-kde3

@ -22,7 +22,7 @@ set -e
HEED_DEFAULT_DISPLAY_MANAGER=true HEED_DEFAULT_DISPLAY_MANAGER=true
DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager DEFAULT_DISPLAY_MANAGER_FILE=/etc/X11/default-display-manager
KDEDIRS=/opt/kde3/ TDEDIRS=/opt/kde3/
PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin PATH=/opt/kde3/bin:/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/opt/kde3/bin/kdm DAEMON=/opt/kde3/bin/kdm
PIDFILE=/var/run/kdm.pid PIDFILE=/var/run/kdm.pid

@ -483,7 +483,7 @@ kdebindings (4:3.2.92-1) unstable; urgency=low
was accepted upstream. was accepted upstream.
* debian/libkjsembed1.install: install the qprocess kjsembed plugin. * debian/libkjsembed1.install: install the qprocess kjsembed plugin.
* debian/rules: disable the python directory, as sip, pyqt and * debian/rules: disable the python directory, as sip, pyqt and
pykde are all packaged in Debian already. pytde are all packaged in Debian already.
* debian/control: added the libsmokekde1, libsmokekde-dev, * debian/control: added the libsmokekde1, libsmokekde-dev,
libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream libkorundum-ruby1.8 and libqtruby-ruby1.8 packages because of upstream
additions. additions.

@ -2087,7 +2087,7 @@ kdelibs (4:3.4.0-0pre5) alioth; urgency=low
output them expanded even when --expandvars is not used. (Closes: #287822) output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not * Fixed the ability of the build system to find kde.pot, even when it is not
located at KDEDIR/include/kde.pot. This allows the use of targets such as located at TDEDIR/include/kde.pot. This allows the use of targets such as
"package-messages" without specifying includedir. (Closes: #283858) "package-messages" without specifying includedir. (Closes: #283858)
* Now that graphviz is in main, add it to Build-Depends-Indep together with * Now that graphviz is in main, add it to Build-Depends-Indep together with

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
export KDEDIRS=/usr/:/opt/kde3/ export TDEDIRS=/usr/:/opt/kde3/
/opt/kde3/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8 /opt/kde3/bin/kcmshell.real $1 $2 $3 $4 $5 $6 $7 $8

@ -4,7 +4,7 @@
kstartupconfig, kdostartupconfig kstartupconfig, kdostartupconfig
\- KDE configuration options loader \- KDE configuration options loader
.SH SYNOPSIS .SH SYNOPSIS
\fBkstartupconfig\fP [$KDEHOME] \fBkstartupconfig\fP [$TDEHOME]
.sp 1 .sp 1
\fBkdostartupconfig\fP \fBkdostartupconfig\fP
.SH DESCRIPTION .SH DESCRIPTION
@ -27,19 +27,19 @@ do not use frequently changed config files since the checking is timestamp\-base
if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes if \fBkconf_update\fP is used to update an option also touch the matching global config file to allow \fBkstartupconfig\fP to see changes
.SH OPTIONS .SH OPTIONS
.TP .TP
.B $KDEHOME .B $TDEHOME
KDE home directory, if different to ~/.kde KDE home directory, if different to ~/.kde
.SS .SS
.SH FILES .SH FILES
In case $KDEHOME is not set ~/.kde is assumed. In case $TDEHOME is not set ~/.kde is assumed.
.TP .TP
.I $KDEHOME/share/config/startupconfig .I $TDEHOME/share/config/startupconfig
script, sourced to set shell variables with configuration options script, sourced to set shell variables with configuration options
.TP .TP
.I $KDEHOME/share/config/startupconfigfiles .I $TDEHOME/share/config/startupconfigfiles
configuration options and files they belong to configuration options and files they belong to
.TP .TP
.I $KDEHOME/share/config/startupconfigkeys .I $TDEHOME/share/config/startupconfigkeys
configuration options to load configuration options to load
.SH SEE ALSO .SH SEE ALSO
.BR kconf_update (1),\ startkde (1) .BR kconf_update (1),\ startkde (1)

@ -72,7 +72,7 @@ manpage.1: manpage.sgml
<para><command>&dhpackage;</command> is used to create KDE <para><command>&dhpackage;</command> is used to create KDE
resources in temporary directories and symlinks to them in resources in temporary directories and symlinks to them in
<envar>KDEHOME</envar>. The resource that needs to be created is <envar>TDEHOME</envar>. The resource that needs to be created is
given as an argument and can be anyone of:</para> given as an argument and can be anyone of:</para>
<itemizedlist> <itemizedlist>

@ -25,10 +25,10 @@ directory with ppd files
write printer database into this file write printer database into this file
.SH FILES .SH FILES
.TP .TP
.I $KDEHOME/share/apps/kdeprint/printerdb_cups.txt .I $TDEHOME/share/apps/kdeprint/printerdb_cups.txt
KDE printer database KDE printer database
.br .br
(if $KDEHOME is not set ~/.kde is used) (if $TDEHOME is not set ~/.kde is used)
.SH SEE ALSO .SH SEE ALSO
.BR make_driver_db_lpr (1) .BR make_driver_db_lpr (1)
.TP .TP

@ -70,7 +70,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -218,7 +218,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 55 info/kdemultimedia.kaboodle.1 .lf 55 info/kdemultimedia.kaboodle.1

@ -69,7 +69,7 @@ Use an alternative configuration file, instead of the default, which
is normally located in is normally located in
.I /usr/share/config .I /usr/share/config
or in or in
.RB $ KDEHOME\fI/share/config .RB $ TDEHOME\fI/share/config
.TP .TP
.BI \-\-dcopserver \ server .BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to. Set the address of the DCOP server to attach to.
@ -217,7 +217,7 @@ The session manager to use. This option is set automatically by KDE
and is a network path to the session manager socket. and is a network path to the session manager socket.
.IP HOME .IP HOME
Path to the home directory for the current user. Path to the home directory for the current user.
.IP KDEHOME .IP TDEHOME
The KDE per-user setting directory. Default if not specified is The KDE per-user setting directory. Default if not specified is
.I $HOME/.kde .I $HOME/.kde
.lf 50 info/kdeutils.kcharselect.1 .lf 50 info/kdeutils.kcharselect.1

@ -1,48 +0,0 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pykdeextensions>
Application templates and pykde helper modules copyright:
Simon Edwards <simon@simonzone.com>
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2'.
libpythonize: Copyright 2003 Jim Bublitz <jbublitz@nwinternet.com>
License:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

@ -1,7 +0,0 @@
usr/lib/python*/dist-packages
opt/kde3/share/apps/pykdeextensions/AUTHORS
opt/kde3/share/apps/pykdeextensions/ChangeLog
opt/kde3/share/apps/pykdeextensions/INSTALL
opt/kde3/share/apps/pykdeextensions/NEWS
opt/kde3/share/apps/pykdeextensions/app_templates
opt/kde3/share/doc/kde/HTML/en/pykdeextensions

@ -1,10 +0,0 @@
pykdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pykdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pykdeextensions: desktop-command-not-in-package ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pykdeextensions: executable-not-elf-or-script ./usr/share/apps/pykdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -1,23 +1,23 @@
pykdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low pytdeextensions-kde3 (0.4.0-6ubuntu6) karmic; urgency=low
* Karmic rebuild * Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
pykdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low pytdeextensions-kde3 (0.4.0-5ubuntu5) intrepid; urgency=low
* Added -kde3 suffix * Added -kde3 suffix
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600 -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 Dec 2008 21:38:00 -0600
pykdeextensions (0.4.0-5ubuntu3) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu3) hardy; urgency=low
* Re-add libpythoniz0 dependency on python-dev to work around * Re-add libpythoniz0 dependency on python-dev to work around
libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668) libpythonize0 dlopening libpython2.5.so and not ...so.1 (LP: #179668)
-- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500 -- Scott Kitterman <scott@kitterman.com> Sat, 01 Mar 2008 11:15:08 -0500
pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
* debian/control: * debian/control:
- remove the python-all-dev dependency in libpythonize0 - remove the python-all-dev dependency in libpythonize0
@ -26,14 +26,14 @@ pykdeextensions (0.4.0-5ubuntu2) hardy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 17 Dec 2007 12:38:49 +0100
pykdeextensions (0.4.0-5ubuntu1) hardy; urgency=low pytdeextensions (0.4.0-5ubuntu1) hardy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- libpythonize0 depends on python2.5-dev, it tries to load .so file - libpythonize0 depends on python2.5-dev, it tries to load .so file
-- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 29 Nov 2007 17:59:47 +0000
pykdeextensions (0.4.0-5) unstable; urgency=low pytdeextensions (0.4.0-5) unstable; urgency=low
* Add python-qt-dev build dependency. * Add python-qt-dev build dependency.
pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504) pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)
@ -44,17 +44,17 @@ pykdeextensions (0.4.0-5) unstable; urgency=low
* Remove *.py[co] files. * Remove *.py[co] files.
* lintian cleanup: substvar-source-version-is-deprecated. * lintian cleanup: substvar-source-version-is-deprecated.
Use ${binary:Version}. Use ${binary:Version}.
* Make pykdeextensions package arch all. * Make pytdeextensions package arch all.
-- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200 -- Fathi Boudra <fboudra@free.fr> Sun, 07 Oct 2007 12:06:15 +0200
pykdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu4) gutsy; urgency=low
* Fix depends to python2.5-dev * Fix depends to python2.5-dev
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 18:48:45 +0100
pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
* Add libpython2.5-dev as a depends for libpythonize0, it wants to * Add libpython2.5-dev as a depends for libpythonize0, it wants to
load libpython2.5.so, reverts change from previous upload, LP: #84689, load libpython2.5.so, reverts change from previous upload, LP: #84689,
@ -62,7 +62,7 @@ pykdeextensions (0.4.0-4ubuntu3) gutsy; urgency=low
-- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 25 Sep 2007 16:32:17 +0100
pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
* Fix build failure, build-depend on python-qt-dev. * Fix build failure, build-depend on python-qt-dev.
* Use the unversioned python interpreter for scripts. * Use the unversioned python interpreter for scripts.
@ -71,14 +71,14 @@ pykdeextensions (0.4.0-4ubuntu2) gutsy; urgency=low
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000 -- Matthias Klose <doko@ubuntu.com> Wed, 29 Aug 2007 20:48:25 +0000
pykdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low pytdeextensions (0.4.0-4ubuntu1) gutsy; urgency=low
* Merge with Debian, remaining changes: * Merge with Debian, remaining changes:
- build on python 2.5 - build on python 2.5
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100 -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 03 Jun 2007 13:51:42 +0100
pykdeextensions (0.4.0-4) unstable; urgency=low pytdeextensions (0.4.0-4) unstable; urgency=low
* Update pyversions. Force to build with python2.4 only. (Closes: #424505) * Update pyversions. Force to build with python2.4 only. (Closes: #424505)
* Remove python-all-dev build dependency. Replaced by python-dev. * Remove python-all-dev build dependency. Replaced by python-dev.
@ -86,7 +86,7 @@ pykdeextensions (0.4.0-4) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200 -- Fathi Boudra <fboudra@free.fr> Wed, 16 May 2007 11:02:06 +0200
pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low pytdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
* Force to build with python2.5. * Force to build with python2.5.
* FIXME: The package is unlikely to work with python2.4; maybe * FIXME: The package is unlikely to work with python2.4; maybe
@ -94,20 +94,20 @@ pykdeextensions (0.4.0-3ubuntu1) feisty; urgency=low
-- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000 -- Matthias Klose <doko@ubuntu.com> Sun, 14 Jan 2007 16:42:27 +0000
pykdeextensions (0.4.0-3) unstable; urgency=low pytdeextensions (0.4.0-3) unstable; urgency=low
* Converted package to python-support * Converted package to python-support
* Added pycompat and pyversions * Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618) * Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev, * Added to Build-Depends: python-support, python-all-dev,
kdelibs4c2a (for kde-config) kdelibs4c2a (for kde-config)
* Updated libpythonize0-dev, libpythonize0, and pykdextensions install files * Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules * Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts * Added 12_force_python2.4_script.diff to force python2.4 in scripts
-- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200 -- Fathi Boudra <fboudra@free.fr> Thu, 29 Jun 2006 15:41:39 +0200
pykdeextensions (0.4.0-2) unstable; urgency=low pytdeextensions (0.4.0-2) unstable; urgency=low
* Converted package to cdbs * Converted package to cdbs
* Added 2 patches (thanks to Jonathan Riddell) * Added 2 patches (thanks to Jonathan Riddell)
@ -118,7 +118,7 @@ pykdeextensions (0.4.0-2) unstable; urgency=low
-- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200 -- Fathi Boudra <fboudra@free.fr> Tue, 6 Jun 2006 08:56:40 +0200
pykdeextensions (0.4.0-1) unstable; urgency=low pytdeextensions (0.4.0-1) unstable; urgency=low
[ Fathi Boudra ] [ Fathi Boudra ]
* Initial Debian release Closes: #340141 * Initial Debian release Closes: #340141

@ -1,4 +1,4 @@
Source: pykdeextensions-kde3 Source: pytdeextensions-kde3
Section: kde Section: kde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,16 +8,16 @@ Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, kdelibs4c2a-kde3, libtool
python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5) python-qt-dev, python-sip4-dev, python-support (>= 0.6), python (>= 2.5), python-dev (>= 2.5)
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Package: pykdeextensions-kde3 Package: pytdeextensions-kde3
Architecture: all Architecture: all
Depends: ${python:Depends} Depends: ${python:Depends}
Conflicts: pykdeextensions Conflicts: pytdeextensions
Provides: ${python:Provides} Provides: ${python:Provides}
Description: Python packages to support KDE applications (scripts) [KDE3] Description: Python packages to support KDE applications (scripts) [KDE3]
PyKDE Extensions is a collection of software and Python packages PyKDE Extensions is a collection of software and Python packages
to support the creation and installation of KDE applications. to support the creation and installation of KDE applications.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-kde3-dev Package: libpythonize0-kde3-dev
Architecture: any Architecture: any
@ -29,7 +29,7 @@ Description: Python packages to support KDE applications (development) [KDE3]
. .
This package contains the libpythonize development files. This package contains the libpythonize development files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions
Package: libpythonize0-kde3 Package: libpythonize0-kde3
Architecture: any Architecture: any
@ -42,4 +42,4 @@ Description: Python packages to support KDE applications (library) [KDE3]
. .
This package contains the libpythonize library files. This package contains the libpythonize library files.
. .
Homepage: http://www.simonzone.com/software/pykdeextensions Homepage: http://www.simonzone.com/software/pytdeextensions

@ -0,0 +1,48 @@
This package was debianized by Fathi Boudra <fboudra@free.fr> on
Wed, 27 Jul 2005 20:19:26 +0200.
It was downloaded from <http://www.simonzone.com/software/pytdeextensions>
Application templates and pytde helper modules copyright:
Simon Edwards <simon@simonzone.com>
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2'.
libpythonize: Copyright 2003 Jim Bublitz <jbublitz@nwinternet.com>
License:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

@ -0,0 +1,7 @@
usr/lib/python*/dist-packages
opt/kde3/share/apps/pytdeextensions/AUTHORS
opt/kde3/share/apps/pytdeextensions/ChangeLog
opt/kde3/share/apps/pytdeextensions/INSTALL
opt/kde3/share/apps/pytdeextensions/NEWS
opt/kde3/share/apps/pytdeextensions/app_templates
opt/kde3/share/doc/kde/HTML/en/pytdeextensions

@ -0,0 +1,10 @@
pytdeextensions: desktop-entry-contains-unknown-key ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop:4 name[en_GB]
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop kcmshell
pytdeextensions: desktop-entry-invalid-category QT ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-invalid-category X-KDE-settings-system ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-entry-lacks-main-category ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/kcontrol_module.desktop
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeapp/src/kdeapp.desktop $APPNAMELC$
pytdeextensions: desktop-command-not-in-package ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/kdeutility.desktop $APPNAMELC$
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kcontrol_module/src/KcontrolModuleWidgetUI.py
pytdeextensions: executable-not-elf-or-script ./usr/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py

@ -18,14 +18,14 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/kde3 --with-extra-libs=/opt/kde3/lib --with-extra-includes=/opt/kde3/include/kde
install/pykdeextensions-kde3:: install/pytdeextensions-kde3::
# We have no idea if the built product is site-packages or dist-packages # We have no idea if the built product is site-packages or dist-packages
cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages"
rm -rf debian/tmp/usr/lib/python*/site-packages/ rm -rf debian/tmp/usr/lib/python*/site-packages/
# install lintian overrides # install lintian overrides
install -D -p -m0644 debian/pykdeextensions-kde3.lintian-overrides \ install -D -p -m0644 debian/pytdeextensions-kde3.lintian-overrides \
debian/pykdeextensions-kde3/usr/share/lintian/overrides/pykdeextensions-kde3 debian/pytdeextensions-kde3/usr/share/lintian/overrides/pytdeextensions-kde3
# fix script-not-executable # fix script-not-executable
find debian -type f -name '*.py' | xargs chmod 0755 find debian -type f -name '*.py' | xargs chmod 0755

@ -320,7 +320,7 @@ python-kde3 (3.11.3+20050829-1) unstable; urgency=low
* Added the homepage of PyKDE to the package descriptions * Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into * HTML documentations is now installed into
/usr/share/doc/python-kde3-doc/html /usr/share/doc/python-kde3-doc/html
* pykdeconfig.py now also knows that the sip files * pytdeconfig.py now also knows that the sip files
are in /usr/share/sip/kde3, not in /usr/share/sip/kde are in /usr/share/sip/kde3, not in /usr/share/sip/kde
(Closes: #312708) (Closes: #312708)

@ -6,7 +6,7 @@ XSBC-Original-Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-kde3-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev Build-Depends: debhelper (>= 5.0.38), libqt3-mt-dev (>= 3:3.3.7), qt3-dev-tools (>= 3:3.3.7), qt3-apps-dev (>= 3:3.3.7), python, python-all-dev, python-all-dbg, sip4 (>= 4.10), python-sip4-dev (>= 4.10), python-qt-dev (>= 3.18), kdelibs4-kde3-dev, python-central (>= 0.6.11), dpatch, python-sip4, python-sip4-dbg, python-sip4-dev
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php Homepage: http://www.riverbankcomputing.co.uk/pytde/index.php
XS-Python-Version: all XS-Python-Version: all
Package: python-kde3-kde3 Package: python-kde3-kde3

@ -4,8 +4,8 @@ import sys
if getattr(sys, "pydebug", False): if getattr(sys, "pydebug", False):
try: try:
from pykdeconfig_d import * from pytdeconfig_d import *
except ImportError, msg: except ImportError, msg:
raise ImportError, 'No module named pykdeconfig; package python-kde3-dbg not installed' raise ImportError, 'No module named pytdeconfig; package python-kde3-dbg not installed'
else: else:
from pykdeconfig_nd import * from pytdeconfig_nd import *

@ -93,12 +93,12 @@ install-indep:
for version in ${PYTHONS};\ for version in ${PYTHONS};\
do\ do\
mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\ mkdir -p debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages;\
cp debian/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\ cp debian/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/;\
cp build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_nd.py;\ cp build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_nd.py;\
done done
for version in ${DBG_PYTHONS};\ for version in ${DBG_PYTHONS};\
do\ do\
cp dbg-build-$$version/pykdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pykdeconfig_d.py;\ cp dbg-build-$$version/pytdeconfig.py debian/python-kde3-kde3-dev/opt/kde3/lib/python-$$version/site-packages/pytdeconfig_d.py;\
done done
install-arch: install-arch:

Loading…
Cancel
Save