Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bluefish: update to 2.2.12
@ 2020-11-07 16:15 ndowens
  2020-11-07 16:23 ` [PR PATCH] [Updated] " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-07 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bluefish
https://github.com/void-linux/void-packages/pull/26200

bluefish: update to 2.2.12
Set python to version 3 and as default option. Locally, cross-build worked fine with it

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

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

From 24050ae461100ab6dc9720517a4d08ae5508a3b8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 7 Nov 2020 10:15:18 -0600
Subject: [PATCH] bluefish: update to 2.2.12

Set python to version 3 and as default option. Locally, cross-build worked fine with it
---
 srcpkgs/bluefish/template | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/bluefish/template b/srcpkgs/bluefish/template
index 3458bd484b3..fc332073217 100644
--- a/srcpkgs/bluefish/template
+++ b/srcpkgs/bluefish/template
@@ -1,6 +1,6 @@
 # Template file for 'bluefish'
 pkgname=bluefish
-version=2.2.11
+version=2.2.12
 revision=1
 build_style=gnu-configure
 configure_args="--enable-spell-check --disable-update-databases
@@ -11,29 +11,20 @@ hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
 makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-devel
  $(vopt_if python python-devel)"
 depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
- $(vopt_if python python)"
+ $(vopt_if python python3)"
 short_desc="Powerful HTML editor for experienced web designers and programmers"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="http://bluefish.openoffice.nl/"
 distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
-checksum=454c877fc1dbddfcc65cc7ddaa3c5ceb17bc46e216baf7878f09dbf1dabdc2ff
-python_version=2 #unverified
+checksum=0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a
+python_version=3
 lib32disabled=yes
 xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
 
-pre_configure() {
-	sed -e 's|\[enchant\]|\[enchant-2\]|g' \
-		-e 's|\[enchant >|\[enchant-2 >|g' \
-		-e 's|enchant/enchant.h|enchant-2/enchant.h|g' \
-		-e 's|BF_dependencies enchant|BF_dependencies enchant-2|g' \
-		-i configure.ac
+build_options="python"
+build_options_default="python3"
 
+pre_configure() {
 	autoreconf -fi
 }
-
-# XXX python option broken with cross compilation
-build_options="python"
-if [ -z "$CROSS_BUILD" ]; then
-	build_options_default="python"
-fi

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

* Re: [PR PATCH] [Updated] bluefish: update to 2.2.12
  2020-11-07 16:15 [PR PATCH] bluefish: update to 2.2.12 ndowens
@ 2020-11-07 16:23 ` ndowens
  2020-11-07 16:45 ` ndowens
  2020-11-10 15:53 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-07 16:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages bluefish
https://github.com/void-linux/void-packages/pull/26200

bluefish: update to 2.2.12
Set python to version 3 and as default option. Locally, cross-build worked fine with it

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

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

From 248cd7c9d1667e3b9a138f8905b0e327cad310e6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 7 Nov 2020 10:15:18 -0600
Subject: [PATCH] bluefish: update to 2.2.12

Set python to version 3 and as default option. Locally, cross-build worked fine with it
---
 srcpkgs/bluefish/template | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/bluefish/template b/srcpkgs/bluefish/template
index 3458bd484b3..62c17b4e891 100644
--- a/srcpkgs/bluefish/template
+++ b/srcpkgs/bluefish/template
@@ -1,6 +1,6 @@
 # Template file for 'bluefish'
 pkgname=bluefish
-version=2.2.11
+version=2.2.12
 revision=1
 build_style=gnu-configure
 configure_args="--enable-spell-check --disable-update-databases
@@ -11,29 +11,20 @@ hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
 makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-devel
  $(vopt_if python python-devel)"
 depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
- $(vopt_if python python)"
+ $(vopt_if python python3)"
 short_desc="Powerful HTML editor for experienced web designers and programmers"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="http://bluefish.openoffice.nl/"
 distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
-checksum=454c877fc1dbddfcc65cc7ddaa3c5ceb17bc46e216baf7878f09dbf1dabdc2ff
-python_version=2 #unverified
+checksum=0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a
+python_version=3
 lib32disabled=yes
 xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
 
-pre_configure() {
-	sed -e 's|\[enchant\]|\[enchant-2\]|g' \
-		-e 's|\[enchant >|\[enchant-2 >|g' \
-		-e 's|enchant/enchant.h|enchant-2/enchant.h|g' \
-		-e 's|BF_dependencies enchant|BF_dependencies enchant-2|g' \
-		-i configure.ac
+build_options="python"
+build_options_default="python"
 
+pre_configure() {
 	autoreconf -fi
 }
-
-# XXX python option broken with cross compilation
-build_options="python"
-if [ -z "$CROSS_BUILD" ]; then
-	build_options_default="python"
-fi

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

* Re: bluefish: update to 2.2.12
  2020-11-07 16:15 [PR PATCH] bluefish: update to 2.2.12 ndowens
  2020-11-07 16:23 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-07 16:45 ` ndowens
  2020-11-10 15:53 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-07 16:45 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26200#issuecomment-723467575

Comment:
Locally armv7l crossbuild works for me but not in travis

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

* Re: [PR PATCH] [Closed]: bluefish: update to 2.2.12
  2020-11-07 16:15 [PR PATCH] bluefish: update to 2.2.12 ndowens
  2020-11-07 16:23 ` [PR PATCH] [Updated] " ndowens
  2020-11-07 16:45 ` ndowens
@ 2020-11-10 15:53 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-11-10 15:53 UTC (permalink / raw)
  To: ml

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

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

bluefish: update to 2.2.12
https://github.com/void-linux/void-packages/pull/26200

Description:
Set python to version 3 and as default option. Locally, cross-build worked fine with it

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

end of thread, other threads:[~2020-11-10 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07 16:15 [PR PATCH] bluefish: update to 2.2.12 ndowens
2020-11-07 16:23 ` [PR PATCH] [Updated] " ndowens
2020-11-07 16:45 ` ndowens
2020-11-10 15:53 ` [PR PATCH] [Closed]: " ahesford

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).