-
Notifications
You must be signed in to change notification settings - Fork 12
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
help Slackware maintainers to package XQF #152
Comments
I found an old SlackBuild (I think it came from SlackBuilds.org) that I actually fixed up for 1.0.6. It has a patch which adds custom icons, but I can remove it. When XQF 1.0.7 releases, just let me know and I'll look into it (since you guys seems to be changing the build process and all that nonsense). |
Ah, it's nice if you can help on that! Are you using Slackware yourself? I've sent an email to Erik Jan Tromp (the one the documentation said he has packaged XQF in the past), but I don't know if he will be interested on it today! |
Yes I run Slackware 14.1 with current packages. I would not have problems with submitting a SlackBuild to SlackBuilds.org starting with 1.0.7. Not a package exactly, but a convenient way to build it (similar to Arch's pkgbuild or Gentoo's emerge but more manual). |
Update on this, I've gotten the latest commit to compile nicely into a Slackware package. I have some questions though, since this uses cmake and the compiling options are different, how would I add these to the cmake command: |
Hm, what do you need this for? XQF does not store any settings there.
See #160 |
"Hm, what do you need this for? XQF does not store any settings there." This was a configured option in the original SlackBuild, but it seems all XQF configurations are in the home folder so I suppose it's unnecessary. I also have a WIP SlackBuild: http://pastebin.com/NiuMTCGH Note: This doesn't seem to actually copy any of those files into the "doc" folder. Need to investigate as to why. I haven't made my custom icons optional yet, and I'm only naming the version "20150622" because I'm just testing each git commit. Whenever 1.0.7 releases I'll add that as the version to compile. There also needs to be compile options for 32-bit users. Any critiques are welcome. |
Hmm @skybon, the copying of |
I don't think so. It's not the usual behaviour at least... On 23 juny de 2015 6:37:25 CEST, Thomas Debesse [email protected] wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Hi Jordi, 😀 Previously, autotools made some implicitely stuff about Before running
After running
After running generated
As you see, the only lines about Without my workaround,
But if these files were needed bu autotools, it seems that installation of these files were not needed by autotools but by the So, it was usual to install them (in |
After reviewing some other SlackBuilds and templates off SBo, I can safely say I have a SlackBuild ready for the next XQF release. I can also go on a clean machine and compile a package (if desired) for 64-bit machines. Just two questions, is GeoIP an optional or required dependency? And besides minizip, what other dependencies are there? |
Reading the very old documentation I found that there was a Slackware packager for XQF in the past.
It seems the current Slackware package is stuck on 1.0.5.
The text was updated successfully, but these errors were encountered: