From abea3965c9e58755a1021105b4b4465099990dec Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 18 Sep 2019 13:34:38 +0200 Subject: [PATCH] Minor fixes to crates that broke during transition Mispellings, misversionings, redundant stuff --- index/as/asis.toml | 2 ++ index/gl/globe_3d.toml | 2 +- index/gl/glut.toml | 1 - index/op/openglada.toml | 4 +--- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index/as/asis.toml b/index/as/asis.toml index bd2acbcd..4b055d7d 100644 --- a/index/as/asis.toml +++ b/index/as/asis.toml @@ -20,6 +20,7 @@ project-files = ["asis-gpl-2018-src/asis.gpr"] [2018.available.'case(compiler)'] gnat-community-2018 = true + "..." = false [2017] origin = "http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecffb" @@ -33,3 +34,4 @@ project-files = ["asis-gpl-2017-src/asis.gpr"] [2017.available.'case(compiler)'] gnat-community-2018 = true + "..." = false diff --git a/index/gl/globe_3d.toml b/index/gl/globe_3d.toml index e425f823..cd218ef7 100644 --- a/index/gl/globe_3d.toml +++ b/index/gl/globe_3d.toml @@ -13,7 +13,7 @@ origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e project-files = ["globe_3d.gpr"] [20180111.depends-on] - glut = "^2.8.1" + glut = "^2.8" [20180111.gpr-externals] OS_Kind = ["linux", "macosx", "win32"] diff --git a/index/gl/glut.toml b/index/gl/glut.toml index d819ddd8..6a1b2ead 100644 --- a/index/gl/glut.toml +++ b/index/gl/glut.toml @@ -6,4 +6,3 @@ maintainers = ["alejandro@mosteo.com"] ['2.8.1-3'] ['2.8.1-3'.origin.'case(distribution)'] 'debian|ubuntu' = "native:freeglut3-dev" - '...' = "" diff --git a/index/op/openglada.toml b/index/op/openglada.toml index 90d1d269..8188ba76 100644 --- a/index/op/openglada.toml +++ b/index/op/openglada.toml @@ -24,7 +24,5 @@ executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos", origin = "git+https://github.com/flyx/OpenGLAda.git@54a7a50cebab2cba0262c7f59b927e9ddf6e4649" ['0.6'.depends-on.'case(os)'.linux] - libglw3 = "^3" + libglfw3 = "^3" libx11 = "^2" - - ['0.6'.depends-on.'case(os)'.'...']