From a226a95cf2f0bfd6049245aa7c64ea5114c062f5 Mon Sep 17 00:00:00 2001 From: groni Date: Mon, 19 Oct 2015 18:22:41 +0200 Subject: [PATCH] bluefish editor for experienced web designers and programmers --- editor/bluefish/actions.py | 25 +++++++++++ editor/bluefish/pspec.xml | 73 ++++++++++++++++++++++++++++++++ editor/bluefish/translations.xml | 9 ++++ 3 files changed, 107 insertions(+) create mode 100644 editor/bluefish/actions.py create mode 100644 editor/bluefish/pspec.xml create mode 100644 editor/bluefish/translations.xml diff --git a/editor/bluefish/actions.py b/editor/bluefish/actions.py new file mode 100644 index 0000000000..365c66bebd --- /dev/null +++ b/editor/bluefish/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# 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 + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static \ + --disable-update-databases \ + --disable-xml-catalog-update") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/editor/bluefish/pspec.xml b/editor/bluefish/pspec.xml new file mode 100644 index 0000000000..3d10fd0e56 --- /dev/null +++ b/editor/bluefish/pspec.xml @@ -0,0 +1,73 @@ + + + Bluefish + http://bluefish.openoffice.nl/index.html + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + programming.environment + 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. + + enchant + glib2-devel + gtk2-devel + libxml2-devel + intltool + + mirrors://sourceforge/bluefish/2.2.7/bluefish-2.2.7.tar.gz + + + Bluefish + + atk + desktop-file-utils + cairo + gdk-pixbuf + gtk3 + pango + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + + + 2015-10-19 + 2.2.7 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-02-11 + 2.2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-05 + 2.2.4 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2013-01-10 + 2.2.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + diff --git a/editor/bluefish/translations.xml b/editor/bluefish/translations.xml new file mode 100644 index 0000000000..7139eda995 --- /dev/null +++ b/editor/bluefish/translations.xml @@ -0,0 +1,9 @@ + + + Bluefish + Lüfer programcılar ve webdevelopers yönelik hedefli güçlü bir editör + Lüfer web siteleri, komut ve programlama kod yazmak için pek çok seçenek ile programcılar ve webdevelopers yönelik hedefli güçlü bir editörüdür. Lüfer birçok programlama ve işaretleme dilleri destekler. Kapsamlı bir bakış için özelliklerini görmek, ekran görüntülerine bir göz atın, ya da hemen indirebilirsiniz. Lüfer Linux, FreeBSD, MacOS-X, Windows OpenBSD ve Solaris dahil çoğu masaüstü işletim sistemleri üzerinde çalışan bir multi-platform uygulama GNU GPL licence.Bluefish altında yayımlanan bir açık kaynak geliştirme projesidir. + + + +