aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/aegisub-icu59-include-unistr.patch
blob: 78414741be45fc1fbb93a7f3c00f08a58cee72d2 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This patch adds an include needed since icu59:
Source: https://git.archlinux.org/svntogit/community.git/plain/trunk/icu59.patch?h=packages/aegisub
--- aegisub-3.2.2/src/utils.cpp	2014-12-08 02:07:09.000000000 +0200
+++ aegisub-3.2.2/src/utils.cpp	2017-04-26 11:11:15.438239182 +0300
@@ -44,6 +44,7 @@
 #include <boost/filesystem/path.hpp>
 #include <map>
 #include <unicode/locid.h>
+#include <unicode/unistr.h>
 #include <wx/clipbrd.h>
 #include <wx/filedlg.h>
 #include <wx/stdpaths.h>
ver-highlight'> implementation is no longer pulled in contexts that don't require it. 2021-08-23use StreamFilter under Mozilla to prevent csp <meta> tags from blocking our ↵Wojtek Kosior injected scripts 2021-08-06Facilitate installation of scripts from the repositoryWojtek Kosior This commit includes: * removal of page_info_server * running of storage client in popup context * extraction of some common CSS to a separate file * extraction of scripts import view to a separate file * addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js) * addition of hydrilla repo url to default settings * other minor changes and of course changes related to the actual installation of scripts from the repo 2021-07-19Refer to the extension consistently as "Hachette" and remove TODOS.orgjahoti from the copyright file 2021-07-06Merge popup displayWojtek Kosior 2021-07-06show some settings of the current page in the popupWojtek Kosior 2021-07-04Revamp default settingsjahoti Default settings are now provided in the same format as data exported from the extension, incorporating them into the main program as part of the build process. Also, modify their contents; the apparently non-functional FSF stuff is gone, replaced with fixes for BandCamp, WorldCat, and SumOfUs. 2021-06-30emply an sh-based build system; make some changes to blockingWojtek Kosior 2021-06-25gather all copyright info in 'copyright' fileWojtek Kosior 2021-06-18when possible inject CSP as http(s) header using webRequest instead of ↵Wojtek Kosior adding a <meta> tag 2021-06-14change licensesWojtek Kosior 2021-05-13only allow a single injection payload for page, rely on script bags for ↵Wojtek Kosior complex payloads 2021-05-12rename "bundles" to "bags"Wojtek Kosior 2021-05-12stop using js modulesWojtek Kosior