Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add utest.h #1475

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,14 @@
"2.5.2-1"
]
},
"utest.h": {
"dependency_names": [
"utest.h"
],
"versions": [
"bc61349-1"
]
},
"utf8proc": {
"dependency_names": [
"libutf8proc"
Expand Down
27 changes: 27 additions & 0 deletions subprojects/packagefiles/utest.h/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright © 2024 Enno Boland

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

project('utest.h')

utest_include = include_directories('.')

utest_h_dep = declare_dependency(
include_directories: utest_include,
)
9 changes: 9 additions & 0 deletions subprojects/utest.h.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = utest.h-bc613490597c03437f2e07bdf3322c3d3c72e4ad
source_url = https://github.com/sheredom/utest.h/archive/bc613490597c03437f2e07bdf3322c3d3c72e4ad.tar.gz
source_filename = bc613490597c03437f2e07bdf3322c3d3c72e4ad.tar.gz
source_hash = c1f90ee8d7e72a5b3c795f63005f139bd7d0b2d8045fbf988f6e43bfee4e942a
patch_directory = utest.h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This points to a random commit since upstream does not seem to do proper releases. This is a problem, because WrapDB has a policy decision to only use pristine upstream releases.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, damn. That's a pity. The author doesn't do releases. :/


[provide]
utest.h = utest_h_dep