[arch-commits] Commit in sfml/repos (8 files)

2017-02-15 Thread Sven-Hendrik Haase
Date: Wednesday, February 15, 2017 @ 10:29:32
  Author: svenstaro
Revision: 212518

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 212517, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 212517, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 212517, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 212517, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-15 10:29:18 UTC (rev 212517)
+++ community-i686/PKGBUILD 2017-02-15 10:29:32 UTC (rev 212518)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.4.1
-pkgrel=2
-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' 
'libx11')
-makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
-install=sfml.install
-source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/SFML
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/SFML/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.7/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 212517, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-15 10:29:32 UTC (rev 212518)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.4.2
+pkgrel=1
+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' 
'libx11')
+makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.7/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2017-02-15 10:29:18 UTC (rev 212517)
+++ community-i686/sfml.install 2017-02-15 10:29:32 UTC (rev 212518)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 212517, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2017-02-15 10:29:32 UTC (rev 212518)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-15 10:29:18 UTC (rev 212517)
+++ community-x86_64/PKGBUILD   2017-02-15 10:29:32 UTC (rev 212518)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 

[arch-commits] Commit in sfml/repos (8 files)

2016-11-04 Thread Sven-Hendrik Haase
Date: Saturday, November 5, 2016 @ 05:49:09
  Author: svenstaro
Revision: 194678

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 194677, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 194677, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 194677, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 194677, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-05 05:48:57 UTC (rev 194677)
+++ community-i686/PKGBUILD 2016-11-05 05:49:09 UTC (rev 194678)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.4.0
-pkgrel=1
-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' 
'xcb-util-image')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/SFML
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/SFML/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.6/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 194677, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-05 05:49:09 UTC (rev 194678)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.4.1
+pkgrel=1
+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' 
'libx11')
+makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.6/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2016-11-05 05:48:57 UTC (rev 194677)
+++ community-i686/sfml.install 2016-11-05 05:49:09 UTC (rev 194678)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 194677, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2016-11-05 05:49:09 UTC (rev 194678)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-05 05:48:57 UTC (rev 194677)
+++ community-x86_64/PKGBUILD   2016-11-05 05:49:09 UTC (rev 194678)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-

[arch-commits] Commit in sfml/repos (8 files)

2016-08-08 Thread Sven-Hendrik Haase
Date: Monday, August 8, 2016 @ 13:35:50
  Author: svenstaro
Revision: 186013

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 186012, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 186012, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 186012, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 186012, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-08 13:35:43 UTC (rev 186012)
+++ community-i686/PKGBUILD 2016-08-08 13:35:50 UTC (rev 186013)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.3.2
-pkgrel=5
-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' 
'xcb-util-image')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/SFML
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/SFML/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.6/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 186012, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-08 13:35:50 UTC (rev 186013)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.4.0
+pkgrel=1
+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' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.6/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2016-08-08 13:35:43 UTC (rev 186012)
+++ community-i686/sfml.install 2016-08-08 13:35:50 UTC (rev 186013)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 186012, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2016-08-08 13:35:50 UTC (rev 186013)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-08 13:35:43 UTC (rev 186012)
+++ community-x86_64/PKGBUILD   2016-08-08 13:35:50 UTC (rev 186013)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-

[arch-commits] Commit in sfml/repos (8 files)

2015-09-25 Thread Sven-Hendrik Haase
Date: Saturday, September 26, 2015 @ 01:34:12
  Author: svenstaro
Revision: 141611

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 141610, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 141610, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 141610, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 141610, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-25 23:34:03 UTC (rev 141610)
+++ community-i686/PKGBUILD 2015-09-25 23:34:12 UTC (rev 141611)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.3.1
-pkgrel=2
-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' 
'xcb-util-image')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/SFML
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/SFML/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.3/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 141610, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-25 23:34:12 UTC (rev 141611)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.3.2
+pkgrel=1
+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' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.3/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2015-09-25 23:34:03 UTC (rev 141610)
+++ community-i686/sfml.install 2015-09-25 23:34:12 UTC (rev 141611)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 141610, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2015-09-25 23:34:12 UTC (rev 141611)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-25 23:34:03 UTC (rev 141610)
+++ community-x86_64/PKGBUILD   2015-09-25 23:34:12 UTC (rev 141611)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-

