debian/0000775000000000000000000000000011626711101007164 5ustar debian/control0000664000000000000000000000105311626705700010576 0ustar Source: dolphin-plugins-bazaar Section: kde Priority: extra Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Jonathan Riddell Build-Depends: debhelper (>= 8), cmake, kdelibs5-dev, pkg-kde-tools, libkonq5-dev Standards-Version: 3.9.1 Package: dolphin-plugins-bazaar Architecture: any Section: misc Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dolphin Plugin for Bazaar VCS A plugin which adds version control functionality to Dolphin, the file manager from KDE. debian/patches/0000755000000000000000000000000011626711065010622 5ustar debian/patches/series0000644000000000000000000000004111626711072012030 0ustar kubuntu_01_build_standalone.diff debian/patches/kubuntu_01_build_standalone.diff0000644000000000000000000000161711625734245017051 0ustar --- dolphin-plugins-bazaar-0.0~bzr20.orig/CMakeLists.txt +++ dolphin-plugins-bazaar-0.0~bzr20/CMakeLists.txt @@ -1,6 +1,14 @@ -project(fileviewbazaarplugin) +cmake_minimum_required(VERSION 2.6) +# search packages used by KDE +find_package(KDE4 REQUIRED) +include(KDE4Defaults) -include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${LIBKONQ_INCLUDE_DIR} ${QIMAGEBLITZ_INCLUDES} ) +macro_optional_find_package(LibKonq) +macro_log_feature(LIBKONQ_FOUND "KDE-Base/LibKonq" "Provides high-level file management functions." "http://dolphin.kde.org/" FALSE "" "Required to build the Dolphin version control plugins.") + +include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) + +include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${LIBKONQ_INCLUDE_DIR} ) set(fileviewbazaarplugin_SRCS fileviewbazaarplugin.cpp) kde4_add_plugin(fileviewbazaarplugin ${fileviewbazaarplugin_SRCS}) debian/rules0000755000000000000000000000003611625731162010251 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000664000000000000000000000000211625730177010377 0ustar 8 debian/changelog0000664000000000000000000000024411625735251011051 0ustar dolphin-plugins-bazaar (0.0~bzr20-0ubuntu1) oneiric; urgency=low * Initial package -- Jonathan Riddell Fri, 26 Aug 2011 14:40:26 +0000 debian/copyright0000664000000000000000000000305511625731034011130 0ustar This work was packaged by: Jonathan Riddell Fri, 26 Aug 2011 14:40:26 +0000 It was downloaded from bzr archive Upstream Authors: Jonathan Riddell Copyright: Copyright 2009-2010 by Peter Penz Copyright 2011 Canonical Ltd. 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 Licensecan be found in `/usr/share/common-licenses/GPL'. The packaging is: Copyright 2011 Canonical Ltd and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/source/0000775000000000000000000000000011625735124010476 5ustar debian/source/format0000664000000000000000000000001411625735124011704 0ustar 3.0 (quilt)