This commit is contained in:
4fury-c3440d8
2021-01-02 12:15:33 +00:00
parent 782d70119f
commit 85858abfcc
2 changed files with 17 additions and 6 deletions
+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>