Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=09f659b03fce7d318772a55a6d20718dc80fb034

commit 09f659b03fce7d318772a55a6d20718dc80fb034
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Feb 7 00:39:12 2011 +0100

monkeystudio-1.8.4.0-1-i686

- version bump to avoid dependency on libqtassistantclient, which got
removed

diff --git a/source/xapps-extra/monkeystudio/FrugalBuild 
b/source/xapps-extra/monkeystudio/FrugalBuild
index 1bfe6fa..ea7a957 100644
--- a/source/xapps-extra/monkeystudio/FrugalBuild
+++ b/source/xapps-extra/monkeystudio/FrugalBuild
@@ -2,41 +2,26 @@
# Maintainer: crazy <cr...@frugalware.org>

pkgname=monkeystudio
-pkgver=2006.1.5.3
-pkgrel=3
+pkgver=1.8.4.0
+pkgrel=1
pkgdesc="Monkey Studio is a Free crossplatform Qt4 IDE."
-_F_sourceforge_name="monkeystudio-src"
-_F_sourceforge_dirname="$pkgname"
-_F_sourceforge_ext=".zip"
-_F_sourceforge_realname="Monkey Studio"
-Finclude sourceforge
+Finclude googlecode
url="http://monkeystudio.org/";
-depends=('qt4-designer>=4.6.2-3' 'libqtassistantclient>=4.6.2-3')
+depends=('qt4-designer>=4.6.2-3' 'qscintilla2-qt4' 'libqthelp')
makedepends=('unzip')
options=('scriptlet')
-source=($source fix.it.patch qt4.3-build-fix.patch 
$pkgname-$pkgver-gcc-4.5.patch)
+source=(http://monkeystudio.googlecode.com/files/mks_$pkgver-1-svn3727-src.tar.gz)
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('3f179931b14b1fc8126051430fb6d09718c40c81' \
-          'cbe17fec205f8a233f32873b8cbe94dc42f9cb14' \
-          '8eca691f99cb161aad71aa04d4bef5efee38009c' \
-          '569790563fdc9203209b854880e4523419c19f76')
+sha1sums=('f59403082a666edde411ab830de8f7948f730f4c')

build()
{

-       Fcd $pkgver
-       ## fix broken parts in *pro file
-       Fpatchall
-       ## fix all the broken stuff part 2 :)
-       find . -name ".svn" -print0|xargs -0 rm -rf ||  Fdie
-       /usr/bin/qmake || Fdie
+       Fcd mks_$pkgver-svn3727-src
+       /usr/bin/qmake prefix=$Fprefix plugins=$Fprefix/lib system_qscintilla=1 
|| Fdie
+       make || Fdie
make INSTALL_ROOT=$Fdestdir install || Fdie
-       Fexerel binary/monkey_x11 /usr/bin/monkey_x11
-       Fln /usr/bin/monkey_x11 /usr/bin/$pkgname
-       Fmv /usr/share/monkeystudio/manuals /usr/share/monkeystudio/html
-       Ffilerel src/resources/Icons/logo.png /usr/share/pixmaps/$pkgname.png
-       Fdesktop  "/usr/bin/$pkgname" "/usr/share/pixmaps/$pkgname.png" 
"Qt;KDE;Development;IDE;"
}

# optimization OK
diff --git a/source/xapps-extra/monkeystudio/fix.it.patch 
b/source/xapps-extra/monkeystudio/fix.it.patch
deleted file mode 100644
index ff098cf..0000000
--- a/source/xapps-extra/monkeystudio/fix.it.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naurp 2006.1.5.3/monkey.pro 2006.1.5.3-fix-it/monkey.pro
---- 2006.1.5.3/monkey.pro      2006-10-24 22:30:45.000000000 +0200
-+++ 2006.1.5.3-fix-it/monkey.pro       2006-12-29 14:05:18.000000000 +0100
-@@ -98,13 +98,13 @@ TRANSLATIONS       = translations/qt4ds_french
-
- !win32 {
-       PROGNAME        = monkeystudio
--      PREFIX  = /usr/local
-+      PREFIX  = /usr
-       INSTALLS        += binary documentation translation
-
-       binary.path     = $$PREFIX/bin
-       binary.files    = $$DESTDIR/$$TARGET
--      documentation.path      = $$PREFIX/$$PROGNAME/manuals
-+      documentation.path      = $$PREFIX/share/$$PROGNAME/manuals
-       documentation.files     = docqt4ds/english/html/*
--      translation.path        = $$PREFIX/$$PROGNAME/translations
-+      translation.path        = $$PREFIX/share/$$PROGNAME/translations
-       translation.files       = translations/*.qm
- }
diff --git 
a/source/xapps-extra/monkeystudio/monkeystudio-2006.1.5.3-gcc-4.5.patch 
b/source/xapps-extra/monkeystudio/monkeystudio-2006.1.5.3-gcc-4.5.patch
deleted file mode 100644
index 77ba06d..0000000
--- a/source/xapps-extra/monkeystudio/monkeystudio-2006.1.5.3-gcc-4.5.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur 2006.1.5.3/src/MDIText.cpp 2006.1.5.3-2/src/MDIText.cpp
---- 2006.1.5.3/src/MDIText.cpp 2006-10-20 16:41:00.000000000 -0500
-+++ 2006.1.5.3-2/src/MDIText.cpp       2010-05-15 02:57:57.000000000 -0500
-@@ -19,7 +19,7 @@
- {
-       setObjectName( "MDIText" );
-       setType( ctText );
--      setWindowIcon( QIcon::QIcon( ":/Icons/Icons/projectshowfile.png" ) );
-+      setWindowIcon( QIcon( ":/Icons/Icons/projectshowfile.png" ) );
-       //
-       QHBoxLayout* hboxLayout = new QHBoxLayout;
-       hboxLayout->setObjectName( "hboxLayout" );
diff --git a/source/xapps-extra/monkeystudio/qt4.3-build-fix.patch 
b/source/xapps-extra/monkeystudio/qt4.3-build-fix.patch
deleted file mode 100644
index 791febe..0000000
--- a/source/xapps-extra/monkeystudio/qt4.3-build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur 2006.1.5.3/src/3rdparty/TextEditor/src/CppSyntaxHighlighter.h 
2006.1.5.3-p/src/3rdparty/TextEditor/src/CppSyntaxHighlighter.h
---- 2006.1.5.3/src/3rdparty/TextEditor/src/CppSyntaxHighlighter.h      
2006-10-20 23:40:58.000000000 +0200
-+++ 2006.1.5.3-p/src/3rdparty/TextEditor/src/CppSyntaxHighlighter.h    
2007-11-07 18:24:43.000000000 +0100
-@@ -39,6 +39,7 @@
-       };
-       static const Keyword keywords[];
-       //
-+      Q_OBJECT
- private:
-       void highlightKeyword( int, const QString& );
-       //
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to