Quantcast

Revert packaging changes so we don't bundle multiple copies of the bundled libraries

KyrosKrane [06-07-18 - 20:13]
Revert packaging changes so we don't bundle multiple copies of the bundled libraries
Filename
.pkgmeta
diff --git a/.pkgmeta b/.pkgmeta
index bbd6497..cc34de4 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -5,24 +5,10 @@ enable-nolib-creation: no
  # Also ignore packaged libraries and tests
 ignore:
     - README.md
-    - Libs/LibDBIcon-1.0/CallbackHandler-1.0
-    - Libs/LibDBIcon-1.0/LibDataBroker-1.1
-    - Libs/LibDBIcon-1.0/LibStub
-    - Libs/LibStub/tests

-externals:
-    Libs/AceConfig-3.0:
-        url: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
-        tag: latest
-    Libs/CallbackHandler-1.0:
-        url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
-        tag: latest
-    Libs/LibDataBroker-1.1:
-        url: https://repos.wowace.com/wow/libdatabroker-1-1
-        tag: latest
-    Libs/LibDBIcon-1.0:
-        url: https://repos.wowace.com/wow/libdbicon-1-0/trunk
-        tag: latest
-    Libs/LibStub:
-        url: https://repos.wowace.com/wow/libstub/trunk
-        tag: latest
+tools-used:
+    - libdatabroker-1-1
+    - libstub
+    - callbackhandler
+    - libdbicon-1-0
+    - AceConfig-3.0
\ No newline at end of file