diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-02 15:16:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:44 +0100 |
commit | da2f1fb82c80f90d377671df45ae00c15c5ce141 (patch) | |
tree | 6b5def3ce2a2b4fe2d89ab525e21a47a1e8f55c6 /meta-xfce/recipes-apps | |
parent | 6b1eb16217456900b77c150bfac2849b6bc139a7 (diff) | |
download | meta-openembedded-da2f1fb82c80f90d377671df45ae00c15c5ce141.tar.gz |
mousepad: initial add 0.3.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb new file mode 100644 index 0000000000..859c90e011 --- /dev/null +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "A simple text editor for Xfce" | ||
2 | SECTION = "x11/application" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "gtk+ dbus-glib gtksourceview2" | ||
6 | |||
7 | inherit xfce-app | ||
8 | |||
9 | SRC_URI[md5sum] = "dcfcdfaa8a19c89f35d5f6f64753e6e1" | ||
10 | SRC_URI[sha256sum] = "10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d" | ||