[arch-commits] Commit in kdesdk-kate (3 files)

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 19:53:24 UTC 2012


    Date: Friday, November 16, 2012 @ 14:53:24
  Author: andrea
Revision: 171144

KDE 4.10 beta1 - first steps

Added:
  kdesdk-kate/kde-unstable/
Modified:
  kdesdk-kate/kde-unstable/PKGBUILD
  kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch

---------------------------------+
 PKGBUILD                        |   16 +++++++++-------
 pkgbuild-syntax-highlight.patch |    8 ++++----
 2 files changed, 13 insertions(+), 11 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD	2012-11-16 19:53:24 UTC (rev 171144)
@@ -5,15 +5,15 @@
 pkgname=('kdebase-katepart'
          'kdebase-kwrite'
          'kdesdk-kate')
-pkgver=4.9.3
+pkgver=4.9.80
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz"
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz"
         'pkgbuild-syntax-highlight.patch')
-sha1sums=('d48c4671dfc13cefecf95e595403a5f75bc56d5b'
-          '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
+sha1sums=('0ceb70497bdecd59ad97490371cda7a7374f83bd'
+          '5b45d0df8f340105633eba9ef7c58086e6c2e750')
 
 build() {
   cd "${srcdir}"/kate-${pkgver}
@@ -24,7 +24,8 @@
   cd build
   cmake ../kate-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_pate=OFF
   make
 }
 
@@ -58,7 +59,8 @@
   groups=('kde' 'kdesdk')
   url="http://www.kde.org/applications/utilities/kate/"
   install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate')
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+              'kdebindings-python: python bindings')
 
   cd "${srcdir}"/build/kate
   make DESTDIR="${pkgdir}" install

Modified: kde-unstable/pkgbuild-syntax-highlight.patch
===================================================================
--- trunk/pkgbuild-syntax-highlight.patch	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/pkgbuild-syntax-highlight.patch	2012-11-16 19:53:24 UTC (rev 171144)
@@ -1,11 +1,11 @@
---- kate-4.7.80/part/syntax/data/bash.xml~	2011-11-20 06:14:30.581097154 +0000
-+++ kate-4.7.80/part/syntax/data/bash.xml	2011-11-20 06:14:45.494553146 +0000
+--- kate-4.9.80/part/syntax/data/bash.xml~	2012-11-16 16:53:27.599718819 +0000
++++ kate-4.9.80/part/syntax/data/bash.xml	2012-11-16 16:54:27.549287684 +0000
 @@ -8,7 +8,7 @@
          <!ENTITY noword   "(?![\w$+-])">                <!-- no word, $, + or - following -->
          <!ENTITY pathpart "([\w_ at .%*?+-]|\\ )">     <!-- valid character in a file name -->
  ]>
--<language name="Bash" version="2.14" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
-+<language name="Bash" version="2.14" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
+-<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
++<language name="Bash" version="2.15" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert at kde.nl)" license="LGPL">
  
  <!-- (c) 2004 by Wilbert Berendsen (wilbert at kde.nl)
      Changes by Matthew Woehlke (mw_triad at users.sourceforge.net)




More information about the arch-commits mailing list