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 | |
| parent | 92233bfb12b55c91c807a38b955e5cf4a5e8ff89 (diff) | |
| download | meta-openembedded-905998fa79c1fc32d5d99ed5f7a69fa8c32c90e3.tar.gz | |
xfce-terminal: Add initial recipe with version 0.4.8
| -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 0000000000..697c5c608f --- /dev/null +++ b/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Terminal emulator for the Xfce desktop environment" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
| 4 | DEPENDS = "virtual/libx11 exo gtk+ vte dbus-glib" | ||
| 5 | |||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | inherit xfce | ||
| 9 | |||
| 10 | # SRC_URI must follow inherited one | ||
| 11 | SRC_URI = "http://archive.xfce.org/src/apps/terminal//${@'${PV}'[0:3]}/Terminal-${PV}.tar.bz2 \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/Terminal-${PV}" | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/Terminal \ | ||
| 17 | ${datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "8dff62234da14e1a5e542fb56560ebe2" | ||
| 20 | SRC_URI[sha256sum] = "fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d" | ||
