mypaint-brushes:gimp build deb

This commit is contained in:
Rmys
2018-12-25 13:49:09 +03:00
parent a48abfbd91
commit b2e8324364
8 changed files with 1060 additions and 499 deletions
@@ -0,0 +1,25 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.copytree("%s/usr/share/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR())
pisitools.removeDir("/usr/share/pkgconfig")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mypaint-brushes</Name>
<Homepage>https://github.com/Jehan/mypaint-brushes</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>MyPaint tarafından kullanılan fırçalar ve libmypaint kullanan diğer yazılımlar</Summary>
<Description>MyPaint tarafından kullanılan fırçalar ve libmypaint kullanan diğer yazılımlar</Description>
<Archive sha1sum="809e085b9920891c0f42a92ce2950a2aa5cf236e" type="targz">https://github.com/Jehan/mypaint-brushes/archive/v1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libmypaint-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mypaint-brushes</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-12-25</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mypaint-brushes</Name>
<Summary xml:lang="tr">MyPaint tarafından kullanılan fırçalar ve libmypaint kullanan diğer yazılımlar</Summary>
<Description xml:lang="tr">MyPaint tarafından kullanılan fırçalar ve libmypaint kullanan diğer yazılımlar</Description>
</Source>
</PISI>