[arch-commits] Commit in ogre/repos/community-x86_64 (4 files)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Jun 27 23:46:39 UTC 2022


    Date: Monday, June 27, 2022 @ 23:46:38
  Author: svenstaro
Revision: 1239783

archrelease: copy trunk to community-x86_64

Added:
  ogre/repos/community-x86_64/PKGBUILD
    (from rev 1239782, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
    (from rev 1239782, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

--------------+
 PKGBUILD     |   94 ++++++++++++++++++++++++++++-----------------------------
 ogre.install |    6 +--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 23:46:28 UTC (rev 1239782)
+++ PKGBUILD	2022-06-27 23:46:38 UTC (rev 1239783)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=ogre
-pkgver=13.3.4
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 'zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 'cppunit')
-install=ogre.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
-optdepends=('python: python bindings')
-sha512sums=('2a236c7124f76cbb7f0a020eb126423798ad2fc9353539705006fffb0ec88b56ad5b1232f3439d9c595602027c87bae467f9d79f4ab0b93f790e3a7bb5bab9c2')
-
-build() {
-  cd ogre-${pkgver}
-
-  cmake \
-    -Bbuild \
-    -GNinja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DOGRE_BUILD_TESTS=ON \
-    -DOGRE_BUILD_DEPENDENCIES=OFF
-
-  ninja -C build
-  ninja -C build OgreDoc
-}
-
-check() {
-  cd ogre-${pkgver}
-
-  ninja -C build test
-}
-
-package() {
-  cd ogre-${pkgver}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  mkdir -p "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 1239782, ogre/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 23:46:38 UTC (rev 1239783)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=ogre
+pkgver=13.4.1
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 'zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 'cppunit')
+install=ogre.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
+optdepends=('python: python bindings')
+sha512sums=('77a8b09d20b37c047851bd732697c4f9847bc404baefa0613e20f3bfb806e2c0dd8586f43586a61d3572b32e9e5315b02c09fca1fb45c4c4ed7048426b9bbd26')
+
+build() {
+  cd ogre-${pkgver}
+
+  cmake \
+    -Bbuild \
+    -GNinja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DOGRE_BUILD_TESTS=ON \
+    -DOGRE_BUILD_DEPENDENCIES=OFF
+
+  ninja -C build
+  ninja -C build OgreDoc
+}
+
+check() {
+  cd ogre-${pkgver}
+
+  ninja -C build test
+}
+
+package() {
+  cd ogre-${pkgver}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  mkdir -p "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ogre.install
===================================================================
--- ogre.install	2022-06-27 23:46:28 UTC (rev 1239782)
+++ ogre.install	2022-06-27 23:46:38 UTC (rev 1239783)
@@ -1,3 +0,0 @@
-post_install() {
-    echo "Ogre samples are in /opt/ogre/samples"
-}

Copied: ogre/repos/community-x86_64/ogre.install (from rev 1239782, ogre/trunk/ogre.install)
===================================================================
--- ogre.install	                        (rev 0)
+++ ogre.install	2022-06-27 23:46:38 UTC (rev 1239783)
@@ -0,0 +1,3 @@
+post_install() {
+    echo "Ogre samples are in /opt/ogre/samples"
+}



More information about the arch-commits mailing list