Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
fc98476aef
@ -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,2 @@
|
|||||||
|
README
|
||||||
|
TODO
|
@ -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
|
@ -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 @@
|
|||||||
|
debian/libart2-config.1
|
@ -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
|
@ -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,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
|
@ -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 @@
|
|||||||
|
etc
|
@ -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,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
|
||||||
|
@ -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,2 @@
|
|||||||
|
README
|
||||||
|
TODO
|
@ -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
|
@ -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 @@
|
|||||||
|
5
|
@ -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 @@
|
|||||||
|
debian/libart2-config.1
|
@ -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
|
@ -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
|
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -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
|
@ -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 @@
|
|||||||
|
5
|
@ -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 @@
|
|||||||
|
etc
|
@ -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,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
|
||||||
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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,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
|
Binary file not shown.
@ -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
@ -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&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
|
@ -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&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/,"`
|
@ -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;
|
||||||
|
|
@ -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("-/"))
|
@ -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
|
@ -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
|
||||||
|
@ -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,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
|
@ -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 @@
|
|||||||
|
4
|
@ -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 @@
|
|||||||
|
usr/bin
|
@ -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 @@
|
|||||||
|
debian/kmatplot.1
|
@ -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 @@
|
|||||||
|
5
|
@ -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,2 @@
|
|||||||
|
README
|
||||||
|
TODO
|
@ -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
|
@ -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 @@
|
|||||||
|
5
|
@ -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 @@
|
|||||||
|
debian/libart2-config.1
|
@ -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
|
@ -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
|
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -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
|
@ -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 @@
|
|||||||
|
5
|
@ -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 @@
|
|||||||
|
etc
|
@ -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,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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -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
|
Loading…
Reference in new issue