diff options
| -rw-r--r-- | ports/nana/CONTROL | 6 | ||||
| -rw-r--r-- | ports/nana/vcpkg.json | 19 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/n-/nana.json | 5 |
4 files changed, 25 insertions, 7 deletions
diff --git a/ports/nana/CONTROL b/ports/nana/CONTROL deleted file mode 100644 index 608fb8747..000000000 --- a/ports/nana/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: nana -Version: 1.7.4 -Port-Version: 1 -Homepage: https://github.com/cnjinhao/nana -Description: Cross-platform library for GUI programming in modern C++ style. -Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows) diff --git a/ports/nana/vcpkg.json b/ports/nana/vcpkg.json new file mode 100644 index 000000000..c82984e87 --- /dev/null +++ b/ports/nana/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "nana", + "version-string": "1.7.4", + "port-version": 2, + "description": "Cross-platform library for GUI programming in modern C++ style.", + "homepage": "https://github.com/cnjinhao/nana", + "dependencies": [ + { + "name": "fontconfig", + "platform": "!uwp & !windows & !mingw" + }, + { + "name": "freetype", + "platform": "!uwp & !windows & !mingw" + }, + "libjpeg-turbo", + "libpng" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index ebd7262c1..8fea072f3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4262,7 +4262,7 @@ }, "nana": { "baseline": "1.7.4", - "port-version": 1 + "port-version": 2 }, "nano-signal-slot": { "baseline": "2.0.1", diff --git a/versions/n-/nana.json b/versions/n-/nana.json index e82764d48..0d3a44b77 100644 --- a/versions/n-/nana.json +++ b/versions/n-/nana.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "51aa210032909eec832d81aaf347917e2fe1a70a", + "version-string": "1.7.4", + "port-version": 2 + }, + { "git-tree": "b2e006f8f4b726f268b855f855ed896c2c99ba24", "version-string": "1.7.4", "port-version": 1 |
