[pkg-lxqt-devel] Bug#851832: Bug#851832: qtermwidget: missing qtf8proc support

Alf Gaida agaida at siduction.org
Thu Jan 19 19:38:00 UTC 2017


Thank you very much, nice catch - i initiated and merged the UTF8 
changes upstream lately, but forget to add the dependency beside the 
trigger:

option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default 
OFF" OFF)

if(USE_UTF8PROC)
     find_package(Utf8Proc)
endif()

if (UTF8PROC_FOUND)
     add_definitions(-DHAVE_UTF8PROC)
     include_directories("${UTF8PROC_INCLUDE_DIRS}")
endif()

So full utf-8 was and is optional - but it reached the stability for 
everyday usage.

Thanks Alf

On 19.01.2017 03:27, Riku Voipio wrote:
> Source: qtermwidget
> Version: 0.7.1-1
> Severity: normal
> Tags: patch
>
> The build log states:
>
> -- Could NOT find UTF8PROC (missing:  UTF8PROC_LIBRARY
> UTF8PROC_INCLUDE_DIR)
>
> https://buildd.debian.org/status/fetch.php?pkg=qtermwidget&arch=amd64&ver=0.7.1-1&stamp=1482363037&raw=0
>
> adding Build-dep helps:
>
> --- qtermwidget-0.7.1/debian/control    2016-12-22 00:36:22.000000000 +0200
> +++ qtermwidget-0.7.1/debian/control    2017-01-19 10:17:07.000000000 +0200
> @@ -7,7 +7,8 @@
>   Priority: optional
>   Build-Depends: debhelper (>= 10),
>                  cmake (>= 3.0.2),
> -               qtbase5-dev
> +               qtbase5-dev,
> +               libutf8proc-dev
>   Standards-Version: 3.9.8
>   Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git/?h=debian/sid
>   Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qtermwidget.git -b debian/sid
>
>
>
> -- System Information:
> Debian Release: 9.0
>    APT prefers testing
>    APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> _______________________________________________
> pkg-lxqt-devel mailing list
> pkg-lxqt-devel at lists.alioth.debian.org
> https://lists.alioth.debian.org/mailman/listinfo/pkg-lxqt-devel



More information about the pkg-lxqt-devel mailing list