summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2019-11-13Update to 0.9.4bMichael Lass
2019-08-06Remove dep on java-environmentMichael Lass
The jar files installed are part of the twitter4j library used by the Twitter Saurus in the Fritzing Creator Kit. So, I guess, the jars are never run on the host system. And most people won't have the Fritzing Creator Kit anyway… So let's just remove the dependency.
2018-04-07Update URL for parts dbMichael Lass
2017-09-13Update checksumMichael Lass
2017-04-05Add fix for QT under waylandMichael Lass
See https://github.com/michaellass/AUR/issues/5
2016-07-07Fix parts handlingMichael Lass
- Backport changes to fix detection of parts location - Prebuild a parts.db file for the globally installed parts collection - Provide script to clone the parts repository as user
2016-07-04Update to a newer git revMichael Lass
There were quite some upstream fixes since the 0.9.3b release, e.g. - fixing desktop files - fixing detection of libgit2 - refactoring detection of libboost Based on this rev. it is much simpler to get a working Arch package. It is still unclear how the whole partsdb thing is meant to work, so currently this is still patched in this package.
2016-06-12Update to 0.9.3bMichael Lass
Changes: - remove .install file as the contained steps are now automatically performed by ALPM hooks - add libgit2 as dependency - apply upstream patches to fix .desktop file - remove boost detection as it fails on non-dpkg distributions - remove libgit2 detection as we need to build against ver. 0.24.x instead - adapt to libgit2 0.24.x API changes - set system-wide parts location as default Issues: - When using a user-writable location for parts (using -pp path) a parts.db file is created and Fritzing will through errors on next launch until this database is removed again. - Automatic update of parts db does not seem to work, even when using a user- writable location.
2016-01-30Connect .fzz files to fritzingMichael Lass
Thanks to razer who suggested this change. Also adjust the dependencies again. libsm and libxkbcommon-x11 are now directly required by qt5-base.
2015-06-08Initial commitMichael Lass