From cec445eab5586acf31f7d8d300178f9892e06734 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 18 Jul 2025 14:41:10 +0700 Subject: [PATCH] sort --- config/lib.json | 42 +++++++++++++++++----------------- config/source.json | 56 +++++++++++++++++++++++----------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/config/lib.json b/config/lib.json index 45457457..98408199 100644 --- a/config/lib.json +++ b/config/lib.json @@ -252,6 +252,18 @@ "openssl" ] }, + "jbig": { + "source": "jbig", + "static-libs-unix": [ + "libjbig.a", + "libjbig85.a" + ], + "headers": [ + "jbig.h", + "jbig85.h", + "jbig_ar.h" + ] + }, "ldap": { "source": "ldap", "static-libs-unix": [ @@ -272,18 +284,6 @@ ], "cpp-library": true }, - "jbig": { - "source": "jbig", - "static-libs-unix": [ - "libjbig.a", - "libjbig85.a" - ], - "headers": [ - "jbig.h", - "jbig85.h", - "jbig_ar.h" - ] - }, "libacl": { "source": "libacl", "static-libs-unix": [ @@ -836,6 +836,15 @@ "libiconv" ] }, + "watcher": { + "source": "watcher", + "static-libs-unix": [ + "libwatcher-c.a" + ], + "headers": [ + "wtr/watcher-c.h" + ] + }, "xz": { "source": "xz", "static-libs-unix": [ @@ -889,14 +898,5 @@ "zstd.h", "zstd_errors.h" ] - }, - "watcher": { - "source": "watcher", - "static-libs-unix": [ - "libwatcher-c.a" - ], - "headers": [ - "wtr/watcher-c.h" - ] } } diff --git a/config/source.json b/config/source.json index 820a6a79..81b3f074 100644 --- a/config/source.json +++ b/config/source.json @@ -388,6 +388,15 @@ "path": "LICENSE" } }, + "jbig": { + "type": "url", + "url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz", + "provide-pre-built": true, + "license": { + "type": "file", + "path": "COPYING" + } + }, "ldap": { "type": "filelist", "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/", @@ -397,6 +406,16 @@ "path": "LICENSE" } }, + "lerc": { + "type": "ghtar", + "repo": "Esri/lerc", + "prefer-stable": true, + "provide-pre-built": true, + "license": { + "type": "file", + "path": "LICENSE" + } + }, "libacl": { "alt": { "type": "url", @@ -466,25 +485,6 @@ "path": "COPYING" } }, - "lerc": { - "type": "ghtar", - "repo": "Esri/lerc", - "prefer-stable": true, - "provide-pre-built": true, - "license": { - "type": "file", - "path": "LICENSE" - } - }, - "jbig": { - "type": "url", - "url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz", - "provide-pre-built": true, - "license": { - "type": "file", - "path": "COPYING" - } - }, "libevent": { "type": "ghrel", "repo": "libevent/libevent", @@ -1018,6 +1018,15 @@ "path": "COPYING" } }, + "watcher": { + "type": "ghtar", + "repo": "e-dant/watcher", + "prefer-stable": true, + "license": { + "type": "file", + "path": "license" + } + }, "xdebug": { "type": "url", "url": "https://pecl.php.net/get/xdebug", @@ -1098,14 +1107,5 @@ "type": "file", "path": "LICENSE" } - }, - "watcher": { - "type": "ghtar", - "repo": "e-dant/watcher", - "prefer-stable": true, - "license": { - "type": "file", - "path": "license" - } } }