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

.tar.gz releases to more easily ported to gentoo ebuilds #35

Open
toniz4 opened this issue Sep 7, 2020 · 3 comments
Open

.tar.gz releases to more easily ported to gentoo ebuilds #35

toniz4 opened this issue Sep 7, 2020 · 3 comments

Comments

@toniz4
Copy link
Contributor

toniz4 commented Sep 7, 2020

I'm building a ebuild for my overlay and not having a release cripples stability and patch compatibility.
And another thing, what does dwmblocks depend on (run time and build time)?

@sagehane
Copy link

I think libX11 should be the only build-time dependency required.

As for a tarball, can't you use something like https://github.com/torrinfail/dwmblocks/archive/master.tar.gz?

Just replace the master bit with some value like 96cbb45 if you want to get that commit.

Example:
https://github.com/torrinfail/dwmblocks/archive/96cbb45.tar.gz

@astralchan
Copy link

Many distros will not package unreleased software, even if one can get a .tar.gz archive otherwise. Making a release tag will make this packagable.

@sagehane
Copy link

Well, the issue specifically mentioned Gentoo ebuilds. And since Gentoo clearly allows commit archives as seen on this dolphin-emu package, I figured that was a decent solution.

But yes, other distros will differ. idk, perhaps a tag for every commit? Perhaps this issue should be renamed to "Consider adding tagged releases" or something similar?

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

3 participants