Skip to content

Commit 87b1799

Browse files
committed
Add dependencies and missing bootstrap file.
1 parent cd69863 commit 87b1799

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Libs

.pkgmeta

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
package-as: LibMagicUtil-1.0
22

3+
externals:
4+
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
5+
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
6+
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
7+
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
8+
Libs/AceGUI-3.0-SharedMediaWidgets: https://repos.wowace.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
9+

LibMagicUtil-1.0.toc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
## Version: 1.0.@project-date-integer@
99
## X-Category: Library
1010
## X-License: GPLv3
11+
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
1112

1213
LibStub.lua
14+
#@no-lib-strip@
15+
embeds.xml
16+
#@end-no-lib-strip@
1317
bootstrap.lua
1418
LibMagicUtil-1.0\lib.xml
1519

bootstrap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Flag that we're loading from the standalone addon, not an embedded copy.
2+
-- This allows the lib to bump its MINOR version so the standalone always wins.
3+
LIBMAGICUTIL_STANDALONE = true

embeds.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2+
..\FrameXML\UI.xsd">
3+
4+
<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
5+
<Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
6+
<Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
7+
<Include file="Libs\LibSharedMedia-3.0\lib.xml"/>
8+
<Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/>
9+
10+
</Ui>

0 commit comments

Comments
 (0)