rev 9253 - in kde-extras: . dragonplayer dragonplayer/trunk dragonplayer/trunk/debian dragonplayer/trunk/debian/cdbs

Jonathan Patrick Davies jpatrick-guest at alioth.debian.org
Sat Feb 2 22:13:21 UTC 2008


Author: jpatrick-guest
Date: 2008-02-02 22:13:21 +0000 (Sat, 02 Feb 2008)
New Revision: 9253

Added:
   kde-extras/dragonplayer/
   kde-extras/dragonplayer/branches/
   kde-extras/dragonplayer/build-area
   kde-extras/dragonplayer/tags/
   kde-extras/dragonplayer/tarballs
   kde-extras/dragonplayer/trunk/
   kde-extras/dragonplayer/trunk/debian/
   kde-extras/dragonplayer/trunk/debian/cdbs/
   kde-extras/dragonplayer/trunk/debian/cdbs/cmake.mk
   kde-extras/dragonplayer/trunk/debian/cdbs/kde.mk
   kde-extras/dragonplayer/trunk/debian/changelog
   kde-extras/dragonplayer/trunk/debian/compat
   kde-extras/dragonplayer/trunk/debian/control
   kde-extras/dragonplayer/trunk/debian/copyright
   kde-extras/dragonplayer/trunk/debian/dirs
   kde-extras/dragonplayer/trunk/debian/dragon.1.docbook
   kde-extras/dragonplayer/trunk/debian/dragon.xpm
   kde-extras/dragonplayer/trunk/debian/dragonplayer.menu
   kde-extras/dragonplayer/trunk/debian/rules
   kde-extras/dragonplayer/trunk/debian/watch
Log:
Added dragonplayer.


Added: kde-extras/dragonplayer/build-area
===================================================================
--- kde-extras/dragonplayer/build-area	                        (rev 0)
+++ kde-extras/dragonplayer/build-area	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1 @@
+link ../build-area
\ No newline at end of file


Property changes on: kde-extras/dragonplayer/build-area
___________________________________________________________________
Name: svn:special
   + *

Added: kde-extras/dragonplayer/tarballs
===================================================================
--- kde-extras/dragonplayer/tarballs	                        (rev 0)
+++ kde-extras/dragonplayer/tarballs	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1 @@
+link ../tarballs
\ No newline at end of file


Property changes on: kde-extras/dragonplayer/tarballs
___________________________________________________________________
Name: svn:special
   + *

Added: kde-extras/dragonplayer/trunk/debian/cdbs/cmake.mk
===================================================================
--- kde-extras/dragonplayer/trunk/debian/cdbs/cmake.mk	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/cdbs/cmake.mk	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,60 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright (C) 2006 Peter Rockai <me at mornfall.net>
+# Copyright (C) 2006 Fathi Boudra <fboudra at free.fr>
+# Description: A class for cmake packages
+#
+# 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, 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., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_class_cmake
+_cdbs_class_cmake := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+ifdef _cdbs_tarball_dir
+DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
+else
+DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+endif
+
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+DEB_CMAKE_PREFIX =/usr
+
+# Overriden from makefile-vars.mk
+# We pass CFLAGS and friends to ./configure, so no need to pass them to make
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR)
+
+include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix)
+
+common-configure-arch common-configure-indep:: common-configure-impl
+common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt
+$(DEB_BUILDDIR)/CMakeCache.txt:
+	cd $(DEB_BUILDDIR) && cmake $(CURDIR)/$(DEB_SRCDIR) \
+	-DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_PREFIX)" \
+	$(DEB_CMAKE_EXTRA_FLAGS) -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \
+	-DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_VERBOSE_MAKEFILE=ON
+	mkdir -p $(DEB_DESTDIR)
+
+cleanbuilddir::
+	-if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi
+
+endif
+

