summaryrefslogtreecommitdiff
path: root/pcr/sfml-git
diff options
context:
space:
mode:
authorShackra Sislock <none@none>2012-08-13 16:37:51 -0600
committerShackra Sislock <none@none>2012-08-13 16:37:51 -0600
commit27996ae3144b7cfec2767b548d96de644dc4d86f (patch)
tree6e6c481aed97aaa122b1bfd26d6d720a298d2940 /pcr/sfml-git
parentf8556f42f54505c0b52eed97bedebf12c9e9df68 (diff)
adding better bindings of SFML for python2 and python3 (yes, the version provided by Jonathan De Wachter)
--HG-- rename : pcr/python2-pysfml2/PKGBUILD => pcr/python-sfml2/PKGBUILD rename : pcr/python2-pysfml2/PKGBUILD => pcr/python2-sfml2/PKGBUILD
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