[Mud-builder-commits] r180 - in trunk/packages: . patch
keesj at garage.maemo.org
keesj at garage.maemo.org
Tue May 15 22:26:01 EEST 2007
Author: keesj
Date: 2007-05-15 22:26:00 +0300 (Tue, 15 May 2007)
New Revision: 180
Added:
trunk/packages/patch/wxstedit.patch
trunk/packages/wxstedit.xml
Log:
keesj:added wxstedit (a wrapper around a wrapper aound a wrapper around a text editor) to suppoer wxluaedit
Added: trunk/packages/patch/wxstedit.patch
===================================================================
--- trunk/packages/patch/wxstedit.patch 2007-05-11 20:41:37 UTC (rev 179)
+++ trunk/packages/patch/wxstedit.patch 2007-05-15 19:26:00 UTC (rev 180)
@@ -0,0 +1,36 @@
+Index: debian/rules
+===================================================================
+--- debian/rules (revision 1)
++++ debian/rules (working copy)
+@@ -27,6 +27,7 @@
+ config.status: configure
+ dh_testdir
+ # Add here commands to configure the package.
++ cp include/wx/stedit/setup0.h include/wx/stedit/setup.h
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+@@ -76,10 +77,10 @@
+ binary-arch: build install
+ dh_testdir
+ dh_testroot
+- dh_installchangelogs
+- dh_installdocs
+- dh_installexamples
+-# dh_install
++# dh_installchangelogs
++# dh_installdocs
++# dh_installexamples
++ dh_install --sourcedir=debian/tmp
+ # dh_installmenu
+ # dh_installdebconf
+ # dh_installlogrotate
+@@ -89,7 +90,7 @@
+ # dh_installinit
+ # dh_installcron
+ # dh_installinfo
+- dh_installman
++# dh_installman
+ dh_link
+ dh_strip
+ dh_compress
Added: trunk/packages/wxstedit.xml
===================================================================
--- trunk/packages/wxstedit.xml 2007-05-11 20:41:37 UTC (rev 179)
+++ trunk/packages/wxstedit.xml 2007-05-15 19:26:00 UTC (rev 180)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="tarball">
+ <url>http://downloads.sourceforge.net/wxcode/wxstedit-1.2.4.tar.gz</url>
+ </fetch>
+ <deb>
+ <description>Wrapper around the Scintilla text editor widget</description>
+ <section>user/editor</section>
+ <maintainer>Kees Jongenburger <kees.jongenburger at gmail.com></maintainer>
+ <depends>${shlibs:Depends}, ${misc:Depends}, libwxgtk1</depends>
+ <build-Depends>debhelper (>= 4.0.0), libwxgtk-dev</build-Depends>
+
+ </deb>
+</package>
More information about the Mud-builder-commits
mailing list