Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] highlight: update to 3.57.
@ 2020-05-17 19:32 mobinmob
  2020-05-18 14:33 ` mobinmob
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2020-05-17 19:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages highlight
https://github.com/void-linux/void-packages/pull/22059

highlight: update to 3.57.


A patch file from https://github.com/void-linux/void-packages/pull/22059.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-highlight-22059.patch --]
[-- Type: text/x-diff, Size: 1074 bytes --]

From 8584273f1ba85dc6361a39c1f50dce02b83450b1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 22:30:52 +0300
Subject: [PATCH] highlight: update to 3.57.

---
 srcpkgs/highlight/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template
index b0febd4d6cb..3512b8f04bc 100644
--- a/srcpkgs/highlight/template
+++ b/srcpkgs/highlight/template
@@ -1,6 +1,6 @@
 # Template file for 'highlight'
 pkgname=highlight
-version=3.56
+version=3.57
 revision=1
 build_style=gnu-makefile
 make_cmd="make QMAKE=qmake"
@@ -11,7 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
 distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
-checksum=764942e25ebf6b2e07b3efa3bb073e1bb64091d1fd667d6d689091707558fa63
+checksum=f203f75e7e35ce381d0a13270bfdc9ee53fa965c39cc137a9927b9ff0e3be913
 conf_files="/etc/highlight/filetypes.conf"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: highlight: update to 3.57.
  2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
@ 2020-05-18 14:33 ` mobinmob
  2020-05-18 15:18 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-05-18 14:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/22059#issuecomment-630222874

Comment:
> mind making it use qt5 ? (seems to be relevant for building only as their are no required shlibs from qt5*)

I will look into it why it is needed, thanks for catching that!


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] highlight: update to 3.57.
  2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
  2020-05-18 14:33 ` mobinmob
@ 2020-05-18 15:18 ` mobinmob
  2020-05-18 15:20 ` mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-05-18 15:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages highlight
https://github.com/void-linux/void-packages/pull/22059

highlight: update to 3.57.


A patch file from https://github.com/void-linux/void-packages/pull/22059.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-highlight-22059.patch --]
[-- Type: text/x-diff, Size: 1262 bytes --]

From 12dc37c1b663c4e2a8bd1cc960a73ce12d16a104 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 22:30:52 +0300
Subject: [PATCH] highlight: update to 3.57.

---
 srcpkgs/highlight/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template
index b0febd4d6cb..5c12ddb88ae 100644
--- a/srcpkgs/highlight/template
+++ b/srcpkgs/highlight/template
@@ -1,17 +1,17 @@
 # Template file for 'highlight'
 pkgname=highlight
-version=3.56
+version=3.57
 revision=1
 build_style=gnu-makefile
 make_cmd="make QMAKE=qmake"
-hostmakedepends="pkg-config qt-qmake swig perl"
+hostmakedepends="pkg-config swig perl"
 makedepends="boost-devel lua-devel perl"
 short_desc="Fast and flexible source code highlighter (CLI version)"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
 distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
-checksum=764942e25ebf6b2e07b3efa3bb073e1bb64091d1fd667d6d689091707558fa63
+checksum=f203f75e7e35ce381d0a13270bfdc9ee53fa965c39cc137a9927b9ff0e3be913
 conf_files="/etc/highlight/filetypes.conf"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: highlight: update to 3.57.
  2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
  2020-05-18 14:33 ` mobinmob
  2020-05-18 15:18 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-18 15:20 ` mobinmob
  2020-05-18 20:29 ` [PR PATCH] [Updated] " mobinmob
  2020-05-19 13:15 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-05-18 15:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/22059#issuecomment-630253974

Comment:
> mind making it use qt5 ? (seems to be relevant for building only as their are no required shlibs from qt5*)

The template is specifically for the cli version and qt is used only for the gui version. It does nothing so I just removed qt-qmake from hostmakedepends. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] highlight: update to 3.57.
  2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
                   ` (2 preceding siblings ...)
  2020-05-18 15:20 ` mobinmob
@ 2020-05-18 20:29 ` mobinmob
  2020-05-19 13:15 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2020-05-18 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages highlight
https://github.com/void-linux/void-packages/pull/22059

highlight: update to 3.57.


A patch file from https://github.com/void-linux/void-packages/pull/22059.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-highlight-22059.patch --]
[-- Type: text/x-diff, Size: 1263 bytes --]

From dff22f71940590403a8f1e4d2257095359f669b9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 17 May 2020 22:30:52 +0300
Subject: [PATCH] highlight: update to 3.57.

---
 srcpkgs/highlight/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template
index b0febd4d6cb..fb55e73b068 100644
--- a/srcpkgs/highlight/template
+++ b/srcpkgs/highlight/template
@@ -1,17 +1,16 @@
 # Template file for 'highlight'
 pkgname=highlight
-version=3.56
+version=3.57
 revision=1
 build_style=gnu-makefile
-make_cmd="make QMAKE=qmake"
-hostmakedepends="pkg-config qt-qmake swig perl"
+hostmakedepends="pkg-config swig perl"
 makedepends="boost-devel lua-devel perl"
 short_desc="Fast and flexible source code highlighter (CLI version)"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
 distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
-checksum=764942e25ebf6b2e07b3efa3bb073e1bb64091d1fd667d6d689091707558fa63
+checksum=f203f75e7e35ce381d0a13270bfdc9ee53fa965c39cc137a9927b9ff0e3be913
 conf_files="/etc/highlight/filetypes.conf"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: highlight: update to 3.57.
  2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
                   ` (3 preceding siblings ...)
  2020-05-18 20:29 ` [PR PATCH] [Updated] " mobinmob
@ 2020-05-19 13:15 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-05-19 13:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

There's a merged pull request on the void-packages repository

highlight: update to 3.57.
https://github.com/void-linux/void-packages/pull/22059

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-19 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 19:32 [PR PATCH] highlight: update to 3.57 mobinmob
2020-05-18 14:33 ` mobinmob
2020-05-18 15:18 ` [PR PATCH] [Updated] " mobinmob
2020-05-18 15:20 ` mobinmob
2020-05-18 20:29 ` [PR PATCH] [Updated] " mobinmob
2020-05-19 13:15 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).