apeitheo / aletheia

Command-line media player with speed controls and voice feedback
GNU General Public License v3.0
3 stars 1 forks source link

Update aletheia.SlackBuild #9

Closed nater1983 closed 1 year ago

nater1983 commented 1 year ago

Update slackbuild to include all arch specific information, this is apart of the slackbuilds template. It is up to you if you want to conform this information.

nater1983 commented 1 year ago

or we could do Arch=noarch and that would pertain to all arch as non specific

apeitheo commented 1 year ago

I apologize for taking so long to respond. I'm dealing with some health issues at the moment and haven't been able to work on it for a while.

I think adding code for ARCH, SLKCFLAGS, and LIBDIRSUFFIX would complicate it a bit since they're only required for gcc. Aletheia is just a bash script so no compilation with gcc is needed.

You may be right that SBo would require or want to keep it anyway though to keep things consistent between scripts, so it would ultimately be up to them when it's submitted and I may end up merging this in the future.

As a side issue, a recent update to Fedora broke audio/bluetooth, so that's also been taking a while to figure out and is also holding up a release. Hope I can tag one soon if my health permits.

Thanks again for the help.

nater1983 commented 1 year ago

K i understand exactly what u described so then ARCH=noarch would be as in saying that this program is not arch specific then.