[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/phosh][upgrade/0.4.5] 2 commits: New upstream version 0.4.5
Arnaud Ferraris
gitlab at salsa.debian.org
Sun Oct 11 18:20:07 BST 2020
Arnaud Ferraris pushed to branch upgrade/0.4.5 at Debian On Mobile / phosh
Commits:
05230ddd by Arnaud Ferraris at 2020-10-11T19:00:08+02:00
New upstream version 0.4.5
- - - - -
22e11b3b by Arnaud Ferraris at 2020-10-11T19:19:35+02:00
d/changelog: release version 0.4.5-1
- - - - -
16 changed files:
- + debian/00_sm.puri.Phosh.gschema.override
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/gbp.conf
- + debian/patches/0001-data-add-System-category-to-desktop-entries.patch
- + debian/patches/series
- + debian/phosh-mobile-tweaks.install
- + debian/phosh-osk-stub.lintian-overrides
- + debian/phosh.lintian-overrides
- debian/rules
- + debian/salsa-ci.yml
- debian/source/format
- + debian/upstream/metadata
- + debian/watch
Changes:
=====================================
debian/00_sm.puri.Phosh.gschema.override
=====================================
@@ -0,0 +1,7 @@
+[org.gnome.desktop.interface]
+clock-show-date=false
+clock-show-weekday=false
+
+[org.gnome.desktop.wm.preferences]
+button-layout='appmenu:'
+
=====================================
debian/changelog
=====================================
@@ -1,1889 +1,145 @@
-phosh (0.4.5) amber-phone; urgency=medium
-
- [ Anders Jonsson ]
- * po: Update Swedish translation
+phosh (0.4.5-1) unstable; urgency=medium
[ Guido Günther ]
- * phosh.desktop: Add 'DesktopNames'
- Handle it where it's supposed to be handled.
- * shell: Drop env setup.
- The session manager is supposed to handle this.
* d/phosh.service: Set XDG_CURRENT_DESKTOP.
Do it here until we run a display manager.
- * gitlab-ci: Use libhandy1 for alpine builds.
- This fixes the CI builds
- * po: Rename pt_PT.po to pt.po.
- This allows to fall back for other Portugese translations.
- * feedback-manager: Drop TODO.
- We use the correct icons since some time
- * keyboard-events: Move comment to signal description.
- The comment confused gtk-doc since it stared with /** and the signal has
- a clearer gtk-doc string already.
- * feedback-manager: Fix gtk-doc strings
- * home: Fix gtk-doc strings
- * home: Properly document enum values.
- This allows gtk-doc to pick it up.
- * monitor: Make declaration match definition.
- We call the object we act on self.
- * layersurface: Fix gtk-doc strings.
- Document the function parameters
- * phosh-wwan-iface: Document interface.
- This makes gtk-doc happy.
- * phosh-wwan-mm: Mention ModemManager.
- Now that we have two implementations mention MM here.
- * docs: Add some missing client protocols.
- This brings down the number of warnings significantly.
- * quick-setting: Fix class names.
- Several lacked the Phosh prefix and hence did not turn into links.
- * connectivity-info: Fix class name
- * bt-info: Fix property separator.
- It's ':' for props not '::'.
- * shell: Make definition match declaration.
- Fixes several gtk-doc warnings
- * wwaninfo: Fix class name.
- Fixes another gtk-doc warning.
- * shell: Add missing parameter docs
- * layser-surface: Document configured signal
- and fix typos related to that.
- * thumbnail: Add class doc.
- Avoids another gtk-doc warning.
- * panel: Properly document enum.
- Use gtk-doc strings to avoid warning and make them show up in
- the documentation.
- * tools: Add a tool to check for gtk-doc warnings.
- This ignores warnings from the generated DBus and wayland
- protocols for the moment but reduces the noise so we avoid
- errors in new code.
- * system-prompter: Unlink PhoshSystemPromtper.
- It's not a class, so we can't link to it.
- * session: Unlink PhoshSession.
- It's not a class, so we can't link to it. Update the doc
- string while at it.
- * polkit-auth-prompt: Unlink PolkitAgentSession.
- Polkitsdocumentation does not end up in /u/s/gtk-doc
- on Debian so the reference can't be resolved.
- * layersuface: Add missing G_{BEGIN,END}_DECLS
- * network-auth-prompt: Add missing G_{BEGIN,END}_DECLS
- * docs: Drop gi ref.
- We don't use it.
* d/control: Add doc packages.
Needed to get the cross references right
- * doc-check: Ignore linke to NMClient|NMConnection.
- They can' be properly linked to even with the docs installed
- due to their odd type.
- * monitor: Document PhoshMonitorConnectorType
- * notification: Document PhoshNotificationUrgency
- * notification: Document PhoshNotificationReason
- * shell-network-agent: Stub enum doc.
- Use a minimal change since this file is in contrib/.
- * gitlab-ci: Run documentation check.
- This avoids regression on the generated documentation. We
- ignore errors from generated files.
- * Rename session presence dbus interface class to PhoshSessionPresenceDBusPresence.
- We have mixed Dbus vs DBus spelling in several interfaces but we want to
- use the later.
- * Rename sensor-proxy dbus interface class to PhoshDBusSensorProxyProxy.
- We have mixed Dbus vs DBus spelling in several interfaces but we want to
- use the later.
- * Rename rfkill dbus interface class to PhoshRfkillDBus.
- We have mixed Dbus vs DBus spelling in several interfaces but we want to
- use the later.
- * docs: Sort in keyboard-events alphabetically
- * monitor-manager: Add missing G_{BEGIN,END}_DECLS
- * monitor-manager: Use g_autoptr.
- Eases upcoming additions
- * monitor: Add missing G_{BEGIN,END}_DECLS
- * monitor: Make debugging more useful
- * shell: Don't allow to set rotation property.
- It's marked as read-only
- * monitor-manager: Add sections.
- This makes it easier to figure out where to add new
- private methods.
- * Wire up zwlr_output_management_v1.
- This does the minimum to maintain a list of heads. A
- head represents a display device that might or might
- not be part of the current compositor space.
- * monitor: Add monitor transforms.
- This allows us to not leak the wayland transforms to classes
- outside PhoshMonitor and PhoshMonitorManager.
- * phosh-head: Add pending state.
- This will allow monitor-manager to prepare pending configuration
- updates.
- * PhoshMonitorManager: Allow to apply state changes.
- This adds the methods to change and apply new
- configuration state.
- * Switch from primary monitor rotation to transform.
- Use the output transform in instead of a degree value.
- This will allow us to handle flipped configuraitons correctly.
- * shell: Use wlr-output-management instead of phosh private protocol.
- This gives us better control which output to rotate and does
- away with one more private protocol.
- * monitor-manager: Get modes from head instead of monitor
- wlr-output-management has all the modes listed while wlroots only
- gives us the current mode via xdg_output.
- * monitor-manager: Don't apply non persistent config changes.
- This makes sure we don't switch the primary display right away
- but rather on 'apply'.
- * quick-settings: Don't leak panel in error path
- * quick-settings: Keep DBus proxy around long enough
- g_dbus_proxy_call does not take a ref so we were just lucky
- that proxy was still valid in `call_dbus_cb` so far.
- * Move helpers to tools/
- There's no clear distinction between them.
- * gresources: Sort icons alphabetically
- * bt-manager: Fix typo
- * settings: Fix indentation error
- * settings: Fix misaligned function definitions
- * settings: Sort type_ensures and template bindings alphabetically
- * settings: Don't let settings_constructed grow out of bounds.
- Use separate `setup_` functions for individual widgets. This
- helps shuffling stuff around later on and we can drop
- create_vol_channel_bar.
- * dbus: Add (not yet merged) UPower Torch interface
- * Add initial torch support.
- Add a simple torch quick setting.
- * shell: Fix typo
- * shell: Update primary monitor when it goes away (Closes: #382)
- * lockscreen-manager: Drop PhoshLockscreenManagerPrivate.
- It's a finaly type so no need for priv (and it's very unlikely
- we'll ever derive here)
- * lockscreen-manager: Fix up indentation.
- Since we created enough churn in the previous commit let's
- fix the indentation too.
- * tests: Drop unused test.
- It's neither built nor run
- * tests: Don't include bad-props.h when unused
- * tests: Rework tests using g_test_expect_message.
- This no longer works with structured logging so use
- g_test_trap_assert_stderr() as recomended by glib docs.
- * Use structured logging.
- This will pick a suitable log writer automatically and
- pass on structed information when e.g. logging to the journal.
- * Add a custom log handler.
- This is to a large extend what glib does but we don't read the levels
- from the environment but allow to set them when setting the handler.
- Resetting the handler instead of just adjusting the domains has the
- advantage that we can pass in new user_data. Otherwise we'd have to keep
- the current log domains around and protect them by an additional mutex
- to not corrupt the log domains of handlers running in other threads.
- When setting the handler glib handles that for us since handler
- replacement is already mutex protected.
- * main: Toggle debug messages on SIGUSR1.
- We need to use a custom log handler to stay clear
- of modifying the env var.
- * d/gbp.conf: Automatically bump meson.build version.
- No more manual editing.
-
- [ Juliano de Souza Camargo ]
- * po: Update Portuguese translation
-
- [ Emin Tufan Çetin ]
- * po: Update Turkish translation
-
- [ Julian Sparber ]
- * docs: add info about the env GTK_INSPECTOR_DISPLAY
-
- [ Tobias Bernard ]
- * Add torch icons
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
+ [ Arnaud Ferraris ]
+ * New upstream version 0.4.5
- -- Guido Günther <agx at sigxcpu.org> Sun, 11 Oct 2020 13:50:48 +0200
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Sun, 11 Oct 2020 19:01:55 +0200
-phosh (0.4.4) amber-phone; urgency=medium
+phosh (0.4.4-1) unstable; urgency=medium
- [ Guido Günther ]
- * gitlab-ci: Add i386 cross build.
- This ensures we don't break 32bit again. We allow failure
- though since we need to pull packages from Debian for that
- that might not always be up to date.
- * timestamp-label: Unbreak build on 32 bit platforms.
- Use a G_ format specifier for GTimeSpan.
- * gitlab-ci: Don't use Immediate-Configure.
- This confuses apt like.
- * media-player: Clarify some translatable strings
- * media-player.ui: Match ui strings with the ones in the code
- * wwaninfo: Disambiguate 'cellular'
- * po: Update pot file
- * Drop zanata.xml.
- We're using GNOME's translation infrastructure
- * README: update description.
+ [ Guido Günther ]
* d/rules: Work around failed doc build on install.
This works around a problem where an invocation
of `meson-install` does not generate all docs. See
https://github.com/mesonbuild/meson/issues/2831
- * docs: Split out homepage url
- * debian: Build-depend on pandoc for the deb build
- * Add gtk-markdown-to-docbook (taken from GTK)
- * docs: Add some context
- * data/phosh.in: Be a bit more friendly when asked for help
- * po: Add initial Korean translation. Thanks Seong-ho Cho
- * doap: Add Zander Brown.
+ * debian: Build-depend on pandoc for the deb build.
* debian: Install all phosh related schema files.
Otherwise we lack the enums and fail to start
- * Switch to libhandy 1.0
- * treewide: Replace HdyColumn by HdyClamp
- * lockscreen: Adjust to HdyKeypad API changes
- * treewide: libhandy API is stable now
- * lockscreen: Use HdyCarousel instead of HdyPaginator
- * overview: Use HdyCarousel instead of HdyPaginator
- * style: Adust to HdyKeypad internal changes.
- The grid is now embeded in the widget.
- * gitlab-ci: Use libhandy-1 in smoketests too
-
- [ Zander Brown ]
- * l10n: disambiguate timestamp strings
- * po: Update British English translation
- * general: update license headers.
- Make sure all our license headers match the style in HACKING.md
- * ci: validate license headers
- * treewide: Use two empty lines between functions.
- * arrow: Use G_PI instead of M_PI
- * treewide: Don't use C++ style comments. As per coding style.
- * general: use char instead of gchar.
- Usage of gchar is discouraged in projects such as glib/gtk
- In gtk4 all usage of gchar has been dropped
- Closes: #364
- * general: use int/double/float instead of gint etc.
- Usage of gint,gdouble,gfloat is discouraged in projects such as glib/gtk
- In gtk4 all usage of gint/gdouble/gfloat has been dropped
- Closes: #364
- * keyboard-events: drop unused props global
-
- [ anteater ]
- * wwan-mm: cleanups for style/consistency
- * wwan-mm: use Ugly_Case to correct MMDBus codegen
- * wwan: build: reformat
- make things more like other meson.build files and avoid rightward drift
- * wwaninfo: use PHOSH_WWAN interface to access wwan object
- This is more flexible and PhoshWwanInfo doesn't care about the
- implementing type
- * wwaninfo: reorder includes
- * wwan: add PhoshWWanOfono
- * shell: add missing whitespace
- * shell: clean up dispose, fixing leaks
- * shell: reorder includes
- * Add and use wwan-backend setting
-
- [ Luís Fernando Stürmer da Rosa ]
- * po: Update Brazilian Portuguese translation
-
- [ Sebastian Spaeth ]
- * po: Fix German translation of Phone Shell.
-
- [ Nikola Pavlica ]
- * po: Add Serbian (Cyrilic) translation
-
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
-
- [ Emin Tufan Çetin ]
- * po: Update Turkish translation
-
- [ Fabio Tomat ]
- * po: Add friulian translations
-
- [ scootergrisen ]
- * po: Update Danish translation
-
- [ Марко М. Костић (Marko M. Kostić) ]
- * po: Update Serbian translation
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 18 Sep 2020 13:37:36 +0200
-
-phosh (0.4.3) amber-phone; urgency=medium
-
- [ Darren R ]
- * Add timestamp-label. The PhoshTimeStamp label display relative times and
- will be used in notifications.
+ * d/control: Bump libhandy dependency to 1.0.
- [ chefe ]
- * po: Merge all german translations together
+ [ Arnaud Ferraris ]
+ * New upstream release 0.4.4
+ * d/patches: remove upstreamed patch
+ * d/control: add ${misc:Depends} to phosh-mobile-tweaks
+ Fixes: lintian: debhelper-but-no-misc-depends
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Mon, 21 Sep 2020 10:35:30 +0200
- [ Guido Günther ]
- * po: Update pot file
+phosh (0.4.3-3) unstable; urgency=medium
- [ Evangelos Ribeiro Tzaras ]
- * Add keyboard forwarding protocol. This will allow the
- Volume Buttons to work with recent phoc.
+ * salsa-ci: Fetch submodule.
+ This makes sure we have gvc available
+ * d/copyright: Drop duplicate match
+ src/gtk-list-models/gtksortlistmodel.* is correctly covered
+ by the entry above.
+ * d/changelog: Fix src/gtk-list-models/gtkrbtree.* license.
+ The files are LGPL2+ according to their file header.
+ * d/gbp.conf: Drop 'v' from Debian version number.
+ Debian version numbers usually use the plain
+ `debian/<number>-<revision>'.
+ * Add mobile tweaks.
+ This adds GSettings overrides to properly configure phosh
+ and applictions in adaptive environments.
- [ Daniel Mustieles ]
- * po: Update Spanish translation
+ -- Guido Günther <agx at sigxcpu.org> Sun, 30 Aug 2020 09:15:23 +0200
- -- Guido Günther <agx at sigxcpu.org> Sun, 02 Aug 2020 18:47:19 +0200
+phosh (0.4.3-2) unstable; urgency=medium
-phosh (0.4.2) amber-phone; urgency=medium
+ * Recommend components to run the phosh session.
+ Thanks to Bernhard Übelacker (Closes: #968106)
+ * d/control: Split gnome-session dependency.
+ Directly depend on gnome-session-common and gnome-session-bin so we
+ don't add a hard-dependency on gnome-shell and don't pull in GNOMEs
+ X11 and Wayland sessions by default.
- [ Guido Günther ]
- * shell: Add phosh_shell_get_locked ()
- This makes it symmetric with `phosh_shell_set_locked ()`.
- * settings: Emit feedback when notifications get added.
- We only to so when the screen is locked. The feedback is ended
- when the list is cleared.
+ -- Guido Günther <agx at sigxcpu.org> Mon, 17 Aug 2020 09:29:30 +0200
- [ Marc Riera Irigoyen ]
- * po: Update Catalan translation
+phosh (0.4.3-1) unstable; urgency=medium
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
+ [ Arnaud Ferraris ]
+ * New upstream release 0.4.3
+ * d/patches: fix build on 32-bit platforms
- [ Tim Sabsch ]
- * po: Update German translation
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Tue, 04 Aug 2020 17:06:48 +0200
- [ Daniel Șerbănescu ]
- * po: Update Romanian translation
+phosh (0.4.2-1) unstable; urgency=medium
[ Arnaud Ferraris ]
* d/control: drop Recommends: phoc
- phoc is now a dependency, it shouldn't appear in the `Recommends:`
+ Phoc is now a dependency, it shouldn't appear in the `Recommends:`
section anymore
+ * New upstream version 0.4.2
+ * Revert "d/control: drop all references to phoc"
+ As phoc v0.4.1 is now in unstable, we can safely depend on it.
- [ Luca Weiss ]
- * panel: implement restart action.
- Fixes #241
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 24 Jul 2020 10:55:08 +0200
-
-phosh (0.4.1) amber-phone; urgency=medium
-
- [ Guido Günther ]
- * wifimanager: Make variable name match property. Otherwise it's confusing
- what it refers too.
- * wifimanager: Compare to the old state rather than the probed state. Emit
- property changes when the old and new state differ not when our state
- differs from detected devices.
- * shell: Attach to primary monitors configured signal. This allows us to
- emit the 'rotated' signal when it really happened.
- * rotateinfo: Mark orientations as translatable
- * rotateinfo: Take display geometry into account.
- We assumed portrait from the very beginning but that's not correct
- on laptops and TVs. (Closes: #326)
- * shell: Undo rotation on startup.
- This makes sure we get an unrotated shell in any case
- (e.g. if phosh crashes in landscape mode) (Closes: #265)
- * monitor: Fix several gtk-doc strings.
- This fixes some of the warnings during doc generation
- * background: Load image async.
- This avoids blocking on I/O.
- * background: Avoid updating the background twice.
- Only update the settings on layer-surface configure but wait for the
- monitor::configured signal before drawing anything.
- This avoids drawing the background twice on each rotation causing even
- more flicker.
- * background-manager: Tell background about it's scale
- gtk_widget_get_scale_factor gives us the wrong value with multiple
- outputs of different scale.
- * background: Skip any image loading if layer surface isn't configured..
- There's no point to waste resources and we don't have valid dimensios
- and it breaks the tests.
- * wifiinfo: Sync initial state.
- The downside of not using a property binding is that we need to
- do that on our own.
- * monitor-manager: Set logical position.
- This makes the monitor layout in g-c-c match what the compositor thinks
- it is so monitors are displayed next to each other rather than over
- each other.
- * build: Move all dependency() calls to top level build file
- * Bluetooth quick setting and status indicator
- * background: Avoid warning on NULL pixbuf.
- * wwan-mm: Connect to modem async
- * wwaninfo: Use operator name as detail.
- This gives us the operator name in quick settings
-
- [ Julian Sparber ]
- * AppGrid: Don't set the focus to AppGridButton when clicking on them.
- Set the property `focus-on-click` to TRUE so that we don't show the blue
- border and don't set the focus to the AppGridButton when clicking on
- them.
-
- [ Emin Tufan Çetin ]
- * po: Update Turkish translation
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Sun, 26 Jul 2020 14:32:28 +0200
- [ Daniel Șerbănescu ]
- * po: Update Romanian translation
-
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
-
- [ scootergrisen ]
- * po: Update Danish translation
-
- [ Balázs Meskó ]
- * po: Update Hungarian translation
-
- [ Sebastian Krzyszkowiak ]
- * overview: Clean up unneeded size checks.
-
- -- Guido Günther <agx at sigxcpu.org> Mon, 06 Jul 2020 10:25:20 +0200
-
-phosh (0.4.0) amber-phone; urgency=high
+phosh (0.4.1-1) unstable; urgency=medium
[ Guido Günther ]
- * feedbackinfo: Add translation note.
- Link to feedbackd's theme description to help translators
- * media-player: Don't act on every name change.
- We were looking at all vanished DBus names instead of only players. This
- lead to a slight flicker of the widget e.g. on audio events or
- notifications (which was especially noticeable on the lock screen).
- * PhoshLayerSurface: Add missing sentinel
- * Add small testlib allowing for wayland based tests using phosh-wayland
- and spawning a phoc instance. Add two initial tests using that.
- * monitor: Properly invaliate wl_output_done.
- On `wl_output` configuration changes invalidate the done flag
- so another `configured` signal is emitted once all changes
- are processed. So far we only handled the initial configure.
- * phosh-wayland: Clarify ownership of phosh_wayland_get_wl_outputs
- * shell: Do nothing when primary monitor does not change
- * shell: Don't clear faders when we dispose the panels
- * status-icon: Drop show-always (Closes: #312)
- * Add WWAN quicksetting
- * gitlab-ci: be more robust when using xvfb
- * background-manager: Avoid recreating backgrounds too often
- Only do so initially and let PhoshBackground adjust to configuration
- changes notified by PhoshBackground intead.
- * background: Skip image loading when using colored mode.
- There's no need to even try to load an image if we're not using
- it later on.
- * tests: Add a simple background test.
+ * debian: Avoid clashes with other xvfb-run instances.
+ Pass '-a' to make it pick a port by itself.
+ * debian: Build-depend on phoc an gnome-themes-extra-data.
+ Phoc is needed for the layer surface tests and gtk complains about lack
+ of css without gnome-themes-extra-data.
* d/rules: Depend on phoc >= 0.4.0.
While we can run with older versions this makes sure people
pull in a recent enough version for all the feaures.
-
- [ Daniel Șerbănescu ]
- * po: Update Romanian Translation
-
- [ Sebastian Krzyszkowiak ]
- * PhoshHome: Use PhoshLayerSurface signals and props to handle resizing.
- This fixes the issue with disappearing bottom bar when output dimensions
- change and it actually more in line with what we wanted to achieve there.
- * PhoshWayland: Don't require phosh_private interface in latest version.
- We can still deal with earlier ones.
- * Render window thumbnails in the overview
- * wwaninfo: Use network-cellular-disabled-symbolic when no hw is present
- * background: Stop listening to `rotation`
- PhoshMonitor now signals rotation correctly
-
- [ marty1885 ]
- * monitor: prevent sending multiple event in one monitor configuration
- change
- * background: recreate background on monitor geometry change
-
- [ Julian Sparber ]
- * wifimanager: Use disabled icon for unknown states.
- * Add Wifi quicksetting
-
- -- Guido Günther <agx at sigxcpu.org> Tue, 30 Jun 2020 14:14:27 +0200
-
-phosh (0.3.1) amber-phone; urgency=medium
-
- [ Sebastian Krzyszkowiak ]
- * PhoshOverview: Add haptic feedback when clicking on activity
- * feedback-manager: Add a helper to trigger feedback on button press/release
-
- [ Daniel Șerbănescu ]
- * po: Add Romanian translation
-
- [ Rafael Fontenelle ]
- * Update Brazilian Portuguese translation
-
- [ Guido Günther ]
- * feedback-manager: Make 'connect_feedback' specific to buttons.
- Those have 'clicked' and 'released' signals.
- * app-grid-button: Make sure we unref the allocated gesture
- * build: Bump version
- * lockscreen: Drop HDY_DISABLE_DEPRECATION_WARNINGS.
- We're not using any deprecated widgets
- * lockscreen: Add G_{BEGIN,END}_DECLS
- * Lots of gtk-doc fixups
- * Build documentation via gtk-doc.
- We need a shared lib for gtk-doc, only build this
- when building Documentation.
- Closes: #88
- * debian: Add phoc-doc.
- This makes the documentation useable via devhelp.
- * gitlab-ci: Build documentation
- * docs: Document C file layout
- * gitlabci: Move coverage gathering to different step
- Fixes spurious build failures.
- * phoc.ini: Drop cursor config.
- Phoc does not care anymore and with one output it does not match
- anyway. So people with multiple outputs and touch need to run
- the latest phoc release. This avoids a warning on phoc startup.
- * phosh: Indicate connectivity state.
- We show no icon if we're connected but indicate the lack of a connection
- (or if we have a connection and can't reach the internet)
- Closes: #229
- * brightness: Connect async to g-s-d.
- Shell startup sometimes stalls for a longer period of time. Connect
- async to g-s-d to avoid at least one stall spotted with gdb.
- It also fixes a leaked DBus connection.
- * css cleanups
- * tests: Don't try to spawn atk bridge.
- * Add media-player widget.
- This interfaces with mpris Mediaplayer2 based players
- Closes: #94
- * settings: Add media player.
- Will only be shown when a player is present
- * lockscreen: Add media player widget
- * po: Update pot file.
- This introduces the new translatable strings for the music player.
- * layer-surface: Add the configured width and height to debug message.
- We have that anyway so make it more useful
- * layer-surface: Fix indentation
- * layer-surface: Add a section header
- * top-panel: Drop useless placeholder
- * top-panel: Remove extra vertical padding from power button
- * gitlab-ci: Skip po and doc when using PKG_ONLY
- * media-player: Wire up Can{Go{Forward,Previous},Play}
- This makes sure we don't enable ui elements the player can't handle
- * media-player: Add a playable property.
- The player might be stopped or not have a song list. Add a playable
- property so the container has a better idea if it's worth showing
- the player.
- * lockscreen: Use playable property of media player.
- We don't need a widget for a stopped or unusable player.
- * settings: Use playable property of media player.
- We don't need a widget for a stopped or unusable player.
- Closes: #315
- * feedbackinfo: Listen for feedback changes.
- When switching from silent to quiet (and back) the icon name does not
- change so we need to listen to profile name changes to update the
- text below the icon.
-
- [ Zander Brown ]
- * app-list-model: phantom launcher.
- At last a fix for the missing item problem
-
- [ Yuri Chornoivan ]
- * po: Update Ukrainian translation
-
- [ Alexander Mittermeier ]
- * Remove reference to rootston as the link was broken and the project is
- deprecated. https://github.com/swaywm/rootston
-
- -- Guido Günther <agx at sigxcpu.org> Mon, 22 Jun 2020 16:27:59 +0200
-
-phosh (0.3.0) amber-phone; urgency=medium
+ * d/rules: Turn off compositor based tests.
+ They don't run on buster and we need phoc releases
+ for newer versions so we can toggle this on later.
[ Arnaud Ferraris ]
- * monitor: add "power-mode" property.
- In order to be able to notify other objects when the power state of a
- monitor changes, this commit adds a `power-mode` property to the monitor
- class.
- * shell: lock screen when builtin monitor is powered off
- * src: fix typos
- * phosh.service: don't hardcode user name.
- In order to allow the user to change the default username, use the UID
- instead of the username.
- * po: fix French translation.
- This patch fixes the long date format on the lockscreen.
-
- [ Mohammed Sadiq ]
- * polkit-auth-prompt: Use symbolic icon
-
- [ Guido Günther ]
- * settings: Drop PhoshSettingsPrivate.
- We'll never derive from that widget so drop the indirections.
- * settings: Ensure types during class_init.
- No need to do so during each instance creation.
- * panel: Drop unused height getter
- * shell: Move settings into top bar widget.
- This will allow us to drop the xdg popup code.
- (Closes: #155, #216)
- * shell: Drop xdg popup handling.
- We don't use it atm and if we need popups again we want to wrap
- them in proper objects.
- * panel: Set keyboard interactivity.
- This allows us for keyboard navigation in the settings menu
- * panel: Disallow focus on panel widgets.
- We only want to keyboard navigate settings
- * settings: Fix QuickSetting keyboard focus behaviour.
- We set each QuickSetting to not-focusable since we otherwise
- have to press TAB twice on each button: once for the flowbox
- focus and one for the button focus.
- To trigger the QuickSetting we wire up the FlowBox's `child-activated`
- signal.
- * panel: Close settings menu on ESC and when clicking/touching into empty
- area.
- * smoketest: Keep phoc around.
- Phoc changed to exit after the session exited but the smoke tests rely on
- a running compositor so keep it around to parse some parameters.
- * po: Last time sync from zanata.
- We're switching to GNOME infra.
- * README: Point to GNOMEs translation system
- * panel: Drop superfluous gettext define.
- We have gi18n.h for that.
- * monitor: Allow to set power save mode.
- This allows to set a monitors power save mode:
- OFF: monitor is turned off
- ON: monitor is turned on
- We don't use the constants from the wayland protocol
- to not leak the implementation.
- * Process enums for monitor.h too.
- They will be used in the following commit
- * shell: Add method to turn on power saving.
- This method can be used to turn power saving on or off.
- Currently it only turn on power saving for the display but
- this can be extended in the future.
- * monitor: Use PhoshMonitorPowerSaveMode enum.
- This makes sure we treat the wayland protocol enum as internal
- to the monitor implementation.
- * monitor-manager: Remove unused PowerSaveMode
- * panel: Add a GtkStack to switch top bar.
- The top bar has a different content when the settings menu is
- unfolded. Add a stack for that.
- * panel: Move shutdown to power popover
- * Move power off from settings menu to top bar
- * Move lock screen button to power popover
- * session: Add logout.
- Since we don't have a logout dialog yet we don't ask gnome-session
- to show one either.
- * panel: Wire up logout (Closes: #234)
- * settings: Drop button to launch settings.
- This frees up space for the notification area.
- * panel: Keep settings widget around.
- This avoids e.g. a jumpy volume slider when unfolding the
- settings menu. We manage it outside the stack for later gesture support.
- * wifimanager: Avoid excessive g_strdup() on signal strength changes.
- Suggested by Zander Brown.
- * wwaninfo: Avoid excessive g_strdup() on signal strength changes
- * status-icon: Don't leak icon name
- phosh_status_icon_get_icon_name() returns a copy so we need to
- free it and also can't compare by address.
- * tests: Test phosh_status_icon_set_icon_name()
- * gitlab-ci: Barf on files with translations but not in POTFILES.in
- * po: Add files not needing translations to POTFILES.skip
- * po: Sort POTFILES.in alphabetically
- * po: Add missing source file (Closes: #305)
- * po: Update pot file
- * gitlab-ci: Allow to skip build and test.
- Sometimes we just want a package (e.g. when only changing the packaging or
- when we're sure(tm) we didn't break anything). Hence allo to skip the
- build and test stages via `PKG_ONLY = 1`
- * data: Rename compositor config to phoc.ini.
- * data: phoc.ini: Don't fall back to rootston.
- This gives confusing error messages when e.g. phoc is not installed.
- * data: phoc.ini: Honor WLR_BACKENDS.
- * settings: Hide notification box when empty
- * notification-tray: Move style closer to designs.
- Use a gray background for the tray and no drop shadows for individual
- bubbles.
- * settings: Close settings after acting on the last notification
- * feedback-manager: Add helper to trigger async feedback.
- We don't pass the manager itself since it's not needed.
- * home: Emit feedback event on home bar press
- * overview: Trigger feedback on window close
- * panel: Trigger feedback when top bar is clicked.
- This can go away once we have gestures in place.
- * app-grid: Provide haptic feedback on app launch
- * shell: Avoid signal emission when shell is already locked.
- LockscreenManager got this right but the shell would emit a signal on
- every invcation although the state would not change.
- * MonitorManager: Use wlr-power-manager to set handle GNOMEs power_save_mode
- requests. This allows the screen to blank when g-s-d thinks so.
- * shell: powersave: Just lock the screen.
- With the monitor-manager's PowerSaveMode wired up it's enough to lock
- the screen to make g-s-d then tell us to blank the screen.
- This makes sure compositor, shell and g-s-d have the same idea about
- the screen state.
-
- [ Efstathios Iosifidis ]
- * Update Greek translation
-
- [ Rafael Fontenelle ]
- * phosh.doap: fix URL to source code repository
- * Update Brazilian Portuguese translation
+ * New upstream release 0.4.1
+ * d/copyright: add entries for libgnome-volume-control.
+ As we provide libgnome-volume-control's source code as a checked out
+ subproject, we must provide copyright information for its files too.
+ * d/control: drop all references to phoc
+ Phoc is not yet in Debian's main archive, so we can't depend on or
+ recommend it.
+ This will be reverted when phoc gets accepted to unstable.
- [ Danial Behzadi ]
- * Add Persian Translation
- * Add Persian to Linguas
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Wed, 22 Jul 2020 11:28:59 +0200
- [ Zander Brown ]
- * utils: phosh_clear_handler, g_clear_handler for older GLib.
- This can go away once we dep on 2.62
- * notification-frame: fix a leak when header tapped
- get_item returns a reference which we weren't dropping causing some
- notifications to live forever
- * notification: store the urgency/transient/resident/category hints
- urgency/transient/resident modify the behaviour of the message tray
- category is included for completeness, we may never use it
- (sound hints are still ignored as we don't declare support for it)
- * notifications: a model for notifications from a single source
- * notifications: keep a list of notifications
- * tests: test the new notification models
- * notifications: maintain a message list
- expired notifications are no longer automatically dismissed
- * notifications: add list to settings drop-down
- * tools: explain notify-[blocks/server-standalone] use
+phosh (0.3.1-2) unstable; urgency=medium
- [ Yuri Chornoivan ]
- * Update Ukrainian translation
+ * debian: build phosh-doc package
- [ Yi-Jyun Pan ]
- * i18n: zh_TW: update translation
- https://l10n.gnome.org/vertimus/phosh/master/po/zh_TW/
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Wed, 01 Jul 2020 12:37:12 +0200
- -- Guido Günther <agx at sigxcpu.org> Tue, 19 May 2020 08:08:34 +0200
+phosh (0.3.1-1) unstable; urgency=medium
-phosh (0.2.2) amber-phone; urgency=medium
+ [ Federico Ceratto ]
+ * Trim trailing whitespace.
+ Fixes: lintian: file-contains-trailing-whitespace
+ * Set upstream metadata fields: Repository.
+ Fixes: lintian: upstream-metadata-file-is-missing
+ Fixes: lintian: upstream-metadata-missing-repository
+ * Bump debhelper compat version
+ * Add Rules-Requires-Root: no
[ Guido Günther ]
- * wwan: use interface prefix. This shortens the function names
- * WWan: Connect to ModemManager async.
- The rest is all propert access which is async.
- (Closes: #289)
- * wwan: Free GDBusObjects too. We only freed the list itself so far.
- * lockscreen: Drop unused variables
- * settings-menu: Drop expand from feedback button.
- This makes sure we don't use up extra space when other elements get
- hidden (like the music player)
- * shell: Avoid gtk_widget_show_all.
- This is needed in preparation for #155 anyway.
- * lockscreen: Fix unlock page type.
- It's a grid not a box
- * network-auth-prompt: Inform user about unknown auth types.
- This avoids another empty dialog similar to #292.
+ * debian: Add phoc-doc
+ This makes the documentation useable via devhelp.
[ Arnaud Ferraris ]
- * wifimanager: create network-auth-prompt only for WiFi connections.
- While the network-auth-prompt only supports only WiFi connections, it
- would still show (empty) if NM sends a secrets request for WWAN.
- This patch makes sure the prompt isn't created if the connection type
- isn't WiFi. (Closes: #292)
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 03 Apr 2020 11:26:01 +0200
-
-phosh (0.2.1) amber-phone; urgency=medium
-
- [ Guido Günther ]
- * feedbackinfo: Use 'On' for the 'full' feedback theme.
- See: #276
- * wwaninfo: Don't overwrite sim missing status.
- This allows the sim-missing status to be displayed. (Closes: #281)
- * monitor: Wire up zwlr_output_power_management.
- * protocol: Generate protocol with private code.
- That's sufficient since we don't want to export anything
- * po: Update translations from zanata
- Thanks to all the translators!
- * Settings: wire up feedback setting long press.
- This opens the notifications panel now that we can configure
- feedback there.
- * Shell: Don't access variable before type check
- * Feedbackinfo: Toggle to silent instead of quiet.
- Also turn of vibra with the quick setting. Vibra can be turned on via
- g-c-c.
- * gitlab-ci: Run xvfb-run with no-reset.
- This avoids spurious test failures.
-
- [ Rasmus Thomsen ]
- * gitlab-ci: pull in feedbackd on Alpine too
- fixes #278
-
- [ Julian Sparber ]
- * Wifimangager: set icon-name always via the same function.
-
- [ Zander Brown ]
- * protocols: generate with public-code not code
- public-code does the same thing but without logging warnings
- * app-list: fix lookup cache.
- We never invalidated the cache leaving us in an invalid state after
- install/remove
- This potentially explains the missing icons that turn up after reboot
- (probably) fix https://source.puri.sm/Librem5/phosh/issues/213
- * apps: use a common placeholder icon (Closes: #197)
-
- [ Darren R ]
- * README: Explain how to skip gnome-session setup.
- This avoids spawning unintended services.
-
- [ Sebastian Krzyszkowiak ]
- * panel: Clean up unused widget references
-
- -- Guido Günther <agx at sigxcpu.org> Thu, 19 Mar 2020 19:07:18 +0100
-
-phosh (0.2.0) amber-phone; urgency=medium
-
- [ Guido Günther ]
- * Upload to amber-phone (since amber has no feedbackd yet)
- * phosh: Register the session late so calls sees the right status
- Closes: https://source.puri.sm/Librem5/calls/issues/126
- * Proximity sensor support
- Closes: #120
- * Add Feedback quick settings to toggle current feedback status.
- * wifimanager: consistently update icon on enable/disable/kill switch
- * Fix build with meson 0.53
- * Fix build with tests disabled
- * build: Allow to build libfeedback as subproject.
- * phosh: Use drm backend by default to help wlroots 0.10.0 and hence phoc
- 0.1.6.
- * Update translations including 7 completely new ones. Thanks everyone!
-
- [ Sebastian Krzyszkowiak ]
- * ui: Adjust the icon margin of backlight slider in settings menu.
-
- [ Julian Sparber ]
- * Improve lockscreen unlock button styling
- * Introduce QuickSetting base class for quicksettings
- * Introduce StatusIcon base class for top bar icons and
- quicksettings
- * Groundwork for WWan and Wifi quicksettings
- * Add BatteryInfo quick setting and show percentage
- Closes: #268
- * Make rotation a quick setting
-
- [ Zander Brown ]
- * Groundwork for future notification improvements:
- - split out notification content from banner
- - split the frame from the banner.
- - track notifications not widgets as preparation
- - introduce NotificationFrame
- * editorconfig: strip whitespace.
-
- -- Guido Günther <agx at sigxcpu.org> Wed, 26 Feb 2020 09:34:47 +0100
-
-phosh (0.1.8) amber; urgency=medium
-
- [ Julian Sparber ]
- * Lockscreen: Replace submit btn with unlock btn
- * Fader: fade completely to black on shutdown.
- Closes: #257
- * Fix brightness slider being jumpy while sliding.
- Closes: #258
- * StatusIcon: Introduce base class for status icons
- and use for top panel icons.
-
- [ Guido Günther ]
- * phosh-system-prompt: Toggle ok button sensitivity.
- Pressing <return> so far caused to send e.g. an empty pin to a smart card
- and we'd rather not run out of retries so require a non empty password.
- * build: Bump version to 0.1.8
- * build: Use libhandy 0.x branch if used as a subproject.
- Closes: #264
-
- [ Zander Brown ]
- * build: bump glib dep.
- We where using stuff from 2.54 already and buster ships 2.58
- * notifications: seperate the data and widget.
- Move notification information into a seperate class from the banner,
- moving forward this will ease lockscreen/notification drawer
- implementatinon
-
- -- Guido Günther <agx at sigxcpu.org> Sat, 08 Feb 2020 13:44:20 +0100
-
-phosh (0.1.7) amber; urgency=medium
-
- [ Darren R ]
- * Update meson.build to show version 0.1.6
-
- [ Guido Günther ]
- * phosh.in: Use builtin session handling.
- Until we can rely on a newer gnome-session use the builtin session
- handling everywhere for now instead of systemd. (Closes: #181)
- * gitlab-ci: Build an arm64 deb
- * wifi-manager: Rework connection handling.
- So far we gave up early when the currently active connection did not
- have any devices. It seems this can happen early up in the connection
- process of *new* connections. Hence always redo the device check on
- connection state changes.
- * wifimanager: Consolidate device cleanup.
- * wifimanager: Clean up device state when (de)activating a connection.
- Don't use the device and access point information before we're
- actually associted. Otherwise we show strength information from
- outdated access points. (Closes: #202)
- * lockscreen-manager: Undo rotation when locking the screen.
- This makes sure we don't leave the user with a screen that can't be
- unlocked. (Closes: #73)
- * auth: Drop pin length limitation. (Closes: #233, #234)
- * network-auth-prompt: Allow to toggle password visibility.
- This makes entering wifi passwords a bit simpler. Inspired by
- GTK4's GtkPasswordEntry.
-
- [ Julian Sparber ]
- * Lockscreen: add submit button, allows arbitrary pin lengths.
- This also adds the emergency button but for now it is hidden, because
- emergency calls don't work yet.
-
- -- Guido Günther <agx at sigxcpu.org> Thu, 09 Jan 2020 15:34:36 +0100
-
-phosh (0.1.6) amber; urgency=medium
-
- [ Julian Sparber ]
- * Lockscreen: replace HdyDialer with HdyKeypad.
- The new Keypad uses a GtkEntry to store the entered pin/password.
- * Lockscreen: use GcrSecureEntryBuffer for the pin entry.
- * BatteryInfo: drop private data for gobject.
- Since the BatteryInfo is a final it can't be subclassed, therefore it
- doesn't need private data.
-
- [ Guido Günther ]
- * background: Plug leak
- * home: Plug leak
- * topevel: Avoid NULL check
- * toplevel: Don't leak app_id and title
- * toplevel: Guard handle from being destroyed multiple times
- * wwaninfo: Seperate access tec and signal srength (Closes: #118)
- * top-panel: Adjust label margins.
- Use the same margins as for other text in the top panel.
- * top-panel: Use only right margins.
-
- [ Darren R ]
- * lockscreen: Use show_symbols False
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 27 Dec 2019 23:05:07 +0100
-
-phosh (0.1.5) amber; urgency=medium
-
- [ Guido Günther ]
- * rootston.ini: Drop keyboard config section.
- Not parsed anymore by phoc, uses GSettings now
- * Turn on autorestart.
- Mitigates #212
- * gitlab-ci: Switch to shared gitlab-ci jobs.
- This gives us more tests with less code.
- * debian: Add trivial autopkgtest.
- This makes sure we at least install correctly
- * wifimanager: Don't leak icon name
- * d/control: Depend on the used gsettings schema
- * gitlab-ci: Test pureos against staging.
- * build: Make libhandy dep explicit
- * wwan-mm: Give up if we can't get proxy.
- Just printing a warning is no enough.
- * wwaninfo: Only show wwan icon if a modem is present
- (Closes: #64)
-
- [ Julian Sparber ]
- * Bump libhandy to 0.0.12
-
- [ Alexander Mikhaylenko ]
- * lockscreen: Allow mouse dragging for lockscreen.
- See https://source.puri.sm/Librem5/libhandy/merge_requests/344
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 13 Dec 2019 17:43:41 +0100
-
-phosh (0.1.4) amber; urgency=medium
-
- * activity: Add title setter
- * activity: Set app_name on title changes.
- So far we only did this in the constructor.
- * toplevel: Emit signal when properties change.
- So far we emitted signals when a new toplevel shows up. Add
- a signal that is emitted when a already 'configured' toplevel
- gets configured event. This will allow to e.g. check for
- title changes.
- * overview: Adjust title in overview when the toplevel changes title.
- We take a detour via the overview since the link between
- activity and topleve happens there. We can avoid this
- once the activity properly owns the toplevel.
- * tests: Avoid duplicate config target
- otherwise we fail with meson 0.49.
- * gitlab-ci: Build pureos amber package as well
- * panel: Move decision if we need a lang label into one place.
- This makes sure we do the same on input source changes and keyboard
- connect/disconnect.
- * debian/gbp.conf: Sign tags by default
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 22 Nov 2019 17:16:45 +0100
-
-phosh (0.1.3) amber; urgency=medium
-
- [ Guido Günther ]
- * main: Simplify signal handling
- * main: Handle SIGINT as well.
- * main: Don't initially lock screen when we were started by gdm
- * main: Add -L to force a locked shell.
- * brightness: Fix brightness setting.
- * top-panel: Display current keyboard layout if a keyboard is connected.
- This makes tings less conusing when using/testing different layouts
- The layout is only displayed when a keyboard is connected to the
- seat.
- * session: Unset DESKTOP_AUTOSTART_ID.
- This makes sure we don't leak it to child processes.
-
- [ Sebastian Krzyszkowiak ]
- * activity: Handle apps with "gnome-" prefix in their app ID.
- Otherwise we end up with "org.gnome.Gnome-software" kind of names.
- * util: Move app_id fix up code to separate function
- * toplevel: Rename phosh_toplevel_raise to _activate for consistency
- * app-grid-button: Activate existing window instead of trying to relaunch.
- Fixes #102
-
- [ Zander Brown ]
- * build: only rebuild generated sources when linking tests/tools.
- This avoids extra (wasted) build steps for tools/tests/etc
- * app-button: don't emit app-launched when an error is set.
- Previously we emited even when GLib reports an error
- * app-button: store favourites in a model, add action menu.
- * tests: improve testing of app-button.
- * tests: add tests for the favourites model.
- * favourites: use en_US spelling.
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 15 Nov 2019 01:54:40 +0100
-
-phosh (0.1.2) amber; urgency=medium
-
- [ Bart Ribbers ]
- * gitlab-ci: don't build test coverage for Alpine Linux
-
- [ Guido Günther ]
- * Add wayland session file.
- This allows to run phosh directly from e.g. gdm which makes testing
- on GNOME way easier
- * Recommend phoc. We don't make it a hard dependency since we can run with
- other compositors as well.
- * Drop all rootston fallbacks. rootston is unmaintained and has only very
- limited functionality while phoc had a release.
- * debian: Bump compat to 12.
- This makes some things simpler like dh_nissing and it moves
- phosh to /u/libexec where it should have always been.
- * debian: Add install file for phosh.
- This makes us pick up the right files when we add more binary packages
- * build: move glib/gio dependency to toplevel meson file.
- This and assigining it to variables makes it simpler for
- other meson files to use.
- * Add keyboard stub.
- This helps to fulfil gnome-session dependencies on desktops where we
- don't have squeekboard (yet) and where it should not unfold
- * layer-surface: Emit signals on width/height changes.
- We missed signals on phosh_layer_surface_set_size().
- * layer-surface: Don't make width/height construct only.
- * po: Update translatable files
- * po: Update translations from zanata
-
- [ Dorota Czaplejewicz ]
- * layersurface: remove phosh-wayland include.
- This makes the file copy-portable again.
- * layer-surface: Distinguish requested and configured width/height
- {width,height} represent the user request while
- configured_{width,height} represent what the compositor sent us.
- This allows clients to see how their size request matches the
- actual surface size.
-
- [ Mohammed Sadiq ]
- * Add shell-network-agent.
- * Add network agent. Network agent is responsible for requesting credentials
- when connecting to networks that requires credentials
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 25 Oct 2019 21:07:24 +0200
-
-phosh (0.1.1) amber-phone; urgency=medium
-
- [ Guido Günther ]
- * lockscreen: Use proper ellipsis.
- Use '…' instead of '...'
- * session: Drop org.gnome.SettingsDaemon.Clipboard.
- It was unused anyway. (Closes: #195)
- * notify-manager: ignore errors closing inexistent notifications.
- This trips up qt 5.11 otherwise
- * debian: Don't restart session on package upgrades.
- Otherwise a logged in user will get logged out. (Closes: #193)
- * gitlab-ci: Make current image explicit
- * gitlab-ci: Build and unit test for Debian Bullseye as well.
- We keep the smoketests at buster for the moment
- * debian: Add gbp.conf.
- This makes `gbp tag` do the right thing.
- * Update translations from zanata
-
- [ Hysterical Raisins ]
- * AppGrid: Live update search when using an input method.
-
- [ Bart Ribbers ]
- * gitlab-ci: Build and unit test for Alpine Linux edge as well
-
- -- Guido Günther <agx at sigxcpu.org> Fri, 11 Oct 2019 11:54:52 +0200
-
-phosh (0.1.0) amber-phone; urgency=medium
-
- [ Zander Brown ]
- * app-grid: align top
- * overview: focus styling, follow focus
- * app-grid: enter activates first app search result.
- Fix https://source.puri.sm/Librem5/phosh/issues/171
- * app-grid: hint app that will launch on enter
- * notifications: support images, bring styles close to design
- * notifications: add actions.
- This means firefox doesn't complain anymore and actions are clickable
- * notifications: handle display scaling and rotation
- * notifications: slide down from top
- * tools: test notification sender
- * notifications: emit notify::app-info
- * apps: display name not display name.
- This makes sure apps have the same name as in shell
-
- [ Alexander Mikhaylenko ]
- * overview: Remove close on click.
- It's triggered wher swiping PhoshPaginator. I'm not sure this is wanted
- from design standpoint anyway, so remove it for now.
- * overview: Use paginator for switching apps
-
- [ Guido Günther ]
- * polkit-auth-agent: Allow to cancel dialog via escape key.
- I've seen gnome-shell users hitting that a lot.
- * system-prompt: Allow to cancel dialog via escape key.
- I've seen gnome-shell users hitting that a lot.
- * notify-manager: Handle org.gnome.desktop.notifications show-banners.
- This allows to globally enable / disable message bunners aka
- 'notification popups' as gnome-control-center calls them. (Closes: #167)
- * build: sort source alphabetically
- * session: Reindent.
- Reindent according to coding style
- * Add fader that fades from transparent to almost black.
- We might want to make this more flexible later so we can also use
- it for the fade in animation on startup.
- * session: Use fader on shutdown.
- This gives immediate visual feedback.
- * main: Fade out on sigterm
- * po: Update translatable files
- * session: Only show fader on EndSession.
- QueryEndSession only asks for a shutdown, we don't want to fade
- in that case.
- * Kill fader after 15 seconds
- if we can't shut down promptly kill the fader instead of leaving
- the shell in an unusable state.
- * auth: Unconditionally set pamh to NULL.
- Don't do it only in the successful case since the handle is
- not useful afterwards and later calls might otherwise reuse the handle.
- Also don't use the handle in the error path after pam_end.
- * rootston.ini: Remove 'binding' section.
- This is now handled via gsettings and triggers a warning
- on phoc startup.
- * po: Update translatable files
- * po: Update translations from zanata
-
- [ Julian Sparber ]
- * Lockscreen: Give visual feedback on wrong password.
- This makes the dots shake when the user enters a wrong password
- * Lockscreen: add hack to remove # and * form the keypad
- * Lockscreen: Style keypad buttons.
- Fixes: phoc#18
- * AppGrid: make search case insensitive.
- Fixes: #186
- * AppGrid: Make line below favorites darker and thiner
- fixes #182
- * AppGrid: use a revealer to hide the favorites when search is started
- fixes: #185
- * AppGrid: increase spacing around line below favorites
-
- [ Sebastian Krzyszkowiak ]
- * PhoshBackgroundManager: Divide the background size by scale.
- Without this the background surface buffer is needlessly oversized,
- putting unnecesary load on the GPU.
- * toplevel: Add "activated" property and its getter
- * overview: Scroll to currently focused activity
- * style: Remove unnecessary blending.
- GTK uses software rendering and pixman isn't optimized on aarch64.
- This makes blending huge surfaces pretty expensive - and there's
- no reason to do that if we're blending black on black anyway.
- This makes fullscreen scrolling in app drawer way smoother.
-
- [ Hysterical Raisins ]
- * AppGrid: hide favorites on search
- - conserve vertical screen space (which will be at a premium when both osk
- and overview are visible at the same time)
- - blend in favorites when searching
- Fixes phosh#177
- * NotifyManager: plug a leak in variant iteration
- * AppGrid: Don't activate first item unless search has focus.
- Fixes #177 (for real this time)
- * AppGrid: Correct return types for focus events
- * AppGrid: plug casefold leaks.
- Fixes #190
-
- [ Tobias Bernard ]
- * Style: prettier search bar
- - Minor styling changes (rounded corners, more padding)
- - Add placeholder text
- * Style: adjust margins around search bar and favorites.
- Fixes an issue with icons being cut-off only on the sides
- when scrolling.
- * Minor: fix ellipsis and string in search placeholder
-
- -- Guido Günther <agx at sigxcpu.org> Mon, 30 Sep 2019 10:54:01 +0200
-
-phosh (0.0.4) purple; urgency=medium
-
- [ Guido Günther ]
- * PhoshLayerShell: Don't realize layer shell's right away.
- This allows us to create them early and keep them around. It also
- makes them behave more like regular Gtk widgets. (Closes: #91)
- * system-prompt: Use a template instead of builder.
- This makes this prompt consistent with all the other layer surfaces we
- have.
- * debian: We can act as polkit auth agent
- * debian: Update description a bit
- * po: Update LINGUAS
- * system-prompt: Wrap on word boundary.
- Otherwise we overflow on small screen sizes
- * system-prompt: Add a border.
- This makes sure we don't have text and buttons pressed to the left and
- right screen edges.
- * lockscreen: Add date (Closes: #101)
- * Update pot file with new strings.
- The date format needs a string to be printed correctly in the
- different locales.
- * lockscreen: Move date, time and icons into a common box.
- This allows spacing.
- * po: Update translations from zanata
- * favorites: Drop labels.
- This makes the "overview issue" go away with up to 8 favorites.
- This improves the status quo until we fixe #89 and merged !187.
- * favorites: Trim down app list.
- These are the ones that the focus is on atm. (Closes: #100)
- * css: Drop HdyArrow css.
- We're currently not using this widget
- * css: Make polkit auth agent's background black too
- * SystemPrompt: Set grid alignment in the ui file
- * system-prompt: Right align labels.
- Following https://developer.gnome.org/hig/stable/visual-layout.html.en
- * system-prompt: Move checkbox below text inputs
- * system-prompt: Adjust spacing.
- Following https://developer.gnome.org/hig/stable/visual-layout.html.en
- * polkit-auth-prompt: Right align labels.
- Following https://developer.gnome.org/hig/stable/visual-layout.html.en
- * polkit-auth-prompt: Adjust spacing.
- Following https://developer.gnome.org/hig/stable/visual-layout.html.en
- * polkit-auth-prompt: Use bold font for user name
- * polkit-auth-prompt: Remove empty row
- * PolkitAuthAgent: Remove duplicate gtk_widget_show ()
- * PolkitAuthPrompt: Translate most common request
- * po: Update translatable files
- * po: Update pot file
- * shell: Activate background again
- https://github.com/swaywm/wlroots/issues/897 is true independent if
- there's background surface or not so we're not making matters worse
- by enabling it. (Closes: #76)
- * PhoshPanel: Make signal handlers consistent
- * PhoshLockscreen: include locale.h.
- Fixes build with -O0
- * PoshBackground: Drop things now handled by PhoshLayerSurface
- * PhoshBackground: Use g_autoptr instead of explicit unref
- * PhoshBackground: Get width and height from layer surface
- * PhoshBackground: Drop pointless defaults from init
- * PhoshBackground: Validate signal handler signatures
- while at that move 'self' first like in the rest of the codebase.
- * PhoshBackground: unref settings
- * lockscreen: Set wifi icon visible by default (Closes: #111)
- * PhoshBackground: Drop priv.
- Less code and consistent with other new code.
- * PhoshBackground: Listen to configured signal.
- This is simpler then g_signal_override_class_handler()
- * lockscreen: Deterine wifi status on idle.
- This makes sure we determine the wifi status after the widget set up..
- Otherwise the widget might sometimes stay invisible.
- * PhoshShell: Make background surface span the whole output.
- The background will make sure to not draw over/under panels. (Closes: #6)
- * PhoshBackground: Implement zoom style.
- Listen for picture-option and handle scaled (as already implemented)
- and zoom. If the style is unknown default to zoom like gnome-shell.
- Code taken from GnomeBG.
- * PhoshBackgroundManager: Add manager to handle multiple outputs.
- This handles multiple output making sure we update the backgrounds
- on output changes. (Closes: #113)
- * PhoshBackground: Use g_object_connect
- * PhoshBackground: Use defines for setting keys.
- We need them in several places.
- * PhoshBackground: Don't hardode grey as color.
- This allows to set the background color from gsettings.
- * PhoshFavorites: Scale icon images to 64px
- * favorites: Don't scale by output scale.
- Otherwise icons are way to large.
- * favorites: Use gtk_image_set_pixel_size.
- This leaves the scaling to gtk.
- * PhoshWWanInfo: Set pixel_size when setting widget size
- * PhoshWWanInfo: Don't round trip through pixbuf when using theme icons.
- There's no need to roundtrip through a pixbuf when we're using theme
- icons. This removes blur from the no-sim and sim locked case.
- See: #118
- * favorites: Drop custom drawing
- * service: Restart on compositor crashes.
- So far we wanted to keep the state around for debuggig but it's stable
- enough now that we can restart.
- * layersurface: Use phosh_wayland_get_default() everywhere.
- This makes it consistent with _mapped()
- * Add editorconfig.
- Prompted by tabs in ui files.
- * PolkitAuthPrompt: Make background app paintable.
- This makes it consistent with the gcr system modal dialogs.
- * Use the same style class for gcr and polkit prompts.
- This makes sure they stay visually consistent.
- * PhoshSystemPrompt: Swap ok and cancel.
- Conform to GNOME HIG.
- * PolkitAuthPrompt: Swap ok and cancel.
- Conform to GNOME HIG.
- * app: Add close button.
- Emit a 'app-closed' signal when that button is clicked.
- * Update phosh private protocol to v3
- * PhoshFavorites: Close application on 'app-close' signal (Closes: #67)
- * tests: Use phoc instead of rootston.
- This is our primary compositor and while the usage of the phosh-private
- protocol is optional if we bind to it we require at least version 3
- which is not supported by our rootston fork.
- * PhoshLayerSurface: Destroy layer surface on unmap.
- This and moving some of the initilization from `realized` to `mapped`
- allows us to properly `gtk_widget_{show,hide}()` layer surface widgets.
- This is brought over from squeekboard
- c3a54595ea72638fbc7b65ffc3c26966de772e15
- * PhoshHome: Drop priv.
- This makes the code smaller and esier to read.
- * build: Fix indentation.
- We want two spaces.
- * Use glib-mkenums.
- This will allow us to use enums as types.
- * PhoshLayerSurface: Allow to set size of the layer surface.
- This can be useful to fold/unfold surfaces.
- * PhoshHome: Clarify PHOSH_HOME_HEIGHT.
- Rename to PHOSH_HOME_BUTTON_HEIGHT since to not confuse the home button
- with the home screen (which takes the full screen except for the panel).
- * PhoshHome: Track folded/unfolded state.
- We fold/unfold the surface on home button clicks.
- We use an enum since we might end up with half folded states
- or a different state when using app switch via swipe.
- This surface will later on have the app drawer. (Closes: #89)
- * PhoshHome: Show favorites on home screen.
- Instead of making PhoshFavorites a separate layer surface popup show the
- widget on the home screen by deriving from GtkBox instead of GtkWindow.
- * PhoshActivity: Rename activity-closed signal.
- The name is misleading since the signal is emitted when the close
- button is clicked not when the actual activity is being closed.
- Rename to 'close-clicked' to make that obvious.
- * favorites: Replace assert by g_return_if_fail ()
- * favorites: Use g_return_if_fail in type check.
- This makes sure we don't silently ignore the error.
- * PhoshTopLevelManager: Move function assignments to top.
- This makes it consistent with other classes.
- * PhoshTopLevelManager: Move public methods to the bottom.
- This makes it consistent with other classes.
- * PhoshToplevelManager: Add num-toplevels property.
- This allows us to keep track about opened toplevels.
- * PhoshShell: Unfold home screen when no application is running.
- When we don't have any wayland toplevels show the overview. (Closes: #99)
- * PhoshActivity: Remove unused defaults
- * PhoshAcivities: Drop superfluous braces
- * PhoshActivities: Match property defaults to what's set in `_init()`
- * PhoshActivities: Mark properties as G_PARAM_EXPLICIT_NOTIFY.
- Because they are.
- * PhoshAcitivity: Avoid superfluous object emission and resizes.
- No need to do anything if the propoerty does not change.
- * PhoshLayerSurface: Be verbose when acking configure.
- This is an important event when surface properties change.
- * Add gtk4's list model.
- This is from commit ddc74a08bea170c73effe6eddca45a077bf130a7
- * PhoshHome; Make Image a child of the button.
- This allows for more fine grained styling.
- * PhoshHome: Use CSS animations to change home button arrow direction
- * PhoshHome: Set initial arrow state to 'up'
- Intially the surface is folded. That doesn't matter when starting up
- but it matters when phosh restarts with windows already open.
- * PhoshFavorites: Rename to create_favorite.
- We create a widget but don't add it to the flowbox yet.
- * PhoshFavorites: Use g_auto()
- * PhoshFavorites: Show created favorite.
- This makes sure changing favorites refreshes without restarting phosh.
- This wasn't a problem when favorites was a pop up since the widget
- got recreated when opened.
- Brokey-by: bc2198f6bbe8d3132d711cfa30719578eada5473
- * PhoshFavorites: Avoid gtk_widget_show_all()
- All widgets are being gtk_widget_show()n correctly now.
- * home: Drop superfluous gtk_widget_{show,hide}
- * Settings: Add type checks to callbacks
- while debugging it became obvious that we don't type check
- here which makes life cycle issue fixing harder then necessary.
- * Settings: Swap signal emission and lock trigger.
- The lock trigger brings up new surfaces which discards the popup so the
- object might not exist anymore once we want to emit the signal.
- Fixes
- (phosh:5485): GLib-GObject-WARNING **: 17:11:59.262: instance with invalid (NULL) class pointer
- (phosh:5485): GLib-GObject-CRITICAL **: 17:11:59.262: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
- Broken-by: cb7b20ebf94177199d6a7347d5fe48b144bf81f0
- * Settings: rotation_changed_cb: Move self in front.
- This makes it match the other call backs.
- * LockscreenManager: Only lock session when we go idle.
- So far we locked on any status change which didn't matter since we
- only get the idle information. Now that we get org.gnome.ScreenSaver
- we get other states reported as well.
- * LockScreen: Emit signal when the output should be woken up.
- This is useful to indicate that the output used by the lock screen
- should be woken up e.g. on keypress.
- * LockScreenManager: Remember activation time.
- Save the point in time the lock screen gets activated, this will
- be used by the screen saver manager.
- * LockscreenManager: Emit signal when all screens should be woken up.
- This is mostly meant for org.gnome.ScreenSaver
- * Add PhoshScreenSaverManager.
- This adds the skeletion for the org.gnome.ScreenSaver
- DBus API that allows applications get the lock state
- and ask for screen lock.
- * ScreensaverManager: Hook up to LockscreenManager.
- Implement org.gnome.ScreenSaver by invoking the appropriate methods
- on our Lockscreenmanager and listen to it's releveant signals.
- We keep this in a separte object to keep the lock screen code
- separte from the DBus interaction.
- We inject the lock screen manager instead of fetching the singleton
- to make the code more self contained.
- * helpers: Add script to check screen saver state
- * Lockshield: Use type as parent, not class
- * LockShield: Drop unneeded custom rendering.
- We don't need a drawing area and no custom rendering when we just
- want to render a black background.
- * tests: Test AppGridButton
- * AppGridButton: Remove superfluous initializers
- * AppGridButton: Rename pspec to props.
- Just cosmetics to make it consistent with the other classes.
- * AppGridButton: Whitespace cleanups
- * AppGridButton: Use getters and setters for GAppInfo.
- This makes the property hander sway smaller
- * PhoshAppInfo: Add tests for new methods and constructor
- * gitlab-ci: Add coverage information
- * README: coverage badge.
- This is a bit misleading since it only covers unit test coverage and
- even that dosn't run all the tests.
- * tests: Add app-list-model tests
- * tools/app-scroll: Fix activity scaling.
- Otherwise activities are just as large as the close button.
- * tools/app-scroll: Drop max-* properties.
- They were dropped from app-grid-button as well.
- Spotted-by: Zander Brown
- * Overview: Rename overview evbox and flowbox to apps.
- This contains the application (favorites and later on installed
- applications).
- * lockscreen: Slide lockscreen down on timeout.
- This makes the lock screen slide down instead of coming back up after
- timeout. (Closes: #105)
- * layer-surface: Allow to set keyboard interactivity
- * home: Move fold/unfold logic into a single if/else
- * home: Allow keyboard input when unfolded.
- This allows application search to receive keyboard input and will
- e.g. allow keyboard based window switching later on.
- * defaults: Drop terminal from favorites.
- With the app drawer it's easily accessible and we're back
- to one line of favorites which looks way better.
- * Update translations from zanata
- * build: bump version.
- We released 0.0.3 a while ago
- * Add PhoshNotifyManager.
- This will handle the org.freedestkop.Notifications DBus protocol
- * phosh-notification: Add notification widget.
- This is a layer surface that handles displaying a single notification.
- When adding notifications to the lock screen, etc. we will likel make
- this a data only type that is consumed by the various implementations
- but that depends on how the designs for this will look like.
- * notify-manager: Create basic notifications.
- Activities, animating slide in/out, showing notification on the lock
- screen, do not disturb mode and silencing individual application are
- left as follow-ups.
- * debian: Provide notification-daemon.
- We provide the DBus daemon and basic functionality
- * Bump libhandy requirement.
- The arrows need 0.0.11
- * notifications: Don't leak app_icon
- * Release phosh 0.0.4
-
- [ Tobias Bernard ]
- * Top panel: move clock down a tiny bit
- * Lockscreen: improve spacing on clock, date, icons
- * Minor: lockscreen.ui indentation
- * Lockscreen: Stop arrow animation after 15 cycles.
- This should mitigate #108 somewhat.
- * Settings: make circular button styling specific to settings
- * Favorites: remove button styling and circular shape, add icon shadow..
- This also makes 4 icons fit into onto the screen at 360px.
- * Favorites: highlight on click, instead of hover
- * App switcher: No margin and border radius on the title overlay
- * Fake app placeholder: round top corners
- * App Switcher: styling for temporary close button
-
- [ Dorota Czaplejewicz ]
- * session: Use the default OSK instead of Virtboard
-
- [ Sebastian Krzyszkowiak ]
- * PolkitAuthAgent: fix build with Polkit >= 0.114.
- Polkit 0.114 introduced bunch of predefined g_autoptr cleanups, which
- leads to compilation failure due to duplicate cleanup definition for
- PolkitSubject. Note that even the latest polkit doesn't have a cleanup
- for PolkitAgentListener defined, so it's left there unguarded.
- * PhoshBackground: Draw the wallpaper at full resolution on HiDPI screens
- * background: Unescape the URI of the background file.
- Fixes #130
- * Use wlr-foreign-toplevel-management instead of private protocol.
- Introduces PhoshToplevelManager and PhoshToplevel classes for
- managing and representing toplevel surfaces.
- Thanks to that:
- - it doesn't match the window to close via its title or app id,
- always trying to close the correct window instead
- - it removes the window from the overview only after it really got
- closed - which is especially noticable in case of windows that
- refuse to be closed
- - it updates the list automatically as the changes happen, without
- having to close and open the overview back again
- Closes #37
- * PhoshApp: Rename to PhoshActivity.
- Single application can be represented by multiple PhoshApps. It's also
- not a window, as in the future, multiple windows may be represented
- as a single PhoshApp as well - therefore, PhoshActivity seems to be
- the most fitting name to this entity.
- * PhoshHome: Hide the keyboard button when unfolded
- * PhoshHome: Don't set the width of the home bar.
- When setting 0 as width value, the compositor will set the width
- automatically according to anchors.
- This fixes an issue of folded home bar size not being updated after screen
- rotation until it's unfolded.
- * PhoshLayerSurface: Allow to set anchor margins of the surface
- * PhoshLayerSurface: Allow to change the exclusive zone value
- * PhoshHome: (Un)folding animation.
- Uses layer-surface margins to animate the unfolding without resizing
- the surface.
- * PhoshHome: Adjust arrow transition duration to match unfolding time
- * PhoshHome: Show correct arrow orientation with GTK animations disabled
- * shell: Fold home screen when a new toplevel appears.
- Closes #154
- * home: Fold on Escape key press.
- This doesn't matter much for phone, but makes the interaction much
- more pleasant on desktop.
- * overview: Hide the list of activities when there are none.
- This allows the app launcher to take all available space.
- * phosh-wayland: Don't require wlr-foreign-toplevel-manager extension.
- It's not very widely implemented yet and it's considered a privileged
- protocol that's unlikely to be exposed by default anyway.
- Closes #144
- * layersurface: Add phosh_layer_surface_wl_surface_commit function
- * home: Remove gtk_widget_queue_draw from (un)folding animation.
- This was causing a massive performance drop on the devkit, while a surface
- commit is all that's really needed there.
- * home: Reset the app grid state when unfolding.
- This includes clearing the search field and scrolling the list to the top.
- * shell: Fold the home screen when unfolding settings screen
- * shell: Hide the keyboard when unfolding the home screen
- * app-grid: Use g_auto cleanup macros
- * app-grid: Store the list of favorites.
- This will allow to skip allocate/free cycle per every entry when filtering.
- * app-grid: Don't show favorites on the app list.
- Fixes #164
-
- [ Zander Brown ]
- * build: use the kwarg for PIE
- * switcher: Rework app switcher.
- This moves the window title and application icons to the bottom of the
- running application widget and uses a fake window where the actual app
- conent will go later on.
- * build: handy as a subproject.
- Some of us don't want to install handy master globally
- * general: ignore VSCode settings/metadata
- * build: split some components into static lib
- makes tests/demos simpler
- * tools: app-scroll demo.
- Simple demo of PhoshApp
- * tests: use the full name not just the first letter.
- Meson being too clever for it's own good
- * favorites: Switch to kgx (Closes: #133)
- * gtk-list-model: Adjust to build out of gtk4's tree
- * Add PhoshAppGridButton.
- This will be used in the app drawer for launchers
- * Favorites: Use PhoshAppGridButton.
- This will be used in the app drawer for all launchers but for now it's
- just favourites
- * launcher: force wrapping of long titles
- * app-grid-button: handle NULL app-info
- * launcher: import app-list-model.
- Taken from my maynard fork
- * overview: rename PhoshFavorites now it's funcation has changed.
- The overview is the widget that contains the
- - activities (running applications)
- - the favorites
- - the app drawer
- * app-grid: AppGrid widget to launch installed applications
- * overview: Add app-grid
- * tools: Add wrapper to run standalone tools.
- Similar to phosh's run to set e.g. the schema dir
- * tools: Add tool to show app-grid outside the shell.
- Provider wrapper to setup env to run tools
- * overview: Move favorites launchers into app-grid.
- They inetract closely, e.g. on search so it makes sense to have them in
- the same widget.
- TODO: the css name change from phosh-favorites to phosh-overview should
- go in a separte commit (Closes: #38)
-
- [ Adrien Plazas ]
- * system-prompt: Style overhaul.
- This makes system prompts look more like part of the shell than part of
- apps.
-
- [ Sybolt de Boer ]
- * Use g_value_set_int() to set an int
-
- [ Heather Ellsworth ]
- * Add Contacts to list of favorites
-
- [ Alexander Mikhaylenko ]
- * favorites: Resize apps before size allocation.
- Instead of connecting to 'size-allocate' signal on evbox_running_apps,
- override size_allocate vfunc on the window itself, then do the resizing
- before chaining up.
- This will allow to avoid glitches with paginator.
- * activity: Simplify sizing.
- Follow window aspect ratio without minimum width and height. Switch to
- width-for-height geometry management.
- When favorites widget is allocated, set window width and height from
- favorites's own allocation before chaining up, this avoids any glitches
- on the first allocation.
- Remove now unused max-width and max-height properties.
- * Introduce PhoshArrow.
- An animated arrow. This will be used for home/overview transition.
- * home: Use PhoshArrow for animation
- * home: Use libhandy animation functions.
- See https://source.puri.sm/Librem5/libhandy/merge_requests/308
- * meson: Bump libhandy version to 0.0.11
- * lockscreen: Fix indentation in xml
- * lockscreen: Hide dialer action buttons in xml.
- There's no point in doing this only on swipe up.
- * lockscreen: Follow finger when swiping.
- Pack the two pages into a PhoshPaginator. This also allows to swipe back
- from keypad to the info screen.
- Remove the GtkEventBox around the info page, as the paginator is already
- a subclass of GtkEventBox.
-
- [ Hysterical Raisins ]
- * LayerSurface: constructed() needs to be chained up
-
- -- Guido Günther <agx at sigxcpu.org> Sat, 07 Sep 2019 01:36:19 -0700
-
-phosh (0.0.3) purple; urgency=medium
-
- [ Guido Günther ]
- * IdleManager: Use G_GUINT64_FORMAT.
- We missed that one. This breaks the build on armhf.
- * Monitor: Save transform too
- * Monitor: Allow to detect flipped outputs
- * Monitor: Allow to get rotation by degrees
- * Shell: Determine usable area by output transform.
- Instead of looking at our rotation property look at the monitors actual
- transform instead. (Closes: #55)
- * MonitorMnager: Report transform too
- * MonitorManager: Fix formatting
- * Shell: Fix type of 'rotation' property
- * Shell: Derive rotation property from primary monitor's rotation.
- This way they can never get out of sync.
- * Shell: Setup a primary monitor after probing outputs.
- This way we don't have to make any assumptions. We don't do this via
- set_primary_monitor since we don't want to trigger panel recreation to
- avoid flickering.
- * Settings: Switch shutdown and lockscreen.
- This matche gnome-shell's layout.
- * Settings: Make sure the buttons stay circular
- * MonitorManager: Specify integer types in g_variant_builder_add.
- This makes sure we treat guint64 correctly.
- * App: Don't print title if it's identical to the appplications name.
- This avoids printing the same thing twice.
- * rooston.ini: Drop scale=2.
- We had this for the testing the OLED displays. The devkit has a separte
- HDMI to attach large screens.
- * gitignore tag files
- * Fix URLs and copyright holder.
- We moved repos a while ago
- * rootston.ini: Scale rootston on DSI-1 output.
- The devkit's LCD panel is DSI-1 and we want scaled output there.
- * session: Remove incorrect error parameter in DBus call
- * run: Allow to skip gnome-session.
- It's not always needed and floods the CI logs
- * ci: Skip gnome-session for valgrind run.
- This makes the logs better readable and we don't need it there.
- * meson: Print phosh version as well
- * run: Use glib's valgrind suppressions as well
- * settings: Add separate meson file.
- It's better to track sources per directory.
- * Settings: Simplify rotate evaluation
- * Add gvc submodule.
- This submodule will be used for volume control. It's also used
- by gnome-shell and g-c-c.
- * Wire up output volume control.
- Based on gvc-channel-bar from gnome-control-center. We'll split this out
- of settings.c once we handle more volume controls.
- * ci: Drop valgrind run until we have more RAM.
- It seems the build node drops out atm
- * settings: Make settings use the full screen width.
- Wrap it in a HdyColumn for that to not look totally out of place
- on large screens.
- * Remove some unused components from the session.
- This brings down the number of X11 dependencies and drops things that
- crash frequently (although unused). We can add these back later once
- needed and when the necessary wayland protocols are in place.
- * Favorites: Use a GtkBox instead of a GtkFloxBox for running apps.
- This allows to scroll vertically
- * rootston.ini: Map seat to DSI-1 instead of HDMI.
- This makes rotation work and it's far more likely to be used on the LCD
- atm. This needs a proper fix in the compositor to be better at input
- mapping (https://source.puri.sm/Librem5/wlroots/issues/23).
- * gitlab-ci: Build debs too
- * shell: Prefer dark theme.
- See: https://source.puri.sm/Librem5/librem5-base/issues/6
- * PhoshWayland: Add and use phosh_wayland_roundtrip.
- Based on a patch by Simon Ser.
- * PhoshLockscreenManager: Add missing chain up in constructed()
- * PhoshLockscreenManager: Drop unused parent
- * PhoshWwanInfo: Fix callback signature.
- We don't use the other params but it's better to have this correct.
- * PhoshWwanInfo: Simplify signal handler disconnects
- * PhoshPanel: Fix element order.
- This makes glade happy so we get no diff when saving.
- * top-panel.ui: Fix indentation
- * PhoshShell: Delay gui setup.
- If we do it in an idle callback we're sure the shell object is already
- there so we have all the managers at our disposal to e.g. connect
- widgets to them.
- * PhoshShell: Make custom widget types known.
- This makes sure we can use them in UI files independent from any loading
- order.
- * Add PhoshWifiManager.
- This keeps track of the wifi devices by interfacing with NetworkManager
- and gets the current signal ruality. We delay it's creation until it's
- needed.
- We can later on add support for ad-hoc networks.
- * Add PhoshWifiInfo widget.
- This connects to the wifi manager to display the current wifi state.
- Using it in the panel is then just a matter of adding it to the ui file.
- * PhoshLockScreen: Display wifi status.
- Hook the wifi status into the lockscreen too
- Use the WifiInfo widget here too. (Closes: #10)
- * d/control: Build-dep on at-spi2-core.
- On the devkit we don't pull in recommends but GTK+ wants it to run the
- tests in a meaningfull way.
- * Add HACKING to clarify coding style and other matters
- * README: Add pipeline status
- * README: Make sure build-deps are up to date.
- Use the tested list from d/control instead of hardcoding it.
- * PhoshMonitor: Emit signal when monitor is fully configured.
- Emit a signal when we received all of the configuration data from
- the compositor.
- * PhoshMonitor: Update comment
- * PhoshMonitorManager: Fix function declartion.
- Use a better variable name.
- * PhoshWayland: Maintain outputs in hash table.
- This duplicates the static wl_ouput GPtrArray which will be removed
- at the end of this series.
- * PhoshWayland: listen for outputs going away
- * PhoshWayland: Add functions to query outputs
- * PhoshMonitorManager: Pick up changed wl_outputs
- and signal when we added/removed a monitor. (Closes: #46)
- * Move initial handling from PhoshShell to PhoshMonitorManager.
- This move wl_output processing into the one place that has a way better
- idea what to do.
- * PhoshWayland: Kill the GPtrArray in favour of the GHashTable
- * LockScreenManager: Listen for monitor changes (Closes: #51)
- * PhoshLockscreenManager: simplify signal disconnects
- * Use #pragma in all headers
- * Add PhoshOskManager.
- Class to handle OSK interaction.
- * PhoshShell: Add PhoshOskManager
- * PhoshOskButton: Use PhoshOskManager.
- Don't dupliate code that is in PhoshOskManager and keep the DBus
- interaction in one place.
- * PhoshOskButton: Drop private data
- * PhoshShell: Add getter for lockscreen manager
- * PhoshOskManager: Hide keyboard on screen lock (Closes: #75)
- * PhoshShell: Close OSK when displaying favorites or settings (Closes: #81)
- * README: Prefer wlroot's X11 backend when nested.
- This one gets the window size right.
- * rooston.ini: Use the phone's resolution with the X11 backend
- * PhoshLockScreen: Only show clock on the lock screen.
- We don't want date or weekday there. (Closes: #85)
- * helpers: Make it simple to use glade with PhoshLayerShells.
- Temporarily replace the PhoshLayerShell by a GtkWindow known to glade.
- We could extend the glade-catalog but this way doesn't require any
- special setup.
- * rootston.ini: Don't scale X11 display.
- This helps people with screens that don't have 1440 vertical pixels.
- * phosh.in: Prefer phoc over rootston
- * PhoshLayerSurface: Don't use gtk_widget_show_all()
- gtk_widget_show ought to be enough. Widgets need to setup themselfes
- properly.
- * Become a policy kit authentiation agent.
- Somewhat based on gnome-shell's implementation. (Closes: #22)
- * debian: Add dependency so we can be a polkit auth agent
- * pot: Update translatable strings
- * Update translations from zanata
- * rootston.ini: Fix horizontal resolution.
- We have 360 not only 320 pixels.
- Thanks to Zander Brown
- * Lockshield: Use black background too
- * Lockscreen: Make arrows a bit thinner
- * Home: Make center button expand again.
- This unbreaks clicking the home bar. Otherwise only the image
- itself would be sensitive.
- * css: Add unit to font size.
- Silences a gtk warning.
- * PhoshWWanInfo: Drop priv.
- We're not going to derive from it and this makes the code simpler.
- * PhoshWWanInfo: Allow to set icon size
- * rooston.ini: Set window size for wayland as well
- * README: Fix some wording
- * README: Don't special case running nested on x11
- wayland works too.
-
- [ Dorota Czaplejewicz ]
- * build: Use the right path to the source.
- Tests wouldn't build if the build directory was outside of the source
- tree.
- * build: Remove duplicated gio dependency
-
- [ emersion ]
- * Update the wlr-layer-shell-unstable-v1 protocol
- * PhoshWayland: Add wlr_output_manager v1 protocol.
- We don't make the lack of that protocol fatal atm since the rootston
- currently on the devkit doesn't have that code yet.
-
- [ Zander Brown ]
- * Make top and home-bar black.
-
- [ Tobias Bernard ]
- * Top panel: equal spacing on icons on left and right
- * Top panel: make time bold
- * Settings menu: Black background, simplified styling
- * Lock screen: black background, margin fixes, thinner clock font
- * Minor: Change "PIN" to "Passcode"
- * Home bar: use custom, wider swipe arrow icon
- * Home bar: move keyboard button to the right
- * Home bar: rounded, smaller OSK button
- * Lockscreen: replace HdyArrows with a an image + CSS animation
- * Settings menu: add button outlines, improve spacing
- * Minor: better top bar clock style class name
- * Top bar: make status icons 16px
-
- -- Guido Günther <agx at sigxcpu.org> Wed, 19 Jun 2019 09:07:57 +0200
-
-phosh (0.0.2) purple; urgency=medium
-
- [ Guido Günther ]
- * Update translations from zanata
- * home: Add keyboard button.
- Add a keyboard button to the home buttons bar. This will allow to unfold
- the OSK.
- * monitor-manager: Use output names.
- This allows us to give the monitors more meaningful names instead of
- made up numbers and to correctly identify built in displays.
- * shell: Move panels on primary monitor change.
- When a new primary monitor is set move the panels around.
- This also fixes the home panel not being disposed.
- * system-prompter: Pass on the wl_output and not the monitor to new
- prompters. This makes sure they always end up on the primary monitor.
- * Add basic org.gnome.Mutter.Idle DBus protocol support.
- This allows e.g. g-s-d power to track our idle time for e.g. dimming the
- display.
- * LockscreenManager: Rely on gnome-session for idle detection.
- This makes us properly respect idle inhibitors e.g. when watching movies.
- * Favorites: Drop weston terminal.
- Don't hardcode weston terminal anymore since gnome-terminal now also on
- the dev boards.
- * Settings menu: Add shutdown button
-
- [ David Boddie ]
- * Updated Debian package dependencies and .ini file location.
+ * debian: add salsa-ci
+ * d/patches: drop upstreamed 0001-src-fix-typos.patch
+ * d/control: Switch maintainer to team address
+ * debian: don't build phosh-doc for now
+ * d/upstream: add missing metadata fields
+ Fixes: lintian: upstream-metadata-missing-bug-tracking
- -- Guido Günther <agx at sigxcpu.org> Sat, 01 Dec 2018 17:59:07 +0100
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Wed, 24 Jun 2020 11:52:02 +0200
-phosh (0.0.1) unstable; urgency=medium
+phosh (0.2.2-1) unstable; urgency=medium
- * Initial release
+ * Initial Debian release (Closes: #907641)
- -- Guido Günther <agx at sigxcpu.org> Wed, 31 Jan 2018 15:02:24 +0100
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com> Wed, 15 Apr 2020 18:50:53 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -1,9 +1,10 @@
Source: phosh
Section: x11
Priority: optional
-Maintainer: Guido Günther <agx at sigxcpu.org>
+Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers at alioth-lists.debian.net>
+Uploaders: Arnaud Ferraris <arnaud.ferraris at gmail.com>
Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 13),
gtk-doc-tools,
libsecret-1-dev,
libfeedback-dev,
@@ -27,9 +28,11 @@ Build-Depends:
phoc,
xvfb,
xauth,
-Standards-Version: 4.1.3
-Homepage: https://source.puri.sm/Librem5/phosh
+Standards-Version: 4.5.0
Rules-Requires-Root: no
+Homepage: https://source.puri.sm/Librem5/phosh
+Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/phosh
+Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/phosh.git
Package: phosh
Architecture: any
@@ -41,8 +44,12 @@ Depends:
phoc (>= 0.4.0),
Recommends:
feedbackd,
+ gnome-session-bin,
+ gnome-session-common,
+ gnome-settings-daemon,
iio-sensor-proxy,
- gnome-session,
+ phosh-mobile-tweaks,
+ squeekboard | phosh-osk-stub,
Provides:
notification-daemon,
polkit-1-auth-agent,
@@ -56,7 +63,7 @@ Description: Pure Wayland shell for mobile devices
* acting as a polkit auth agent
* enough of org.gnome.Mutter.DisplayConfig to make gnome-settings-daemon happy
* a homebutton that toggles a simple favorites menu
- * status icons for battery, wwan and wifi
+ * status icons for battery, WWAN and Wi-Fi
.
If you're not working on a Wayland compositor then this package is likely not
very useful for you.
@@ -66,14 +73,13 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
-Conflicts:
- librem5-base
-Description: OSK stub to fulfil session dependencies
+Description: OSK stub to fulfill session dependencies
Phosh's session wants a sm.puri.OSK0. For testing on non-phone's
this stub fulfills the necessary dependencies.
Package: phosh-doc
Architecture: all
+Section: doc
Depends:
${misc:Depends},
Description: Pure Wayland shell for mobile devices - development documentation
@@ -81,3 +87,14 @@ Description: Pure Wayland shell for mobile devices - development documentation
protocol.
.
This package contains the development documentation.
+
+Package: phosh-mobile-tweaks
+Architecture: all
+Depends:
+ ${misc:Depends},
+ dconf-gsettings-backend | gsettings-backend,
+Description: Pure Wayland shell for mobile devices - GSettings tweaks
+ Phosh is a simple shell for Wayland compositors speaking the layer-surface
+ protocol.
+ .
+ This package contains settings to improve behaviour on mobile devices.
=====================================
debian/copyright
=====================================
@@ -1,9 +1,69 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: phosh
+Upstream-Contact: Guido Günther <agx at debian.org>
Source: https://source.puri.sm/Librem5/phosh
Files: *
+Copyright: 2000 Eazel, Inc.
+ 2007-2008 Red Hat, Inc.
+ 2014 Collabora Ltd
+ 2018-2020 Purism SPC
+ 2019-2020 Zander Brown <zbrown at gnome.org>
+ 2019 Alexander Mikhaylenko <exalm7659 at gmail.com>
+License: GPL-3+
+
+Files: debian/*
Copyright: 2018 Purism SPC
+ 2020 Arnaud Ferraris <arnaud.ferraris at gmail.com>
+License: GPL-3+
+
+Files: protocol/gamma-control.xml
+Copyright: 2015 Giulio camuffo
+License: MIT
+
+Files: protocol/idle.xml
+Copyright: 2015 Martin Gräßlin
+License: LGPL-2.1+
+
+Files: protocol/wlr-foreign-toplevel-management-unstable-v1.xml
+Copyright: 2018 Ilia Bozhinov
+License: MIT
+
+Files: protocol/wlr-input-inhibitor-unstable-v1.xml
+ protocol/wlr-layer-shell-unstable-v1.xml
+Copyright: 2017, 2018 Drew DeVault
+License: MIT
+
+Files: protocol/wlr-output-management-unstable-v1.xml
+ protocol/wlr-output-power-management-unstable-v1.xml
+Copyright: 2019 Purism SPC
+License: MIT
+
+Files: src/contrib/*
+Copyright: 2011 Red Hat, Inc.
+ 2011 Giovanni Campagna <scampa.giovanni at gmail.com>
+ 2017 Lubomir Rintel <lkundrak at v3.sk>
+License: GPL-2+
+
+Files: src/gtk-list-models/gtkfilterlistmodel.*
+ src/gtk-list-models/gtksortlistmodel.*
+Copyright: 2018 Benjamin Otte
+License: LGPL-2.1+
+
+Files: src/gtk-list-models/gtkrbtree*
+Copyright: 2000 Red Hat, Inc., Jonathan Blandford <jrb at redhat.com>
+License: LGPL-2+
+
+Files: subprojects/gvc/*
+Copyright: 2006-2008 Lennart Poettering
+ 2008-2009 Red Hat, Inc.
+ 2008 William Jon McCann
+ 2008 Sjoerd Simons <sjoerd at luon.net>
+ 2009 Bastien Nocera
+ 2011-2012 Conor Curran <conor.curran at canonical.com>
+ 2012 David Henningsson, Canonical Ltd. <david.henningsson at canonical.com>
+License: GPL-2+
+
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,3 +80,67 @@ License: GPL-3+
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+License: LGPL-2.1+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
=====================================
debian/gbp.conf
=====================================
@@ -1,10 +1,11 @@
[DEFAULT]
-debian-branch = master
-debian-tag = v%(version)s
-debian-tag-msg = %(pkg)s v%(version)s
+debian-branch = debian/master
+debian-tag = debian/%(version)s
+upstream-branch = upstream/latest
+upstream-tag = v%(version)s
+
+[buildpackage]
+submodules = True
[tag]
sign-tags = true
-
-[dch]
-postedit = sed -i s"@^\( \+version: '\)[0-9.]\+\(',\)@\1$GBP_DEBIAN_VERSION\2@" meson.build
=====================================
debian/patches/0001-data-add-System-category-to-desktop-entries.patch
=====================================
@@ -0,0 +1,38 @@
+From 828d6be294310e953d4cd55fd835cdffa7dc0e66 Mon Sep 17 00:00:00 2001
+From: Arnaud Ferraris <arnaud.ferraris at collabora.com>
+Date: Wed, 15 Apr 2020 15:06:47 +0200
+Subject: [PATCH] data: add 'System' category to desktop entries
+
+---
+ data/sm.puri.OSK0.desktop.in.in | 2 +-
+ data/sm.puri.Phosh.desktop.in.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/data/sm.puri.OSK0.desktop.in.in b/data/sm.puri.OSK0.desktop.in.in
+index a0cafa1..da76430 100644
+--- a/data/sm.puri.OSK0.desktop.in.in
++++ b/data/sm.puri.OSK0.desktop.in.in
+@@ -3,7 +3,7 @@ Type=Application
+ Name=On-screen keyboard stub
+ Comment=On-screen keyboard stub
+ Exec=@bindir@/phosh-osk-stub
+-Categories=GNOME;Core;
++Categories=System;GNOME;Core;
+ OnlyShowIn=GNOME;
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=Panel
+diff --git a/data/sm.puri.Phosh.desktop.in.in b/data/sm.puri.Phosh.desktop.in.in
+index 878730b..6732847 100644
+--- a/data/sm.puri.Phosh.desktop.in.in
++++ b/data/sm.puri.Phosh.desktop.in.in
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Phone Shell
+ Comment=Window management and application launching for mobile
+ Exec=@libexecdir@/phosh
+-Categories=GNOME;GTK;Core;
++Categories=System;GNOME;GTK;Core;
+ OnlyShowIn=GNOME;
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=DisplayServer
+--
+2.25.1
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-data-add-System-category-to-desktop-entries.patch
=====================================
debian/phosh-mobile-tweaks.install
=====================================
@@ -0,0 +1 @@
+debian/00_sm.puri.Phosh.gschema.override /usr/share/glib-2.0/schemas/
=====================================
debian/phosh-osk-stub.lintian-overrides
=====================================
@@ -0,0 +1 @@
+phosh-osk-stub: binary-without-manpage usr/bin/phosh-osk-stub
=====================================
debian/phosh.lintian-overrides
=====================================
@@ -0,0 +1 @@
+phosh: binary-without-manpage usr/bin/phosh
=====================================
debian/rules
=====================================
@@ -23,4 +23,3 @@ override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
LC_ALL=C.UTF-8 xvfb-run -a ninja -C _build test
endif
-
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,7 @@
+---
+variables:
+ GIT_SUBMODULE_STRATEGY: recursive
+
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/source/format
=====================================
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://source.puri.sm/Librem5/phosh/issues/
+Bug-Submit: https://source.puri.sm/Librem5/phosh/issues/new
+Repository: https://source.puri.sm/Librem5/phosh
+Repository-Browse: https://source.puri.sm/Librem5/phosh
=====================================
debian/watch
=====================================
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.*\/archive\/(\d\S+)\/phosh.*\.tar\.gz/phosh-$1\.tar\.gz/g \
+ https://source.puri.sm/Librem5/phosh/tags?sort=updated_desc .*/archive/v(\d\S+)/.*\.tar\.gz.*
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/22cf301a1ffa52d73863f91c2fe4656c3aa47721...22e11b3bfb107cc30af70b59d2637205a0cf0026
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/22cf301a1ffa52d73863f91c2fe4656c3aa47721...22e11b3bfb107cc30af70b59d2637205a0cf0026
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/20201011/a7fd435a/attachment-0001.html>
More information about the Debian-on-mobile-maintainers
mailing list