diff --git a/editor/bluefish/actions.py b/editor/bluefish/actions.py
index 365c66bebd..759e6ad10a 100644
--- a/editor/bluefish/actions.py
+++ b/editor/bluefish/actions.py
@@ -5,14 +5,13 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
-from pisi.actionsapi import get
from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
-def setup():
- autotools.autoreconf("-vfi")
+def setup():
autotools.configure("--disable-static \
- --disable-update-databases \
- --disable-xml-catalog-update")
+ --disable-update-databases \
+ --disable-xml-catalog-update")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -23,3 +22,4 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
+
diff --git a/editor/bluefish/comar/package.py b/editor/bluefish/comar/package.py
new file mode 100644
index 0000000000..a9238ec07b
--- /dev/null
+++ b/editor/bluefish/comar/package.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+
+import os
+
+def postInstall(fromVersion, fromRelease, toVersion, toRelease):
+ os.system("/usr/bin/xmlcatalog --noout \
+ --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \
+ --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 'bflang.dtd' \
+ --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' '/usr/share/xml/bluefish-unstable' \
+ /etc/xml/catalog")
+
+def preRemove():
+ os.system("/usr/bin/xmlcatalog --noout \
+ --del 'Bluefish/DTD/Bflang' \
+ --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \
+ --del 'http://bluefish.openoffice.nl/DTD' \
+ /etc/xml/catalog")
+
diff --git a/editor/bluefish/pspec.xml b/editor/bluefish/pspec.xml
index 60ded98249..f3c2d8d0a6 100644
--- a/editor/bluefish/pspec.xml
+++ b/editor/bluefish/pspec.xml
@@ -1,58 +1,95 @@
+
+
bluefish
- http://bluefish.openoffice.nl/index.html
+ http://bluefish.openoffice.nl/
- Pisi Linux Admins
- admin@pisilinux.org
+ PisiLinux Community
+ admins@pisilinux.org
GPLv3
- programming.environment
+ bluefish
app:gui
- Bluefish is a powerful editor targeted towards programmers and webdevelopers
- Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages.
+ A powerful editor for experienced web designers and programmers
+ Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites.
+ http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.9.tar.bz2
- enchant
- glib2-devel
- gtk2-devel
- libxml2-devel
+ m4
+ python-devel
intltool
- gettext-devel
-
- mirrors://sourceforge/bluefish/2.2.7/bluefish-2.2.7.tar.gz
+ perl
+ automake
+ libtool
+ gtk3-devel
+ atk-devel
+ pango-devel
+ enchant-devel
+ cairo-devel
+ libxml2-devel
+ gdk-pixbuf-devel
+
+
- Bluefish
+ bluefish
+ gtk3
atk
- desktop-file-utils
+ pango
+ enchant
cairo
gdk-pixbuf
- gtk3
- pango
+ glib2
+ libxml2
/usr/bin
/usr/lib
- /usr/share
- /usr/share/doc
+ /usr/share/applications
+ /usr/share/bluefish
+ /usr/share/doc/bluefish
+ /usr/share/icons
/usr/share/locale
+ /usr/share/man
+ /usr/share/mime
+ /usr/share/pixmaps
+ /usr/share/appdata
+ /usr/share/xml/bluefish
+
+ System.Package
+
+
+
+ 2016-12-012
+ 2.2.9
+ Version bump
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ 2014-02-11
+ 2.2.5
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
- 2016-06-09
- 2.2.7
- Release Bump
- Pisi Linux Community
- admin@pisilinux.org
+ 2013-03-05
+ 2.2.4
+ Version bump
+ Ertan Güven
+ ertan@pisilinux.org
- 2015-10-19
- 2.2.7
+ 2013-01-10
+ 2.2.3
First release
- Stefan Gronewold (groni)
- groni@pisilinux.org
+ Osman Erkan
+ osman.erkan@pisilinux.org
diff --git a/editor/bluefish/translations.xml b/editor/bluefish/translations.xml
index aef613b21f..031c73a2a1 100644
--- a/editor/bluefish/translations.xml
+++ b/editor/bluefish/translations.xml
@@ -5,4 +5,4 @@
Deneyimli web tasarımcıları ve programcıları için güçlü bir düzenleyici
Bluefish web sayfası tasarım ve hazırlanmasında kullanılan güçlü bir düzenleyicidir.
-
+