[arch-commits] Commit in kdesdk-kate/repos (9 files)
Andrea Scarpino
andrea at archlinux.org
Wed Sep 7 17:17:19 UTC 2011
Date: Wednesday, September 7, 2011 @ 13:17:19
Author: andrea
Revision: 137369
db-move: moved kdesdk-kate from [staging] to [extra] (x86_64)
Added:
kdesdk-kate/repos/extra-x86_64/PKGBUILD
(from rev 137367, kdesdk-kate/repos/staging-x86_64/PKGBUILD)
kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
(from rev 137367, kdesdk-kate/repos/staging-x86_64/kdebase-kwrite.install)
kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
(from rev 137367, kdesdk-kate/repos/staging-x86_64/kdesdk-kate.install)
kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 137367, kdesdk-kate/repos/staging-x86_64/pkgbuild-syntax-highlight.patch)
Deleted:
kdesdk-kate/repos/extra-x86_64/PKGBUILD
kdesdk-kate/repos/extra-x86_64/kdebase-kwrite.install
kdesdk-kate/repos/extra-x86_64/kdesdk-kate.install
kdesdk-kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
kdesdk-kate/repos/staging-x86_64/
---------------------------------+
PKGBUILD | 116 +++++++++++++++++++-------------------
kdebase-kwrite.install | 24 +++----
kdesdk-kate.install | 24 +++----
pkgbuild-syntax-highlight.patch | 22 +++----
4 files changed, 93 insertions(+), 93 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-07 17:17:18 UTC (rev 137368)
+++ extra-x86_64/PKGBUILD 2011-09-07 17:17:19 UTC (rev 137369)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.7.0
-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=('8a9685f58c9a7cc2c317ffc4f2bd18b76639a2cd'
- '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/extra-x86_64/PKGBUILD (from rev 137367, kdesdk-kate/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-07 17:17:19 UTC (rev 137369)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.7.1
+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=('12eadb7c74c16fb11d51d4415d141095a624f010'
+ '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
+}
Deleted: extra-x86_64/kdebase-kwrite.install
===================================================================
--- extra-x86_64/kdebase-kwrite.install 2011-09-07 17:17:18 UTC (rev 137368)
+++ extra-x86_64/kdebase-kwrite.install 2011-09-07 17:17:19 UTC (rev 137369)
@@ -1,12 +0,0 @@
-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/extra-x86_64/kdebase-kwrite.install (from rev 137367, kdesdk-kate/repos/staging-x86_64/kdebase-kwrite.install)
===================================================================
--- extra-x86_64/kdebase-kwrite.install (rev 0)
+++ extra-x86_64/kdebase-kwrite.install 2011-09-07 17:17:19 UTC (rev 137369)
@@ -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
+}
Deleted: extra-x86_64/kdesdk-kate.install
===================================================================
--- extra-x86_64/kdesdk-kate.install 2011-09-07 17:17:18 UTC (rev 137368)
+++ extra-x86_64/kdesdk-kate.install 2011-09-07 17:17:19 UTC (rev 137369)
@@ -1,12 +0,0 @@
-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/extra-x86_64/kdesdk-kate.install (from rev 137367, kdesdk-kate/repos/staging-x86_64/kdesdk-kate.install)
===================================================================
--- extra-x86_64/kdesdk-kate.install (rev 0)
+++ extra-x86_64/kdesdk-kate.install 2011-09-07 17:17:19 UTC (rev 137369)
@@ -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
+}
Deleted: extra-x86_64/pkgbuild-syntax-highlight.patch
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch 2011-09-07 17:17:18 UTC (rev 137368)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch 2011-09-07 17:17:19 UTC (rev 137369)
@@ -1,11 +0,0 @@
---- 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/extra-x86_64/pkgbuild-syntax-highlight.patch (from rev 137367, kdesdk-kate/repos/staging-x86_64/pkgbuild-syntax-highlight.patch)
===================================================================
--- extra-x86_64/pkgbuild-syntax-highlight.patch (rev 0)
+++ extra-x86_64/pkgbuild-syntax-highlight.patch 2011-09-07 17:17:19 UTC (rev 137369)
@@ -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