Hi there,

if you have not seen it yet, X11:xfce:4.21 is there and has been
populated with a copy of all 4.20 packages, i.e. X11:xfce

Xfce upstream tends to use meson as their preferred new build system. I
have updated several packages from the 4.21 branch and found out the
following recipe:

1. BuildRequires: meson >= {pick required meson version from
   %{name}-%{version}/meson.build
2. Replace the usual recipe
     %configure
     %make_build
     %make_install
   with
     %meson
     %meson_make
     %meson_install
3. If %configure above takes any additional options, check
   %{name}-%{version}/meson_options.txt about their actual names.
   Please note the following rules:
     o --with-foobar becomes -Dfoobar=true
     o --enable-feature becomes -Dfeature=enabled (note the trailing d!)
   In case some feature or option is not available (e.g. gladeui2),
   check for similar entries in the file (e.g. -Dglade=enabled).

HTH, cheers.

l8er
manfred

Attachment: signature.asc
Description: PGP signature

Reply via email to