Giter Site home page Giter Site logo

libadwaitamm's People

Contributors

rofirrim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

libadwaitamm's Issues

Adding as subproject without maintainer-mode fails

I'm trying to include this project as a subproject in my very simple meson project. I'm not in maintainer-mode (and I think just for building it I shouldn't have to, right?).
My build files look like this:

meson.build

project('demo', ['cpp', 'c'],
  version: '0.1.0',
  meson_version: '>= 0.62.0',
  default_options: [ 'warning_level=2', 'werror=false', 'cpp_std=gnu++20' ],
)

i18n = import('i18n')
gnome = import('gnome')

libadwaitamm_proj = subproject('libadwaitamm')
libadwaitamm_deb = subproject.get_variable('libadwaitamm_dep')

subdir('src')

src/meson.build

demo_sources = [
  'main.cpp',
]

demo_deps = [
  dependency('gtkmm-4.0', version: '>=4.10'),
  dependency('libadwaita-1', version: '>= 1.2'),
  dependency('libadwaitamm_dep')
]

executable('demo', demo_sources,
  dependencies: demo_deps,
  install: true,
)

And I get the following error:

Executing subproject libadwaitamm 

libadwaitamm| Project name: libadwaitamm
libadwaitamm| Project version: 1.2.0-beta1
libadwaitamm| C++ compiler for the host machine: ccache c++ (gcc 13.1.1 "c++ (GCC) 13.1.1 20230614 (Red Hat 13.1.1-4)")
libadwaitamm| C++ linker for the host machine: c++ ld.bfd 2.39-9
libadwaitamm| Program python3 found: YES (/usr/bin/python3)
libadwaitamm| Found pkg-config: /usr/bin/pkg-config (1.8.0)
libadwaitamm| Run-time dependency pangomm-2.48 found: YES 2.50.1
libadwaitamm| Run-time dependency glibmm-2.68 found: YES 2.76.0
libadwaitamm| Run-time dependency gtkmm-4.0 found: YES 4.10.0
libadwaitamm| Run-time dependency libadwaita-1 found: YES 1.3.3
libadwaitamm| Program mm-common-get found: YES (/usr/bin/mm-common-get)
libadwaitamm| Program m4 found: YES (/usr/bin/m4)
libadwaitamm| Program doxygen found: YES (/usr/bin/doxygen)
libadwaitamm| Program dot found: YES (/usr/bin/dot)
libadwaitamm| Program xsltproc found: YES (/usr/bin/xsltproc)

subprojects/libadwaitamm/meson.build:161:4: ERROR: Problem encountered: Missing files in untracked/. You must enable maintainer-mode.

Update to support Adwaita 1.4

Hi,

Is there any interest in keeping this project maintained and adding support for the new widgets in libadwaita 1.4 ?
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.