diff options
| author | kwiechen <kwiechen1@gmail.com> | 2021-04-12 20:13:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 11:13:39 -0700 |
| commit | e1e681f71b219b5673023dfe045e737955554897 (patch) | |
| tree | 12175cf8579a3bc0dd9f1f6c57afa07305c9d898 | |
| parent | d41af6b8f00b5d5cc4dc12aa259769f9e32d3369 (diff) | |
| download | vcpkg-e1e681f71b219b5673023dfe045e737955554897.tar.gz vcpkg-e1e681f71b219b5673023dfe045e737955554897.zip | |
sync GLIB_DLL_SUFFIX with pkgconfig (#17197)
* sync GLIB_DLL_SUFFIX with pkgconfig
* Update ports/glib/CONTROL
* update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
| -rw-r--r-- | ports/glib/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/glib/CONTROL | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/glib.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/glib/CMakeLists.txt b/ports/glib/CMakeLists.txt index 47ebf0f47..e71d66278 100644 --- a/ports/glib/CMakeLists.txt +++ b/ports/glib/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD 11) if(MSVC) add_compile_options(/utf-8) endif() -set(GLIB_DLL_SUFFIX 2) +set(GLIB_DLL_SUFFIX 2.0) set(GLIB_LIB_SUFFIX 2.0) if(CMAKE_BUILD_TYPE STREQUAL Debug) diff --git a/ports/glib/CONTROL b/ports/glib/CONTROL index 915deccd5..fd3219b2d 100644 --- a/ports/glib/CONTROL +++ b/ports/glib/CONTROL @@ -1,10 +1,10 @@ Source: glib Version: 2.52.3 -Port-Version: 26 +Port-Version: 27 Homepage: https://developer.gnome.org/glib/ Description: Portable, general-purpose utility library. Build-Depends: zlib, pcre, libffi, gettext, libiconv Supports: !uwp Feature: selinux -Description: Build with selinux support.
\ No newline at end of file +Description: Build with selinux support. diff --git a/versions/baseline.json b/versions/baseline.json index 3d039483a..a32a091dc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2250,7 +2250,7 @@ }, "glib": { "baseline": "2.52.3", - "port-version": 26 + "port-version": 27 }, "glibmm": { "baseline": "2.52.1", diff --git a/versions/g-/glib.json b/versions/g-/glib.json index 05b4ab39f..6c9cbdbe7 100644 --- a/versions/g-/glib.json +++ b/versions/g-/glib.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "715922ed1f6f71651f144fbe59d9aab441bd4b10", + "version-string": "2.52.3", + "port-version": 27 + }, + { "git-tree": "4ae9d07c61fa6787bacd9402f61b416843e36867", "version-string": "2.52.3", "port-version": 26 |
