summaryrefslogtreecommitdiff
path: root/pcr/sfml-git
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/sfml-git')
-rw-r--r--pcr/sfml-git/PKGBUILD5
-rw-r--r--pcr/sfml-git/arial.patch10
2 files changed, 2 insertions, 13 deletions
diff --git a/pcr/sfml-git/PKGBUILD b/pcr/sfml-git/PKGBUILD
index f848a58c1..94f89f7e7 100644
--- a/pcr/sfml-git/PKGBUILD
+++ b/pcr/sfml-git/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=sfml-git
pkgver=20120805
-pkgrel=3
+pkgrel=4
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API.'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
license=('zlib')
depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
makedepends=('git' 'mesa' 'cmake' 'doxygen')
-conflicts=('sfml')
-provides=('sfml')
+conflicts=('sfml' 'sfml-git')
source=("arial.patch")
_gitroot='https://github.com/LaurentGomila/SFML.git'
diff --git a/pcr/sfml-git/arial.patch b/pcr/sfml-git/arial.patch
deleted file mode 100644
index a9225065b..000000000
--- a/pcr/sfml-git/arial.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- SFML-a/src/SFML/Graphics/CMakeLists.txt 2012-08-03 19:41:49.885910580 -0600
-+++ SFML-b/src/SFML/Graphics/CMakeLists.txt 2012-08-03 19:42:53.578898858 -0600
-@@ -4,7 +4,6 @@
-
- # all source files
- set(SRC
-- ${SRCROOT}/Arial.hpp
- ${INCROOT}/BlendMode.hpp
- ${SRCROOT}/Color.cpp
- ${INCROOT}/Color.hpp