diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/figment |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/figment')
-rw-r--r-- | org.handhelds.familiar/packages/figment/figment_0.3.5.bb | 12 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/figment/files/dotdesktop-name-comment.patch | 15 |
2 files changed, 27 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/figment/figment_0.3.5.bb b/org.handhelds.familiar/packages/figment/figment_0.3.5.bb new file mode 100644 index 0000000..4921287 --- /dev/null +++ b/org.handhelds.familiar/packages/figment/figment_0.3.5.bb @@ -0,0 +1,12 @@ +SECTION = "x11/utils" +DESCRIPTION = "gtk2 outliner written by Matthew Allum" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +LICENSE = "GPLv2" +DEPENDS = "gtk+ libxml2" +PR = "r1" + +SRC_URI = "http://handhelds.org/~mallum/downloadables/figment/figment-${PV}.tar.gz \ + file://dotdesktop-name-comment.patch;patch=1" +S = "${WORKDIR}/figment-${PV}" + +inherit autotools diff --git a/org.handhelds.familiar/packages/figment/files/dotdesktop-name-comment.patch b/org.handhelds.familiar/packages/figment/files/dotdesktop-name-comment.patch new file mode 100644 index 0000000..242b9ef --- /dev/null +++ b/org.handhelds.familiar/packages/figment/files/dotdesktop-name-comment.patch @@ -0,0 +1,15 @@ +--- figment-0.3.5.orig/figment.desktop 2006-01-29 20:13:07.000000000 +0100 ++++ figment-0.3.5/figment.desktop 2006-01-29 20:24:14.000000000 +0100 +@@ -1,8 +1,8 @@ + [Desktop Entry] +-Name=Figment +-Comment=An Outliner ++Name=Outliner ++Comment=The Figment Outliner + Exec=figment + Icon=figment.png + Terminal=0 + Type=Application +-Categories=Application;PIM +\ No newline at end of file ++Categories=Application;PIM |