[arch-commits] Commit in sfml/repos (8 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Sat Jul 27 10:33:26 UTC 2013
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 <sh at lutzhaase.com>
-# Contributor: Ondrej Martinak <omartinak at 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 <sh at lutzhaase.com>
+# Contributor: Ondrej Martinak <omartinak at 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)
+++ community-staging-x86_64/PKGBUILD 2013-07-27 10:33:26 UTC (rev 94564)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Ondrej Martinak <omartinak at 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-x86_64/PKGBUILD (from rev 94563, sfml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2013-07-27 10:33:26 UTC (rev 94564)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Ondrej Martinak <omartinak at 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-x86_64/sfml.install
===================================================================
--- community-staging-x86_64/sfml.install 2013-07-27 10:31:24 UTC (rev 94563)
+++ community-staging-x86_64/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-x86_64/sfml.install (from rev 94563, sfml/trunk/sfml.install)
===================================================================
--- community-staging-x86_64/sfml.install (rev 0)
+++ community-staging-x86_64/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"
+}
More information about the arch-commits
mailing list