Added: kde-extras/dragonplayer/trunk/debian/cdbs/kde.mk
===================================================================
--- kde-extras/dragonplayer/trunk/debian/cdbs/kde.mk	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/cdbs/kde.mk	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,87 @@
+# until bug 377524 resolved.
+include debian/cdbs/cmake.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
+DEB_CMAKE_EXTRA_FLAGS += \
+			-DCMAKE_BUILD_TYPE=Debian \
+			$(KDE4-ENABLE-FINAL) \
+			-DKDE4_BUILD_TESTS=false \
+			-DKDE_DISTRIBUTION_TEXT="Debian packages" \
+			-DCMAKE_SKIP_RPATH=true \
+			-DKDE4_USE_ALWAYS_FULL_RPATH=false \
+			-DCONFIG_INSTALL_DIR=/etc/kde4 \
+			-DDATA_INSTALL_DIR=/usr/share/kde4/apps \
+			-DHTML_INSTALL_DIR=/usr/share/doc/kde4/HTML \
+			-DKCFG_INSTALL_DIR=/usr/share/kde4/config.kcfg \
+			-DLIB_INSTALL_DIR=/usr/lib \
+			-DSYSCONF_INSTALL_DIR=/etc \
+			-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+			-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+			-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
+
+#DEB_CMAKE_PREFIX = /usr/lib/kde4
+DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
+#DEB_DH_SHLIBDEPS_ARGS = -l/usr/lib/kde4/lib/
+DEB_KDE_ENABLE_FINAL ?=
+#DEB_MAKE_ENVVARS += XDG_CONFIG_DIRS=/etc/xdg XDG_DATA_DIRS=/usr/share
+#DEB_STRIP_EXCLUDE = so
+
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+    cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
+    ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
+        KDE4-ENABLE-FINAL = $(if $(DEB_KDE_ENABLE_FINAL),-DKDE4_ENABLE_FINAL=true,)
+    else
+        KDE4-ENABLE-FINAL =
+    endif
+endif
+
+common-build-arch:: debian/stamp-man-pages
+debian/stamp-man-pages:
+	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
+	for f in $$(find debian/man -name '*.sgml'); do \
+		docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
+	done
+	for f in $$(find debian/man -name '*.man'); do \
+		soelim -I debian/man $$f \
+		> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
+	done
+	touch debian/stamp-man-pages
+
+clean::
+ifndef THIS_SHOULD_GO_TO_UNSTABLE
+	#guard against experimental uploads to unstable
+	dpkg-parsechangelog | grep ^Distribution | grep -q 'experimental\|UNRELEASED'
+endif
+	rm -rf debian/man/out
+	-rmdir debian/man
+	rm -f debian/stamp-man-pages
+	rm -f CMakeCache.txt
+
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+	if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
+	if test -e debian/$(cdbs_curpkg).lintian; then \
+		install -p -D -m644 debian/$(cdbs_curpkg).lintian \
+			debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
+	fi
+	if test -e debian/$(cdbs_curpkg).presubj; then \
+		install -p -D -m644 debian/$(cdbs_curpkg).presubj \
+			debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
+	fi
+
+binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
+	set -e; \
+	for doc in `cd $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \
+		pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
+		echo Building $$pkg HTML docs...; \
+		mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+		cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+		meinproc4 $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \
+	done
+	for pkg in $(DOC_HTML_PRUNE) ; do \
+		rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+	done
+

Added: kde-extras/dragonplayer/trunk/debian/changelog
===================================================================
--- kde-extras/dragonplayer/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/changelog	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,6 @@
+dragonplayer (1.99~rc1-1) experimental; urgency=low
+
+  * Inital release (Closes: #463642).
+  * Based on Ubuntu packaging by Harald Sitter <apachelogger at ubuntu.com>.
+
+ -- Jonathan Patrick Davies <jpatrick at kubuntu.org>  Sat, 2 Feb 2008 14:58:38 +0100

Added: kde-extras/dragonplayer/trunk/debian/compat
===================================================================
--- kde-extras/dragonplayer/trunk/debian/compat	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/compat	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1 @@
+6

Added: kde-extras/dragonplayer/trunk/debian/control
===================================================================
--- kde-extras/dragonplayer/trunk/debian/control	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/control	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,22 @@
+Source: dragonplayer
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Jonathan Patrick Davies <jpatrick at kubuntu.org>
+Build-Depends: debhelper (>= 6), cdbs, cmake, quilt, kdelibs5-dev, libxine-dev,
+ libphonon-dev, docbook2x
+Standards-Version: 3.7.3
+Homepage: http://www.dragonplayer.org
+
+Package: dragonplayer
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Simple KDE 4 video player
+ A video player with a different philosophy: Simple, uncluttered interface.
+ .
+ Features:
+  - Plays DVDs, VCDs, all video formats supported by Xine.
+  - Bundled with a simple web-page KPart.
+  - Starts quickly.
+ .
+ This is the KDE 4 version of the Codeine video player.

Added: kde-extras/dragonplayer/trunk/debian/copyright
===================================================================
--- kde-extras/dragonplayer/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/copyright	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,62 @@
+This package was debianized by Jonathan Patrick Davies <jpatrick at kubuntu.org>
+on Fri, 1 Feb 2008 22:41:25 +0100.
+
+This package was first made for Ubuntu by Harald Sitter <apachelogger at ubuntu.com>
+on Wed, 09 Jan 2008 20:43:37 +0100.
+
+It was downloaded from http: www.dragonplayer.org
+
+Upstream Author: Ian Monroe <ian at monroe.nu>
+
+Copyright:
+  (C) 2005 Max Howell <max.howell at methylblue.com>
+  (C) 2007 Ian Monroe <ian at monroe.nu>
+
+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) version 3 or any later version
+  accepted by the membership of KDE e.V. (or its successor approved
+  by the membership of KDE e.V.), which shall act as a proxy
+  defined in Section 14 of version 3 of the license.
+
+  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, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in '/usr/share/common-licenses/GPL'.
+
+
+The following files have a different copyright holder and license statement:
+src/app/fht.cpp
+src/app/fht.h
+   Copyright (C) 2004 Melchior FRANZ <mfranz at kde.org>
+
+   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, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Documentation is licensed under GFDL.
+On Debian systems, the complete text of the GNU Free Documentation License
+can be found in '/usr/share/common-licenses/GFDL'.
+
+The Debian packaging is (C) 2008, Harald Sitter <apachelogger at ubuntu.com> and
+is licensed under the GPL version 2, or (at your option)
+any later version, see `/usr/share/common-licenses/GPL-2'.

