Skip to content

Commit 70c3ef2

Browse files
committed
[appstream] update to 1.1.2
1 parent 6777f58 commit 70c3ef2

6 files changed

Lines changed: 23 additions & 8 deletions

File tree

ports/appstream/portfile.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO ximion/appstream
44
REF "v${VERSION}"
5-
SHA512 80f3b7b9279152ce271bab61e97a41268d5dc5d977dc9488fc187df90077ac1a81169201d3d1a7a5578d36e962321035bfe34106486c2ac3d684621b40338de6
5+
SHA512 2e673af579107603458cf09086ffc8cb488aa4ab24d248c7774b8b6d8e690aac49b2c5ddda56533b179e017f54fa4598ebae5bb7cb3073b3f03149700a7db9ac
66
HEAD_REF main
77
PATCHES
88
remove-uneeded-directories.patch
@@ -17,6 +17,7 @@ vcpkg_configure_meson(
1717
-Dstemming=false
1818
-Dsvg-support=false
1919
-Dgir=false
20+
-Dbash-completion=false
2021
ADDITIONAL_BINARIES
2122
gperf='${CURRENT_HOST_INSTALLED_DIR}/tools/gperf/gperf${HOST_EXECUTABLE_SUFFIX}'
2223
glib-mkenums='${CURRENT_HOST_INSTALLED_DIR}/tools/glib/glib-mkenums'

ports/appstream/vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "appstream",
3-
"version": "1.0.6",
4-
"port-version": 1,
3+
"version": "1.1.2",
54
"description": "Tools and libraries to work with AppStream metadata",
65
"homepage": "https://www.freedesktop.org/software/appstream/docs",
76
"license": "LGPL-2.1-or-later",
7+
"supports": "!windows | mingw",
88
"dependencies": [
99
{
1010
"name": "curl",
@@ -26,12 +26,12 @@
2626
"name": "gperf",
2727
"host": true
2828
},
29+
"libfyaml",
2930
{
3031
"name": "libxml2",
3132
"default-features": false
3233
},
3334
"libxmlb",
34-
"libyaml",
3535
{
3636
"name": "vcpkg-tool-meson",
3737
"host": true

ports/libfyaml/pthread.diff

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index ef0c3ae..dbce82e 100644
2+
index ef0c3ae..f5f23c2 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -168,14 +168,16 @@ if(CROSS_COMPILING AND CMAKE_SYSTEM_NAME STREQUAL "Windows")
@@ -21,6 +21,15 @@ index ef0c3ae..dbce82e 100644
2121
# Windows uses native threading APIs
2222
set(CMAKE_USE_WIN32_THREADS_INIT TRUE)
2323
endif()
24+
@@ -1114,7 +1116,7 @@ target_include_directories(fyaml_static
25+
${CMAKE_CURRENT_BINARY_DIR}
26+
)
27+
28+
-if(NOT WIN32)
29+
+if(NOT WIN32 AND NOT ANDROID)
30+
target_link_libraries(fyaml_static
31+
PUBLIC
32+
Threads::Threads
2433
@@ -1178,12 +1180,13 @@ target_include_directories(fyaml
2534
${CMAKE_CURRENT_SOURCE_DIR}/src/blake3
2635
)

versions/a-/appstream.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "af3b94e3fe4100860c7dbccc6758654bc4ee0f5b",
5+
"version": "1.1.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "ec534369136985b55e67821d956d3c8934ca9035",
510
"version": "1.0.6",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
"port-version": 0
190190
},
191191
"appstream": {
192-
"baseline": "1.0.6",
193-
"port-version": 1
192+
"baseline": "1.1.2",
193+
"port-version": 0
194194
},
195195
"appstream-glib": {
196196
"baseline": "0.8.3",

versions/l-/libfyaml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "13f1653796db5622ff23570ebcb1e400d09bebe4",
4+
"git-tree": "3c9a3cb694bc784cd720f7feec5da9fd94eaf6ae",
55
"version": "0.9.6",
66
"port-version": 0
77
}

0 commit comments

Comments
 (0)