mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
xfce-app.bbclass: just set SRC_URI commmon to most xfce-apps
* build tested with source download for xfce4-notifyd and xfce4-screenshooter * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
eabd5d988e
commit
7faafa8b3c
4
meta-xfce/classes/xfce-app.bbclass
Normal file
4
meta-xfce/classes/xfce-app.bbclass
Normal file
@ -0,0 +1,4 @@
|
||||
inherit xfce
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
@ -6,10 +6,7 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
inherit xfce
|
||||
|
||||
# SRC_URI must follow inherited one
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
|
||||
inherit xfce-app
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/xfce4/notifyd \
|
||||
|
||||
@ -7,12 +7,7 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-
|
||||
|
||||
PR = "r0"
|
||||
|
||||
inherit xfce
|
||||
|
||||
# SRC_URI must follow inherited one
|
||||
# decoded to e.g. http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/xfce4-screenshooter-1.8.0.tar.bz2
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2 \
|
||||
"
|
||||
inherit xfce-app
|
||||
|
||||
FILES_${PN} += "${datadir}/xfce4/panel-plugins/*"
|
||||
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user