This commit is contained in:
aligulle1
2017-05-16 09:20:50 +03:00
parent f174e29e32
commit e0ecd68073
2 changed files with 12 additions and 3 deletions
+3 -2
View File
@@ -7,8 +7,9 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.system("./autogen.sh")
autotools.configure(" \
--enable-lcms \
--disable-static \
@@ -28,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LIB", "ChangeLog", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README")
+9 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>SVG vector graphics application</Summary>
<Description>Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files.</Description>
<Archive sha1sum="9941ee467af570ac71a70f965cd9c48d4993b8f3" type="tarbz2">https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2</Archive>
<Archive sha1sum="bede1252b344dc08abb6736084364d8125a6dffc" type="tarbz2">https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.92.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtkmm-devel</Dependency>
@@ -120,6 +120,7 @@
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/inkscape</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/appdata</Path>
</Files>
</Package>
<Package>
@@ -137,6 +138,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-05-16</Date>
<Version>0.92.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-10</Date>
<Version>0.91</Version>