diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/libxcursor.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libxp.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libxscrnsaver.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/printproto.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/scrnsaverproto.lorry | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/open-source-lorries/libxcursor.lorry b/open-source-lorries/libxcursor.lorry new file mode 100644 index 0000000..425f9d5 --- /dev/null +++ b/open-source-lorries/libxcursor.lorry @@ -0,0 +1,6 @@ +{ + "libxcursor": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXcursor" + } +} diff --git a/open-source-lorries/libxp.lorry b/open-source-lorries/libxp.lorry new file mode 100644 index 0000000..63e08fc --- /dev/null +++ b/open-source-lorries/libxp.lorry @@ -0,0 +1,6 @@ +{ + "libxp": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXp" + } +} diff --git a/open-source-lorries/libxscrnsaver.lorry b/open-source-lorries/libxscrnsaver.lorry new file mode 100644 index 0000000..b3e7020 --- /dev/null +++ b/open-source-lorries/libxscrnsaver.lorry @@ -0,0 +1,6 @@ +{ + "libxscrnsaver": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXScrnSaver" + } +} diff --git a/open-source-lorries/printproto.lorry b/open-source-lorries/printproto.lorry new file mode 100644 index 0000000..6308db0 --- /dev/null +++ b/open-source-lorries/printproto.lorry @@ -0,0 +1,6 @@ +{ + "printproto": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/proto/printproto" + } +} diff --git a/open-source-lorries/scrnsaverproto.lorry b/open-source-lorries/scrnsaverproto.lorry new file mode 100644 index 0000000..f866ba6 --- /dev/null +++ b/open-source-lorries/scrnsaverproto.lorry @@ -0,0 +1,6 @@ +{ + "scrnsaverproto": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/proto/scrnsaverproto" + } +} |