bluefish editor for experienced web designers and programmers

This commit is contained in:
groni
2015-10-19 18:22:41 +02:00
parent 12140cb4cf
commit a226a95cf2
3 changed files with 107 additions and 0 deletions
+25
View File
@@ -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")
+73
View File
@@ -0,0 +1,73 @@
<PISI>
<Source>
<Name>Bluefish</Name>
<Homepage>http://bluefish.openoffice.nl/index.html</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<PartOf>programming.environment</PartOf>
<IsA>app:gui</IsA>
<Summary>Bluefish is a powerful editor targeted towards programmers and webdevelopers</Summary>
<Description>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.</Description>
<BuildDependencies>
<Dependency>enchant</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
<Archive sha1sum="0f53d85d8fbefeb4baa73bc1c06adf5e21c4ba76" type="targz">mirrors://sourceforge/bluefish/2.2.7/bluefish-2.2.7.tar.gz</Archive>
</Source>
<Package>
<Name>Bluefish</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-10-19</Date>
<Version>2.2.7</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-11</Date>
<Version>2.2.5</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-05</Date>
<Version>2.2.4</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-10</Date>
<Version>2.2.3</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+9
View File
@@ -0,0 +1,9 @@
<PISI>
<Source>
<Name>Bluefish</Name>
<Summary xml:lang="tr">Lüfer programcılar ve webdevelopers yönelik hedefli güçlü bir editör</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>
<!-- By PiSiDo 2.0.0 -->