azpainter: bump with bug fix.
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.rawConfigure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -17,5 +17,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>azpainter</Name>
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly.
|
||||
</Description>
|
||||
<Archive sha1sum="61a2457d9fa1c8991f62c06ecf66c806101f6412" type="tarxz">
|
||||
https://acc.dl.osdn.jp/azpainter/71988/azpainter-2.1.5.tar.xz
|
||||
<Archive sha1sum="c3b14eae3e8266bb51e2e1a31b85e537710e59af" type="tarxz">
|
||||
https://acc.dl.osdn.jp/azpainter/72797/azpainter-2.1.6.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-22</Date>
|
||||
<Version>2.1.6</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>2.1.5</Version>
|
||||
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.rawConfigure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -17,5 +17,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>azpainterb</Name>
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
Paint software for Linux which can be used for various purposes such as dot editing, illustration, retouching, etc. You can sense pen pressure with XInput2.
|
||||
</Description>
|
||||
<Archive sha1sum="8a9ec60caea2bd7e09501ed2ea8b5638b21d0526" type="tarxz">
|
||||
https://dotsrc.dl.osdn.net/osdn/azpainterb/71050/azpainterb-1.1.1.tar.xz
|
||||
<Archive sha1sum="7302ab72b7f4cfba7bbe6779aac2f5a761103047" type="tarxz">
|
||||
https://dotsrc.dl.osdn.net/osdn/azpainterb/72798/azpainterb-1.1.2.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-22</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-04-30</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Update release="2">
|
||||
<Date>2020-04-16</Date>
|
||||
<Version>1.90</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
|
||||
Reference in New Issue
Block a user