[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phoc][upstream/latest] 5 commits: build: Use released gmobile
Guido Günther (@agx)
gitlab at salsa.debian.org
Sat Jan 3 10:43:56 GMT 2026
Guido Günther pushed to branch upstream/latest at Debian On Mobile / phoc
Commits:
d5f90340 by Guido Günther at 2025-12-25T15:08:58+01:00
build: Use released gmobile
.beta1 is considered more recent.
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/743>
- - - - -
dd6dc3a8 by Marge Bot at 2025-12-25T14:19:32+00:00
Merge branch 'gmobile-dep' into 'main'
build: Use released gmobile
See merge request World/Phosh/phoc!743
- - - - -
84df29eb by Guido Günther at 2026-01-03T11:25:33+01:00
treewide: Document changes and release 0.52.0
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/744>
- - - - -
715e04c6 by Marge Bot at 2026-01-03T10:32:38+00:00
Merge branch 'rel-0.52.0' into 'main'
treewide: Document changes and release 0.52.0
See merge request World/Phosh/phoc!744
- - - - -
38a228f9 by Guido Günther at 2026-01-03T11:40:38+01:00
New upstream version 0.52.0
- - - - -
3 changed files:
- NEWS
- debian/changelog
- meson.build
Changes:
=====================================
NEWS
=====================================
@@ -1,6 +1,6 @@
-phoc 0.52~rc1
--------------
-Released December 2025
+phoc 0.52.0
+-----------
+Released January 2026
* Fix preedit related issue that made preedit reappear in e.g. Chatty or Flare
* cutouts: Handle different corner radii
* Internal cleanups preparing for xdg-cutouts support
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+phoc (0.52.0) experimental; urgency=medium
+
+ * build: Use released gmobile
+
+ -- Guido Günther <agx at sigxcpu.org> Sat, 03 Jan 2026 11:25:09 +0100
+
phoc (0.52~rc1) experimental; urgency=medium
* input-method-relay: Inform the input method that we submitted preedit.
=====================================
meson.build
=====================================
@@ -1,7 +1,7 @@
project(
'phoc',
'c',
- version: '0.52.rc1',
+ version: '0.52.0',
license: 'GPLv3+',
meson_version: '>= 0.63.0',
default_options: ['warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
@@ -46,7 +46,7 @@ xkbcommon = dependency('xkbcommon')
math = cc.find_library('m')
gmobile_dep = dependency(
'gmobile',
- version: '>= 0.6.0.beta1',
+ version: '>= 0.6.0',
fallback: ['gmobile', 'gmobile_dep'],
default_options: ['examples=false', 'introspection=false', 'gtk_doc=false', 'tests=false'],
)
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phoc/-/compare/a582ef103dba21487b01a245e6f6e2011539a602...38a228f9a32c0e5075a15bd8e32d3c34c21f9cb0
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phoc/-/compare/a582ef103dba21487b01a245e6f6e2011539a602...38a228f9a32c0e5075a15bd8e32d3c34c21f9cb0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20260103/bd14df1b/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list