diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,17 @@ +ld-linux-x86-64.so.2 +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Widgets.so.5 +libboost_filesystem.so.1.62.0 +libboost_serialization.so.1.62.0 +libboost_system.so.1.62.0 +libc.so.6 +libgcc_s.so.1 +libglib-2.0.so.0 +libglibmm-2.4.so.1 +libm.so.6 +libpthread.so.0 +libsigrok.so.4 +libsigrokcxx.so.4 +libsigrokdecode.so.4 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : pulseview +version : 0.4.0 +release : 1 +source : + - http://sigrok.org/download/source/pulseview/pulseview-0.4.0.tar.gz : 78f8291045c6f65b4827b12e83c8e68cea2d5e7268b15a51aaca9726c8100eb9 +license : GPL-3.0 +component : office.scientific +summary : A Qt-based visualizer for logic analyzers, oscilloscopes and multimeters supported by sigrok. +description: | + The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more). PulseView is a Qt-based LA/scope/MSO GUI for sigrok. +builddeps : + - pkgconfig(glibmm-2.4) + - pkgconfig(gl) + - pkgconfig(libsigrok) + - pkgconfig(libsigrokdecode) + - pkgconfig(Qt5Svg) + - libboost-devel +rundeps : + - qt5-svg +setup : | + %cmake +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,39 @@ + + + pulseview + + Auston Stewart + auston.stewart@gmail.com + + GPL-3.0 + office.scientific + A Qt-based visualizer for logic analyzers, oscilloscopes and multimeters supported by sigrok. + The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more). PulseView is a Qt-based LA/scope/MSO GUI for sigrok. + + https://solus-project.com/sources/README.Solus + + + pulseview + A Qt-based visualizer for logic analyzers, oscilloscopes and multimeters supported by sigrok. + The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more). PulseView is a Qt-based LA/scope/MSO GUI for sigrok. + + office.scientific + + /usr/bin + /usr/share/applications/org.sigrok.PulseView.desktop + /usr/share/icons/hicolor/48x48/apps/pulseview.png + /usr/share/icons/hicolor/scalable/apps/pulseview.svg + /usr/share/man + /usr/share/metainfo/org.sigrok.PulseView.appdata.xml + + + + + 2017-09-03 + 0.4.0 + Packaging update + Auston Stewart + auston.stewart@gmail.com + + + \ No newline at end of file