gnome-initial-setup:hide-avatar-button-bg

Last commit made on 2018-07-25
Get this branch:
git clone -b hide-avatar-button-bg https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
hide-avatar-button-bg
Repository:
lp:gnome-initial-setup

Recent commits

d00ee88... by Felipe Borges <email address hidden>

account: Don't draw the avatar button background

See https://gitlab.gnome.org/GNOME/gnome-initial-setup/merge_requests/9#note_274402

83a42d3... by Piotr Drąg

Add translator comments to .desktop files

So hopefully we will get fewer broken translations.

331857a... by Will Thompson

Merge branch 'meson-port' into 'master'

Build with meson

See merge request GNOME/gnome-initial-setup!5

f3ea2b1... by Joaquim Rocha <email address hidden>

build: Remove the "enable" prefix from Meson's options

This seems to be the recommended fashion in:
https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting

b8af370... by Joaquim Rocha <email address hidden>

build: Include Meson files in the tarball

This patch adds the Meson files to the automakes' extra-dist in order to
have them in the final tarball.

cf40ca5... by Joaquim Rocha <email address hidden>

build: Drop intltool use

These changes replace the use of intltool with gettext. Even though
we're migrating GNOME Initial Setup to Meson, these changes are needed
until the Meson and autotools systems coexist (hopefully not for long).

867a4fb... by Joaquim Rocha <email address hidden>

build: Remove no longer needed dependency on ISO codes

This dependency seems to have been used for the gdm-languages.c file
that has been deleted in the fe2479619e341cb8cdec142bcb25cbe3b94140db
commit a long time ago. So this patch drops the dependency.

2f81bd4... by Joaquim Rocha <email address hidden>

Remove inltool type notation from POTFILES.in

This is necessary for meson to be able to build the potfile, and doesn't
seem to affect the autotools build.

c04b05c... by Will Thompson

Remove unused HAVE_CLUTTER blocks

795763f292c0e62b9a2119823fefbb597ea377a8 which removed the code that
used Clutter, and removed the configure checks that would have defined
HAVE_CLUTTER. It's now never defined, so these blocks are never
compiled. Remove them.

df591d8... by Joaquim Rocha <email address hidden>

build: Add cheese, ibus, and packagekit optional dependencies

Some features depend on the availability of the chesse, ibus and
packagekit, so add the respective options and dependencies to Meson.