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 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-x86_64/PKGBUILD (from rev 88117, 
sfml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/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-x86_64/sfml.install
===================================================================
--- community-x86_64/sfml.install       2013-04-12 07:49:48 UTC (rev 88117)
+++ community-x86_64/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-x86_64/sfml.install (from rev 88117, 
sfml/trunk/sfml.install)
===================================================================
--- community-x86_64/sfml.install                               (rev 0)
+++ community-x86_64/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"
+}

Reply via email to