[arch-commits] Commit in bluefish/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  bluefish/repos/community-x86_64/PKGBUILD
(from rev 757831, bluefish/trunk/PKGBUILD)
  bluefish/repos/community-x86_64/bluefish.install
(from rev 757831, bluefish/trunk/bluefish.install)
Deleted:
  bluefish/repos/community-x86_64/PKGBUILD
  bluefish/repos/community-x86_64/bluefish.install

--+
 PKGBUILD |   92 ++---
 bluefish.install |   48 +--
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 22:49:33 UTC (rev 757831)
+++ PKGBUILD2020-11-19 22:49:43 UTC (rev 757832)
@@ -1,46 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Eric Bélanger 
-
-pkgname=bluefish
-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/'
-license=('GPL3')
-depends=('gtk3' 'enchant' 'python')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-install=$pkgname.install
-source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
-validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink 

-sha512sums=('ae9ef04d5d005fa770b542a6a573ac60d4b8c4dd605723012322a63647399ccb76689791ee373308ce13a1772719ab1003929fce415cf1df7e83ef2f26271fa0'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -vi
-}
-
-build() {
-  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
-}

Copied: bluefish/repos/community-x86_64/PKGBUILD (from rev 757831, 
bluefish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 22:49:43 UTC (rev 757832)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Bélanger 
+
+pkgname=bluefish
+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/'
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=$pkgname.install
+source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
+validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink 

+sha512sums=('f0eb6496d371db8a9b4aee33ddf67e5e87bcc86ff283704cac115be7f00609b1ccbd47ff2d8f8b0bc30f234a339069cc1f7cb1f8809d97f94f0b0e09e4f16754'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -vi
+}
+
+build() {
+  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
+}

Deleted: bluefish.install
===
--- bluefish.install2020-11-19 22:49:33 UTC (rev 757831)
+++ bluefish.install2020-11-19 22:49:43 UTC (rev 757832)
@@ -1,24 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/community-x86_64/bluefish.install (from rev 757831, 
bluefish/trunk/bluefish.install)
===
--- bluefish.install(rev 0)
+++ bluefish.install2020-11-19 22:49:43 UTC (rev 757832)
@@ -0,0 +1,24 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add 'delegateURI' \
+'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
+etc/xml/catalog
+}
+
+pre_upgrade() {
+  post_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  xmlcatalog --noout --del \
+

[arch-commits] Commit in bluefish/repos/community-x86_64 (4 files)

2020-02-17 Thread Filipe Laíns via arch-commits
Date: Monday, February 17, 2020 @ 09:19:05
  Author: ffy00
Revision: 573885

archrelease: copy trunk to community-x86_64

Added:
  bluefish/repos/community-x86_64/PKGBUILD
(from rev 573884, bluefish/trunk/PKGBUILD)
  bluefish/repos/community-x86_64/bluefish.install
(from rev 573884, bluefish/trunk/bluefish.install)
Deleted:
  bluefish/repos/community-x86_64/PKGBUILD
  bluefish/repos/community-x86_64/bluefish.install

--+
 PKGBUILD |   87 -
 bluefish.install |   48 ++---
 2 files changed, 70 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-17 09:18:50 UTC (rev 573884)
+++ PKGBUILD2020-02-17 09:19:05 UTC (rev 573885)
@@ -1,41 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=bluefish
-pkgver=2.2.10
-pkgrel=4
-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')
-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'
-  'SKIP')
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
-
-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
-}
-
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/community-x86_64/PKGBUILD (from rev 573884, 
bluefish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-17 09:19:05 UTC (rev 573885)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Bélanger 
+
+pkgname=bluefish
+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/'
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=$pkgname.install
+source=("https://www.bennewitz.com/$pkgname/stable/source/$pkgname-$pkgver.tar.bz2"{,.sig})
+validpgpkeys=(64979277BAFF2D4CB637AC3B291C63A6B78DFBA1) # Olivier Sessink 

+sha512sums=('ae9ef04d5d005fa770b542a6a573ac60d4b8c4dd605723012322a63647399ccb76689791ee373308ce13a1772719ab1003929fce415cf1df7e83ef2f26271fa0'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -vi
+}
+
+build() {
+  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
+}

Deleted: bluefish.install
===
--- bluefish.install2020-02-17 09:18:50 UTC (rev 573884)
+++ bluefish.install2020-02-17 09:19:05 UTC (rev 573885)
@@ -1,24 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/community-x86_64/bluefish.install (from rev 573884, 
bluefish/trunk/bluefish.install)
===
--- bluefish.install(rev 0)
+++ bluefish.install2020-02-17 09:19:05 UTC (rev 573885)
@@ -0,0 +1,24 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add 'delegateURI' 

[arch-commits] Commit in bluefish/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  bluefish/repos/community-x86_64/PKGBUILD
(from rev 448249, bluefish/trunk/PKGBUILD)
  bluefish/repos/community-x86_64/bluefish.install
(from rev 448249, bluefish/trunk/bluefish.install)
Deleted:
  bluefish/repos/community-x86_64/PKGBUILD
  bluefish/repos/community-x86_64/bluefish.install

--+
 PKGBUILD |   82 ++---
 bluefish.install |   48 +++
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-02 21:03:52 UTC (rev 448249)
+++ PKGBUILD2019-04-02 21:04:23 UTC (rev 448250)
@@ -1,41 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=bluefish
-pkgver=2.2.10
-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')
-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'
-  'SKIP')
-validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
-
-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
-}
-
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/community-x86_64/PKGBUILD (from rev 448249, 
bluefish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-02 21:04:23 UTC (rev 448250)
@@ -0,0 +1,41 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=bluefish
+pkgver=2.2.10
+pkgrel=4
+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')
+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'
+  'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
+
+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
+}
+
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: bluefish.install
===
--- bluefish.install2019-04-02 21:03:52 UTC (rev 448249)
+++ bluefish.install2019-04-02 21:04:23 UTC (rev 448250)
@@ -1,24 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/community-x86_64/bluefish.install (from rev 448249, 
bluefish/trunk/bluefish.install)
===
--- bluefish.install(rev 0)
+++ bluefish.install2019-04-02 21:04:23 UTC