rev 9378 - kde-extras/yzis/trunk/debian

Adrian Friedli adi-guest at alioth.debian.org
Sat Feb 9 20:04:02 UTC 2008


Author: adi-guest
Date: 2008-02-09 20:04:02 +0000 (Sat, 09 Feb 2008)
New Revision: 9378

Added:
   kde-extras/yzis/trunk/debian/kyzis.install
   kde-extras/yzis/trunk/debian/kyzis.manpage.xml
   kde-extras/yzis/trunk/debian/kyzis.manpages
Modified:
   kde-extras/yzis/trunk/debian/changelog
   kde-extras/yzis/trunk/debian/control
   kde-extras/yzis/trunk/debian/qyzis.install
   kde-extras/yzis/trunk/debian/rules
Log:
yzis updated to svn 2719, kyzis and yzispart enabled


Modified: kde-extras/yzis/trunk/debian/changelog
===================================================================
--- kde-extras/yzis/trunk/debian/changelog	2008-02-09 19:55:42 UTC (rev 9377)
+++ kde-extras/yzis/trunk/debian/changelog	2008-02-09 20:04:02 UTC (rev 9378)
@@ -1,5 +1,5 @@
-yzis (0~svn2718-1) experimental; urgency=low
+yzis (0~svn2719-1) experimental; urgency=low
 
   * Initial release (Closes: #296520)
 
- -- Adrian Friedli <adi at koalatux.ch>  Sat, 09 Feb 2008 01:00:17 +0100
+ -- Adrian Friedli <adi at koalatux.ch>  Sat, 09 Feb 2008 20:44:33 +0100

Modified: kde-extras/yzis/trunk/debian/control
===================================================================
--- kde-extras/yzis/trunk/debian/control	2008-02-09 19:55:42 UTC (rev 9377)
+++ kde-extras/yzis/trunk/debian/control	2008-02-09 20:04:02 UTC (rev 9378)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Adrian Friedli <adi at koalatux.ch>
 Build-Depends: cdbs, debhelper (>= 5), cmake, libqt4-dev, liblua5.1-0-dev,
- libncursesw5-dev, libmagic-dev, docbook2x
+ libncursesw5-dev, kdelibs5-dev, libmagic-dev, docbook2x
 Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/kde-extras/yzis/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/yzis/trunk/
@@ -67,3 +67,18 @@
  vi-like editing capabilities available to many graphical applications.
  .
  This package contains the Qt frontend.
+
+Package: kyzis
+Architecture: any
+Depends: libyzis0 (= ${binary:Version}), ${shlibs:Depends}
+Provides: yzis
+Description: a vi-like editor inspired by vim - KDE frontend
+ Yzis (pronounced why this) is a vi-like editor inspired by vim. Yzis aims to be
+ a powerful, fast editor with all of Vim's features and hopefully, at some
+ point, more.
+ .
+ In Yzis, the core editing engine is placed in a library that does not depend on
+ any GUI library. On top of it, GUI frontends are developed. The goal is to make
+ vi-like editing capabilities available to many graphical applications.
+ .
+ This package contains yzispart and the KDE frontend.

Added: kde-extras/yzis/trunk/debian/kyzis.install
===================================================================
--- kde-extras/yzis/trunk/debian/kyzis.install	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/kyzis.install	2008-02-09 20:04:02 UTC (rev 9378)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/kde4/yzispart.so
+debian/tmp/usr/share/kde4/apps/yzispart/yzispart.rc
+debian/tmp/usr/share/kde4/services/yzispart.desktop

Added: kde-extras/yzis/trunk/debian/kyzis.manpage.xml
===================================================================
--- kde-extras/yzis/trunk/debian/kyzis.manpage.xml	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/kyzis.manpage.xml	2008-02-09 20:04:02 UTC (rev 9378)
@@ -0,0 +1,111 @@
+<?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" [
+
+  <!ENTITY dhfirstname "<firstname>Adrian</firstname>">
+  <!ENTITY dhsurname   "<surname>Friedli</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>February  9, 2008</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>adi at koalatux.ch</email>">
+  <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
+  <!ENTITY dhpackage   "kyzis">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>&dhemail;</address>
+    <copyright>
+      <year>2008</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+
+  <refmeta>
+    <refentrytitle>&dhpackage;</refentrytitle>
+    &dhsection;
+  </refmeta>
+
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+    <refpurpose>KDE frontend of yzis - a vi-like editor inspired
+      by vim</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      This manual page documents briefly the
+      <command>&dhpackage;</command> command.
+    </para>
+
+    <para>
+      This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+    </para>
+
+    <para>
+      <command>&dhpackage;</command> is a vi-like editor with
+      a KDE user interface.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>
+      These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').
+    </para>
+
+    <variablelist>
+      <varlistentry>
+        <term>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+    <para>nyzis (1), qyzis (1).</para>
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+    <para>
+      This manual page was written by &dhusername; &dhemail; for
+      the &debian; 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.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL-2.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/yzis/trunk/debian/kyzis.manpages
===================================================================
--- kde-extras/yzis/trunk/debian/kyzis.manpages	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/kyzis.manpages	2008-02-09 20:04:02 UTC (rev 9378)
@@ -0,0 +1 @@
+kyzis.1

Modified: kde-extras/yzis/trunk/debian/qyzis.install
===================================================================
--- kde-extras/yzis/trunk/debian/qyzis.install	2008-02-09 19:55:42 UTC (rev 9377)
+++ kde-extras/yzis/trunk/debian/qyzis.install	2008-02-09 20:04:02 UTC (rev 9378)
@@ -1,3 +1,3 @@
 debian/tmp/usr/share/applnk/Editors/qyzis.desktop
-debian/tmp/usr/share/icons/hicolor/*/apps/qyzis.png
+debian/tmp/usr/share/icons/*/*/apps/qyzis.png
 debian/tmp/usr/bin/qyzis

Modified: kde-extras/yzis/trunk/debian/rules
===================================================================
--- kde-extras/yzis/trunk/debian/rules	2008-02-09 19:55:42 UTC (rev 9377)
+++ kde-extras/yzis/trunk/debian/rules	2008-02-09 20:04:02 UTC (rev 9378)
@@ -4,10 +4,12 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/cmake.mk
 
-DEB_CMAKE_EXTRA_FLAGS = -DENABLE_LIBYZISRUNNER=OFF -DENABLE_TESTS=OFF -DENABLE_DOCUMENTATION=OFF
+DEB_CMAKE_EXTRA_FLAGS = -DENABLE_LIBYZISRUNNER=OFF -DENABLE_TESTS=OFF \
+			-DENABLE_DOCUMENTATION=OFF \
+			-DENABLE_KYZIS=ON -DENABLE_KPART_YZIS=ON
 
-# manpages
-MANPAGES = nyzis.1 qyzis.1
+# build manpages
+MANPAGES = nyzis.1 qyzis.1 kyzis.1
 
 common-build-indep:: $(MANPAGES)
 %.1: debian/%.manpage.xml
@@ -15,3 +17,7 @@
 
 clean::
 	rm -f $(MANPAGES)
+
+# install kyzis binary
+common-install-arch::
+	dh_install -pkyzis $(DEB_BUILDDIR)/kyzis/kyzis /usr/bin




More information about the pkg-kde-commits mailing list