Added: kde-extras/dragonplayer/trunk/debian/dirs
===================================================================
--- kde-extras/dragonplayer/trunk/debian/dirs	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/dirs	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1 @@
+usr/share/pixmaps/

Added: kde-extras/dragonplayer/trunk/debian/dragon.1.docbook
===================================================================
--- kde-extras/dragonplayer/trunk/debian/dragon.1.docbook	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/dragon.1.docbook	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+]>
+<refentry>
+  <refentryinfo>
+    <author>
+      <firstname>Jonathan Patrick</firstname>
+      <surname>Davies</surname>
+      <email>jpatrick at kubuntu.org</email>
+    </author>
+    <copyright>
+      <year>2008</year>
+      <holder>Jonathan Patrick Davies</holder>
+    </copyright>
+    <!-- XXX IMPORTANT XXX -->
+    <!-- Keep this date up to date: -->
+    <date>2008-02-02</date>
+    <!--  ^^^^^^^^^^ -->
+  </refentryinfo>
+  <refmeta>
+    <!-- Application name for man -->
+    <refentrytitle>dragon</refentrytitle>
+    <!-- Man page section -->
+    <manvolnum>1</manvolnum>
+  </refmeta>
+  <refnamediv>
+    <!-- Application name -->
+    <refname>dragon</refname>
+    <!-- Short description here -->
+    <refpurpose>Simple KDE 4 video player.</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <!-- Application command -->
+      <command>dragon</command>
+      <arg choice="opt">
+        <option><replaceable>Qt-options</replaceable></option>
+      </arg>
+      <arg choice="opt">
+        <option><replaceable>KDE-options</replaceable></option>
+      </arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <!-- Longer description here -->
+    <title>DESCRIPTION</title>
+    <para>
+     dragonplayer is Simple KDE 4 video player.
+    </para>
+  </refsect1>
+  <refsect1>
+    <!-- All options available with help -->
+    <title>OPTIONS</title>
+    <para>
+      All <productname>KDE</productname> and <productname>Qt</productname>
+      programs accept a some common command-line options. dragonplayer has no
+      application-specific options.
+    </para>
+    <para>
+      <variablelist>
+        <title>Generic options:</title>
+        <varlistentry>
+          <term> <option>--help</option> </term>
+          <listitem> <para>Show help about options</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--help-qt</option> </term>
+          <listitem> <para>Show Qt specific options</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--help-kde</option> </term>
+          <listitem> <para>Show KDE specific options</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--help-all</option> </term>
+          <listitem> <para>Show all options</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--author</option> </term>
+          <listitem> <para>Show author information</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>-v</option>, <option>--version</option> </term>
+          <listitem> <para>Show version information</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--license</option> </term>
+          <listitem> <para>Show license information</para> </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term> <option>--</option> </term>
+          <listitem> <para>Indicates end of options</para> </listitem>
+        </varlistentry>
+      </variablelist>
+      <!-- TODO * add all the rest of the options, but maybe find an automated
+      way to keep it up to date -->
+    </para>
+  </refsect1>
+  <refsect1>
+    <title>COPYRIGHT</title>
+    <para>
+      This manual page was written by Jonathan Patrick Davies
+      <email>jpatrick at kubuntu.org</email> for the
+      <productname>Debian</productname> system (but may be used by others).
+      Permission is granted to copy, distribute and/or modify this document
+      under the terms of the <acronym>GNU</acronym> General Public License,
+      Version 3 or any later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in
+      <filename>/usr/share/common-licenses/GPL</filename>.
+    </para>
+  </refsect1>
+</refentry>


