x11/phosh: update to 0.5.0

Changes:	https://source.puri.sm/Librem5/phosh/-/tags/v0.5.0
Reported by:	Repology
This commit is contained in:
Jan Beich 2020-10-29 01:16:16 +00:00
parent 121c3fca6c
commit 5e9ec28809
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553576
3 changed files with 19 additions and 19 deletions

View File

@ -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 \

View File

@ -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

View File

@ -17,18 +17,18 @@ meson.build:134:0: ERROR: Dependency "libnm" not found, tried pkgconfig
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, tried pkgconfig
'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, tried pkgconfig
'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, tried pkgconfig
'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 @@