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

Eric Bélanger eric at archlinux.org
Sat Nov 26 23:39:41 UTC 2011


    Date: Saturday, November 26, 2011 @ 18:39:41
  Author: eric
Revision: 143599

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

Added:
  bluefish/repos/extra-i686/PKGBUILD
    (from rev 143598, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-i686/bluefish.install
    (from rev 143598, bluefish/trunk/bluefish.install)
  bluefish/repos/extra-x86_64/PKGBUILD
    (from rev 143598, bluefish/trunk/PKGBUILD)
  bluefish/repos/extra-x86_64/bluefish.install
    (from rev 143598, 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           |   60 ++++++++++++++++++++--------------------
 extra-i686/bluefish.install   |   56 ++++++++++++++++++-------------------
 extra-x86_64/PKGBUILD         |   60 ++++++++++++++++++++--------------------
 extra-x86_64/bluefish.install |   56 ++++++++++++++++++-------------------
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-26 23:37:09 UTC (rev 143598)
+++ extra-i686/PKGBUILD	2011-11-26 23:39:41 UTC (rev 143599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=bluefish
-pkgver=2.0.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=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
-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')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./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 143598, bluefish/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-26 23:39:41 UTC (rev 143599)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=bluefish
+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=('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{,.sig})
+sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
+          'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./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	2011-11-26 23:37:09 UTC (rev 143598)
+++ extra-i686/bluefish.install	2011-11-26 23:39:41 UTC (rev 143599)
@@ -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 143598, bluefish/trunk/bluefish.install)
===================================================================
--- extra-i686/bluefish.install	                        (rev 0)
+++ extra-i686/bluefish.install	2011-11-26 23:39:41 UTC (rev 143599)
@@ -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	2011-11-26 23:37:09 UTC (rev 143598)
+++ extra-x86_64/PKGBUILD	2011-11-26 23:39:41 UTC (rev 143599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=bluefish
-pkgver=2.0.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=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
-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')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./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 143598, bluefish/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-26 23:39:41 UTC (rev 143599)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=bluefish
+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=('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{,.sig})
+sha1sums=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d'
+          'faf37ece57fc155c3510e5d6cec5679f22cd11f4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./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	2011-11-26 23:37:09 UTC (rev 143598)
+++ extra-x86_64/bluefish.install	2011-11-26 23:39:41 UTC (rev 143599)
@@ -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 143598, bluefish/trunk/bluefish.install)
===================================================================
--- extra-x86_64/bluefish.install	                        (rev 0)
+++ extra-x86_64/bluefish.install	2011-11-26 23:39:41 UTC (rev 143599)
@@ -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