[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phoc][debian/latest] 10 commits: ci: Don't wipe libwlroots-dev
Guido Günther (@agx)
gitlab at salsa.debian.org
Mon Dec 30 14:01:45 GMT 2024
Guido Günther pushed to branch debian/latest at Debian On Mobile / phoc
Commits:
92adb42d by Guido Günther at 2024-12-29T21:48:45+01:00
ci: Don't wipe libwlroots-dev
It's not in the clang image and not in the Debian archive anymore either
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/609>
- - - - -
ace01956 by Marge Bot at 2024-12-29T20:50:41+00:00
Merge branch 'fix-ci' into 'main'
ci: Don't wipe libwlroots-dev
See merge request World/Phosh/phoc!609
- - - - -
81d1443e by Guido Günther at 2024-12-29T21:15:54+00:00
view: Don't forget to set window state when tiling
A tiled window is not maximized.
This became visible in phosh now that we set a background for maximized
windows in the overview.
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/608>
- - - - -
493e5977 by Marge Bot at 2024-12-30T12:51:50+00:00
Merge branch 'tiled-not-maximized' into 'main'
view: Don't forget to set window state when tiling
See merge request World/Phosh/phoc!608
- - - - -
2010cd41 by Guido Günther at 2024-12-30T14:05:03+01:00
treewide: Document changes and release 0.44.0
Signed-off-by: Guido Günther <agx at sigxcpu.org>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/607>
- - - - -
4692f2ee by Marge Bot at 2024-12-30T13:39:23+00:00
Merge branch 'rel-0.44.0' into 'main'
treewide: Document changes and release 0.44.0
See merge request World/Phosh/phoc!607
- - - - -
bf781c26 by Guido Günther at 2024-12-30T14:52:33+01:00
New upstream version 0.44.0
- - - - -
66f86638 by Guido Günther at 2024-12-30T14:52:34+01:00
Update upstream source from tag 'upstream/0.44.0'
Update to upstream version '0.44.0'
with Debian dir 5bfad9256ca925788cfd055fed7acaaa633aa2c3
- - - - -
a6d42350 by Guido Günther at 2024-12-30T14:52:34+01:00
New upstream release
- - - - -
dfba58e3 by Guido Günther at 2024-12-30T14:56:01+01:00
Document changes and release 0.44.0-1
- - - - -
5 changed files:
- .gitlab-ci.yml
- NEWS
- debian/changelog
- meson.build
- src/view.c
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -88,7 +88,6 @@ build-with-xwayland-debian-trixie-clang:
BUILD_ARGS: -Dembed-wlroots=enabled -Dxwayland=enabled -Db_coverage=true --werror
before_script:
- eatmydata apt-get update
- - eatmydata apt-get -y remove --purge libwlroots-dev
- eatmydata apt-get -y install clang
<<: *build
artifacts:
=====================================
NEWS
=====================================
@@ -1,7 +1,8 @@
-phoc 0.44~rc1
--------------
-Released Dezember 2024
+phoc 0.44.0
+-----------
+Released December 2024
* Don't crash when foreign-toplevel requests (un)fullscreen
+* Don't forget to notify about unfullscreen when tiling
* Internal cleanups for wlroots 0.18/0.19 switch
* Contributors:
* Guido Günther
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+phoc (0.44.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Guido Günther <agx at sigxcpu.org> Mon, 30 Dec 2024 14:55:41 +0100
+
phoc (0.44~rc1-1) unstable; urgency=medium
* New upstream release
=====================================
meson.build
=====================================
@@ -1,5 +1,5 @@
project('phoc', 'c',
- version: '0.44.rc1',
+ version: '0.44.0',
license: 'GPLv3+',
meson_version: '>= 0.63.0',
default_options: [
=====================================
src/view.c
=====================================
@@ -803,6 +803,9 @@ phoc_view_tile (PhocView *self, PhocViewTileDirection direction, PhocOutput *out
g_object_notify_by_pspec (G_OBJECT (self), props[PROP_STATE]);
PHOC_VIEW_GET_CLASS (self)->set_tiled (self, true);
+ if (priv->toplevel_handle)
+ wlr_foreign_toplevel_handle_v1_set_maximized (priv->toplevel_handle, false);
+
view_arrange_tiled (self, output);
}
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phoc/-/compare/51449b891de7cc6d91240da0775883a4418e8dab...dfba58e333c70edf95db562bedebf583ddbfcf47
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phoc/-/compare/51449b891de7cc6d91240da0775883a4418e8dab...dfba58e333c70edf95db562bedebf583ddbfcf47
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/20241230/6252a63f/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list