diff options
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
24 files changed, 448 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb new file mode 100644 index 0000000000..36cb444c44 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.0.5.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "A battery monitor panel plugin for Xfce4, compatible with APM and ACP" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "ca2d394e411a20442a519efa0d14f8ec" | ||
9 | SRC_URI[sha256sum] = "f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11" | ||
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb new file mode 100644 index 0000000000..06f0d94402 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Clipman is a clipboard manager for Xfce" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | DEPENDS += "xfconf xproto libxtst" | ||
10 | |||
11 | SRC_URI[md5sum] = "61f3be97efa379cb358980c94e14692a" | ||
12 | SRC_URI[sha256sum] = "4424447067cb2c3972c375330d2e1d19f12e59c41bd03e111c2e6e9e174a5067" | ||
13 | |||
14 | PACKAGECONFIG ??= "" | ||
15 | PACKAGECONFIG[unique] = "--enable-unique,--disable-unique,libunique" | ||
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb new file mode 100644 index 0000000000..f96009eee3 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Plugin displaying close button for application currently active" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" | ||
5 | |||
6 | inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative | ||
7 | |||
8 | DEPENDS += "exo-native libwnck xfconf" | ||
9 | |||
10 | PV = "0.1.0+gitr${SRCPV}" | ||
11 | |||
12 | SRC_URI = "git://gitorious.org/xfce/xfce4-closebutton-plugin.git;branch=master" | ||
13 | SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | EXTRA_OECONF += "--enable-maintainer-mode" | ||
17 | |||
18 | FILES_${PN} += "${datadir}/xfce4/closebutton/themes" | ||
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb new file mode 100644 index 0000000000..7a99b4f752 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Panel plugin to display frequency of all cpus" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "dcc56af0e19266956c297d124ba551f4" | ||
9 | SRC_URI[sha256sum] = "eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6" | ||
10 | |||
11 | # defaults in xfce4-panel-plugin.bbclass don't match so override here | ||
12 | FILES_${PN} = "${datadir}/icons ${datadir}/xfce4 ${libdir}/xfce4/panel/plugins/*.so*" | ||
13 | |||
14 | # *.so are required for plugin detection | ||
15 | INSANE_SKIP_${PN} = "dev-so" | ||
diff --git a/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.0.5.bb b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.0.5.bb new file mode 100644 index 0000000000..83e2bb5c08 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.0.5.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Panel plugin with graphical representation of the cpu frequency" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=415654f59d8fa70fe4eac2c3f86c8f5e" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "f0ebfabb273adf69361b37a3fa4b7912" | ||
9 | SRC_URI[sha256sum] = "85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7" | ||
diff --git a/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_0.6.2.bb b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_0.6.2.bb new file mode 100644 index 0000000000..a97ba6c7db --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_0.6.2.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Panel plugin displaying date and time and a calendar when left-clicked" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "fe604a251eadbc5b0f2b4737b85d92c8" | ||
9 | SRC_URI[sha256sum] = "9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c" | ||
diff --git a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.5.4.bb b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.5.4.bb new file mode 100644 index 0000000000..1aadd2c1ae --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.5.4.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Panel plugin displaying instant disk/partition performance" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" | ||
3 | LICENSE = "RogerSeguin" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "2db453fc3ea2e4fe073ec313a25b0961" | ||
9 | SRC_URI[sha256sum] = "aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b" | ||
diff --git a/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb new file mode 100644 index 0000000000..32d6edfb48 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "A panel plugin that embeds arbitrary windows (or GtkPlug widgets) into the panel." | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | # DEPENDS += "xfconf xproto libxtst" | ||
10 | |||
11 | SRC_URI[md5sum] = "c5b86cbc1c54ee7c1d2e95a4502fed8e" | ||
12 | SRC_URI[sha256sum] = "35d4c6c56dd6468c0e5afe66f657c1526f2d830a577105a51da43657651832e3" | ||
diff --git a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.3.bb b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.3.bb new file mode 100644 index 0000000000..95d1d66c89 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Equake XFCE is a panel plugin for the XFCE panel which monitors earthquakes and displays an update each time a new earthquake occurs." | ||
2 | HOMEPAGE = "http://freecode.com/projects/equake-xfce" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | SRC_URI = "http://www.e-quake.org/wp-uploads/2013/09/xfce4-equake-plugin-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "fa1e934f5b7e522efc4e30a99278f908" | ||
11 | SRC_URI[sha256sum] = "ea37e691606dbcd705f98cecccabd69b870c7acd008f47faae6d0fee21fe14a2" | ||
12 | |||
13 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin" | ||
diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb new file mode 100644 index 0000000000..f1ed6c7c43 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Panel plugin with graphical representation of the cpu frequency" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "1ef352c68dd8929c9e8743200b758b3c" | ||
9 | SRC_URI[sha256sum] = "dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/xfce4/eyes" | ||
diff --git a/meta-xfce/recipes-panel-plugins/fsguard/xfce4-fsguard-plugin_1.0.1.bb b/meta-xfce/recipes-panel-plugins/fsguard/xfce4-fsguard-plugin_1.0.1.bb new file mode 100644 index 0000000000..1446115212 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/fsguard/xfce4-fsguard-plugin_1.0.1.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "The FSGuard panel plugin checks free space on a chosen mount point frequently and displays a message when a limit is reached" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin?&#recet_releases" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "9c179371475e2837004cc208026e30c1" | ||
9 | SRC_URI[sha256sum] = "fffb7ee09769ec0b991b8752b848578e6434a675a939c5588f0728c2ef33aab7" | ||
diff --git a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch new file mode 100644 index 0000000000..28c0eb1443 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch | |||
@@ -0,0 +1,36 @@ | |||
1 | From 2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 Mon Sep 17 00:00:00 2001 | ||
2 | From: John Lindgren <john.lindgren@aol.com> | ||
3 | Date: Tue, 21 Aug 2012 19:33:45 -0400 | ||
4 | Subject: [PATCH] Allow timer period to be set at 250ms resolution. Patch | ||
5 | from Miguel Guedes. Closes: #9102. | ||
6 | MIME-Version: 1.0 | ||
7 | Content-Type: text/plain; charset=UTF-8 | ||
8 | Content-Transfer-Encoding: 8bit | ||
9 | |||
10 | Upstream-Status: Applied [1] | ||
11 | |||
12 | [1] http://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 | ||
13 | |||
14 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
15 | --- | ||
16 | panel-plugin/config_gui.c | 4 ++-- | ||
17 | 1 files changed, 2 insertions(+), 2 deletions(-) | ||
18 | |||
19 | diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c | ||
20 | index a4c891d..90e55c1 100644 | ||
21 | --- a/panel-plugin/config_gui.c | ||
22 | +++ b/panel-plugin/config_gui.c | ||
23 | @@ -106,8 +106,8 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1, | ||
24 | gtk_widget_show (alignment1); | ||
25 | gtk_container_add (GTK_CONTAINER (eventbox1), alignment1); | ||
26 | |||
27 | - wSc_Period_adj = gtk_adjustment_new (15, 1, 60*60*24, 1, 1, 0); | ||
28 | - wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), 1, 0); | ||
29 | + wSc_Period_adj = gtk_adjustment_new (15, .25, 60*60*24, .25, 1, 0); | ||
30 | + wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), .25, 2); | ||
31 | gtk_widget_show (wSc_Period); | ||
32 | gtk_container_add (GTK_CONTAINER (alignment1), wSc_Period); | ||
33 | gtk_tooltips_set_tip (tooltips, wSc_Period, | ||
34 | -- | ||
35 | 1.7.6.5 | ||
36 | |||
diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb new file mode 100644 index 0000000000..a13db62a3c --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel." | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI += "file://0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch" | ||
9 | |||
10 | SRC_URI[md5sum] = "24108b339bb040ed360266f53a245224" | ||
11 | SRC_URI[sha256sum] = "b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387" | ||
12 | |||
13 | S = "${WORKDIR}/xfce4-genmon-plugin-3.4" | ||
diff --git a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb new file mode 100644 index 0000000000..6dc2c1721d --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Mount/umount utility for the xfce panel" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | SRC_URI[md5sum] = "f5917e9aa2a06bc6a872cc10d2ee4f6f" | ||
10 | SRC_URI[sha256sum] = "541d7af84d7d0b00ae547aa1f438e2fac51ee4195c4d0a17173c4f72accb227d" | ||
diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb new file mode 100644 index 0000000000..ef1039b797 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Panel plugin displaying current load of the network interfaces" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "05180d60ed347029dc125368c1d4406e" | ||
9 | SRC_URI[sha256sum] = "c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845" | ||
diff --git a/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch b/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch new file mode 100644 index 0000000000..4a3b1ce586 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/files/0001-Bump-dependency-to-Xfce-4.10.patch | |||
@@ -0,0 +1,128 @@ | |||
1 | From 26c4ad1765d0d59b3918363d38174c5f5bfe0dcd Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Fri, 20 Sep 2013 22:49:47 +0200 | ||
4 | Subject: [PATCH] Bump dependency to Xfce 4.10 | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Drop support for Xfce <= 4.6. | ||
10 | Replace libxfcegui4 dependency against libxfce4ui. | ||
11 | Update to new libtool syntax (use LT_PREREQ.) | ||
12 | |||
13 | Upstream-status: Backport [1] | ||
14 | |||
15 | [1] http://git.xfce.org/panel-plugins/xfce4-notes-plugin/commit/?id=d11fe51fae95b5b4963847be76ae4a07409a6076 | ||
16 | |||
17 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
18 | --- | ||
19 | configure.ac | 23 ++++++++++------------- | ||
20 | src/Makefile.am | 4 ++-- | ||
21 | src/xfce4-notes-settings.c | 6 +++--- | ||
22 | 3 files changed, 15 insertions(+), 18 deletions(-) | ||
23 | |||
24 | diff --git a/configure.ac b/configure.ac | ||
25 | index 20d27e5..8d4113f 100644 | ||
26 | --- a/configure.ac | ||
27 | +++ b/configure.ac | ||
28 | @@ -24,21 +24,17 @@ AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfc | ||
29 | AC_REVISION([xfce4_notes_plugin_version_build]) | ||
30 | AC_CANONICAL_TARGET() | ||
31 | |||
32 | +LT_PREREQ([2.2.6]) | ||
33 | +LT_INIT([disable-static]) | ||
34 | + | ||
35 | AM_INIT_AUTOMAKE([1.11 dist-bzip2]) | ||
36 | AM_CONFIG_HEADER([config.h]) | ||
37 | AM_MAINTAINER_MODE() | ||
38 | AM_SILENT_RULES([yes]) | ||
39 | |||
40 | -dnl Avoid g77 and g++ checks | ||
41 | -m4_undefine([AC_PROG_CXX]) | ||
42 | -m4_defun([AC_PROG_CXX],[]) | ||
43 | -m4_undefine([AC_PROG_F77]) | ||
44 | -m4_defun([AC_PROG_F77],[]) | ||
45 | - | ||
46 | dnl Check for basic programs | ||
47 | AM_PROG_CC_C_O() | ||
48 | AC_PROG_LD() | ||
49 | -AC_PROG_LIBTOOL() | ||
50 | AC_PROG_INSTALL() | ||
51 | AC_PROG_INTLTOOL() | ||
52 | |||
53 | @@ -51,12 +47,13 @@ AC_SUBST([MATH_LIBS], [" -lm"]) | ||
54 | |||
55 | dnl Check for required packages | ||
56 | XDT_CHECK_LIBX11_REQUIRE() | ||
57 | -XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0]) | ||
58 | -XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0]) | ||
59 | -XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0]) | ||
60 | -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0]) | ||
61 | -XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0]) | ||
62 | -XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0]) | ||
63 | +XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.24.0]) | ||
64 | +XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.24.0]) | ||
65 | +XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0]) | ||
66 | +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0]) | ||
67 | +XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0]) | ||
68 | +XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.10.0]) | ||
69 | +XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0]) | ||
70 | XDT_CHECK_PACKAGE([UNIQUE], [unique-1.0], [1.0.0]) | ||
71 | |||
72 | dnl Check for libxfce4panel >= 4.7 | ||
73 | diff --git a/src/Makefile.am b/src/Makefile.am | ||
74 | index f69ab0f..2d97b63 100644 | ||
75 | --- a/src/Makefile.am | ||
76 | +++ b/src/Makefile.am | ||
77 | @@ -36,7 +36,7 @@ xfce4_notes_settings_SOURCES = \ | ||
78 | xfce4_notes_settings_CFLAGS = \ | ||
79 | @LIBX11_CFLAGS@ \ | ||
80 | @GTK_CFLAGS@ \ | ||
81 | - @LIBXFCEGUI4_CFLAGS@ \ | ||
82 | + @LIBXFCE4UI_CFLAGS@ \ | ||
83 | @XFCONF_CFLAGS@ \ | ||
84 | @UNIQUE_CFLAGS@ | ||
85 | |||
86 | @@ -44,7 +44,7 @@ xfce4_notes_settings_LDADD = \ | ||
87 | $(top_builddir)/lib/libnotes.la \ | ||
88 | @LIBX11_LIBS@ \ | ||
89 | @GTK_LIBS@ \ | ||
90 | - @LIBXFCEGUI4_LIBS@ \ | ||
91 | + @LIBXFCE4UI_LIBS@ \ | ||
92 | @XFCONF_LIBS@ \ | ||
93 | @UNIQUE_LIBS@ | ||
94 | |||
95 | diff --git a/src/xfce4-notes-settings.c b/src/xfce4-notes-settings.c | ||
96 | index f66bb13..1d7cc70 100644 | ||
97 | --- a/src/xfce4-notes-settings.c | ||
98 | +++ b/src/xfce4-notes-settings.c | ||
99 | @@ -25,7 +25,7 @@ | ||
100 | #include <xfconf/xfconf.h> | ||
101 | #include <gtk/gtk.h> | ||
102 | #include <libxfce4util/libxfce4util.h> | ||
103 | -#include <libxfcegui4/libxfcegui4.h> | ||
104 | +#include <libxfce4ui/libxfce4ui.h> | ||
105 | |||
106 | #include "defines.h" | ||
107 | #include "color.h" | ||
108 | @@ -115,7 +115,7 @@ prop_dialog_new (void) | ||
109 | |||
110 | /* === Global settings === */ | ||
111 | box = gtk_vbox_new (FALSE, BORDER); | ||
112 | - frame = xfce_create_framebox_with_content (_("Global settings"), box); | ||
113 | + frame = xfce_gtk_frame_box_new_with_content (_("Global settings"), box); | ||
114 | gtk_container_set_border_width (GTK_CONTAINER (frame), BORDER); | ||
115 | gtk_container_add (GTK_CONTAINER (vbox), frame); | ||
116 | |||
117 | @@ -163,7 +163,7 @@ prop_dialog_new (void) | ||
118 | |||
119 | /* === New window settings === */ | ||
120 | box = gtk_vbox_new (FALSE, BORDER); | ||
121 | - frame = xfce_create_framebox_with_content (_("New group settings"), box); | ||
122 | + frame = xfce_gtk_frame_box_new_with_content (_("New group settings"), box); | ||
123 | gtk_container_set_border_width (GTK_CONTAINER (frame), BORDER); | ||
124 | gtk_container_add (GTK_CONTAINER (vbox), frame); | ||
125 | |||
126 | -- | ||
127 | 1.8.3.1 | ||
128 | |||
diff --git a/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch b/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch new file mode 100644 index 0000000000..e1ede27c42 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/files/0002-main-status-icon.c-remove-deprecated-g_type_init.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | From 0218e5ebf38f94d58b908fca451ba3789efa8899 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Fri, 20 Sep 2013 23:09:25 +0200 | ||
4 | Subject: [PATCH] main-status-icon.c remove deprecated g_type_init | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | this file was auto created by valac and xfce-vala when creating tarball. So | ||
10 | |||
11 | Upstream-Status: Inappropriate [other] | ||
12 | |||
13 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
14 | --- | ||
15 | src/main-status-icon.c | 1 - | ||
16 | 1 file changed, 1 deletion(-) | ||
17 | |||
18 | diff --git a/src/main-status-icon.c b/src/main-status-icon.c | ||
19 | index c6d73f8..f7db773 100644 | ||
20 | --- a/src/main-status-icon.c | ||
21 | +++ b/src/main-status-icon.c | ||
22 | @@ -290,7 +290,6 @@ gint _vala_main (char** args, int args_length1) { | ||
23 | |||
24 | |||
25 | int main (int argc, char ** argv) { | ||
26 | - g_type_init (); | ||
27 | return _vala_main (argv, argc); | ||
28 | } | ||
29 | |||
30 | -- | ||
31 | 1.8.3.1 | ||
32 | |||
diff --git a/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb new file mode 100644 index 0000000000..fee5a4d9c4 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.7.7.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Notes plugin for the Xfce Panel" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique" | ||
9 | |||
10 | SRC_URI += " \ | ||
11 | file://0001-Bump-dependency-to-Xfce-4.10.patch \ | ||
12 | file://0002-main-status-icon.c-remove-deprecated-g_type_init.patch \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "42b924b23f2fec6a1099e9b7a87db4a3" | ||
15 | SRC_URI[sha256sum] = "a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217" | ||
16 | |||
17 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so.*" | ||
18 | |||
19 | # *.so are required for plugin detection | ||
20 | INSANE_SKIP_${PN} = "dev-so" | ||
diff --git a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb new file mode 100644 index 0000000000..f68365c6e2 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Panel plugin displaying menu with quick access to folders, documents, and removable media" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "84c39fb123e07e1c7caaf006d9383656" | ||
9 | SRC_URI[sha256sum] = "6996051669a13d4791a5a453747801dc2f7f6fa5546785622d80b34966283d44" | ||
10 | |||
11 | PACKAGECONFIG ??= "" | ||
12 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | ||
diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb new file mode 100644 index 0000000000..53f6c4a3c1 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | DEPENDS += "upower" | ||
9 | |||
10 | SRC_URI[md5sum] = "22d48c0883f9d598bce24e81d93e692e" | ||
11 | SRC_URI[sha256sum] = "1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae" | ||
diff --git a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.1.bb b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.1.bb new file mode 100644 index 0000000000..1f6ea046eb --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "This plugin makes it possible to take periodical breaks" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | SRC_URI[md5sum] = "b6e4a3145d31c341e2506fb17b014587" | ||
10 | SRC_URI[sha256sum] = "e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8" | ||
diff --git a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb new file mode 100644 index 0000000000..1883a0c7d5 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.11.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Panel plugin displaying stats from a wireless lan interface" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" | ||
3 | LICENSE = "BenediktMeurer FlorianRivoal" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "50514bb286f1ed6761a1b36832bb7fe3" | ||
9 | SRC_URI[sha256sum] = "fe06c7ffc29c2d4ca7bc452b3356825354e276565de9b0a2d087ab55471755ae" | ||
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb new file mode 100644 index 0000000000..b57f91ce16 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Panel plugin to display current temperature and weather condition" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | DEPENDS += "libsoup-2.4" | ||
9 | |||
10 | SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3" | ||
11 | SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4" | ||
12 | |||
13 | FILES_${PN} += "${datadir}/xfce4/weather" | ||
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb new file mode 100644 index 0000000000..1109f31943 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.7.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" | ||
3 | SECTION = "x11/application" | ||
4 | LICENSE = "Alexander_Iliev" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b" | ||
6 | |||
7 | inherit xfce-panel-plugin | ||
8 | |||
9 | SRC_URI[md5sum] = "7fbc3d8c84d6662d819dd1803f0fee34" | ||
10 | SRC_URI[sha256sum] = "28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a" | ||
11 | |||
12 | DEPENDS += "libxklavier libwnck librsvg garcon" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/xfce4/xkb" | ||
15 | |||
16 | RDEPENDS_${PN} = "xfce4-settings" | ||