diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-25 11:02:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 15:26:58 +0100 |
commit | 599bbb2eaff6f0827b04ab5b2665303a22ea072e (patch) | |
tree | 7690ca6aed080d1a4b8f816a1e300b8d3264b264 /recipes/xfce-extras | |
parent | 6de8a003f930bfade8502cf80617009a9c96c278 (diff) |
XFCE: Import all the 4.6.1 recipes (and a newer version of xfce-terminal).
Diffstat (limited to 'recipes/xfce-extras')
-rw-r--r-- | recipes/xfce-extras/gigolo_0.3.2.bb | 17 | ||||
-rw-r--r-- | recipes/xfce-extras/mousepad_0.2.13.bb | 5 | ||||
-rw-r--r-- | recipes/xfce-extras/mousepad_0.2.16.bb | 9 | ||||
-rw-r--r-- | recipes/xfce-extras/orage_4.4.2.bb | 5 | ||||
-rw-r--r-- | recipes/xfce-extras/orage_4.6.1.bb | 22 | ||||
-rw-r--r-- | recipes/xfce-extras/ristretto_0.0.21.bb | 12 | ||||
-rw-r--r-- | recipes/xfce-extras/squeeze_0.2.3.bb | 12 | ||||
-rw-r--r-- | recipes/xfce-extras/xfcalendar.inc | 8 | ||||
-rw-r--r-- | recipes/xfce-extras/xfcalendar_4.2.0.bb | 8 | ||||
-rw-r--r-- | recipes/xfce-extras/xfcalendar_4.2.2.bb | 5 | ||||
-rw-r--r-- | recipes/xfce-extras/xfcalendar_4.2.3.bb | 9 | ||||
-rw-r--r-- | recipes/xfce-extras/xfce4-notifyd_0.1.0.bb | 21 | ||||
-rw-r--r-- | recipes/xfce-extras/xfprint_4.3.99.2.bb | 9 | ||||
-rw-r--r-- | recipes/xfce-extras/xfprint_4.4.2.bb | 9 | ||||
-rw-r--r-- | recipes/xfce-extras/xfprint_4.6.1.bb | 13 |
15 files changed, 164 insertions, 0 deletions
diff --git a/recipes/xfce-extras/gigolo_0.3.2.bb b/recipes/xfce-extras/gigolo_0.3.2.bb new file mode 100644 index 0000000000..22f83538ef --- /dev/null +++ b/recipes/xfce-extras/gigolo_0.3.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs." +DEPENDS = "pkgconfig gtk+" +RDEPENDS = "libxfce4util libxfcegui4" + +SECTION = "x11" +LICENSE = "GPL-2" +PR = "r1" + +inherit xfce46 + +XFCE_VERSION = "4.6.1" + +SRC_URI = "http://files.uvena.de/${PN}/${PN}-${PV}.tar.bz2" + +do_compile() { + oe_runmake +} diff --git a/recipes/xfce-extras/mousepad_0.2.13.bb b/recipes/xfce-extras/mousepad_0.2.13.bb new file mode 100644 index 0000000000..c55ce5a047 --- /dev/null +++ b/recipes/xfce-extras/mousepad_0.2.13.bb @@ -0,0 +1,5 @@ +DESCRIPTION = "Text editor for Xfce based on Leafpad" +DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native" + +inherit xfce +XFCE_VERSION = 4.4.2 diff --git a/recipes/xfce-extras/mousepad_0.2.16.bb b/recipes/xfce-extras/mousepad_0.2.16.bb new file mode 100644 index 0000000000..b5671179f0 --- /dev/null +++ b/recipes/xfce-extras/mousepad_0.2.16.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Text editor for Xfce based on Leafpad" +RDEPENDS = "libxfce4util hal" +SECTION = "x11" +PR = "r2" + +inherit xfce46 + +SRC_URI = "http://mocha.xfce.org/archive/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" + diff --git a/recipes/xfce-extras/orage_4.4.2.bb b/recipes/xfce-extras/orage_4.4.2.bb new file mode 100644 index 0000000000..b8f5284454 --- /dev/null +++ b/recipes/xfce-extras/orage_4.4.2.bb @@ -0,0 +1,5 @@ +DESCRIPTION = "Calendar application for the Xfce Desktop Environment" +DEPENDS = "libxfcegui4 exo libxml-parser-perl-native xfce4-panel xfce-mcs-manager" +RREPLACES = "xfcalendar" + +inherit xfce diff --git a/recipes/xfce-extras/orage_4.6.1.bb b/recipes/xfce-extras/orage_4.6.1.bb new file mode 100644 index 0000000000..06f7296429 --- /dev/null +++ b/recipes/xfce-extras/orage_4.6.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Calendar application for the Xfce Desktop Environment" +DEPENDS = "libxfcegui4 exo xfce4-panel" +RDEPENDS = "xfce4-panel" +RREPLACES = "xfcalendar" + +SECTION = "x11" +PR = "r3" + +inherit xfce46 + +SRC_URI = "http://mocha.xfce.org/archive/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" + +XFCE_VERSION = "4.6.1" + +EXTRA_OECONF += " --disable-libxfce4mcs" + + +FILES_${PN} += "${datadir}/xfce4/panel-plugins/*.desktop \ + ${datadir}/dbus-1/services/* \ +" + +FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug/" diff --git a/recipes/xfce-extras/ristretto_0.0.21.bb b/recipes/xfce-extras/ristretto_0.0.21.bb new file mode 100644 index 0000000000..eff3d25b9b --- /dev/null +++ b/recipes/xfce-extras/ristretto_0.0.21.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Ristretto is a picture-viewer for XFCE" +DEPENDS = "thunar libxfce4util libxfcegui4 libexif dbus" +RDEPENDS = "thunar libxfce4util libxfcegui4" + +SECTION = "x11" +PR = "r1" + +inherit xfce46 + +XFCE_VERSION = "4.6.1" + +SRC_URI = "http://goodies.xfce.org/releases/ristretto/${PN}-${PV}.tar.gz" diff --git a/recipes/xfce-extras/squeeze_0.2.3.bb b/recipes/xfce-extras/squeeze_0.2.3.bb new file mode 100644 index 0000000000..ce784c2ea8 --- /dev/null +++ b/recipes/xfce-extras/squeeze_0.2.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Squeeze is an archive manager for the Xfce Desktop Environment" +DEPENDS = "pkgconfig dbus gtk+ thunar" +RDEPENDS = "libxfce4util" + +SECTION = "x11" +PR = "r1" + +inherit xfce46 + +XFCE_VERSION = "4.6.1" + +SRC_URI = "http://squeeze.xfce.org/downloads/${PN}-${PV}.tar.bz2" diff --git a/recipes/xfce-extras/xfcalendar.inc b/recipes/xfce-extras/xfcalendar.inc new file mode 100644 index 0000000000..987d8b4d67 --- /dev/null +++ b/recipes/xfce-extras/xfcalendar.inc @@ -0,0 +1,8 @@ +# xfce-calendar OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="XFCE Calendar" +SECTION = "x11" +DEPENDS = "virtual/libx11 libxfcegui4 libxfce4mcs" +inherit xfce diff --git a/recipes/xfce-extras/xfcalendar_4.2.0.bb b/recipes/xfce-extras/xfcalendar_4.2.0.bb new file mode 100644 index 0000000000..987d8b4d67 --- /dev/null +++ b/recipes/xfce-extras/xfcalendar_4.2.0.bb @@ -0,0 +1,8 @@ +# xfce-calendar OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="XFCE Calendar" +SECTION = "x11" +DEPENDS = "virtual/libx11 libxfcegui4 libxfce4mcs" +inherit xfce diff --git a/recipes/xfce-extras/xfcalendar_4.2.2.bb b/recipes/xfce-extras/xfcalendar_4.2.2.bb new file mode 100644 index 0000000000..41b0db2a51 --- /dev/null +++ b/recipes/xfce-extras/xfcalendar_4.2.2.bb @@ -0,0 +1,5 @@ +# xfce-calendar OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +require ${PN}.inc diff --git a/recipes/xfce-extras/xfcalendar_4.2.3.bb b/recipes/xfce-extras/xfcalendar_4.2.3.bb new file mode 100644 index 0000000000..ebab53efcd --- /dev/null +++ b/recipes/xfce-extras/xfcalendar_4.2.3.bb @@ -0,0 +1,9 @@ +# xfce-calendar OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +require ${PN}.inc + +PACKAGES += " ${PN}-mcs-plugins" +FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so" + diff --git a/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb b/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb new file mode 100644 index 0000000000..961b7862b3 --- /dev/null +++ b/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Notification daemon for the Xfce desktop." +DEPENDS = "pkgconfig dbus gtk+ libsexy" +RDEPENDS = "libxfce4util libxfcegui4 libnotify xfconf" + +SECTION = "x11" +PR = "r1" + +inherit xfce46 + +XFCE_VERSION = "4.6.1" + +SRC_URI = "http://spuriousinterrupt.org/files/${PN}/${PN}-${PV}.tar.bz2" + +FILES_${PN} = "\ + ${datadir}/dbus-1/services \ + ${datadir}/themes \ + ${datadir}/icons \ + ${datadir}/applications \ + ${libexecdir}/xfce4-notifyd \ + ${bindir}/xfce4-notifyd-config \ +" diff --git a/recipes/xfce-extras/xfprint_4.3.99.2.bb b/recipes/xfce-extras/xfprint_4.3.99.2.bb new file mode 100644 index 0000000000..7e349ce881 --- /dev/null +++ b/recipes/xfce-extras/xfprint_4.3.99.2.bb @@ -0,0 +1,9 @@ +# xfprint OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="XFCE4 Print Manager" +SECTION = "x11/base" + +DEPENDS="libxfcegui4" +inherit xfce diff --git a/recipes/xfce-extras/xfprint_4.4.2.bb b/recipes/xfce-extras/xfprint_4.4.2.bb new file mode 100644 index 0000000000..19bfa0dde3 --- /dev/null +++ b/recipes/xfce-extras/xfprint_4.4.2.bb @@ -0,0 +1,9 @@ +# xfprint OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see COPYING.MIT) + +DESCRIPTION="XFCE4 Print Manager" +SECTION = "x11/base" + +DEPENDS="libxfcegui4" +inherit xfce diff --git a/recipes/xfce-extras/xfprint_4.6.1.bb b/recipes/xfce-extras/xfprint_4.6.1.bb new file mode 100644 index 0000000000..74d619af66 --- /dev/null +++ b/recipes/xfce-extras/xfprint_4.6.1.bb @@ -0,0 +1,13 @@ +# xfprint OE build file + +DESCRIPTION="XFCE4 Print Manager" +SECTION = "x11/base" + +PR = "r2" + +DEPENDS="libxfcegui4" + +inherit xfce46 + +FILES_${PN} += "${libdir}/xfce4/xfprint-plugins/*.so" +FILES_${PN}-dev += "${libdir}/xfce4/xfprint-plugins/*.a" |