[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 147/150] meson: convert po/
From: |
Paolo Bonzini |
Subject: |
Re: [PULL 147/150] meson: convert po/ |
Date: |
Wed, 19 Aug 2020 10:03:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 |
On 19/08/20 03:56, Brad Smith wrote:
>
>
> This last part is redundant. If glib2 and/or gtk+3 is installed then
> gettext
> is installed.
>
> The package name is wrong as well as gettext changed from gettext to
> gettext-runtime relatively recently.
Are you sure gettext-runtime includes xgettext, and is installed if
glib2 is?
Paolo
>
>> diff --git a/tests/vm/freebsd b/tests/vm/freebsd
>> index b34b14fc53..5f866e09c4 100755
>> --- a/tests/vm/freebsd
>> +++ b/tests/vm/freebsd
>> @@ -39,6 +39,7 @@ class FreeBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> + "gettext",
>> # libs: crypto
>> "gnutls",
>> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
>> index 93d48b6fdd..ffb65a89be 100755
>> --- a/tests/vm/netbsd
>> +++ b/tests/vm/netbsd
>> @@ -37,6 +37,7 @@ class NetBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> + "gettext",
>> # libs: crypto
>> "gnutls",
>> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
>> index 7e27fda642..8356646f21 100755
>> --- a/tests/vm/openbsd
>> +++ b/tests/vm/openbsd
>> @@ -36,6 +36,7 @@ class OpenBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> + "gettext",
>> # libs: usb
>> "libusb1",
- [PULL 120/150] meson: convert hw/cpu, (continued)
- [PULL 120/150] meson: convert hw/cpu, Paolo Bonzini, 2020/08/18
- [PULL 126/150] meson: convert hw/9pfs, cleanup, Paolo Bonzini, 2020/08/18
- [PULL 131/150] meson: bsd-user, Paolo Bonzini, 2020/08/18
- [PULL 125/150] meson: convert hw/acpi, Paolo Bonzini, 2020/08/18
- [PULL 127/150] meson: convert hw/arch*, Paolo Bonzini, 2020/08/18
- [PULL 133/150] meson: plugins, Paolo Bonzini, 2020/08/18
- [PULL 141/150] meson: convert check-block, Paolo Bonzini, 2020/08/18
- [PULL 135/150] meson: convert systemtap files, Paolo Bonzini, 2020/08/18
- [PULL 147/150] meson: convert po/, Paolo Bonzini, 2020/08/18
- [PULL 144/150] meson: convert sample plugins, Paolo Bonzini, 2020/08/18
- [PULL 119/150] meson: convert hw/display, Paolo Bonzini, 2020/08/18
- [PULL 136/150] rules.mak: remove version.o, Paolo Bonzini, 2020/08/18
- [PULL 148/150] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/18
- [PULL 145/150] meson: move SDL and SDL-image detection to meson, Paolo Bonzini, 2020/08/18
- [PULL 146/150] meson: convert VNC and dependent libraries to meson, Paolo Bonzini, 2020/08/18
- [PULL 139/150] docs: automatically track manual dependencies, Paolo Bonzini, 2020/08/18
- [PULL 132/150] meson: cpu-emu, Paolo Bonzini, 2020/08/18
- [PULL 130/150] meson: linux-user, Paolo Bonzini, 2020/08/18