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 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
@@ -21,5 +21,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) 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" ?> <?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> <PISI>
<Source> <Source>
<Name>bluefish</Name> <Name>bluefish</Name>
<Homepage>http://bluefish.openoffice.nl/</Homepage> <Homepage>https://bluefish.openoffice.nl/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv3</License> <License>GPL-3</License>
<Icon>bluefish</Icon> <Icon>bluefish</Icon>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A powerful editor for experienced web designers and programmers</Summary> <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> <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> <BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
<Dependency>man-pages</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>enchant-devel</Dependency>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libxml2-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>gdk-pixbuf-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>desktop-file-utils</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -31,16 +36,17 @@
<Name>bluefish</Name> <Name>bluefish</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk3</Dependency> <Dependency>gtk3</Dependency>
<Dependency>pango</Dependency>
<Dependency>enchant</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>enchant</Dependency>
<Dependency>python3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <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/applications</Path>
<Path fileType="data">/usr/share/bluefish</Path> <Path fileType="data">/usr/share/bluefish</Path>
<Path fileType="doc">/usr/share/doc/bluefish</Path> <Path fileType="doc">/usr/share/doc/bluefish</Path>
@@ -49,7 +55,7 @@
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/mime</Path> <Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/pixmaps</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> <Path fileType="data">/usr/share/xml/bluefish</Path>
</Files> </Files>
<Provides> <Provides>
@@ -58,7 +64,14 @@
</Package> </Package>
<History> <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> <Date>2022-10-29</Date>
<Version>2.2.12</Version> <Version>2.2.12</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>