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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Feb 15 10:29:33 UTC 2017


    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 <sh at lutzhaase.com>
-# Contributor: Ondrej Martinak <omartinak at gmail.com>
-
-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 <sh at lutzhaase.com>
+# Contributor: Ondrej Martinak <omartinak at gmail.com>
+
+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 <sh at lutzhaase.com>
-# Contributor: Ondrej Martinak <omartinak at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 212517, sfml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-15 10:29:32 UTC (rev 212518)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Ondrej Martinak <omartinak at gmail.com>
+
+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-x86_64/sfml.install
===================================================================
--- community-x86_64/sfml.install	2017-02-15 10:29:18 UTC (rev 212517)
+++ community-x86_64/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-x86_64/sfml.install (from rev 212517, sfml/trunk/sfml.install)
===================================================================
--- community-x86_64/sfml.install	                        (rev 0)
+++ community-x86_64/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"
+}



More information about the arch-commits mailing list