[arch-commits] Commit in kdesdk-kate/repos (10 files)

Andrea Scarpino andrea at archlinux.org
Tue Oct 4 23:08:26 UTC 2011


    Date: Tuesday, October 4, 2011 @ 19:08:26
  Author: andrea
Revision: 139763

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdesdk-kate/repos/staging-i686/
  kdesdk-kate/repos/staging-i686/PKGBUILD
    (from rev 139762, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/staging-i686/kdebase-kwrite.install
    (from rev 139762, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/staging-i686/kdesdk-kate.install
    (from rev 139762, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/staging-i686/pkgbuild-syntax-highlight.patch
    (from rev 139762, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/staging-x86_64/
  kdesdk-kate/repos/staging-x86_64/PKGBUILD
    (from rev 139762, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/staging-x86_64/kdebase-kwrite.install
    (from rev 139762, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/staging-x86_64/kdesdk-kate.install
    (from rev 139762, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/staging-x86_64/pkgbuild-syntax-highlight.patch
    (from rev 139762, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)

------------------------------------------------+
 staging-i686/PKGBUILD                          |   58 +++++++++++++++++++++++
 staging-i686/kdebase-kwrite.install            |   12 ++++
 staging-i686/kdesdk-kate.install               |   12 ++++
 staging-i686/pkgbuild-syntax-highlight.patch   |   11 ++++
 staging-x86_64/PKGBUILD                        |   58 +++++++++++++++++++++++
 staging-x86_64/kdebase-kwrite.install          |   12 ++++
 staging-x86_64/kdesdk-kate.install             |   12 ++++
 staging-x86_64/pkgbuild-syntax-highlight.patch |   11 ++++
 8 files changed, 186 insertions(+)

Copied: kdesdk-kate/repos/staging-i686/PKGBUILD (from rev 139762, kdesdk-kate/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.7.2
+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.bz2"
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('467b0558f1f86d0b210abd2d78c94cbe63b8579d'
+          'ab0c5d2a796b0f283154799add161c99f48ffcd5')
+
+build() {
+  cd "${srcdir}"/kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_KTEXTEDITOR=OFF
+  make
+}
+
+package_kdebase-kwrite() {
+  pkgdesc="Text Editor"
+  depends=('kdebase-runtime')
+  groups=('kde' 'kdebase')
+  install='kdebase-kwrite.install'
+
+  cd "${srcdir}"/build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdesdk-kate() {
+  pkgdesc="Advanced Text Editor"
+  depends=('kdebase-kwrite')
+  groups=('kde' 'kdesdk')
+  install='kdesdk-kate.install'
+
+  cd "${srcdir}"/build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesdk-kate/repos/staging-i686/kdebase-kwrite.install (from rev 139762, kdesdk-kate/trunk/kdebase-kwrite.install)
===================================================================
--- staging-i686/kdebase-kwrite.install	                        (rev 0)
+++ staging-i686/kdebase-kwrite.install	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdesdk-kate/repos/staging-i686/kdesdk-kate.install (from rev 139762, kdesdk-kate/trunk/kdesdk-kate.install)
===================================================================
--- staging-i686/kdesdk-kate.install	                        (rev 0)
+++ staging-i686/kdesdk-kate.install	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdesdk-kate/repos/staging-i686/pkgbuild-syntax-highlight.patch (from rev 139762, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- staging-i686/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ staging-i686/pkgbuild-syntax-highlight.patch	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,11 @@
+--- kate-4.6.80/part/syntax/data/bash.xml~	2011-05-23 21:20:34.295137123 +0000
++++ kate-4.6.80/part/syntax/data/bash.xml	2011-05-23 21:20:54.581993368 +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.12" 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.12" 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)

Copied: kdesdk-kate/repos/staging-x86_64/PKGBUILD (from rev 139762, kdesdk-kate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-kwrite'
+         'kdesdk-kate')
+pkgver=4.7.2
+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.bz2"
+        'pkgbuild-syntax-highlight.patch')
+sha1sums=('467b0558f1f86d0b210abd2d78c94cbe63b8579d'
+          'ab0c5d2a796b0f283154799add161c99f48ffcd5')
+
+build() {
+  cd "${srcdir}"/kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_KTEXTEDITOR=OFF
+  make
+}
+
+package_kdebase-kwrite() {
+  pkgdesc="Text Editor"
+  depends=('kdebase-runtime')
+  groups=('kde' 'kdebase')
+  install='kdebase-kwrite.install'
+
+  cd "${srcdir}"/build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/part
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdesdk-kate() {
+  pkgdesc="Advanced Text Editor"
+  depends=('kdebase-kwrite')
+  groups=('kde' 'kdesdk')
+  install='kdesdk-kate.install'
+
+  cd "${srcdir}"/build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}"/build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesdk-kate/repos/staging-x86_64/kdebase-kwrite.install (from rev 139762, kdesdk-kate/trunk/kdebase-kwrite.install)
===================================================================
--- staging-x86_64/kdebase-kwrite.install	                        (rev 0)
+++ staging-x86_64/kdebase-kwrite.install	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdesdk-kate/repos/staging-x86_64/kdesdk-kate.install (from rev 139762, kdesdk-kate/trunk/kdesdk-kate.install)
===================================================================
--- staging-x86_64/kdesdk-kate.install	                        (rev 0)
+++ staging-x86_64/kdesdk-kate.install	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdesdk-kate/repos/staging-x86_64/pkgbuild-syntax-highlight.patch (from rev 139762, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
===================================================================
--- staging-x86_64/pkgbuild-syntax-highlight.patch	                        (rev 0)
+++ staging-x86_64/pkgbuild-syntax-highlight.patch	2011-10-04 23:08:26 UTC (rev 139763)
@@ -0,0 +1,11 @@
+--- kate-4.6.80/part/syntax/data/bash.xml~	2011-05-23 21:20:34.295137123 +0000
++++ kate-4.6.80/part/syntax/data/bash.xml	2011-05-23 21:20:54.581993368 +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.12" 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.12" 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