utf8proc.
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
# 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 shelltools, cmaketools, pisitools
|
||||
from pisi.actionsapi import shelltools, cmaketools
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("_build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.configure("-DBUILD_SHARED_LIBS=1", sourceDir = "..")
|
||||
cmaketools.configure("-B_build -DBUILD_SHARED_LIBS=1")
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
@@ -18,5 +16,3 @@ def build():
|
||||
def install():
|
||||
shelltools.cd("_build")
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.insinto("/usr/lib/pkgconfig", "../libutf8proc.pc.in", "libutf8proc.pc")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>a clean C library for processing UTF-8 Unicode data.</Summary>
|
||||
<Description>utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.</Description>
|
||||
<Archive sha1sum="f21b3263081adfcbe102cfea8cd4cb02e71f0efc" type="targz">
|
||||
https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.6.1.tar.gz
|
||||
<Archive sha1sum="5953bdb9c896c6e2bbacf713181a5fd608c35888" type="targz">
|
||||
https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.7.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-12-20</Date>
|
||||
<Version>2.7.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-11-22</Date>
|
||||
<Version>2.6.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user