added my Recipes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "A battery monitor panel plugin for Xfce4, compatible with APM and ACP"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "107df2a837156c010e1eab5430bab90c77f0a3dc699b5937678c8a9c5e64c222"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "A calculator plugin for the Xfce panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=909430f63fddd63f120ba29e8979f65c"
|
||||
|
||||
inherit xfce-panel-plugin gtk-icon-cache
|
||||
|
||||
SRC_URI[sha256sum] = "e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81"
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Clipman is a clipboard manager for Xfce"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
|
||||
SECTION = "x11/application"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS += "xfconf xorgproto libxtst"
|
||||
|
||||
SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb779399b8"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
|
||||
|
||||
FILES:${PN} += "${datadir}/metainfo"
|
||||
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Plugin displaying close button for application currently active"
|
||||
SECTION = "x11"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
|
||||
|
||||
inherit xfce-panel-plugin xfce-git gtk-icon-cache perlnative
|
||||
|
||||
DEPENDS += "xfce4-dev-tools-native libwnck3 xfconf"
|
||||
|
||||
PV = "4.16.0"
|
||||
|
||||
SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master;protocol=https"
|
||||
SRCREV = "538f9acfc5d5019f5cde734d056bcc0c95da9b4c"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--enable-maintainer-mode"
|
||||
|
||||
FILES:${PN} += "${datadir}/xfce4/closebutton/themes"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Panel plugin to display frequency of all cpus"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
|
||||
|
||||
inherit xfce-panel-plugin perlnative
|
||||
|
||||
SRC_URI[sha256sum] = "07e458d9f4725e572001fb7eb66b9e931792311146e0f75ad5d87b9ae19573e9"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Panel plugin with graphical representation of the cpu frequency"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=415654f59d8fa70fe4eac2c3f86c8f5e"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "68a651e278ed7186964e455b69b15da77f8d56257e5c3d6adf783b3ee9337405"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Panel plugin displaying date and time and a calendar when left-clicked"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "e9f6f15be29ceb5c45718006b46dbd19b89981617d0768b2ef942b5a70af2540"
|
||||
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Panel plugin displaying instant disk/partition performance"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "5909a65341a6af4d7ff3c7bb87aeac91c763f69b43ae9dc4a10668ac226fecc9"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Panel plugin with graphical representation of the cpu frequency"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "ad0ff05d88ba393b7c8922f8233edd33fc0a4e8b000b61de1f8f3a10c5ae5324"
|
||||
|
||||
FILES:${PN} += "${datadir}/xfce4/eyes"
|
||||
@@ -0,0 +1,8 @@
|
||||
DESCRIPTION = "The FSGuard panel plugin checks free space on a chosen mount point frequently and displays a message when a limit is reached"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3434d79d62df09abf5f78bb76d6cd21b"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "67d8e6a219a7117c59693adbc59c39a6eba31e3f18a5499189ef4ef28b554105"
|
||||
@@ -0,0 +1,8 @@
|
||||
DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel."
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "b2119fd0ff19fa293b97ec97b0de8e241799e08b86218515167c568bd9b50135"
|
||||
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS += "gnutls"
|
||||
|
||||
SRC_URI[sha256sum] = "20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||
@@ -0,0 +1,88 @@
|
||||
From 09e325f8296eb9e63dc57ed137f4a9940f164563 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Tue, 21 Mar 2017 17:11:46 -0700
|
||||
Subject: [PATCH] check for fstab.h during configure
|
||||
|
||||
fstab.h is not universally available, checking it during
|
||||
configure creates a knob to disable fstab reads in the
|
||||
plugin
|
||||
|
||||
Makes it compile/build with musl
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
|
||||
Patch Reworked for xfce4-mount-plugin 0.6.4->1.1.2
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
configure.ac | 2 +
|
||||
panel-plugin/devices.c | 22 +++++++++++++++++++---
|
||||
2 files changed, 21 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 375e64a..590b7ad 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -65,6 +65,9 @@ dnl param.h is part of libc6 on Linux, but important for old-style Unix and espe
|
||||
AC_CHECK_HEADERS([sys/param.h])
|
||||
AC_CHECK_HEADERS([sys/mount.h])
|
||||
|
||||
+dnl make musl happy
|
||||
+AC_CHECK_HEADERS([fstab.h])
|
||||
+
|
||||
dnl Add -traditional to output variable CC if using the GNU C compiler and ioctl does not work properly without -traditional. That usually happens when the fixed header files have not been installed on an old system. Leave here commented out to comment in if some older *NIX systems might require it as was recently written on the ML.
|
||||
dnl AC_PROG_GCC_TRADITIONAL
|
||||
|
||||
diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
|
||||
index 797b079..d29df56 100644
|
||||
--- a/panel-plugin/devices.c
|
||||
+++ b/panel-plugin/devices.c
|
||||
@@ -25,7 +25,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
+#if HAVE_FSTAB_H
|
||||
#include <fstab.h>
|
||||
+#endif
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -468,11 +470,12 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
|
||||
{
|
||||
GPtrArray * pdisks; /* to be returned */
|
||||
t_disk * pdisk;
|
||||
- struct fstab *pfstab;
|
||||
gboolean has_valid_mount_device;
|
||||
|
||||
pdisks = g_ptr_array_new();
|
||||
|
||||
+#if HAVE_FSTAB_H
|
||||
+ struct fstab *pfstab;
|
||||
/* open fstab */
|
||||
if (setfsent()!=1)
|
||||
{
|
||||
@@ -526,7 +529,20 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
|
||||
} /* end for */
|
||||
|
||||
endfsent(); /* close file */
|
||||
-
|
||||
+#else
|
||||
+ /* popup notification dialog */
|
||||
+ if (! (*showed_fstab_dialog) ) {
|
||||
+ xfce_message_dialog (NULL,
|
||||
+ _("Xfce 4 Mount Plugin"),
|
||||
+ "dialog-info",
|
||||
+ _("Your /etc/fstab could not be read because fstab is not supported. This will severely degrade the plugin's abilities."),
|
||||
+ NULL,
|
||||
+ "gtk-ok",
|
||||
+ GTK_RESPONSE_OK,
|
||||
+ NULL);
|
||||
+ *showed_fstab_dialog = TRUE;
|
||||
+ }
|
||||
+#endif
|
||||
return pdisks;
|
||||
}
|
||||
|
||||
--
|
||||
2.9.3
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Mount/umount utility for the xfce panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
|
||||
SECTION = "x11/application"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI += "file://0001-check-for-fstab.h-during-configure.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "584cd954929e542b3da0ff8d69e0325d8838dc39e7b32a509d1074ce3bb58ec2"
|
||||
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Panel plugin displaying current load of the network interfaces"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "6c76260e101790754dd93255ec979accd97d21a21da85d8edcd6c7b01ddcd70c"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Notes plugin for the Xfce Panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf"
|
||||
|
||||
SRC_URI[sha256sum] = "13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088"
|
||||
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Menu for quick access to folders, documents and removable media"
|
||||
DESCRIPTION = "Panel plugin displaying menu with quick access to folders, documents and removable media"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b6952d9a47fc2ad0f315510e1290455f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[md5sum] = "bde92cbd08f129d517524784e5060816"
|
||||
SRC_URI[sha256sum] = "f211219f03c9260f624370e18c79e4176c9d35a8247158e77e5d811327610ab2"
|
||||
|
||||
PACKAGECONFIG ??= "notify"
|
||||
PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
||||
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
||||
|
||||
inherit xfce-panel-plugin features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
||||
|
||||
DEPENDS += "dbus-glib pulseaudio"
|
||||
|
||||
SRC_URI[md5sum] = "3d86032acb9364d47e0a144350c63e1a"
|
||||
SRC_URI[sha256sum] = "5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b"
|
||||
|
||||
PACKAGECONFIG ??= "libnotify"
|
||||
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
||||
|
||||
RRECOMMENDS:${PN} = "pavucontrol"
|
||||
@@ -0,0 +1,44 @@
|
||||
From 9b7e1beca872ca4a5fce8938c58379103787f79a Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sun, 23 Feb 2020 22:06:32 +0100
|
||||
Subject: [PATCH] Do not check for /sys/class/power_supply - we are cross
|
||||
compiling
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [OE-specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
configure.ac | 12 +-----------
|
||||
1 file changed, 1 insertion(+), 11 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index c281af9..60ba0c0 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -203,19 +203,9 @@ dnl Check for interface for /sys/class/power_supply to be used
|
||||
AC_ARG_ENABLE([sysfsacpi], [AS_HELP_STRING([--enable-sysfsacpi], [Use /sys/class/power_supply to read your battery value @<:@default=auto@:>@])],
|
||||
[],
|
||||
[
|
||||
- enable_sysfsacpi=auto
|
||||
+ enable_sysfsacpi=yes
|
||||
])
|
||||
|
||||
-if test x"$enable_sysfsacpi" = x"auto"; then
|
||||
- AC_CHECK_FILE([/sys/class/power_supply],
|
||||
- [
|
||||
- enable_sysfsacpi=yes
|
||||
- ],
|
||||
- [
|
||||
- enable_sysfsacpi=no
|
||||
- ])
|
||||
-fi
|
||||
-
|
||||
if test x"$enable_sysfsacpi" = x"yes"; then
|
||||
AC_DEFINE([HAVE_SYSFS_ACPI], [1], [Define to 1 if /sys/class/power_supply is found])
|
||||
enable_procacpi=yes
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Sensors plugin for the Xfce Panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch"
|
||||
SRC_URI[sha256sum] = "6c1605a738e5df40e084d08ac93f962cd445093396de1e9bfadc7ab4588c36b6"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--disable-procacpi \
|
||||
--disable-xnvctrl \
|
||||
"
|
||||
|
||||
do_configure:prepend() {
|
||||
sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac
|
||||
}
|
||||
|
||||
PACKAGECONFIG ??= "libnotify"
|
||||
PACKAGECONFIG[libsensors] = "--enable-libsensors,--disable-libsensors, lmsensors"
|
||||
PACKAGECONFIG[hddtemp] = "--enable-hddtemp,--disable-hddtemp, hddtemp"
|
||||
PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat"
|
||||
PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify"
|
||||
|
||||
FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Panel plugin allowing to send requests directly to browser"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3"
|
||||
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
PACKAGECONFIG ?= "network power"
|
||||
PACKAGECONFIG[power] = ",,upower"
|
||||
PACKAGECONFIG[network] = ",,libgtop"
|
||||
|
||||
SRC_URI[sha256sum] = "56d1007801d52d7c2b5a13bb54745f6d7f06fda28b49ce936145633068817652"
|
||||
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "This plugin makes it possible to take periodical breaks"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
|
||||
SECTION = "x11/application"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "3dd8eba694ff3ba5c25bd7f5cd70dc22175fb2c0a759213f05ab8f0e629d82d4"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "XFCE panel plugin to generate alarm messages"
|
||||
DESCRIPTION = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[md5sum] = "e0df5b6be30993719d084fc4f78a6218"
|
||||
SRC_URI[sha256sum] = "4b52d2911b1949e945971be6533155ee6ba99c77078eac7fd43b0f2aeca824e3"
|
||||
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Verve panel plugin is a comfortable command line plugin for the Xfce panel"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825"
|
||||
DEPENDS += "libpcre"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Panel plugin displaying stats from a wireless lan interface"
|
||||
HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "61c0c2f56cb70872d403b770dd76349df9ff24c0dbe905ee1b4f913c34d8f72b"
|
||||
@@ -0,0 +1,12 @@
|
||||
SUMMARY = "Panel plugin to display current temperature and weather condition"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS += "libsoup-2.4 dbus-glib upower"
|
||||
|
||||
SRC_URI[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc"
|
||||
|
||||
FILES:${PN} += "${datadir}/xfce4/weather"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "An alternate menu for the Xfce desktop environment"
|
||||
HOMEPAGE = "http://gottcode.org/xfce4-whiskermenu-plugin/"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit xfce-panel-plugin cmake
|
||||
|
||||
SRC_URI[sha256sum] = "04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e"
|
||||
|
||||
RRECOMMENDS:${PN} += "menulibre"
|
||||
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "XKB layout switching panel plug-in for the Xfce desktop environment"
|
||||
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
|
||||
SECTION = "x11/application"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
|
||||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI[sha256sum] = "bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967"
|
||||
|
||||
DEPENDS += "libxklavier libwnck3 librsvg garcon"
|
||||
|
||||
FILES:${PN} += "${datadir}/xfce4/xkb"
|
||||
|
||||
RDEPENDS:${PN} = "xfce4-settings"
|
||||
Reference in New Issue
Block a user