Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

libxdg-basedir 1.2.0 (new formula) #35149

Closed
wants to merge 4 commits into from

Conversation

dirkvdb
Copy link
Contributor

@dirkvdb dirkvdb commented Dec 20, 2014

Formula for the libxdg-basedir library which is an implementation of the XDG Base Directory specifications.

Formula for the libxdg-basedir library which is an implementation of the XDG Base Directory specifications.
"--prefix=#{prefix}"
system "make", "install"
end
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this test be modified to do something more substantial than e.g. --version or --help? See cmake.rb for an example of an application formula with a good test and tinyxml2.rb for an example of a library formula with a good test. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added a test

@bfontaine
Copy link
Contributor

@BrewTestBot test this please.

@MikeMcQuaid
Copy link
Member

@dirkvdb
Copy link
Contributor Author

dirkvdb commented May 29, 2015

Issues should be fixed now

depends_on "libtool" => :build

def install
system "./autogen.sh", "--disable-dependency-tracking",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this always the case? There seems to be an autogen and a configure file in the upstream repo. What's stopping us using the configure script for stable builds?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a configure.ac file in the repo but no configure file. So it is needed to run the autogen to generate the configure file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍. It'd be nice of upstream to release tarballs with configure scripts pre-generated so we can drop the autotool deps, but I don't have an issue with this setup.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True

@bfontaine
Copy link
Contributor

Can someone from @Homebrew/owners give their 👍 / 👎 here as it’s a new formula?

@MikeMcQuaid
Copy link
Member

Thanks for your contribution to Homebrew! Without people like you submitting PRs we couldn't run this project. You rock!

@Homebrew Homebrew locked and limited conversation to collaborators Jul 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants