Date: Friday, May 6, 2016 @ 00:04:22 Author: arojas Revision: 266987 archrelease: copy trunk to extra-i686, extra-x86_64
Added: bluefish/repos/extra-i686/PKGBUILD (from rev 266986, bluefish/trunk/PKGBUILD) bluefish/repos/extra-i686/bluefish.install (from rev 266986, bluefish/trunk/bluefish.install) bluefish/repos/extra-x86_64/PKGBUILD (from rev 266986, bluefish/trunk/PKGBUILD) bluefish/repos/extra-x86_64/bluefish.install (from rev 266986, bluefish/trunk/bluefish.install) Deleted: bluefish/repos/extra-i686/PKGBUILD bluefish/repos/extra-i686/bluefish.install bluefish/repos/extra-x86_64/PKGBUILD bluefish/repos/extra-x86_64/bluefish.install -------------------------------+ /PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++ /bluefish.install | 48 +++++++++++++++++++++++++ extra-i686/PKGBUILD | 37 -------------------- extra-i686/bluefish.install | 28 --------------- extra-x86_64/PKGBUILD | 37 -------------------- extra-x86_64/bluefish.install | 28 --------------- 6 files changed, 122 insertions(+), 130 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-05-05 22:03:47 UTC (rev 266986) +++ extra-i686/PKGBUILD 2016-05-05 22:04:22 UTC (rev 266987) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger <e...@archlinux.org> - -pkgname=bluefish -pkgver=2.2.8 -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') -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=('b27ea534f4b7c9675f80932f799120d3d9c75b3d' - '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} -} - -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 -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 266986, bluefish/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-05-05 22:04:22 UTC (rev 266987) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=bluefish +pkgver=2.2.8 +pkgrel=2 +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') +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=('b27ea534f4b7c9675f80932f799120d3d9c75b3d' + '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} +} + +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 +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/bluefish.install =================================================================== --- extra-i686/bluefish.install 2016-05-05 22:03:47 UTC (rev 266986) +++ extra-i686/bluefish.install 2016-05-05 22:04:22 UTC (rev 266987) @@ -1,28 +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 - - 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() { - post_remove -} - -post_upgrade() { - post_install -} - -post_remove() { - xmlcatalog --noout --del \ - /usr/share/xml/bluefish etc/xml/catalog -} Copied: bluefish/repos/extra-i686/bluefish.install (from rev 266986, bluefish/trunk/bluefish.install) =================================================================== --- extra-i686/bluefish.install (rev 0) +++ extra-i686/bluefish.install 2016-05-05 22:04:22 UTC (rev 266987) @@ -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 \ + /usr/share/xml/bluefish etc/xml/catalog +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-05-05 22:03:47 UTC (rev 266986) +++ extra-x86_64/PKGBUILD 2016-05-05 22:04:22 UTC (rev 266987) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger <e...@archlinux.org> - -pkgname=bluefish -pkgver=2.2.8 -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') -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=('b27ea534f4b7c9675f80932f799120d3d9c75b3d' - '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} -} - -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 -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: bluefish/repos/extra-x86_64/PKGBUILD (from rev 266986, bluefish/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-05-05 22:04:22 UTC (rev 266987) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=bluefish +pkgver=2.2.8 +pkgrel=2 +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') +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=('b27ea534f4b7c9675f80932f799120d3d9c75b3d' + '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} +} + +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 +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/bluefish.install =================================================================== --- extra-x86_64/bluefish.install 2016-05-05 22:03:47 UTC (rev 266986) +++ extra-x86_64/bluefish.install 2016-05-05 22:04:22 UTC (rev 266987) @@ -1,28 +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 - - 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() { - post_remove -} - -post_upgrade() { - post_install -} - -post_remove() { - xmlcatalog --noout --del \ - /usr/share/xml/bluefish etc/xml/catalog -} Copied: bluefish/repos/extra-x86_64/bluefish.install (from rev 266986, bluefish/trunk/bluefish.install) =================================================================== --- extra-x86_64/bluefish.install (rev 0) +++ extra-x86_64/bluefish.install 2016-05-05 22:04:22 UTC (rev 266987) @@ -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 \ + /usr/share/xml/bluefish etc/xml/catalog +}