mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
xfce4-terminal: update to 0.6.1
* renamed upstream Terminal -> xfce4-terminal [1] * dependencies changed [1] [1] http://mail.xfce.org/pipermail/xfce/2012-December/031872.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a86099c2e6
commit
611b4b9eff
|
|
@ -1,20 +0,0 @@
|
|||
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"
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "glib-2.0 gtk+ vte libxfce4ui"
|
||||
|
||||
inherit xfce-app
|
||||
|
||||
FILES_${PN} += "${datadir}/xfce4 \
|
||||
${datadir}/gnome-control-center"
|
||||
|
||||
SRC_URI[md5sum] = "98613ce500fef2ed62cdbe788084acca"
|
||||
SRC_URI[sha256sum] = "61346427e55af79e86511572bfabb2e025cb13720879226ea1b98a92f0bcd4c8"
|
||||
Loading…
Reference in New Issue
Block a user