--- kpackagekit-0.3.1.orig/debian/compat +++ kpackagekit-0.3.1/debian/compat @@ -0,0 +1 @@ +6 --- kpackagekit-0.3.1.orig/debian/copyright +++ kpackagekit-0.3.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianised by Anthony Mercatante on +Mon, 12 Jan 2008 15:21:26 +0100. + +It was downloaded from git-clone git://anongit.freedesktop.org/git/packagekit/PackageKit-Qt + +Upstream Authors: + + Adrien Bustany + Daniel Nicoletti + +Copyright: + + Copyright (C) 2007 Adrien Bustany + Copyright (C) 2008 Daniel Nicoletti + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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 Foundation, Inc., + 51 Franklin Street, 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 packaging is (C) 2009, Anthony Mercatante +and is licensed under the GNU GPL version 2 or later. --- kpackagekit-0.3.1.orig/debian/control +++ kpackagekit-0.3.1/debian/control @@ -0,0 +1,19 @@ +Source: kpackagekit +Section: libs +Priority: extra +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Anthony Mercatante +Build-Depends: debhelper (>= 6), cdbs, cmake, quilt (>= 0.40), kdelibs5-dev, libpackagekit-qt-dev +Standards-Version: 3.8.0 + +Package: kpackagekit +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, kpackagekit-kde | kpackagekit-gnome, packagekit-backend-apt +Description: PackageKit software application for KDE + PackageKit provides a distribution neutral interface to manage + software packages. It provides a daemon that refreshes the package + cache, updates, installs and removes packages independent of the user + interface. + . + This package includes KDE applications to install, remove and + manage software packages. --- kpackagekit-0.3.1.orig/debian/rules +++ kpackagekit-0.3.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk --- kpackagekit-0.3.1.orig/debian/changelog +++ kpackagekit-0.3.1/debian/changelog @@ -0,0 +1,8 @@ +kpackagekit (0.3.1-0ubuntu1) jaunty; urgency=low + + * Initial release + * Added kubuntu_01_autostart_tray_icon.diff: + - Tray icon app to autostart with KDE session + * Tarball rebuilt, adding missing COPYING file + + -- Anthony Mercatante Mon, 19 Jan 2009 12:33:37 +0100 --- kpackagekit-0.3.1.orig/debian/patches/series +++ kpackagekit-0.3.1/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_autostart_tray_icon.diff --- kpackagekit-0.3.1.orig/debian/patches/kubuntu_01_autostart_tray_icon.diff +++ kpackagekit-0.3.1/debian/patches/kubuntu_01_autostart_tray_icon.diff @@ -0,0 +1,25 @@ +diff -Nur -x '*.orig' -x '*~' kpackagekit-0.1/Desktop/CMakeLists.txt kpackagekit-0.1.new/Desktop/CMakeLists.txt +--- kpackagekit-0.1/Desktop/CMakeLists.txt 2008-08-19 04:44:06.000000000 +0200 ++++ kpackagekit-0.1.new/Desktop/CMakeLists.txt 2008-09-30 10:57:47.000000000 +0200 +@@ -5,3 +5,4 @@ + install( FILES kpk_update.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) + install( FILES kpackagekit.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + install( FILES kpackagekitd.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) ++install( FILES kpackagekit_smart_icon.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) +diff -Nur -x '*.orig' -x '*~' kpackagekit-0.1/Desktop/kpackagekit_smart_icon.desktop kpackagekit-0.1.new/Desktop/kpackagekit_smart_icon.desktop +--- kpackagekit-0.1/Desktop/kpackagekit_smart_icon.desktop 1970-01-01 01:00:00.000000000 +0100 ++++ kpackagekit-0.1.new/Desktop/kpackagekit_smart_icon.desktop 2008-09-30 10:56:28.000000000 +0200 +@@ -0,0 +1,13 @@ ++[Desktop Entry] ++Type=Application ++Icon=applications-other ++Exec=kpackagekit-smart-icon ++X-DBUS-StartupType=Unique ++ ++Name=KPackageKit ++GenericName=Software Management ++GenericName[pt_BR]=Gerenciamento de Software ++Comment=PackageKit interface for KDE ++ ++MimeType=application/x-rpm;application/x-deb; ++Terminal=false