[arch-commits] Commit in sfml/repos (8 files)

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 11:08:06
  Author: svenstaro
Revision: 136977

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 136976, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 136976, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 136976, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 136976, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 09:07:57 UTC (rev 136976)
+++ community-i686/PKGBUILD 2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.3
-pkgrel=1
-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' 
'xcb-util-image')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 136976, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 09:08:06 UTC (rev 136977)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.3.1
+pkgrel=1
+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' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2015-07-16 09:07:57 UTC (rev 136976)
+++ community-i686/sfml.install 2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 136976, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2015-07-16 09:08:06 UTC (rev 136977)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 09:07:57 UTC (rev 136976)
+++ community-x86_64/PKGBUILD   2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.3
-pkgrel=1
-pkgdesc='A simple, 

[arch-commits] Commit in sfml/repos (8 files)

2015-05-10 Thread Sven-Hendrik Haase
Date: Sunday, May 10, 2015 @ 10:11:15
  Author: svenstaro
Revision: 133155

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 133154, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 133154, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 133154, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 133154, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-10 08:11:06 UTC (rev 133154)
+++ community-i686/PKGBUILD 2015-05-10 08:11:15 UTC (rev 133155)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.2
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 133154, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-10 08:11:15 UTC (rev 133155)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.3
+pkgrel=1
+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' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2015-05-10 08:11:06 UTC (rev 133154)
+++ community-i686/sfml.install 2015-05-10 08:11:15 UTC (rev 133155)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 133154, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2015-05-10 08:11:15 UTC (rev 133155)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-10 08:11:06 UTC (rev 133154)
+++ community-x86_64/PKGBUILD   2015-05-10 08:11:15 UTC (rev 133155)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.2
-pkgrel=4
-pkgdesc='A simple, fast, cross-platform, 

[arch-commits] Commit in sfml/repos (8 files)

2015-03-21 Thread Sven-Hendrik Haase
Date: Sunday, March 22, 2015 @ 06:45:39
  Author: svenstaro
Revision: 129739

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 129738, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 129738, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 129738, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 129738, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-22 05:45:26 UTC (rev 129738)
+++ community-i686/PKGBUILD 2015-03-22 05:45:39 UTC (rev 129739)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.2
-pkgrel=3
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.1/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 129738, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-22 05:45:39 UTC (rev 129739)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.2
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2015-03-22 05:45:26 UTC (rev 129738)
+++ community-i686/sfml.install 2015-03-22 05:45:39 UTC (rev 129739)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 129738, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2015-03-22 05:45:39 UTC (rev 129739)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-22 05:45:26 UTC (rev 129738)
+++ community-x86_64/PKGBUILD   2015-03-22 05:45:39 UTC (rev 129739)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.2
-pkgrel=3
-pkgdesc='A simple, fast, cross-platform, and 

[arch-commits] Commit in sfml/repos (8 files)

2014-12-11 Thread Sven-Hendrik Haase
Date: Thursday, December 11, 2014 @ 17:46:44
  Author: svenstaro
Revision: 123783

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 123782, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 123782, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 123782, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 123782, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   42 -
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   42 -
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-11 16:46:39 UTC (rev 123782)
+++ community-i686/PKGBUILD 2014-12-11 16:46:44 UTC (rev 123783)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-pkgrel=5
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
-  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 123782, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-11 16:46:44 UTC (rev 123783)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.2
+pkgrel=1
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#tag=${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-12-11 16:46:39 UTC (rev 123782)
+++ community-i686/sfml.install 2014-12-11 16:46:44 UTC (rev 123783)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 123782, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-12-11 16:46:44 UTC (rev 123783)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-11 16:46:39 UTC (rev 123782)
+++ community-x86_64/PKGBUILD   2014-12-11 16:46:44 UTC (rev 123783)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak 

