diff options
| -rw-r--r-- | meta-xfce/classes/xfce-app.bbclass | 4 | ||||
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | 5 | ||||
| -rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb | 7 |
3 files changed, 6 insertions, 10 deletions
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass new file mode 100644 index 0000000000..c60ad3d67a --- /dev/null +++ b/meta-xfce/classes/xfce-app.bbclass | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | inherit xfce | ||
| 2 | |||
| 3 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
| 4 | |||
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb index 4fea1deadb..0ee6da3ab9 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | |||
| @@ -6,10 +6,7 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib" | |||
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| 9 | inherit xfce | 9 | inherit xfce-app |
| 10 | |||
| 11 | # SRC_URI must follow inherited one | ||
| 12 | SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" | ||
| 13 | 10 | ||
| 14 | FILES_${PN} += " \ | 11 | FILES_${PN} += " \ |
| 15 | ${libdir}/xfce4/notifyd \ | 12 | ${libdir}/xfce4/notifyd \ |
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb index ef409c1238..2362b8abf8 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.0.bb | |||
| @@ -7,12 +7,7 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup- | |||
| 7 | 7 | ||
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | inherit xfce | 10 | inherit xfce-app |
| 11 | |||
| 12 | # SRC_URI must follow inherited one | ||
| 13 | # decoded to e.g. http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/xfce4-screenshooter-1.8.0.tar.bz2 | ||
| 14 | SRC_URI = "http://archive.xfce.org/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2 \ | ||
| 15 | " | ||
| 16 | 11 | ||
| 17 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/*" | 12 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/*" |
| 18 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | 13 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" |
