summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam McKIE2016-03-22 08:59:21 +0100
committerWilliam McKIE2016-03-22 08:59:21 +0100
commit4ffb7a9d8be12405f5cf7ff61b63e2e195aabd0f (patch)
treec6d3576d4dbb4ae94df323d23915d2d843480228
parent9129508697267433290163daa5187bd950f83aa8 (diff)
downloadaur-monogame-git.tar.gz
Removed SharpFonts as dependencies
Some users have troubles with this package.
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23ffe1e4816..4c58dfa94979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = monogame-git
pkgdesc = Open Source implementation of the Microsoft XNA 4 Framework.
pkgver = 3.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.monogame.net/
arch = any
groups = any
@@ -10,7 +10,6 @@ pkgbase = monogame-git
makedepends = nvidia-texture-tools
makedepends = dos2unix
makedepends = monodevelop
- makedepends = sharpfonts
makedepends = assimp-net
depends = freeimage
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 58c5e0dffc7b..39d2c9632f08 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: William McKIE <mckie.william@hotmail.co.uk>
pkgname=monogame-git
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source implementation of the Microsoft XNA 4 Framework."
arch=('any')
url="http://www.monogame.net/"
license=('Microsoft Public License (Ms-PL)')
groups=('any')
depends=('freeimage' 'ffmpeg' 'gtk-sharp-3' 'openal' 'opentk')
-makedepends=('git' 'nvidia-texture-tools' 'dos2unix' 'monodevelop' 'sharpfonts' 'assimp-net')
+makedepends=('git' 'nvidia-texture-tools' 'dos2unix' 'monodevelop' 'assimp-net')
conflicts=('monogame' 'tao-framework' 'tao-framework-svn')
provides=('monogame')
source=('git+https://github.com/mono/MonoGame.git'
@@ -53,6 +53,7 @@ package() {
find . -name 'NVorbis.*' -exec install -Dm644 {} "${pkgdir}/usr/lib/monogame/"{} \;
find . -name 'PVRTexLibNET.*' -exec install -Dm644 {} "${pkgdir}/usr/lib/monogame/"{} \;
find . -name 'ATI.TextureConverter.*' -exec install -Dm644 {} "${pkgdir}/usr/lib/monogame/"{} \;
+ find . -name 'SharpFont.*' -exec install -Dm644 {} "${pkgdir}/usr/lib/monogame/"{} \;
# AddIns
cd "${srcdir}/MonoGame/IDE/MonoDevelop/bin/Release"