Browse Source

Remove `glew` dependency also from all PKGBUILDs.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
27215ef18f
  1. 2
      PKGBUILD
  2. 2
      PKGBUILD-mingw32
  3. 2
      PKGBUILD-release
  4. 2
      package/archlinux/magnum-git/PKGBUILD

2
PKGBUILD

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('corrade' 'glew' 'freeglut' 'sdl2') depends=('corrade' 'freeglut' 'sdl2')
makedepends=('cmake') makedepends=('cmake')
options=(!strip) options=(!strip)
provides=('magnum-git') provides=('magnum-git')

2
PKGBUILD-mingw32

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine (mingw32)"
arch=('any') arch=('any')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-glew' 'mingw32-freeglut') depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-freeglut')
makedepends=('mingw32-gcc' 'cmake' 'corrade') makedepends=('mingw32-gcc' 'cmake' 'corrade')
options=(!buildflags !strip) options=(!buildflags !strip)

2
PKGBUILD-release

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('corrade' 'glew' 'sdl-hg' 'freeglut') depends=('corrade' 'sdl-hg' 'freeglut')
makedepends=('cmake') makedepends=('cmake')
provides=('magnum-git') provides=('magnum-git')

2
package/archlinux/magnum-git/PKGBUILD

@ -6,7 +6,7 @@ pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Git version)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php" url="http://mosra.cz/blog/magnum.php"
license=('MIT') license=('MIT')
depends=('corrade-git' 'glew' 'glut' 'openal') depends=('corrade-git' 'glut' 'openal')
makedepends=('cmake' 'git') makedepends=('cmake' 'git')
provides=('magnum') provides=('magnum')
conflicts=('magnum') conflicts=('magnum')

Loading…
Cancel
Save