[arch-commits] Commit in sfml/repos (8 files)

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 09:55:01
  Author: bpiotrowski
Revision: 117601

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 117600, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 117600, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 117600, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 117600, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   84 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   42 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   42 
 community-x86_64/sfml.install |3 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 07:54:47 UTC (rev 117600)
+++ community-i686/PKGBUILD 2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
-  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 117600, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 07:55:01 UTC (rev 117601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+pkgrel=5
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
+  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-08-19 07:54:47 UTC (rev 117600)
+++ community-i686/sfml.install 2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 117600, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-08-19 07:55:01 UTC (rev 117601)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-19 07:54:47 UTC (rev 117600)
+++ community-x86_64/PKGBUILD   2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,42 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in sfml/repos (8 files)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:22:43
  Author: svenstaro
Revision: 113750

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 113749, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 113749, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 113749, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 113749, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   84 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   41 ---
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/sfml.install |3 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 14:22:34 UTC (rev 113749)
+++ community-i686/PKGBUILD 2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-pkgrel=3
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 113749, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 14:22:43 UTC (rev 113750)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
+  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-06-29 14:22:34 UTC (rev 113749)
+++ community-i686/sfml.install 2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 113749, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-06-29 14:22:43 UTC (rev 113750)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-29 14:22:34 UTC (rev 113749)
+++ community-x86_64/PKGBUILD   2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# 

[arch-commits] Commit in sfml/repos (8 files)

2014-06-24 Thread Sven-Hendrik Haase
Date: Tuesday, June 24, 2014 @ 11:52:31
  Author: svenstaro
Revision: 113490

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 113489, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 113489, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 113489, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 113489, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   82 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   41 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   41 
 community-x86_64/sfml.install |3 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-24 09:52:25 UTC (rev 113489)
+++ community-i686/PKGBUILD 2014-06-24 09:52:31 UTC (rev 113490)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-pkgrel=1
-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=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 113489, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-24 09:52:31 UTC (rev 113490)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+pkgrel=3
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-06-24 09:52:25 UTC (rev 113489)
+++ community-i686/sfml.install 2014-06-24 09:52:31 UTC (rev 113490)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 113489, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-06-24 09:52:31 UTC (rev 113490)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-24 09:52:25 UTC (rev 113489)
+++ community-x86_64/PKGBUILD   2014-06-24 09:52:31 UTC (rev 113490)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak 

[arch-commits] Commit in sfml/repos (8 files)

2013-12-26 Thread Sven-Hendrik Haase
Date: Thursday, December 26, 2013 @ 22:26:17
  Author: svenstaro
Revision: 103129

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 103128, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 103128, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 103128, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 103128, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   82 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   39 ---
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   39 ---
 community-x86_64/sfml.install |3 -
 6 files changed, 88 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-26 21:26:04 UTC (rev 103128)
+++ community-i686/PKGBUILD 2013-12-26 21:26:17 UTC (rev 103129)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.1
-pkgrel=1
-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=('mesa' 'cmake' 'doxygen')
-install=sfml.install
-source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/${pkgver}.tar.gz;)
-md5sums=('6457a5903b156390012773e9ef33f65f')
-
-build() {
-  cd $srcdir/SFML-${pkgver}
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=true \
-  -DSFML_BUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML-${pkgver}/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 103128, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-26 21:26:17 UTC (rev 103129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+pkgrel=1
+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=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2013-12-26 21:26:04 UTC (rev 103128)
+++ community-i686/sfml.install 2013-12-26 21:26:17 UTC (rev 103129)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 103128, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2013-12-26 21:26:17 UTC (rev 103129)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-26 21:26:04 UTC (rev 103128)
+++ community-x86_64/PKGBUILD   2013-12-26 21:26:17 UTC (rev 103129)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-

[arch-commits] Commit in sfml/repos (8 files)

2013-07-27 Thread Sven-Hendrik Haase
Date: Saturday, July 27, 2013 @ 12:33:26
  Author: svenstaro
Revision: 94564

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sfml/repos/community-staging-i686/PKGBUILD
(from rev 94563, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-i686/sfml.install
(from rev 94563, sfml/trunk/sfml.install)
  sfml/repos/community-staging-x86_64/PKGBUILD
(from rev 94563, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-x86_64/sfml.install
(from rev 94563, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-staging-i686/PKGBUILD
  sfml/repos/community-staging-i686/sfml.install
  sfml/repos/community-staging-x86_64/PKGBUILD
  sfml/repos/community-staging-x86_64/sfml.install

---+
 /PKGBUILD |   78 
 /sfml.install |6 ++
 community-staging-i686/PKGBUILD   |   39 
 community-staging-i686/sfml.install   |3 -
 community-staging-x86_64/PKGBUILD |   39 
 community-staging-x86_64/sfml.install |3 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-27 10:31:24 UTC (rev 94563)
+++ community-staging-i686/PKGBUILD 2013-07-27 10:33:26 UTC (rev 94564)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.1
-pkgrel=1
-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=('mesa' 'cmake' 'doxygen')
-install=sfml.install
-source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/${pkgver}.tar.gz;)
-md5sums=('6457a5903b156390012773e9ef33f65f')
-
-build() {
-  cd $srcdir/SFML-${pkgver}
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=true \
-  -DSFML_BUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML-${pkgver}/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-staging-i686/PKGBUILD (from rev 94563, 
sfml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-27 10:33:26 UTC (rev 94564)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.1
+pkgrel=1
+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=('mesa' 'cmake' 'doxygen')
+install=sfml.install
+source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/${pkgver}.tar.gz;)
+md5sums=('6457a5903b156390012773e9ef33f65f')
+
+build() {
+  cd $srcdir/SFML-${pkgver}
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=true \
+  -DSFML_BUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML-${pkgver}/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-staging-i686/sfml.install
===
--- community-staging-i686/sfml.install 2013-07-27 10:31:24 UTC (rev 94563)
+++ community-staging-i686/sfml.install 2013-07-27 10:33:26 UTC (rev 94564)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-staging-i686/sfml.install (from rev 94563, 
sfml/trunk/sfml.install)
===
--- community-staging-i686/sfml.install (rev 0)
+++ community-staging-i686/sfml.install 2013-07-27 10:33:26 UTC (rev 94564)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-07-27 10:31:24 UTC (rev 94563)
+++ 

[arch-commits] Commit in sfml/repos (8 files)

2013-04-12 Thread Sven-Hendrik Haase
Date: Friday, April 12, 2013 @ 09:50:02
  Author: svenstaro
Revision: 88118

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 88117, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 88117, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 88117, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 88117, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   78 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   38 ---
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/sfml.install |3 -
 6 files changed, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 07:49:48 UTC (rev 88117)
+++ community-i686/PKGBUILD 2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.0rc1
-pkgrel=3
-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=('mesa' 'cmake' 'doxygen')
-install=sfml.install
-source=(2.0-rc.tar.gz::https://github.com/LaurentGomila/SFML/tarball/2.0-rc;)
-md5sums=('03c8e6817f4525092b94a3d44e8eada8')
-
-build() {
-  cd $srcdir/Laurent*
-
-  mkdir build  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true \
--DBUILD_EXAMPLES=true
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/Laurent*/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 88117, sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-12 07:50:02 UTC (rev 88118)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.0
+pkgrel=1
+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=('mesa' 'cmake' 'doxygen')
+install=sfml.install
+source=(https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz;)
+md5sums=('294fd8563a319e06f68bbca0eedc905e')
+
+build() {
+  cd $srcdir/SFML-${pkgver}
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=true \
+  -DSFML_BUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML-${pkgver}/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2013-04-12 07:49:48 UTC (rev 88117)
+++ community-i686/sfml.install 2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 88117, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2013-04-12 07:50:02 UTC (rev 88118)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-12 07:49:48 UTC (rev 88117)
+++ community-x86_64/PKGBUILD   2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.0rc1
-pkgrel=3
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia