[arch-commits] Commit in source-highlight/repos/extra-x86_64 (4 files)
Jelle van der Waa
jelle at archlinux.org
Sat Oct 12 18:24:31 UTC 2019
Date: Saturday, October 12, 2019 @ 18:24:31
Author: jelle
Revision: 364689
archrelease: copy trunk to extra-x86_64
Added:
source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 364688, source-highlight/trunk/PKGBUILD)
source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch
(from rev 364688, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
Deleted:
source-highlight/repos/extra-x86_64/PKGBUILD
source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch
------------------------------------+
PKGBUILD | 71 +++++++++++++++--------------------
fix-zsh-highlighting-hangups.patch | 26 ++++++------
2 files changed, 45 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-12 18:24:22 UTC (rev 364688)
+++ PKGBUILD 2019-10-12 18:24:31 UTC (rev 364689)
@@ -1,39 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=source-highlight
-pkgver=3.1.8
-pkgrel=19
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('x86_64')
-url="https://www.gnu.org/software/src-highlite/"
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz"
- "fix-zsh-highlighting-hangups.patch")
-md5sums=('3243470706ef5fefdc3e43b5306a4e41'
- '5b6129bca6fcd0ea252fa31bf7a988fa')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -Np1 -i "${srcdir}/fix-zsh-highlighting-hangups.patch"
-}
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --with-bash-completion=/usr/share/bash-completion/completions
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make prefix="${pkgdir}/usr" bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
-
- # PKGBUILD syntax highlighting
- echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
-}
Copied: source-highlight/repos/extra-x86_64/PKGBUILD (from rev 364688, source-highlight/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-12 18:24:31 UTC (rev 364689)
@@ -0,0 +1,32 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=source-highlight
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('x86_64')
+url="https://www.gnu.org/software/src-highlite/"
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d8e154e9a5d62c77807e4e5d36c0faed5ce2964291be5f8b83e2968a6de52229503689a4ca2109a717ae2632a14b63ec937ca0430c91684c72063f6bc0294195')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-bash-completion=/usr/share/bash-completion/completions
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make prefix="${pkgdir}/usr" bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+ # PKGBUILD syntax highlighting
+ echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}
Deleted: fix-zsh-highlighting-hangups.patch
===================================================================
--- fix-zsh-highlighting-hangups.patch 2019-10-12 18:24:22 UTC (rev 364688)
+++ fix-zsh-highlighting-hangups.patch 2019-10-12 18:24:31 UTC (rev 364689)
@@ -1,13 +0,0 @@
-diff --git a/src/zsh.lang b/src/zsh.lang
-index 69542a7..a0bac36 100644
---- a/src/zsh.lang
-+++ b/src/zsh.lang
-@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
- "unlimit|unset|unsetopt|until|vared|wait|whence",
- "where|which|while|zcompile|zformat|zftp|zle",
- "zmodload|zparseopts|zprof|zpty|zregexparse",
-- "zsocket|zstyle|ztcp|"
-+ "zsocket|zstyle|ztcp"
-
- variable = '\$\{([^[:blank:]]+)\}'
- variable = '\$\(([^[:blank:]]+)\)'
Copied: source-highlight/repos/extra-x86_64/fix-zsh-highlighting-hangups.patch (from rev 364688, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
===================================================================
--- fix-zsh-highlighting-hangups.patch (rev 0)
+++ fix-zsh-highlighting-hangups.patch 2019-10-12 18:24:31 UTC (rev 364689)
@@ -0,0 +1,13 @@
+diff --git a/src/zsh.lang b/src/zsh.lang
+index 69542a7..a0bac36 100644
+--- a/src/zsh.lang
++++ b/src/zsh.lang
+@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
+ "unlimit|unset|unsetopt|until|vared|wait|whence",
+ "where|which|while|zcompile|zformat|zftp|zle",
+ "zmodload|zparseopts|zprof|zpty|zregexparse",
+- "zsocket|zstyle|ztcp|"
++ "zsocket|zstyle|ztcp"
+
+ variable = '\$\{([^[:blank:]]+)\}'
+ variable = '\$\(([^[:blank:]]+)\)'
More information about the arch-commits
mailing list