svn commit: r550414 - head/devel/gsettings-desktop-schemas/files

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 28 11:34:20 UTC 2020


On Mon, Sep 28, 2020 at 10:09:16AM +0000, Christoph Moench-Tegeder wrote:
> Author: cmt
> Date: Mon Sep 28 10:09:16 2020
> New Revision: 550414
> URL: https://svnweb.freebsd.org/changeset/ports/550414
> 
> Log:
>   fix packaging (we have special pkgconfig parts)
>   
>   after r550408
>   
>   Approved by:	just-fix-it
> 
> Added:
>   head/devel/gsettings-desktop-schemas/files/
>   head/devel/gsettings-desktop-schemas/files/patch-meson.build   (contents, props changed)
> 
> Added: head/devel/gsettings-desktop-schemas/files/patch-meson.build
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/gsettings-desktop-schemas/files/patch-meson.build	Mon Sep 28 10:09:16 2020	(r550414)
> @@ -0,0 +1,11 @@
> +--- meson.build.orig	2020-09-28 10:05:10 UTC
> ++++ meson.build
> +@@ -38,7 +38,7 @@ conf.set('includedir', includedir)
> + pkg = configure_file(configuration: conf,
> +                      input: 'gsettings-desktop-schemas.pc.in',
> +                      install: true,
> +-                     install_dir: join_paths(datadir, 'pkgconfig'),
> ++                     install_dir: join_paths(prefix, 'libdata/pkgconfig'),
> +                      output: 'gsettings-desktop-schemas.pc')

Thank you, somehow I forgot to svn add files ...

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200928/8ee642f5/attachment.sig>


More information about the svn-ports-head mailing list