Make all of the subprojects use tarballs

Review Request #3771 — Created Jan. 18, 2025 and submitted

Information

pidgin/pidgin
default

Reviewers

Now that we've had a release we need to use tarballs for our subprojects to
ease the pressure on hgkeeper.

I also updated everything to the most recent releases as well.

Removed the subproject directories and called in the turtles. Also built the flatpak.

Summary ID
Make all of the subprojects use tarballs
Now that we've had a release we need to use tarballs for our subprojects to ease the pressure on hgkeeper. I also updated everything to the most recent releases as well.
7c62b6a3719dc3a7aecd984c223321c01c338cab
Description From Last Updated

Maybe these should go in a variable to avoid the duplication?

QuLogicQuLogic

Ditto.

QuLogicQuLogic

I actually meant a variable for both together, e.g., libpurple_doc_girs = [ ... ]

QuLogicQuLogic

And here would use: '--content-dir=@0@'.format(meson.current_source_dir()), libpurple_doc_girs, '@INPUT1@'

QuLogicQuLogic
QuLogic
  1. 
      
  2. libpurple/reference/meson.build (Diff revision 1)
     
     
     
    Show all issues

    Maybe these should go in a variable to avoid the duplication?

  3. pidgin/reference/meson.build (Diff revision 1)
     
     
     
     
    Show all issues

    Ditto.

  4. 
      
grim
QuLogic
  1. 
      
  2. libpurple/reference/meson.build (Diff revision 2)
     
     
     
     
    Show all issues

    I actually meant a variable for both together, e.g.,

    libpurple_doc_girs = [
      ...
    ]
    
  3. libpurple/reference/meson.build (Diff revision 2)
     
     
     
     
     
    Show all issues

    And here would use:

                '--content-dir=@0@'.format(meson.current_source_dir()),
    
                libpurple_doc_girs,
                '@INPUT1@'
    
  4. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed