Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 01:16:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553576 - in head/x11/phosh: . files
Message-ID:  <202010290116.09T1GG3m090649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 29 01:16:16 2020
New Revision: 553576
URL: https://svnweb.freebsd.org/changeset/ports/553576

Log:
  x11/phosh: update to 0.5.0
  
  Changes:	https://source.puri.sm/Librem5/phosh/-/tags/v0.5.0
  Reported by:	Repology

Modified:
  head/x11/phosh/Makefile   (contents, props changed)
  head/x11/phosh/distinfo   (contents, props changed)
  head/x11/phosh/files/patch-no-libnm   (contents, props changed)

Modified: head/x11/phosh/Makefile
==============================================================================
--- head/x11/phosh/Makefile	Thu Oct 29 01:16:11 2020	(r553575)
+++ head/x11/phosh/Makefile	Thu Oct 29 01:16:16 2020	(r553576)
@@ -2,7 +2,7 @@
 
 PORTNAME=	phosh
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.4.5
+DISTVERSION=	0.5.0
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -27,7 +27,7 @@ USE_GITLAB=	yes
 USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3
 GL_SITE=	https://source.puri.sm
 GL_ACCOUNT=	Librem5
-GL_COMMIT=	098eff0076011213dfaaa112236cc2a21eeea6b9
+GL_COMMIT=	8c03ae61bdefc5befc58e7db450c86ffbe9551d5
 GL_TUPLE=	https://gitlab.gnome.org:GNOME:libgnome-volume-control:ae1a34aafce7026b8c0f65a43c9192d756fe1057:gvc/subprojects/gvc
 MESON_ARGS=	-Dgvc:alsa=false
 GLIB_SCHEMAS=	sm.puri.phosh.enums.xml \

Modified: head/x11/phosh/distinfo
==============================================================================
--- head/x11/phosh/distinfo	Thu Oct 29 01:16:11 2020	(r553575)
+++ head/x11/phosh/distinfo	Thu Oct 29 01:16:16 2020	(r553576)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1602417061
-SHA256 (Librem5-phosh-098eff0076011213dfaaa112236cc2a21eeea6b9_GL0.tar.gz) = 89ba61f49047b44da9d58050765eb97223c941e718adf89d9782bad2636d9628
-SIZE (Librem5-phosh-098eff0076011213dfaaa112236cc2a21eeea6b9_GL0.tar.gz) = 341079
+TIMESTAMP = 1603873661
+SHA256 (Librem5-phosh-8c03ae61bdefc5befc58e7db450c86ffbe9551d5_GL0.tar.gz) = 0173e0b8588bb27a9a7c8eec87be6f57a1cc143adfe3e2efcb6bcda703a951dd
+SIZE (Librem5-phosh-8c03ae61bdefc5befc58e7db450c86ffbe9551d5_GL0.tar.gz) = 350946
 SHA256 (GNOME-libgnome-volume-control-ae1a34aafce7026b8c0f65a43c9192d756fe1057_GL0.tar.gz) = 780143bef70698e402b099f300f5c82bfbb38ef5c3b6d89b1efeb7a45a5d8dc1
 SIZE (GNOME-libgnome-volume-control-ae1a34aafce7026b8c0f65a43c9192d756fe1057_GL0.tar.gz) = 45245

Modified: head/x11/phosh/files/patch-no-libnm
==============================================================================
--- head/x11/phosh/files/patch-no-libnm	Thu Oct 29 01:16:11 2020	(r553575)
+++ head/x11/phosh/files/patch-no-libnm	Thu Oct 29 01:16:16 2020	(r553576)
@@ -17,18 +17,18 @@ meson.build:134:0: ERROR: Dependency "libnm" not found
  upower_glib_dep = dependency('upower-glib', version: '>=0.99.1')
  wayland_client_dep = dependency('wayland-client', version: '>=1.14')
  wayland_protos_dep = dependency('wayland-protocols', version: '>=1.12')
---- src/meson.build.orig	2020-08-03 08:10:28 UTC
+--- src/meson.build.orig	2020-10-28 08:27:41 UTC
 +++ src/meson.build
-@@ -50,8 +50,6 @@ libphosh_tool_sources = [
+@@ -52,8 +52,6 @@ libphosh_tool_sources = [
    'app-list-model.h',
    'background.c',
    'background.h',
 -  'connectivity-info.c',
 -  'connectivity-info.h',
-   'favorite-list-model.c',
-   'favorite-list-model.h',
-   'feedback-manager.c',
-@@ -92,8 +90,6 @@ libphosh_sources = [
+   'docked-info.c',
+   'docked-info.h',
+   'docked-manager.c',
+@@ -102,8 +100,6 @@ libphosh_sources = [
    'bt-info.h',
    'bt-manager.c',
    'bt-manager.h',
@@ -37,7 +37,7 @@ meson.build:134:0: ERROR: Dependency "libnm" not found
    'fader.c',
    'fader.h',
    'feedbackinfo.c',
-@@ -110,8 +106,6 @@ libphosh_sources = [
+@@ -120,8 +116,6 @@ libphosh_sources = [
    'lockscreen.h',
    'monitor-manager.c',
    'monitor-manager.h',
@@ -46,8 +46,8 @@ meson.build:134:0: ERROR: Dependency "libnm" not found
    'osk-manager.c',
    'osk-manager.h',
    'panel.c',
-@@ -144,10 +138,6 @@ libphosh_sources = [
-   'toplevel-thumbnail.h',
+@@ -158,10 +152,6 @@ libphosh_sources = [
+   'torch-manager.h',
    'toplevel.c',
    'toplevel.h',
 -  'wifiinfo.c',
@@ -57,24 +57,24 @@ meson.build:134:0: ERROR: Dependency "libnm" not found
    'wwaninfo.c',
    'wwaninfo.h',
    phosh_settings_sources,
---- src/panel.c.orig	2020-08-03 08:10:28 UTC
+--- src/panel.c.orig	2020-10-28 08:27:41 UTC
 +++ src/panel.c
-@@ -13,7 +13,6 @@
+@@ -15,7 +15,6 @@
  #include "config.h"
  
  #include "bt-info.h"
 -#include "connectivity-info.h"
+ #include "docked-info.h"
  #include "panel.h"
  #include "shell.h"
- #include "session.h"
-@@ -371,7 +370,6 @@ phosh_panel_class_init (PhoshPanelClass *klass)
+@@ -379,7 +378,6 @@ phosh_panel_class_init (PhoshPanelClass *klass)
        NULL, G_TYPE_NONE, 0);
  
    g_type_ensure (PHOSH_TYPE_BT_INFO);
 -  g_type_ensure (PHOSH_TYPE_CONNECTIVITY_INFO);
+   g_type_ensure (PHOSH_TYPE_DOCKED_INFO);
    g_type_ensure (PHOSH_TYPE_SETTINGS);
  
-   gtk_widget_class_set_template_from_resource (widget_class,
 --- src/shell.c.orig	2020-09-18 11:42:34 UTC
 +++ src/shell.c
 @@ -48,7 +48,6 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010290116.09T1GG3m090649>