Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include libgda #20

Open
bilelmoussaoui opened this issue Apr 15, 2021 · 2 comments
Open

Include libgda #20

bilelmoussaoui opened this issue Apr 15, 2021 · 2 comments

Comments

@bilelmoussaoui
Copy link
Contributor

As most of the Vala apps uses it for sqlite/whatever database stuff, and it's pretty complex to properly build. Maybe it's worth having it on the elementary platform by default?

@danirabbit
Copy link
Member

Here's what Music currently has for GDA:

  - name: gda
    config-opts:
      - '--with-java=no'
      - '--with-jni=no'
      - '--with-oracle=no'
      - '--with-help=no'
      - '--with-ui=no'
      - '--disable-tools'
      - '--enable-vala'
    sources:
      - type: archive
        url: https://download.gnome.org/sources/libgda/5.2/libgda-5.2.9.tar.xz
        sha256: 59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b
    modules:
      - name: intltool
        cleanup:
          - '*'
        sources:
          - type: archive
            url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
            md5: 12e517cac2b57a0121cda351570f1e63

@bilelmoussaoui
Copy link
Contributor Author

For a more complete build, here's what I did for Sequeler https://github.com/Alecaddd/sequeler/blob/master/build-aux/com.github.alecaddd.sequeler.json#L54-L160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants