summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-02-16Build and install translationsMichael Laß
2024-01-17Update to 1.0.2Michael Laß
2023-11-04Update to 1.0.1Michael Laß
* Switch to Qt6 * Add patch use ngspice headers installed on Arch * Download svgpp as direct header-only dependency
2023-08-05Update to 1.0.0Michael Laß
2023-01-26Build against quazip-qt5 1.4Michael Laß
2022-06-08Update to what is probably 0.9.10Michael Laß
2021-09-26Update to what is probably 0.9.9Michael Laß
2021-09-26Add install/update notice motivating to buy FritzingMichael Laß
2021-09-26Update to what is probably 0.9.8Michael Laß
Drop our patches for providing a user-cloned parts library that can be updated automatically by Fritzing. Fritzing does not attempt to update the parts library anymore (see: https://github.com/fritzing/fritzing-app/issues/3454#issuecomment-878852716), so this workaround is not required anymore.
2021-06-11Add aarch64 to list of architecturesMichael Laß
Suggested (and tested) by OJaksch. Thanks!
2021-03-27Update to 0.9.6Michael Laß
2020-04-17Fix build with libgit2 >= 1.0Michael Lass
Thanks a lot to cliffordwhansen for finding the required patch.
2020-03-15Update from 0.9.4b CD-415 to 0.9.4b CD-498Michael Lass
Version numbers are worth nothing anymore
2019-11-25Allow building without valid $DISPLAYMichael Lass
2019-11-18Make sure git commit is not interpreted as commentMichael Lass
2019-11-15Better handle fritzing-parts git checkoutMichael Lass
Also drop the .git subfolder before installation. Having a valid git repository seems to be only required for generating the partsdb database and for updating which is not supported for system-wide installations anyway.
2019-11-14Adhere more closely to packaging guidelinesMichael Lass
Custom variables should be prefixed with an underscore to avoid accidental naming collisions.
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-07-24Allow rebuilding with $srcdir from last buildMichael Lass
If $srcdir still contains the results from the last build there are two issues: - The patch does not cleanly apply since to-be-created files already exist - partsdb cannot be moved because target already exist Work around these issues to allow a simple rebuild without manually cleaning up before. No bump of pkgrel because resulting package is not affected.
2018-04-07Update URL for parts dbMichael Lass
2017-09-13Update checksumMichael Lass
2017-04-09Don't produce error if parts dir already existsMichael Lass
Thanks to ArsenArsen for this fix.
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