Property changes on: kde-extras/dragonplayer/trunk/debian/dragon.1.docbook
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/dragonplayer/trunk/debian/dragon.xpm
===================================================================
--- kde-extras/dragonplayer/trunk/debian/dragon.xpm	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/dragon.xpm	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,166 @@
+/* XPM */
+static char *dragon[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 144 2",
+"   c black",
+".  c #010100",
+"X  c #010101",
+"o  c #020201",
+"O  c #020202",
+"+  c #020203",
+"@  c gray1",
+"#  c #040405",
+"$  c #050506",
+"%  c #060606",
+"&  c #060607",
+"*  c #090908",
+"=  c #090909",
+"-  c gray4",
+";  c #0B0B0B",
+":  c #0C0C0D",
+">  c #0E0E0E",
+",  c gray6",
+"<  c #141415",
+"1  c #141416",
+"2  c #161616",
+"3  c gray9",
+"4  c #1B1B1B",
+"5  c #1B1B1C",
+"6  c gray11",
+"7  c #1C1C1D",
+"8  c #1E1E20",
+"9  c #222223",
+"0  c #232322",
+"q  c #252525",
+"w  c #272727",
+"e  c #282829",
+"r  c gray18",
+"t  c #2F2F2F",
+"y  c #2F2F31",
+"u  c #313132",
+"i  c #353539",
+"p  c gray23",
+"a  c gray24",
+"s  c #3E3E3F",
+"d  c #424244",
+"f  c #47474B",
+"g  c #4B4B4C",
+"h  c #4E4E4F",
+"j  c #4F4F52",
+"k  c #505052",
+"l  c #515154",
+"z  c #525256",
+"x  c #545456",
+"c  c #5C5C5D",
+"v  c #5D5D5F",
+"b  c #5E5E5F",
+"n  c #5E5E60",
+"m  c #5F5F61",
+"M  c #606061",
+"N  c #616162",
+"B  c #616163",
+"V  c #626265",
+"C  c #69696B",
+"Z  c #6B6B6D",
+"A  c gray43",
+"S  c #6E6E6F",
+"D  c #6F6F6F",
+"F  c #6D6D70",
+"G  c #727272",
+"H  c #737375",
+"J  c #747474",
+"K  c #747476",
+"L  c #757576",
+"P  c #75757A",
+"I  c #77777C",
+"U  c #7B7B7C",
+"Y  c #7C7C7D",
+"T  c gray49",
+"R  c #7C7C82",
+"E  c #7F7F80",
+"W  c #808082",
+"Q  c #858587",
+"!  c #89898C",
+"~  c #939397",
+"^  c #96969A",
+"/  c #989898",
+"(  c #99999A",
+")  c #99999C",
+"_  c #9B9B9E",
+"`  c #9E9E9F",
+"'  c #9D9DA1",
+"]  c #9F9FA3",
+"[  c #A0A0A0",
+"{  c #A1A1A3",
+"}  c #A3A3A5",
+"|  c #AEAEB0",
+" . c #AEAEB2",
+".. c #B5B5B7",
+"X. c #BFBFC7",
+"o. c #C0C0C4",
+"O. c #C2C2C5",
+"+. c #C3C3C4",
+"@. c #C3C3C7",
+"#. c #C1C1C8",
+"$. c #C6C6CA",
+"%. c #C7C7CB",
+"&. c #C9C9CE",
+"*. c #CACACD",
+"=. c #CBCBCC",
+"-. c #CBCBCD",
+";. c #CBCBD0",
+":. c #CBCBD2",
+">. c #CDCDD2",
+",. c #CECED1",
+"<. c #CECED3",
+"1. c #CDCDD4",
+"2. c #D4D4D6",
+"3. c #D7D7DB",
+"4. c #DBDBDD",
+"5. c #DCDCE5",
+"6. c #DEDEE8",
+"7. c #E2E2E9",
+"8. c #E3E3ED",
+"9. c #E4E4EC",
+"0. c #E5E5EF",
+"q. c #E6E6ED",
+"w. c #E9E9F0",
+"e. c #E9E9F2",
+"r. c #ECECF1",
+"t. c #EDEDF6",
+"y. c #EFEFF4",
+"u. c #EFEFF6",
+"i. c #F1F1F6",
+"p. c #F1F1F7",
+"a. c #F3F3F8",
+"s. c #F3F3FA",
+"d. c #F2F2FC",
+"f. c #F4F4F9",
+"g. c #F4F4FA",
+"h. c #F5F5FA",
+"j. c #F6F6FB",
+"k. c #F4F4FE",
+"l. c #F6F6FC",
+"z. c #F7F7FE",
+"x. c #F9F9FD",
+"c. c #FDFDFF",
+"v. c gray100",
+"b. c None",
+/* pixels */
+"b.b.b.b.b.b.b.b.b.  e 2 w A t   ",
+"b.b.b.b.b.b.  2 s s L =.S ~ f   ",
+"b.b.0 * 2 c T B 3.) g P 0 % %   ",
+"4 t c O.H ( | u i 7       b.b.b.",
+"C ] h R y * %         b.      b.",
+"d ! x A k B J x G Z x T n B S > ",
+"p ] L 2.( R 4.T } &.A +.| W ..5 ",
+"% c =.;.&.O.;.%.$.;.O.&.;.;.Q # ",
+"  B c.h.h.j.i.j.h.i.j.h.p.c.]   ",
+"  B x.i.r.r.r.r.r.r.r.r.r.c.[   ",
+"  B h.w.q.q.q.q.q.q.q.q.q.x._   ",
+"  n t.8.7.7.7.7.7.7.7.7.7.h.)   ",
+"  n w.6.5.5.5.5.5.5.5.5.5.t.^   ",
+"  B k.0.8.8.8.8.8.8.8.8.q.k.]   ",
+"  j :.X.X.X.X.X.X.X.X.X.X.1.I   ",
+"  * 7 5 4 4 4 4 4 4 4 5 5 5 >   "
+};

