Skip to content

Commit a38f3a7

Browse files
committed
[appstream] update to 1.1.2
1 parent 85aaf8e commit a38f3a7

4 files changed

Lines changed: 12 additions & 6 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

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",

0 commit comments

Comments
 (0)