Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1bbf1dd557acff8adc6e5940b559f00e > files > 4

monkeystudio-1.9.0.2-3.mga3.src.rpm

Name:           monkeystudio
Version:        1.9.0.2
Release:        %mkrel 3
Summary:        Free crossplatform Qt 4 IDE 
Source:         mks_%version-src.tar.gz
Url:            http://monkeystudio.org/
Group:          Development/KDE and Qt
License:        GPLv2+ and GPLv3
BuildRequires:  qscintilla-qt4-devel
BuildRequires:  pkgconfig(QtWebKit)
Patch0:         monkeystudio-1.9.0.2-fix-compilation.patch
Patch1:         monkeystudio-1.9.0.2-fix-desktop-file.patch

%description
MonkeyStudio is a crossplatform Integrated Development Environment ( IDE )
aiming to become a Rapid Application Development ( RAD ) environment.
MonkeyStudio runs everywhere Qt 4.4.0 ( minimum required to build it )
is available as a shared library. It is extensible via a great and powerful
plugin system which help make it do nearly anything you want and support
virtually any kind of project type for which a plugin exists or is created.
The primary goal of MonkeyStudio was to manage Qt4 projects as best
as possible, it directly uses .pro files and does not create intrusive or
unsightly configuration files. MonkyStudio is also a multi language
code editor too ( javascript, xml, ... ).

%files 
%doc Doxyfile GPL-3 readme.txt dev-readme
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

#------------------------------------------------------------------------------

%prep
%setup -q -n mks_%version-src
%apply_patches

%build
%qmake_qt4 prefix=%{_prefix} plugins=%{_libdir} system_qscintilla=1
%make

%install
%qmake_qt4 prefix=%buildroot%{_prefix} plugins=%buildroot%{_libdir} system_qscintilla=1
%makeinstall_std 



%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1.9.0.2-3.mga3
+ Revision: 360226
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Dec 11 2012 matteo <matteo> 1.9.0.2-2.mga3
+ Revision: 329785
- rebuilt against new lib qscintilla

* Wed Jul 11 2012 mikala <mikala> 1.9.0.2-1.mga3
+ Revision: 269434
- use make for now instead of %%make
- Fix BuildRequires

  + neoclust <neoclust>
    - imported package monkeystudio