Added: kde-extras/dragonplayer/trunk/debian/dragonplayer.menu
===================================================================
--- kde-extras/dragonplayer/trunk/debian/dragonplayer.menu	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/dragonplayer.menu	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,6 @@
+?package(dragonplayer):\
+    needs="X11"\
+    section="Applications/Sound"\
+    title="DragonPlayer"\
+    icon16x16="/usr/share/pixmaps/dragon.xpm"\
+    command="/usr/bin/dragon"

Added: kde-extras/dragonplayer/trunk/debian/rules
===================================================================
--- kde-extras/dragonplayer/trunk/debian/rules	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/rules	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+include debian/cdbs/kde.mk
+
+DEB_INSTALL_MANPAGES_dragonplayer = dragon.1
+
+build/dragonplayer::
+	# Generate man page from docbook.
+	docbook2x-man debian/dragon.1.docbook
+
+install/dragonplayer::
+	# Install icon for menu file.
+	install -p -m664 debian/dragon.xpm \
+	    $(CURDIR)/debian/dragonplayer/usr/share/pixmaps/
+
+clean::
+	# Remove manpage.
+	rm -f dragon.1


Property changes on: kde-extras/dragonplayer/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/dragonplayer/trunk/debian/watch
===================================================================
--- kde-extras/dragonplayer/trunk/debian/watch	                        (rev 0)
+++ kde-extras/dragonplayer/trunk/debian/watch	2008-02-02 22:13:21 UTC (rev 9253)
@@ -0,0 +1,4 @@
+# Debian watch file for dragonplayer.
+version=3
+
+http://dragonplayer.org/dragonplayer-(.*)\.tar\.bz2




More information about the pkg-kde-commits mailing list