Merge pull request #8913 from 4fury-c3440d8/updates

azpainter, azpainterb, gpick: version bump.
This commit is contained in:
Kamil ATLI
2021-01-02 19:19:13 +03:00
committed by GitHub
6 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "ReadMe*")
+9 -2
View File
@@ -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="606b24b8dcdd1a45bbfaf29bf1b0cbaa4c7a8ba5" type="tarxz">
http://azsky2.html.xdomain.jp/arc/azpainter-2.1.6-200428.tar.xz
<Archive sha1sum="f8d90cdfe7f64ad29234f83ee5ca66c92d1b5565" type="tarxz">
http://azsky2.html.xdomain.jp/arc/azpainter-2.1.7.tar.xz
</Archive>
<BuildDependencies>
<Dependency>libXi-devel</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-12-31</Date>
<Version>2.1.7</Version>
<Comment>Ver. bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.1.6</Version>
+1 -1
View File
@@ -17,5 +17,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "ReadMe*")
+9 -2
View File
@@ -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="0a2dcda67c98448698ae2bdb8fee3c3f1612acba" type="tarxz">
http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.2-200428.tar.xz
<Archive sha1sum="63e2f1448a804d275f0186d275bdcf753c654851" type="tarxz">
http://azsky2.html.xdomain.jp/arc/azpainterb-1.1.3.tar.xz
</Archive>
<BuildDependencies>
<Dependency>libXi-devel</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-12-31</Date>
<Version>1.1.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>1.1.2</Version>
+6 -3
View File
@@ -4,15 +4,18 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import scons
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DUSE_GTK3=1")
def build():
scons.make("USE_GTK3=True")
cmaketools.make()
def install():
scons.install("install DESTDIR=%s/usr USE_GTK3=True" % get.installDIR())
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE.txt", "README.md")
+11 -3
View File
@@ -15,11 +15,11 @@
<Description>
Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications.
</Description>
<Archive sha1sum="ef3add6f581fa8ead243c133da7dacfd69b6fc46" type="targz">
https://github.com/thezbyg/gpick/archive/gpick-0.2.6rc1.tar.gz
<Archive sha1sum="b0e51feb274a39aea6063f0c72a8562824ce1010" type="targz">
https://github.com/thezbyg/gpick/archive/gpick-0.2.6.tar.gz
</Archive>
<BuildDependencies>
<Dependency>scons</Dependency>
<Dependency>cmake</Dependency>
<Dependency>ragel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -34,6 +34,7 @@
<Dependency>lua</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>expat</Dependency>
<Dependency>boost</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
@@ -50,6 +51,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-12-31</Date>
<Version>0.2.6</Version>
<Comment>Release.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-12-04</Date>
<Version>0.2.6_rc1</Version>