mypaint-brushes:gimp build deb
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A dynamic, any to any, pixel format translation library</Summary>
|
||||
<Description>babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.</Description>
|
||||
<Archive sha1sum="33c77797bcabc1064b28f7f953db813468424147" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.46.tar.bz2</Archive>
|
||||
<Archive sha1sum="3582b064d9c605d669ea74df2bc7437d9f322b40" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.60.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For rsvg utility -->
|
||||
<!--<Dependency>librsvg</Dependency>-->
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-12-25</Date>
|
||||
<Version>0.1.60</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-05</Date>
|
||||
<Version>0.1.46</Version>
|
||||
|
||||
@@ -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>
|
||||
+977
-496
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
c49010eb191e16570a753c2a8584aee608a1739f
|
||||
365f13ca2a5ef68273da9ac7055d13673a40c3f6
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
06e93ec908a379323b02066806fb79f9799cff89
|
||||
3e30375bf80b741111fc96363fb25bfcf50738be
|
||||
Reference in New Issue
Block a user