debian/0000755000000000000000000000000011763503107007171 5ustar debian/compat0000644000000000000000000000000211632076362010372 0ustar 8 debian/watch0000644000000000000000000000013211632076362010221 0ustar version=3 http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ kpartsplugin-(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000561411763365736011150 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: kpartsplugin Source: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ Files: * Copyright: Copyright 2010 Thomas Fischer License: GPL-3 Files: debian/* Copyright: Copyright 2010-2012 Michele Gastaldo License: GPL-3 Files: src/qt* Copyright: Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). License: BSD This file is part of a Qt Solutions component. . You may use this file under the terms of the BSD license as follows: . "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." License: GPL-3 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 3 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 St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000150311763367275010611 0ustar Source: kpartsplugin Section: kde Priority: optional Maintainer: Michele Gastaldo Build-Depends: debhelper (>= 8.1), cmake, pkg-config, libx11-dev, kdelibs5-dev Standards-Version: 3.9.3 Homepage: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/ Package: kpartsplugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Netscape-compatible plugin to embed KDE file-viewers into browser This software implements a plugin for Netscape-compatible browsers in Unix environments. This plugin uses KDE's KParts technology to embed file viewers (e.g. for PDF files) into non-KDE browsers. Tested browsers include both (Mozilla Firefox and Opera, and is know to work with Chrome and Arora. With this plugin, you can e.g. view PDF files in Firefox using Okular as an embedded plugin. debian/changelog0000644000000000000000000000135411763503107011046 0ustar kpartsplugin (20120605-1) unstable; urgency=low * New upstream release -- Michele Gastaldo Tue, 05 Jun 2012 13:25:02 +0200 kpartsplugin (20110823-1) unstable; urgency=low * New upstream release -- Michele Gastaldo Thu, 08 Sep 2011 10:33:22 +0200 kpartsplugin (20110606-1) unstable; urgency=low * New upstream release * Added missing libx11-dev in Build-Depends (Closes: #632122) * Copyright file switched to DEP-5 format -- Michele Gastaldo Sun, 10 Jul 2011 15:51:32 +0200 kpartsplugin (20101216-1) unstable; urgency=low * Initial release (Closes: #597110) -- Michele Gastaldo Mon, 14 Mar 2011 12:37:03 +0100 debian/rules0000755000000000000000000000067211763365777010301 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000011763370422010622 5ustar debian/patches/CMakeLists.patch0000644000000000000000000000060111763370422013637 0ustar Description: fixes installation dir to default mozilla's plugin directory Author: --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ ) set( NSPLUGIN_INSTALL_DIR - "/usr/lib${LIB_SUFFIX}/nsbrowser/plugins/" + "/usr/lib${LIB_SUFFIX}/mozilla/plugins/" CACHE PATH "NS/Mozilla Browser plugin path" debian/patches/series0000644000000000000000000000002111763370253012032 0ustar CMakeLists.patch debian/source/0000755000000000000000000000000011632076362010474 5ustar debian/source/format0000644000000000000000000000001411632076362011702 0ustar 3.0 (quilt)