diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 21:54:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:59 +0200 |
commit | 905998fa79c1fc32d5d99ed5f7a69fa8c32c90e3 (patch) | |
tree | 43bddf716bcae390b76613dbfdada3fdf51065f4 /meta-xfce | |
parent | 92233bfb12b55c91c807a38b955e5cf4a5e8ff89 (diff) |
xfce-terminal: Add initial recipe with version 0.4.8
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb b/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb new file mode 100644 index 0000000..697c5c6 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Terminal emulator for the Xfce desktop environment" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" +DEPENDS = "virtual/libx11 exo gtk+ vte dbus-glib" + +PR = "r0" + +inherit xfce + +# SRC_URI must follow inherited one +SRC_URI = "http://archive.xfce.org/src/apps/terminal//${@'${PV}'[0:3]}/Terminal-${PV}.tar.bz2 \ +" + +S = "${WORKDIR}/Terminal-${PV}" + +FILES_${PN} += "${datadir}/Terminal \ + ${datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml" + +SRC_URI[md5sum] = "8dff62234da14e1a5e542fb56560ebe2" +SRC_URI[sha256sum] = "fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d" |