summaryrefslogtreecommitdiff
path: root/subprojects/libgnt.wrap
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-23 03:44:40 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-23 03:44:40 -0500
commit0d8b6697e95e2dbe246bb0ce85c2ca9c89682978 (patch)
tree9d259ef172f0afbf701a28e433b2f25615fd4278 /subprojects/libgnt.wrap
parent256f1d24fdc6fef6043671257924fd583dd44d4f (diff)
downloadpidgin-0d8b6697e95e2dbe246bb0ce85c2ca9c89682978.tar.gz
Revert the wrap-file change as it breaks our ability to use gi-docgen with subprojects
Using wrap-file causes the build directory to have the first path from the archive that was extracted. Normally this isn't a problem, but to use `gi-docgen` with our subproject we need to a `--add-include-dir` to `gi-docgen` which means we need to have a known path. These directories with the version number in them would then have to be updated for every `gi-docgen` call every time we update one of these dependencies. This is a nightmare, so for the packages we do this for, we will continue using `wrap-hg` or `wrap-git` so that can can control the name of the directory for the subproject in the build directory. Testing Done: Build the docs many times while making sure my `$topsrcdir/subprojects` directory only had wrap files. Reviewed at https://reviews.imfreedom.org/r/1830/
Diffstat (limited to 'subprojects/libgnt.wrap')
-rw-r--r--subprojects/libgnt.wrap9
1 files changed, 4 insertions, 5 deletions
diff --git a/subprojects/libgnt.wrap b/subprojects/libgnt.wrap
index 00708e2e2b..744177edc7 100644
--- a/subprojects/libgnt.wrap
+++ b/subprojects/libgnt.wrap
@@ -1,5 +1,4 @@
-[wrap-file]
-directory = libgnt-b7174f76d7ee
-source_url = https://keep.imfreedom.org/libgnt/libgnt/archive/b7174f76d7ee.tar.bz2
-source_filename = libgnt-b7174f76d7ee.tar.bz2
-source_hash = 56f76698c7bd050ae044410a8450f0ae063cdadab425a518866bd650acbbe652
+[wrap-hg]
+directory = libgnt
+url = https://keep.imfreedom.org/libgnt/libgnt
+revision = b7174f76d7ee \ No newline at end of file