Merge branch 'master' into sync_lfs_stable
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Netscape Portable Runtime</Summary>
|
||||
<Description>Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings.</Description>
|
||||
<Archive sha1sum="5262abb243191d5fa3dcd72857d7d7f8ec47ad01" type="targz">https://ftp.mozilla.org/pub/nspr/releases/v4.17/src/nspr-4.17.tar.gz</Archive>
|
||||
<Archive sha1sum="907221d51a1f8cca0c3a9e1af93c53e02f5e203b" type="targz">https://ftp.mozilla.org/pub/nspr/releases/v4.19/src/nspr-4.19.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="nspr/config/nspr.pc.in">nspr.pc.in</AdditionalFile>
|
||||
<AdditionalFile permission="0755" target="generate-pc-config.sh">generate-pc-config.sh</AdditionalFile>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-05-05</Date>
|
||||
<Version>4.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-09-26</Date>
|
||||
<Version>4.17.0</Version>
|
||||
|
||||
@@ -61,10 +61,10 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3200100" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR())
|
||||
shelltools.system("pwd")
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3200100/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3220000/*")
|
||||
|
||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
||||
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description>
|
||||
<Archive sha1sum="48593dcd19473f25fe6fcd08048e13ddbff4c983" type="targz">https://sqlite.org/2017/sqlite-autoconf-3200100.tar.gz</Archive>
|
||||
<Archive sha1sum="5c674754629392003fa5f7f4d2bc533d571040b1" type="zip">https://sqlite.org/2017/sqlite-doc-3200100.zip</Archive>
|
||||
<Archive sha1sum="2fb24ec12001926d5209d2da90d252b9825366ac" type="targz">https://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz</Archive>
|
||||
<Archive sha1sum="4cbcc5c5029b8e355fa1e5c563a15b91f7ea7ced" type="zip">https://sqlite.org/2018/sqlite-doc-3220000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -104,6 +104,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2018-05-05</Date>
|
||||
<Version>3.22.0</Version>
|
||||
<Comment>Verison Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2017-09-26</Date>
|
||||
<Version>3.20.1</Version>
|
||||
|
||||
@@ -12,12 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Cross-platform, open-source make system</Summary>
|
||||
<Description>CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.</Description>
|
||||
<Archive sha1sum="ea73af0c3c832e586bf2f82a13a708ea509d5a88" type="targz">https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz</Archive>
|
||||
<Archive sha1sum="591fc2fabd44f3612676beef6e15f81fbe5417f7" type="targz">https://cmake.org/files/v3.11/cmake-3.11.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>libarchive-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>rhash-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>libuv-devel</Dependency>
|
||||
@@ -29,6 +30,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>rhash</Dependency>
|
||||
<Dependency>libarchive</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
@@ -45,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2018-05-14</Date>
|
||||
<Version>3.11.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-02-09</Date>
|
||||
<Version>3.7.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user