Skip to content

Commit e794cd9

Browse files
committed
[appstream] update to 1.1.2
1 parent 44b55d3 commit e794cd9

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

ports/appstream/portfile.cmake

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ 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
99
)
1010

11+
#https://github.com/pantoniou/libfyaml/issues/285
12+
if(VCPKG_TARGET_IS_ANDROID)
13+
set(VCPKG_C_FLAGS "${VCPKG_C_FLAGS} -Wno-error=incompatible-pointer-types")
14+
set(VCPKG_CXX_FLAGS "${VCPKG_CXX_FLAGS} -Wno-error=incompatible-pointer-types")
15+
endif()
16+
1117
vcpkg_configure_meson(
1218
SOURCE_PATH "${SOURCE_PATH}"
1319
OPTIONS
@@ -17,6 +23,7 @@ vcpkg_configure_meson(
1723
-Dstemming=false
1824
-Dsvg-support=false
1925
-Dgir=false
26+
-Dbash-completion=false
2027
ADDITIONAL_BINARIES
2128
gperf='${CURRENT_HOST_INSTALLED_DIR}/tools/gperf/gperf${HOST_EXECUTABLE_SUFFIX}'
2229
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

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": "1c477a1868b1f6373c6141ffa9c9e893916a2a9a",
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",

0 commit comments

Comments
 (0)