Download Roccat-tools via git/svn not possible?
Roccat hardware support for Linux
Brought to you by:
erazor_de
I installed libgaminggear and roccat-tools on Voidlinux today and i have to say it works absolutly flawlessy.
Because of that i wanted to bring roccat-tools and libgaminggear to the Void repos but i didn't find a way to download the roccat-tools sources via git or svn.
With libgaminggear there is a Tab "Code" where i can clone it but roccat-tools doesn't have it. (Or am i blind?)
Maybe you could also add a new depencylist for Void linux.
sudo xbps-install -uS cmake libcanberra-devel libnotify-devel sqlite-devel dbus-glib-devel libgudev-devel glib-devel gettext-devel gettext lua-devel
Best Regards
Rainer P.
Anonymous
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Maybe i should also add wget doesn't always work correctly for me because of all the redirects sourceforge does.
Best Regards
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Ok you can close it, it works, I tried it today with the SOURCEFORGE_SITE variable in xbps-src.
The dependencylist for void is missing 'pkg-config' wich was already installed on my system.
roccat-tools source is not available via public repo. That's intentionally and won't change in the future.
If you provide me full install-deps scripts for roccat-tools and libgaminggear and some link to the repo for this list you can have the full service.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Not sure if Sourceforge filtered my last message because of the links or other reasons.
The PR for roccat-tools is open since 2 weeks but i didn't really had the time to continue working on it because i'm abroad.
The only thing thats left not working is to create PKG's when crosscompiling. This isn't really neccesary but apreciated.
One Problem was the TryRun check which was easily fixed. The other was wrong Filepaths while crosscompiling. For example /usr/share/pkgconfig gets actually installed to usr/armv7l-linux-gnu/usr/share/pkgconfig. (notice the usr/arm.../usr ). its also the same with other files like cmake modulesdir, libdir and so on.
It seems like roccat-tools and libgaminggear are the only project that have this problem while crosscompiling so it shouldn't be a Void Linux problem.
These problems were easily fixed with the INSTALL_CMAKE_MODULESDIR, INSTALL_PKGCONFIGDIR..... you mentioned in the INSTALL file.
The only path i wasn't able to fix was the UDEVDIR.
Im providing the "INSTALL_UDEVDIR="/usr/lib/udev" (or /udev/rules.d) argument but For example 90-roccat-arvo.rules still gets copied to usr/arm-linux-gnueabihf/usr/lib/udev/rules.d/90-roccat-arvo.rules so im not sure if im setting the path wrong or this is an actual bug.
I will provide the links in an additional responce since sourceforge doesn't seem to like them ;)
Best Regards Sominum42
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Additional links to the template etc.
http://pastebin.com/JhzvJesC