Merge pull request #8770 from Rmys/master

editorconfig-core-c
This commit is contained in:
Rmys
2020-09-22 10:59:37 +03:00
committed by GitHub
8 changed files with 257948 additions and 257668 deletions
+257845 -257665
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
bb9e6fc5e32580867913adceb47cc1c171507535
ffc42b16b85cdaf52e378ca70adb2e36a0d82147
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b51fceba6e465e4c7854bc4a9e7d031f3d54be6f
608406d43f8e8e472ab7de4bd7c5863c9820bf8c
@@ -0,0 +1,20 @@
#!/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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "CHANGELOG", "CONTRIB*", "README*")
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>editorconfig-core-c</Name>
<Homepage>https://editorconfig.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>EditorConfig core library written in</Summary>
<Description>EditorConfig çekirdek kitaplığı</Description>
<Archive sha1sum="b5a10665cc27d5c6280dc0a98acccc2e07c3e97a" type="targz">https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>editorconfig-core-c.patch</Patch>
<Patch level="1">editorconfig-core-c.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>editorconfig-core-c</Name>
<RuntimeDependencies>
<Dependency>libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>editorconfig-core-c-devel</Name>
<Summary>Development files for editorconfig-core-c</Summary>
<RuntimeDependencies>
<Dependency release="current">editorconfig-core-c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-21</Date>
<Version>0.12.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>editorconfig-core-c</Name>
<Summary xml:lang="tr">EditorConfig core library written in</Summary>
<Description xml:lang="tr">EditorConfig çekirdek kitaplığı</Description>
</Source>
</PISI>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>A linkable library for Git</Summary>
<Description>A plain C library to interface with the git version control system</Description>
<Archive sha1sum="bf92f95425703b93db969df32c64c4c331425308" type="targz" name="libgit2-0.28.4.tar.gz">https://github.com/libgit2/libgit2/archive/v0.28.4.tar.gz</Archive>
<Archive sha1sum="9f5702ae1e13e7f9fb0128069b3aa62bf933b9c5" type="targz" name="libgit2-1.0.1.tar.gz">https://github.com/libgit2/libgit2/archive/v1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-09-21</Date>
<Version>1.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-01-15</Date>
<Version>0.28.4</Version>