[gnome-build-meta/jjardon/usb.ids: 3/3] Use git repos instead local copy for usb.ids and pci.ids



commit 30ac29b51235cfa47e32d23d6fb2a2e8659bf3ee
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Apr 9 18:00:45 2020 +0100

    Use git repos instead local copy for usb.ids and pci.ids

 elements/core-deps/libosinfo.bst |    10 +-
 files/libosinfo/pci.ids          | 30193 -------------------------------------
 files/libosinfo/usb.ids          | 21179 --------------------------
 3 files changed, 6 insertions(+), 51376 deletions(-)
---
diff --git a/elements/core-deps/libosinfo.bst b/elements/core-deps/libosinfo.bst
index f8ae145c..fa9e7784 100644
--- a/elements/core-deps/libosinfo.bst
+++ b/elements/core-deps/libosinfo.bst
@@ -2,10 +2,12 @@ kind: meson
 sources:
 - kind: tar
   url: https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz
-- kind: local
-  path: files/libosinfo/pci.ids
-- kind: local
-  path: files/libosinfo/usb.ids
+- kind: git_tag
+  url: github_com:pciutils/pciids.git
+  track: master
+- kind: git_tag
+  url: github_com:usbids/usbids.git
+  track: master
 build-depends:
 - sdk/gtk-doc.bst
 - freedesktop-sdk.bst:components/perl-xml-parser.bst


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]