From 247dc3b82d81d3cb01d0c35aa1d65d401e338724 Mon Sep 17 00:00:00 2001 From: Shawn W Dunn Date: Sat, 1 Oct 2016 14:36:31 -0700 Subject: [PATCH] initial working fritzing Signed-off-by: Shawn W Dunn --- abi_used_libs | 14 ++++++++++++++ package.yml | 23 +++++++++++++++++++++++ pspec_x86_64.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..2dc07ba --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,14 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5PrintSupport.so.5 +libQt5SerialPort.so.5 +libQt5Sql.so.5 +libQt5Svg.so.5 +libQt5Widgets.so.5 +libQt5Xml.so.5 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libstdc++.so.6 +libz.so.1 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..a1f54d1 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : fritzing +version : 0.9.2b +release : 1 +source : + - https://github.com/fritzing/fritzing-app/archive/0.9.2b.tar.gz : 6e9dbb94a4ca5e23effc2056f471c78913b9efa4c154ced94de8f72bfe29735f +license : + - CC-BY-SA-3.0 + - GPL-2.0 + - GPL-3.0 +component : programming +summary : Electronic design automation software +description: | + The Fritzing application is an Electronic Design Automation software with a low entry barrier, suited for the needs of makers and hobbyists. It offers a unique real-life "breadboard" view, and a parts library with many commonly used high-level components. Fritzing makes it very easy to communicate about circuits, as well as to turn them into PCB layouts ready for production. It is particularly popular among Arduino and Raspberry Pi users, and is widely used in education and creative tinkering. +builddeps : + - pkgconfig(gl) + - pkgconfig(Qt5Core) + - libboost-devel +setup : | + qmake phoenix.pro +build : | + %make +install : | + %make_install INSTALL_ROOT="$installdir" diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..68f7cf2 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + fritzing + + Shawn W Dunn + sfalken@cloverleaf-linux.org + + CC-BY-SA-3.0 + GPL-2.0 + GPL-3.0 + programming + Electronic design automation software + The Fritzing application is an Electronic Design Automation software with a low entry barrier, suited for the needs of makers and hobbyists. It offers a unique real-life "breadboard" view, and a parts library with many commonly used high-level components. Fritzing makes it very easy to communicate about circuits, as well as to turn them into PCB layouts ready for production. It is particularly popular among Arduino and Raspberry Pi users, and is widely used in education and creative tinkering. + + https://solus-project.com/sources/README.Solus + + + fritzing + Electronic design automation software + The Fritzing application is an Electronic Design Automation software with a low entry barrier, suited for the needs of makers and hobbyists. It offers a unique real-life "breadboard" view, and a parts library with many commonly used high-level components. Fritzing makes it very easy to communicate about circuits, as well as to turn them into PCB layouts ready for production. It is particularly popular among Arduino and Raspberry Pi users, and is widely used in education and creative tinkering. + + programming + + /usr/bin + /usr/share/applications/fritzing.desktop + /usr/share/fritzing + /usr/share/icons/fritzing.png + /usr/share/man + + + + + 2016-10-01 + 0.9.2b + Packaging update + Shawn W Dunn + sfalken@cloverleaf-linux.org + + + \ No newline at end of file -- 2.10.0