Merge pull request #8849 from 4fury-c3440d8/graphic

gpick.
This commit is contained in:
Rmys
2020-12-03 21:17:10 +03:00
committed by GitHub
2 changed files with 80 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 pisitools
from pisi.actionsapi import scons
from pisi.actionsapi import get
def build():
scons.make("USE_GTK3=True")
def install():
scons.install("install DESTDIR=%s/usr USE_GTK3=True" % get.installDIR())
pisitools.dodoc("LICENSE.txt", "README.md")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gpick</Name>
<Homepage>http://www.gpick.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>BSD-3-Clause</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary>Gpick is an advanced color picker and palette editing tool.</Summary>
<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>
<BuildDependencies>
<Dependency>scons</Dependency>
<Dependency>ragel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gpick</Name>
<RuntimeDependencies>
<Dependency>lua</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>boost</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-28</Date>
<Version>0.2.6_rc1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>