[arch-commits] Commit in bluefish/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 12 22:00:51 UTC 2013


    Date: Tuesday, February 12, 2013 @ 23:00:51
  Author: eric
Revision: 177998

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bluefish/repos/extra-i686/PKGBUILD
    (from rev 177997, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-i686/bluefish.install
    (from rev 177997, bluefish/trunk/bluefish.install)
  bluefish/repos/extra-x86_64/PKGBUILD
    (from rev 177997, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-x86_64/bluefish.install
    (from rev 177997, 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

-------------------------------+
 extra-i686/PKGBUILD           |   66 ++++++++++++++++++++--------------------
 extra-i686/bluefish.install   |   56 ++++++++++++++++-----------------
 extra-x86_64/PKGBUILD         |   66 ++++++++++++++++++++--------------------
 extra-x86_64/bluefish.install |   56 ++++++++++++++++-----------------
 4 files changed, 124 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-02-12 22:00:21 UTC (rev 177997)
+++ extra-i686/PKGBUILD	2013-02-12 22:00:51 UTC (rev 177998)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=bluefish
-pkgver=2.2.3
-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')
-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')
-
-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
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --enable-spell-check --disable-update-databases --disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 177997, bluefish/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-02-12 22:00:51 UTC (rev 177998)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=bluefish
+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' '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=('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/{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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bluefish.install
===================================================================
--- extra-i686/bluefish.install	2013-02-12 22:00:21 UTC (rev 177997)
+++ extra-i686/bluefish.install	2013-02-12 22:00:51 UTC (rev 177998)
@@ -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 177997, bluefish/trunk/bluefish.install)
===================================================================
--- extra-i686/bluefish.install	                        (rev 0)
+++ extra-i686/bluefish.install	2013-02-12 22:00:51 UTC (rev 177998)
@@ -0,0 +1,28 @@
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-02-12 22:00:21 UTC (rev 177997)
+++ extra-x86_64/PKGBUILD	2013-02-12 22:00:51 UTC (rev 177998)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=bluefish
-pkgver=2.2.3
-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')
-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')
-
-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
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --enable-spell-check --disable-update-databases --disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-x86_64/PKGBUILD (from rev 177997, bluefish/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-02-12 22:00:51 UTC (rev 177998)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=bluefish
+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' '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=('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/{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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/bluefish.install
===================================================================
--- extra-x86_64/bluefish.install	2013-02-12 22:00:21 UTC (rev 177997)
+++ extra-x86_64/bluefish.install	2013-02-12 22:00:51 UTC (rev 177998)
@@ -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 177997, bluefish/trunk/bluefish.install)
===================================================================
--- extra-x86_64/bluefish.install	                        (rev 0)
+++ extra-x86_64/bluefish.install	2013-02-12 22:00:51 UTC (rev 177998)
@@ -0,0 +1,28 @@
+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
+}




More information about the arch-commits mailing list