Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
0b0d138bbc
@ -1,2 +1,2 @@
|
||||
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,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
|
||||
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>
|
||||
|
||||
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
|
@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
|
@ -1,2 +1,2 @@
|
||||
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,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,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
|
||||
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>
|
||||
|
||||
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
|
@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
|
@ -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
|
||||
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>
|
||||
|
||||
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-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 @@
|
||||
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,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
|
||||
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>
|
||||
|
||||
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
|
@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/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
|
||||
|
@ -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