aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-06-14 19:46:54 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-06-14 19:47:53 +0000
commit4f236c6efe8b49a139b7e8e7285bc3df5294de5f (patch)
treea93e7d8c17739023b9588bcefc2b8aceea2e12f1 /sysutils
parent0cb86cf9286cb36de56218d6687a67e8067f657c (diff)
downloadports-4f236c6efe8b49a139b7e8e7285bc3df5294de5f.tar.gz
ports-4f236c6efe8b49a139b7e8e7285bc3df5294de5f.zip
sysutils/xfce4-wavelan-plugin: Update to 0.6.3
- Remove outdated patch - Add missing dependency (reported by QA)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-wavelan-plugin/Makefile5
-rw-r--r--sysutils/xfce4-wavelan-plugin/distinfo6
-rw-r--r--sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c31
-rw-r--r--sysutils/xfce4-wavelan-plugin/pkg-plist1
4 files changed, 7 insertions, 36 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile
index a7bb4cb5488c..858cab35b951 100644
--- a/sysutils/xfce4-wavelan-plugin/Makefile
+++ b/sysutils/xfce4-wavelan-plugin/Makefile
@@ -1,8 +1,7 @@
# Created by: Manuel Rabade Garica <mig@mig-29.net>
PORTNAME= xfce4-wavelan-plugin
-PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTVERSION= 0.6.3
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -12,6 +11,8 @@ COMMENT= Displays various information about a WaveLAN device
LICENSE= BSD3CLAUSE
+LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
+
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool
diff --git a/sysutils/xfce4-wavelan-plugin/distinfo b/sysutils/xfce4-wavelan-plugin/distinfo
index c730c3504c3f..46454a337c99 100644
--- a/sysutils/xfce4-wavelan-plugin/distinfo
+++ b/sysutils/xfce4-wavelan-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608833006
-SHA256 (xfce4/xfce4-wavelan-plugin-0.6.2.tar.bz2) = ea7aa36650c596b1a29567d100776c68ed732aaf0f48c92245c4466058b5481d
-SIZE (xfce4/xfce4-wavelan-plugin-0.6.2.tar.bz2) = 356954
+TIMESTAMP = 1655221398
+SHA256 (xfce4/xfce4-wavelan-plugin-0.6.3.tar.bz2) = 61c0c2f56cb70872d403b770dd76349df9ff24c0dbe905ee1b4f913c34d8f72b
+SIZE (xfce4/xfce4-wavelan-plugin-0.6.3.tar.bz2) = 364789
diff --git a/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c b/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c
deleted file mode 100644
index 2362c4b1c06a..000000000000
--- a/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- panel-plugin/wavelan.c.orig 2019-08-13 10:29:17 UTC
-+++ panel-plugin/wavelan.c
-@@ -108,11 +108,11 @@ wavelan_set_state(t_wavelan *wavelan, gint state)
-
- if (wavelan->signal_colors) {
- /* set color */
-- if (state > 70)
-+ if (state > 75)
- gdk_rgba_parse(&color, signal_color_strong);
-- else if (state > 55)
-+ else if (state > 50)
- gdk_rgba_parse(&color, signal_color_good);
-- else if (state > 40)
-+ else if (state > 25)
- gdk_rgba_parse(&color, signal_color_weak);
- else
- gdk_rgba_parse(&color, signal_color_bad);
-@@ -357,11 +357,13 @@ wavelan_new(XfcePanelPlugin *plugin)
-
- /* setup progressbar */
- wavelan->signal = gtk_progress_bar_new();
-+#if GTK_CHECK_VERSION (3, 16, 0)
- wavelan->css_provider = gtk_css_provider_new ();
- gtk_style_context_add_provider (
- GTK_STYLE_CONTEXT (gtk_widget_get_style_context (GTK_WIDGET (wavelan->signal))),
- GTK_STYLE_PROVIDER (wavelan->css_provider),
- GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
-+#endif
- wavelan->image = GTK_WIDGET(xfce_panel_image_new_from_source("network-wireless"));
-
- gtk_box_pack_start(GTK_BOX(wavelan->box), GTK_WIDGET(wavelan->image), FALSE, FALSE, 0);
diff --git a/sysutils/xfce4-wavelan-plugin/pkg-plist b/sysutils/xfce4-wavelan-plugin/pkg-plist
index b46ea23190fd..094ab7223306 100644
--- a/sysutils/xfce4-wavelan-plugin/pkg-plist
+++ b/sysutils/xfce4-wavelan-plugin/pkg-plist
@@ -12,6 +12,7 @@ lib/xfce4/panel/plugins/libwavelan.so
%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-wavelan-plugin.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-wavelan-plugin.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-wavelan-plugin.mo
+%%NLS%%share/locale/et/LC_MESSAGES/xfce4-wavelan-plugin.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-wavelan-plugin.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-wavelan-plugin.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-wavelan-plugin.mo