bluefish.

This commit is contained in:
4fury-c3440d8
2023-02-26 00:21:02 +03:00
parent 37287cb6f0
commit 34cc69cd09
2 changed files with 29 additions and 17 deletions
+2 -3
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -21,5 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog")
+27 -14
View File
@@ -1,29 +1,34 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>bluefish</Name>
<Homepage>http://bluefish.openoffice.nl/</Homepage>
<Homepage>https://bluefish.openoffice.nl/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>GPL-3</License>
<Icon>bluefish</Icon>
<IsA>app:gui</IsA>
<Summary>A powerful editor for experienced web designers and programmers</Summary>
<Description>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.</Description>
<Archive sha1sum="93c04c2c5fee65ba31589f4d56d6e3457c541a5f" type="tarbz2">http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.12.tar.bz2</Archive>
<Archive sha1sum="ec4a1681e37f709e3e1e3218f6dd4647551bf357" type="tarbz2">http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.13.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>man-pages</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>enchant-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>enchant-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
<!-- <Dependency>libiconv-devel</Dependency> -->
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>desktop-file-utils</Dependency>
</BuildDependencies>
</Source>
@@ -31,16 +36,17 @@
<Name>bluefish</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>pango</Dependency>
<Dependency>enchant</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>enchant</Dependency>
<Dependency>python3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/bluefish</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/bluefish</Path>
<Path fileType="doc">/usr/share/doc/bluefish</Path>
@@ -49,7 +55,7 @@
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/xml/bluefish</Path>
</Files>
<Provides>
@@ -58,7 +64,14 @@
</Package>
<History>
<Update release="8">
<Update release="10">
<Date>2023-02-25</Date>
<Version>2.2.13</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2022-10-29</Date>
<Version>2.2.12</Version>
<Comment>Version bump.</Comment>