Skip to content

Commit

Permalink
[atkmm] Update to 2.36.3 (microsoft#36684)
Browse files Browse the repository at this point in the history
* [atkmm] Update to 2.36.3 (microsoft#36683)

* [atkmm] regenerate versions (microsoft#36683)
  • Loading branch information
SchaichAlonso authored Feb 12, 2024
1 parent 47fe2f4 commit 1a57d8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
11 changes: 6 additions & 5 deletions ports/atkmm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
endif()

set(ATKMM_VERSION 2.36.1)

# Keep distfile, don't use GitLab!
string(REGEX MATCH "^([0-9]*[.][0-9]*)" ATKMM_MAJOR_MINOR "${VERSION}")
vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/atkmm/2.36/atkmm-${ATKMM_VERSION}.tar.xz"
FILENAME "atkmm-${ATKMM_VERSION}.tar.xz"
SHA512 23c831afac6bb9a0f9f2e622f8f9ffea29445a33b1cd650e0c07ee77e60b28ae5ee978c029e8e0f9b94e9ff4679d69ebde833f15e0a5403d97914cc7ccf98a6a
URLS "https://ftp.gnome.org/pub/GNOME/sources/atkmm/${ATKMM_MAJOR_MINOR}/atkmm-${VERSION}.tar.xz"
FILENAME "atkmm-${VERSION}.tar.xz"
SHA512 2c2513b5c5fd7a5c9392727325c7551c766d4d51b8089fbea7e8043cde97d07c9b1f98a4a693f30835e4366e9236e28e092c2480a78415d77c5cb72e9432344f
)

vcpkg_extract_source_archive(
Expand All @@ -29,3 +28,5 @@ vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(INSTALL "${SOURCE_PATH}/README.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME readme.txt)
file(INSTALL "${SOURCE_PATH}/README.win32.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
3 changes: 1 addition & 2 deletions ports/atkmm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "atkmm",
"version": "2.36.1",
"port-version": 2,
"version": "2.36.3",
"description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.",
"homepage": "https://www.gtkmm.org",
"license": "LGPL-2.1-or-later",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/atkmm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b42bc112850ef59493e65d67cf5bbfb40011fac",
"version": "2.36.3",
"port-version": 0
},
{
"git-tree": "98ad8f81a31186ba590b553c5e99d4ea5415eb64",
"version": "2.36.1",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@
"port-version": 8
},
"atkmm": {
"baseline": "2.36.1",
"port-version": 2
"baseline": "2.36.3",
"port-version": 0
},
"atl": {
"baseline": "0",
Expand Down

0 comments on commit 1a57d8c

Please sign in to comment.