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

commit e6f97d01f62a4bc37bf063cba51fec355c021b8a
Author: crazy <cr...@frugalware.org>
Date:   Wed Feb 3 19:35:13 2010 +0100

kdevelop-3.9.97-1-x86_64
* Version bump
* well still unstable...

diff --git a/source/kde-extra/kdevelop/FrugalBuild 
b/source/kde-extra/kdevelop/FrugalBuild
index 19fb86a..85f3896 100644
--- a/source/kde-extra/kdevelop/FrugalBuild
+++ b/source/kde-extra/kdevelop/FrugalBuild
@@ -2,49 +2,19 @@
# Maintainer: crazy <cr...@frugalware.org>

pkgname=kdevelop
-pkgver=3.5.4
+pkgver=3.9.97
pkgrel=1
pkgdesc="The KDevelop integrated C/C++ application development environment"
groups=('kde-extra')
-backup=(usr/share/config/kdeveloprc)
archs=('i686' 'x86_64')
-depends=('kdebase>=3.5.10' 'kdesdk>=3.5.10' 'gettext' 'make' 'flex' 'graphviz' 
\
-          'automake' 'autoconf' 'htdig' 'valgrind' 'ctags>=5.6-2' 'libtool' \
-         'db>=4.7') ## even if I hate that but it has to be here =)
-makedepends=('cvs' 'kde-apidox>=3.5.10' 'qt-docs' 'doxygen')
-conflicts=('kdevelop-docs')
Finclude kde
+depends=('kdevplatform' 'libstdc++' "libqtsvg>=$_F_kde_qtver" 'libsm' 
"libqtnetwork>=$_F_kde_qt_ver" 'libxcursor' "libqtdbus>=$_F_kde_qt_ver" \
+       "libqtdesigner>=$_F_kde_qt_ver" 'strigi' 'xfsprogs-acl' 'xz' 'libpng' 
'fontconfig' 'libuuid' \
+       'libxcb' 'libxi' "kdebase-workspace>=$_F_kde_ver" 
"libqthelp>=$_F_kde_qtver" "libqtwebkit>=$_F_kde_qtver")
+conflicts=('kdevelop-docs')
url="http://www.kdevelop.org/";
-up2date="lynx -dump 
ftp://ftp.solnet.ch/mirror/KDE/stable/$_F_kde_ver/src|Flasttarbz2"
-source=($source run-libtoolize-first.patch)
-Fconfopts="$Fconfopts --enable-vba \
-               --with-apr-config=/usr/bin/apr-1-config \
-               --with-apu-config=/usr/bin/apu-1-config"
-sha1sums=('4b51f23b26705de61fdbffa5f0ce31ff71586eed' \
-          'f08ba6d6f0c65200d00d3fe23b682e37672df5d8')
-
-## BUG: FS#3019 -> run-libtoolize-first.patch
-
-build()
-{
-       #unset MAKEFLAGS
-       Fcd
-
-       ## BUG: FS#3019 too ..
-       ## -> admin != parts/appwizard/common/admin/ the most of
-       ## -> the time so let us reconf and copy admin/* to 
parts/appwizard/common/admin/
-
-       make -f admin/Makefile.common cvs || Fdie
-       rm -rf parts/appwizard/common/admin/* || Fdie
-       cp -ra admin/*  parts/appwizard/common/admin/ || Fdie
-
-       Fbuild_kde
-       cat - >> "$Fdestdir/usr/share/config/kdeveloprc" <<EOF
-
-[CTAGS]
-ctags binary=/usr/bin/exuberant-ctags
-
-EOF
-}
+up2date="$pkgver"
+source=(ftp://ftp.kde.org/pub/kde/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2)
+sha1sums=('79141abbc2fd98e5bb23c5262cff16321ba72b3e')

# optimization OK
diff --git a/source/kde-extra/kdevelop/run-libtoolize-first.patch 
b/source/kde-extra/kdevelop/run-libtoolize-first.patch
deleted file mode 100644
index 96ff947..0000000
--- a/source/kde-extra/kdevelop/run-libtoolize-first.patch
+++ /dev/null
@@ -1,110 +0,0 @@
-diff -Naur 
kdevelop-3.5.1/languages/ada/app_templates/adahello/ada-Makefile.cvs 
kdevelop-3.5.1-p/languages/ada/app_templates/adahello/ada-Makefile.cvs
---- kdevelop-3.5.1/languages/ada/app_templates/adahello/ada-Makefile.cvs       
2005-09-10 10:22:38.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/ada/app_templates/adahello/ada-Makefile.cvs     
2008-05-02 18:25:00.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/automakeempty/automakeempty-Makefile.cvs
 
kdevelop-3.5.1-p/languages/cpp/app_templates/automakeempty/automakeempty-Makefile.cvs
---- 
kdevelop-3.5.1/languages/cpp/app_templates/automakeempty/automakeempty-Makefile.cvs
        2007-10-08 11:50:06.000000000 +0200
-+++ 
kdevelop-3.5.1-p/languages/cpp/app_templates/automakeempty/automakeempty-Makefile.cvs
      2008-05-02 18:25:42.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur kdevelop-3.5.1/languages/cpp/app_templates/chello/c-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/chello/c-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/chello/c-Makefile.cvs   
2005-09-10 10:22:36.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/cpp/app_templates/chello/c-Makefile.cvs 
2008-05-02 18:25:34.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/chello_gba/c-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/chello_gba/c-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/chello_gba/c-Makefile.cvs       
2005-09-10 10:22:34.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/cpp/app_templates/chello_gba/c-Makefile.cvs     
2008-05-02 18:26:06.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/cppcurseshello/cpp-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/cppcurseshello/cpp-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/cppcurseshello/cpp-Makefile.cvs 
2007-05-14 09:41:17.000000000 +0200
-+++ 
kdevelop-3.5.1-p/languages/cpp/app_templates/cppcurseshello/cpp-Makefile.cvs    
   2008-05-02 18:25:52.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       automake
-       autoconf
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs       
2005-09-10 10:22:33.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs     
2008-05-02 18:25:07.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs    
2005-09-10 10:22:34.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/cpp/app_templates/cppsdlhello/cpp-Makefile.cvs  
2008-05-02 18:25:25.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/win32gui/win32gui-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/win32gui/win32gui-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/win32gui/win32gui-Makefile.cvs  
2005-09-10 10:22:36.000000000 +0200
-+++ 
kdevelop-3.5.1-p/languages/cpp/app_templates/win32gui/win32gui-Makefile.cvs     
   2008-05-02 18:25:59.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/cpp/app_templates/win32hello/win32-Makefile.cvs 
kdevelop-3.5.1-p/languages/cpp/app_templates/win32hello/win32-Makefile.cvs
---- kdevelop-3.5.1/languages/cpp/app_templates/win32hello/win32-Makefile.cvs   
2005-09-10 10:22:31.000000000 +0200
-+++ kdevelop-3.5.1-p/languages/cpp/app_templates/win32hello/win32-Makefile.cvs 
2008-05-02 18:25:15.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
-diff -Naur 
kdevelop-3.5.1/languages/fortran/app_templates/fortranhello/fortran-Makefile.cvs
 
kdevelop-3.5.1-p/languages/fortran/app_templates/fortranhello/fortran-Makefile.cvs
---- 
kdevelop-3.5.1/languages/fortran/app_templates/fortranhello/fortran-Makefile.cvs
   2005-09-10 10:22:41.000000000 +0200
-+++ 
kdevelop-3.5.1-p/languages/fortran/app_templates/fortranhello/fortran-Makefile.cvs
 2008-05-02 18:24:34.000000000 +0200
-@@ -1,6 +1,7 @@
- default: all
-
- all:
-+      libtoolize -v -i -c -f
-       aclocal
-       autoheader
-       automake
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to