summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/kdpkg
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/applications/kdpkg')
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/changelog11
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/compat1
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/control16
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/copyright59
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/kdpkg-install.134
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/kdpkg.134
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/manpages2
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/patches/series0
-rwxr-xr-xubuntu/_base/applications/kdpkg/debian/rules35
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/source/format1
-rw-r--r--ubuntu/_base/applications/kdpkg/debian/source/options6
11 files changed, 199 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/kdpkg/debian/changelog b/ubuntu/_base/applications/kdpkg/debian/changelog
new file mode 100644
index 000000000..2c3e7dd4d
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/changelog
@@ -0,0 +1,11 @@
+kdpkg-trinity (0.1-0ubuntu2) lucid; urgency=low
+
+ * Initial Lucid build
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 02 Apr 2010 21:20:00 -0600
+
+kdpkg (0.1-0ubuntu1) intrepid; urgency=low
+
+ * Initial release (LP: #201709)
+
+ -- Alexander Kopf <kopf-alexander@gmx.de> Thu, 03 Jul 2008 22:15:34 +0200
diff --git a/ubuntu/_base/applications/kdpkg/debian/compat b/ubuntu/_base/applications/kdpkg/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/ubuntu/_base/applications/kdpkg/debian/control b/ubuntu/_base/applications/kdpkg/debian/control
new file mode 100644
index 000000000..876bd2bf0
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/control
@@ -0,0 +1,16 @@
+Source: kdpkg-trinity
+Section: admin
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Alexander Kopf <kopf-alexander@gmx.de>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, tdelibs14-trinity-dev, automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+
+Package: kdpkg-trinity
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, apt, dpkg (>=1.14), sudo-trinity, menu
+Replaces: kdpkg-kde3 (<< 4:14.0.0~), kdpkg-trinity (<< 4:14.0.0~)
+Breaks: kdpkg-kde3 (<< 4:14.0.0~), kdpkg-trinity (<< 4:14.0.0~)
+Description: TDE frontend for dpkg [Trinity]
+ kdpkg is a utility for installing .deb package files.
+ It is similar to gdebi, except that kdpkg is a TDE application
diff --git a/ubuntu/_base/applications/kdpkg/debian/copyright b/ubuntu/_base/applications/kdpkg/debian/copyright
new file mode 100644
index 000000000..a0a9c1d0d
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/copyright
@@ -0,0 +1,59 @@
+This package was debianized by Fabian Wuertz <xadras@sidux.com> on
+Fri, 3 Sep 2007 19:52:51 +0100.
+
+It was downloaded from http://www.wuertz.org/downloads
+
+Upstream Author: Fabian Wuertz <xadras@sidux.com>
+
+Copyright:
+ (C) 2008 Fabian Wuertz <xadras@sidux.com>
+
+ The following file are from knxcc
+ (C) 2006 Andreas Loibl <andreas@andreas-loibl.de>
+ process.cpp klamp/process.cpp
+ klamp-install/process.cpp
+ process.h klamp/process.h
+ klamp-install/process.h
+
+ --- icons ---
+
+ The following icons are from kde-icons-nuovext
+ (C) 2005 Alexandre Moore <alexandre.moore@gmail.com>
+ cancel.png in klamp/kdpkgdialog.ui
+ in klamp-install/installdialog.ui
+ info.png in klamp/kdpkgdialog.ui
+
+ The following icons are from tdelibs-data
+ (c) 2002 Kalle Dalheimer <kalle@kde.org> and many others
+ wizard.png in klamp/kdpkgdialog.ui
+ in klamp-install/installdialog.ui
+ messagebox_warning.png in klamp-install/installdialog.ui
+
+ The following icon is from kde-icons-crystalproject
+ (C) 2005 Everaldo Coelho <everaldo@everaldo.com>
+ help.png in klamp/kdpkgdialog.ui
+ in klamp-install/installdialog.ui
+ package.png in klamp/kdpkgdialog.ui
+ in klamp-install/installdialog.ui
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program 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 program; if not, write to the Free Software
+ 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'.
+
+The Debian packaging is (C) 2008, Alexander Kopf <kopf-alexander@gmx.de> and
+is licensed under the GPL, see above.
diff --git a/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1 b/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1
new file mode 100644
index 000000000..c49586d4e
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1
@@ -0,0 +1,34 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH kdpkg 1 2008-07-03 "" ""
+.SH NAME
+kdpkg \- TDE frontend for dpkg
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBkdpkg\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+If you klick on a .deb file kdpkg starts automatically for installing it.
+It works like gdebi with the difference that kdpkg is a TDE application
+.SH COPYRIGHT
+This manual page was written by Alexander Kopf
+<\*(T<kopf\-alexander@gmx.de\*(T>> for the
+Ubuntu system (but may be used by others).
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License,
+Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>.
diff --git a/ubuntu/_base/applications/kdpkg/debian/kdpkg.1 b/ubuntu/_base/applications/kdpkg/debian/kdpkg.1
new file mode 100644
index 000000000..c49586d4e
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/kdpkg.1
@@ -0,0 +1,34 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH kdpkg 1 2008-07-03 "" ""
+.SH NAME
+kdpkg \- TDE frontend for dpkg
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBkdpkg\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+If you klick on a .deb file kdpkg starts automatically for installing it.
+It works like gdebi with the difference that kdpkg is a TDE application
+.SH COPYRIGHT
+This manual page was written by Alexander Kopf
+<\*(T<kopf\-alexander@gmx.de\*(T>> for the
+Ubuntu system (but may be used by others).
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License,
+Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>.
diff --git a/ubuntu/_base/applications/kdpkg/debian/manpages b/ubuntu/_base/applications/kdpkg/debian/manpages
new file mode 100644
index 000000000..7835ccb72
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/manpages
@@ -0,0 +1,2 @@
+debian/kdpkg.1
+debian/kdpkg-install.1
diff --git a/ubuntu/_base/applications/kdpkg/debian/patches/series b/ubuntu/_base/applications/kdpkg/debian/patches/series
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/patches/series
diff --git a/ubuntu/_base/applications/kdpkg/debian/rules b/ubuntu/_base/applications/kdpkg/debian/rules
new file mode 100755
index 000000000..fc6797244
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
+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_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
+ && echo xz || echo bzip2)
+
+post-patches:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
+ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
+endif
+ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
+ cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
+endif
+ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
+ cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
+endif
+ cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
+
+ make -f admin/Makefile.common cvs
+ touch debian/stamp-bootstrap
+
+binary-install/kdpkg-trinity::
+ mv debian/kdpkg-trinity/usr/share/man debian/kdpkg-trinity/opt/trinity/share/
diff --git a/ubuntu/_base/applications/kdpkg/debian/source/format b/ubuntu/_base/applications/kdpkg/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/ubuntu/_base/applications/kdpkg/debian/source/options b/ubuntu/_base/applications/kdpkg/debian/source/options
new file mode 100644
index 000000000..72f1f5450
--- /dev/null
+++ b/ubuntu/_base/applications/kdpkg/debian/source/options
@@ -0,0 +1,6 @@
+# Use xz instead of gzip
+compression = "xz"
+compression-level = 9
+
+# Don't run differences
+diff-ignore = .*