[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2020-11-19 Thread Filipe Laíns via arch-commits
Date: Thursday, November 19, 2020 @ 22:51:51
  Author: ffy00
Revision: 757833

Python 3.9 rebuild (2.2.12-2)

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:49:43 UTC (rev 757832)
+++ PKGBUILD2020-11-19 22:51:51 UTC (rev 757833)
@@ -3,7 +3,7 @@
 
 pkgname=bluefish
 pkgver=2.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A powerful HTML editor for experienced web designers and programmers'
 arch=('x86_64')
 url='http://bluefish.openoffice.nl/'


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2020-11-19 Thread Filipe Laíns via arch-commits
Date: Thursday, November 19, 2020 @ 22:49:33
  Author: ffy00
Revision: 757831

upgpkg: bluefish 2.2.12-1

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:42:58 UTC (rev 757830)
+++ PKGBUILD2020-11-19 22:49:33 UTC (rev 757831)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.11
-pkgrel=2
+pkgver=2.2.12
+pkgrel=1
 pkgdesc='A powerful HTML editor for experienced web designers and programmers'
 arch=('x86_64')
 url='http://bluefish.openoffice.nl/'
@@ -14,7 +14,7 @@
 install=$pkgname.install
 
source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
 validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink 

-sha512sums=('ae9ef04d5d005fa770b542a6a573ac60d4b8c4dd605723012322a63647399ccb76689791ee373308ce13a1772719ab1003929fce415cf1df7e83ef2f26271fa0'
+sha512sums=('f0eb6496d371db8a9b4aee33ddf67e5e87bcc86ff283704cac115be7f00609b1ccbd47ff2d8f8b0bc30f234a339069cc1f7cb1f8809d97f94f0b0e09e4f16754'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2020-02-17 Thread Filipe Laíns via arch-commits
Date: Monday, February 17, 2020 @ 09:18:50
  Author: ffy00
Revision: 573884

upgpkg: bluefish 2.2.11-1

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-17 09:15:03 UTC (rev 573883)
+++ PKGBUILD2020-02-17 09:18:50 UTC (rev 573884)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.10
-pkgrel=4
+pkgver=2.2.11
+pkgrel=1
 pkgdesc='A powerful HTML editor for experienced web designers and programmers'
 arch=('x86_64')
 url='http://bluefish.openoffice.nl/'
@@ -13,21 +13,13 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=$pkgname.install
 
source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6') # Olivier Sessink 

-sha512sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
-  'SKIP')
+validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink 

+sha512sums=('ae9ef04d5d005fa770b542a6a573ac60d4b8c4dd605723012322a63647399ccb76689791ee373308ce13a1772719ab1003929fce415cf1df7e83ef2f26271fa0'
+'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
-
-  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
-
   autoreconf -vi
 }
 


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2020-02-06 Thread Filipe Laíns via arch-commits
Date: Thursday, February 6, 2020 @ 11:27:35
  Author: ffy00
Revision: 563619

update style

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   41 +++--
 1 file changed, 27 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 11:24:23 UTC (rev 563618)
+++ PKGBUILD2020-02-06 11:27:35 UTC (rev 563619)
@@ -1,41 +1,54 @@
-# Maintainer: Eric Bélanger 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Bélanger 
 
 pkgname=bluefish
 pkgver=2.2.10
 pkgrel=4
-pkgdesc="A powerful HTML editor for experienced web designers and programmers"
+pkgdesc='A powerful HTML editor for experienced web designers and programmers'
 arch=('x86_64')
-url="http://bluefish.openoffice.nl/;
+url='http://bluefish.openoffice.nl/'
 license=('GPL3')
-depends=('gtk3' 'enchant' 'python2')
+depends=('gtk3' 'enchant' 'python')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
-install=bluefish.install
-source=(https://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
+install=$pkgname.install
+source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6') # Olivier Sessink 

+sha512sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
   'SKIP')
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
+
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
 data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
+
   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
+
   autoreconf -vi
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-spell-check \
+--disable-update-databases \
+--disable-xml-catalog-update
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2019-04-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 2, 2019 @ 21:03:52
  Author: arojas
Revision: 448249

Rebuild for moving to community

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-02 20:58:22 UTC (rev 448248)
+++ PKGBUILD2019-04-02 21:03:52 UTC (rev 448249)
@@ -2,7 +2,7 @@
 
 pkgname=bluefish
 pkgver=2.2.10
-pkgrel=3
+pkgrel=4
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('x86_64')
 url="http://bluefish.openoffice.nl/;


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2018-01-15 Thread Antonio Rojas via arch-commits
Date: Monday, January 15, 2018 @ 19:05:03
  Author: arojas
Revision: 314814

enchant 2.2.1 rebuild

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-15 18:36:05 UTC (rev 314813)
+++ PKGBUILD2018-01-15 19:05:03 UTC (rev 314814)
@@ -3,12 +3,12 @@
 
 pkgname=bluefish
 pkgver=2.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('x86_64')
 url="http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+depends=('gtk3' 'enchant' 'python2')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
@@ -22,6 +22,10 @@
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
 data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
+  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
+  autoreconf -vi
 }
 
 build() {


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2017-12-03 Thread Jan de Groot via arch-commits
Date: Sunday, December 3, 2017 @ 23:06:19
  Author: jgc
Revision: 311599

Switch to HTTPS

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 23:03:58 UTC (rev 311598)
+++ PKGBUILD2017-12-03 23:06:19 UTC (rev 311599)
@@ -12,7 +12,7 @@
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+source=(https://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
 sha1sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 14:39:29
  Author: jgc
Revision: 310601

upgpkg: bluefish 2.2.10-2

Libical/Enchant rebuild

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 14:24:27 UTC (rev 310600)
+++ PKGBUILD2017-11-22 14:39:29 UTC (rev 310601)
@@ -3,7 +3,7 @@
 
 pkgname=bluefish
 pkgver=2.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('x86_64')
 url="http://bluefish.openoffice.nl/;
@@ -28,6 +28,7 @@
   cd ${pkgname}-${pkgver}
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2017-03-13 Thread Antonio Rojas
Date: Monday, March 13, 2017 @ 11:17:01
  Author: arojas
Revision: 290780

Update to 2.2.10

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 09:29:04 UTC (rev 290779)
+++ PKGBUILD2017-03-13 11:17:01 UTC (rev 290780)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.9
+pkgver=2.2.10
 pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('67743bf05a5affed267027a211673a59dc8908f2'
+sha1sums=('abb2080b5cbc65cd9c7551572ac21012c5ee2031'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2016-06-27 Thread Antonio Rojas
Date: Monday, June 27, 2016 @ 19:24:22
  Author: arojas
Revision: 270714

Update to 2.2.9

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 19:22:07 UTC (rev 270713)
+++ PKGBUILD2016-06-27 19:24:22 UTC (rev 270714)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.8
-pkgrel=2
+pkgver=2.2.9
+pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
 url="http://bluefish.openoffice.nl/;
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
+sha1sums=('67743bf05a5affed267027a211673a59dc8908f2'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 


[arch-commits] Commit in bluefish/trunk (PKGBUILD bluefish.install)

2016-05-05 Thread Antonio Rojas
Date: Friday, May 6, 2016 @ 00:03:47
  Author: arojas
Revision: 266986

Hooks

Modified:
  bluefish/trunk/PKGBUILD
  bluefish/trunk/bluefish.install

--+
 PKGBUILD |2 +-
 bluefish.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 21:59:07 UTC (rev 266985)
+++ PKGBUILD2016-05-05 22:03:47 UTC (rev 266986)
@@ -3,7 +3,7 @@
 
 pkgname=bluefish
 pkgver=2.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
 url="http://bluefish.openoffice.nl/;

Modified: bluefish.install
===
--- bluefish.install2016-05-05 21:59:07 UTC (rev 266985)
+++ bluefish.install2016-05-05 22:03:47 UTC (rev 266986)
@@ -8,10 +8,6 @@
   xmlcatalog --noout --add 'delegateURI' \
 'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
 etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
 }
 
 pre_upgrade() {


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2016-04-12 Thread Eric Bélanger
Date: Wednesday, April 13, 2016 @ 04:36:49
  Author: eric
Revision: 264810

upgpkg: bluefish 2.2.8-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 00:33:43 UTC (rev 264809)
+++ PKGBUILD2016-04-13 02:36:49 UTC (rev 264810)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bluefish
-pkgver=2.2.7
+pkgver=2.2.8
 pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('132ec9e3b05d34c35c42beda640e726c81b948a9'
+sha1sums=('b27ea534f4b7c9675f80932f799120d3d9c75b3d'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 
@@ -21,7 +21,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
+data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
 }
 
 build() {


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2015-02-09 Thread Eric Bélanger
Date: Monday, February 9, 2015 @ 20:06:38
  Author: eric
Revision: 231192

upgpkg: bluefish 2.2.7-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 19:05:17 UTC (rev 231191)
+++ PKGBUILD2015-02-09 19:06:38 UTC (rev 231192)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
+sha1sums=('132ec9e3b05d34c35c42beda640e726c81b948a9'
   'SKIP')
 validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:54:15
  Author: eric
Revision: 228273

Add validpgpkeys array

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 00:50:15 UTC (rev 228272)
+++ PKGBUILD2015-01-01 00:54:15 UTC (rev 228273)
@@ -15,6 +15,7 @@
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
 sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
   'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2014-04-22 Thread Eric Bélanger
Date: Wednesday, April 23, 2014 @ 01:42:54
  Author: eric
Revision: 211663

upgpkg: bluefish 2.2.6-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-22 16:39:27 UTC (rev 211662)
+++ PKGBUILD2014-04-22 23:42:54 UTC (rev 211663)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('efdd577a20a439e58f14f68e725f00be230d5de1'
+sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2014-01-31 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 06:28:59
  Author: eric
Revision: 204943

upgpkg: bluefish 2.2.5-1

Upstream update, Remove hicolor-icon-theme depends, Add prepare function

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 04:52:42 UTC (rev 204942)
+++ PKGBUILD2014-02-01 05:28:59 UTC (rev 204943)
@@ -2,26 +2,29 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b65310617b5fd525a8c57f7681e023f6f4496378'
-  '6ff0474602c520e2a638436c5423957cfe4be4d0')
+sha1sums=('efdd577a20a439e58f14f68e725f00be230d5de1'
+  'SKIP')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
 data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
-
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make
@@ -28,6 +31,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2013-02-12 Thread Eric Bélanger
Date: Tuesday, February 12, 2013 @ 23:00:21
  Author: eric
Revision: 177997

upgpkg: bluefish 2.2.4-1

Upstream update, Add python2 depends

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-12 21:19:19 UTC (rev 177996)
+++ PKGBUILD2013-02-12 22:00:21 UTC (rev 177997)
@@ -2,25 +2,27 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('181f28b595f6259441eb13f4aaae60def596b980'
-  'e8c4e3ba0623e476adeb8bf8466044894aa034c8')
+sha1sums=('b65310617b5fd525a8c57f7681e023f6f4496378'
+  '6ff0474602c520e2a638436c5423957cfe4be4d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py 
data/lorem-ipsum-generator
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
+data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
+
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2012-06-26 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 23:30:19
  Author: eric
Revision: 162426

upgpkg: bluefish 2.2.3-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 01:44:01 UTC (rev 162425)
+++ PKGBUILD2012-06-27 03:30:19 UTC (rev 162426)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('2fca4e4fa67e6f2fda1335e1dc4e19ca318eb002'
-  'a7f2b776d9bacff1e2fd6d70aa0e37c53e85f7a2')
+sha1sums=('181f28b595f6259441eb13f4aaae60def596b980'
+  'e8c4e3ba0623e476adeb8bf8466044894aa034c8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py 
data/lorem-ipsum-generator
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make
 }



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2012-03-13 Thread Eric Bélanger
Date: Tuesday, March 13, 2012 @ 16:18:49
  Author: eric
Revision: 153430

upgpkg: bluefish 2.2.2-1

Upstream update

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-13 20:10:33 UTC (rev 153429)
+++ PKGBUILD2012-03-13 20:18:49 UTC (rev 153430)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('f7b2e9915e196c971c6bcca04d8d6b87efab1ae6'
-  '89d5130d91999ff0319b709f0ed2cbcf7aa028d6')
+sha1sums=('2fca4e4fa67e6f2fda1335e1dc4e19ca318eb002'
+  'a7f2b776d9bacff1e2fd6d70aa0e37c53e85f7a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2012-01-02 Thread Eric Bélanger
Date: Monday, January 2, 2012 @ 15:30:47
  Author: eric
Revision: 145842

upgpkg: bluefish 2.2.1-1

Upstream update, Add hicolor-icon-theme depends

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-02 19:54:43 UTC (rev 145841)
+++ PKGBUILD2012-01-02 20:30:47 UTC (rev 145842)
@@ -2,23 +2,25 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('gtk3' 'enchant' 'desktop-file-utils')
+depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
-  'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
+sha1sums=('f7b2e9915e196c971c6bcca04d8d6b87efab1ae6'
+  '89d5130d91999ff0319b709f0ed2cbcf7aa028d6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
   make



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2011-11-26 Thread Eric Bélanger
Date: Saturday, November 26, 2011 @ 18:37:09
  Author: eric
Revision: 143598

upgpkg: bluefish 2.2.0-1

Upstream update, Change gtk2 depends to gtk3, Clean up depends

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-26 22:48:36 UTC (rev 143597)
+++ PKGBUILD2011-11-26 23:37:09 UTC (rev 143598)
@@ -2,20 +2,20 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bluefish
-pkgver=2.0.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL3')
-depends=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
+depends=('gtk3' 'enchant' 'desktop-file-utils')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2)
-md5sums=('4c062fcb1f90f91a35687b877d37d6dd')
-sha1sums=('ab6b16d50faca169c25001d5a26ca8b84ddb1019')
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
+  'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2010-10-05 Thread Daniel Griffiths
Date: Tuesday, October 5, 2010 @ 17:34:43
  Author: dgriffiths
Revision: 94238

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-05 21:30:57 UTC (rev 94237)
+++ PKGBUILD2010-10-05 21:34:43 UTC (rev 94238)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=bluefish
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=bluefish.install
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2)
-md5sums=('9b672411369bd580421f832214bf65b3')
+md5sums=('0229a3fb1d68c926391761efbe12eb1b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2010-07-17 Thread Daniel Griffiths
Date: Saturday, July 17, 2010 @ 02:45:21
  Author: dgriffiths
Revision: 85652

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-17 05:01:38 UTC (rev 85651)
+++ PKGBUILD2010-07-17 06:45:21 UTC (rev 85652)
@@ -4,20 +4,19 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=bluefish
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=A powerful HTML editor for experienced web designers and programmers
 arch=('i686' 'x86_64')
 url=http://bluefish.openoffice.nl/;
 license=('GPL')
 depends=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('perlxml' 'gucharmap')
+makedepends=('perlxml' 'gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
-source=(http://downloads.sourceforge.net/project/bluefish/bluefish/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ac9b1e8ef6d5691718a0daa6c78d5618')
-sha1sums=('b92d79291f262d1bb01337f055ad16093cf4905b')
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2)
+md5sums=('9b672411369bd580421f832214bf65b3')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in bluefish/trunk (PKGBUILD)

2010-04-11 Thread Daniel Griffiths
Date: Sunday, April 11, 2010 @ 22:23:11
  Author: dgriffiths
Revision: 77341

Adopted, move to splitpkg format

Modified:
  bluefish/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-12 02:21:13 UTC (rev 77340)
+++ PKGBUILD2010-04-12 02:23:11 UTC (rev 77341)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=bluefish
 pkgver=2.0.0
@@ -19,9 +20,13 @@
 sha1sums=('b92d79291f262d1bb01337f055ad16093cf4905b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --enable-spell-check --disable-update-databases 
--disable-xml-catalog-update || return 1
+   make || return 1
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install || return 1
+}