Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37713546
en ru br
ALT Linux repos
S:0.6.3-alt1

Group :: Development/Other
RPM: qvge

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: qvge
Version: 0.6.3
Release: alt1
Summary: Qt Visual Graph Editor
Group: Development/Other
License: MIT
Url: https://github.com/ArsMasiuk/qvge

# https://github.com/ArsMasiuk/qvge.git

Source: %name-%version.tar

BuildRequires: gcc-c++
BuildRequires: qt5-base-devel qt5-svg-devel qt5-x11extras-devel

%description
QVGE is a multiplatform graph editor written in C++/Qt.
Its main goal is to make possible visually edit two-dimensional graphs
in a simple and intuitive way.

%prep
%setup

%build
cd src
%qmake_qt5 PREFIX=%_prefix CONFIG+=nostrip
%make_build

%install
cd src
%makeinstall_std INSTALL_ROOT=%buildroot

%files
%doc LICENSE
%doc CHANGES README.md
%_bindir/qvgeapp
%_datadir/appdata/%name.appdata.xml
%_datadir/mime/packages/application-xgr.xml
%_datadir/pixmaps/%name.png
%_desktopdir/%name.desktop

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin