Skip to content
Snippets Groups Projects
  1. Sep 07, 2019
  2. Aug 27, 2019
  3. Aug 25, 2019
  4. Aug 24, 2019
  5. Aug 23, 2019
  6. Aug 22, 2019
  7. Aug 12, 2019
    • Michael Catanzaro's avatar
      glade: Don't install glade files outside build prefix · 3acf0001
      Michael Catanzaro authored and Guido Gunther's avatar Guido Gunther committed
      When using pkg-config variables to get installation directory locations,
      we must be careful to redefine any pkgconfig variables necessary to
      ensure the installation does not occur outside the build prefix. We
      could do, e.g.:
      
      module_dir = gladeui_dep.get_pkgconfig_variable(
          'moduledir',
          define_variable: ['libdir', libdir)])
      
      Except in the particular case of glade, this is not possible because the
      pkg-config file uses absolute paths (i.e. the moduledir variable is not
      relative to libdir, and not even relative to prefix!) so there's no way
      to override it. This means we can't use the pkg-config directories at
      all.
      
      If bored, fixing glade might be fun to do. In the meantime, we'll need
      to install these manually. This fixes the files being installed under
      /usr instead of /app when building a Fedora flatpak.
      
      See https://gitlab.gnome.org/GNOME/glade/issues/379.
      3acf0001
  8. Aug 11, 2019
  9. Aug 08, 2019
  10. Aug 05, 2019
    • Alexander Mikhaylenko's avatar
      glade: Update catalog dtd · 3e952327
      Alexander Mikhaylenko authored and Guido Gunther's avatar Guido Gunther committed
      The dtd file is very old and doesn't match gtk+.xml from glade gtk plugin.
      
      Update it so that the future additions pass verification.
      
      ---
      
      Add add-child-verify-function, add-child-function, remove-child-function,
      replace-child-function, child-action-activate-function,
      get-property-function, verify-function, special-child-type and
      packing-actions to glade-widget-class element definition.
      
      Additionally define add-child-verify-function,
      child-action-activate-function, get-property-function, special-child-type,
      and packing-actions elements.
      
      For packing-action, define action element and attributes.
      
      Define and add displayable-values to property definition.
      
      Remove parameter-spec's duplicate "paremter-spec" and add min child,
      along with its definition.
      3e952327
  11. Aug 04, 2019
  12. Jul 31, 2019
  13. Jul 29, 2019
  14. Jul 27, 2019
  15. Jul 12, 2019
  16. Jul 10, 2019
  17. Jul 09, 2019
  18. Jul 05, 2019
Loading