From 0c8bd8875467a32d130736532f366ad633de4741 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Fri, 28 Jan 2022 12:40:04 +0100 Subject: [PATCH] openmw: ::hasufell -> ::games --- .../openmw/openmw-0.44.0.exheres-0 | 63 ------------------- 1 file changed, 63 deletions(-) delete mode 100644 packages/games-engines/openmw/openmw-0.44.0.exheres-0 diff --git a/packages/games-engines/openmw/openmw-0.44.0.exheres-0 b/packages/games-engines/openmw/openmw-0.44.0.exheres-0 deleted file mode 100644 index 1cad27d..0000000 --- a/packages/games-engines/openmw/openmw-0.44.0.exheres-0 +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 2014-2018 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 - -require gtk-icon-cache -require github [ user=OpenMW tag=${PNV} ] -require cmake [ api=2 ] - -SUMMARY="An open source reimplementation of TES III: Morrowind" -HOMEPAGE="http://openmw.org/" - -LICENCES="GPL-3 MIT bitstream-font OFL-1.1" -SLOT="0" -PLATFORMS="~amd64 ~x86" -MYOPTIONS=" - ( providers: ffmpeg libav ) [[ number-selected = exactly-one ]] -" - -DEPENDENCIES=" - build: - virtual/pkg-config - build+run: - app-arch/unshield - dev-games/OpenSceneGraph[>=3.3.4] - dev-games/mygui[>=3.2.1] - dev-libs/boost - dev-libs/tinyxml - media-libs/SDL:2[X] - media-libs/freetype:2 - media-libs/openal - sci-physics/bullet[>=2.86] - x11-libs/qtbase:5 - providers:ffmpeg? ( media/ffmpeg ) - providers:libav? ( media/libav ) -" - -CMAKE_SRC_CONFIGURE_PARAMS=( - -DBINDIR="/usr/$(exhost --target)/bin" - -DBUILD_BSATOOL=ON - -DBUILD_DOCS=OFF - -DBUILD_ESMTOOL=ON - -DBUILD_LAUNCHER=ON - -DBUILD_NIFTEST=OFF - -DBUILD_OPENCS=ON - -DBUILD_OPENMW=ON - -DBUILD_UNITTESTS=OFF - -DBUILD_WITH_CODE_COVERAGE=OFF - -DBUILD_WIZARD=ON - -DCMAKE_INSTALL_PREFIX=/usr - -DDATADIR="/usr/share/${PN}" - -DDESIRED_QT_VERSION=5 - -DGLOBAL_CONFIG_PATH="/etc" - -DICONDIR="/usr/share/icons/hicolor/256x256/apps" - -DLIBDIR="/usr/$(exhost --target)/lib" - -DMORROWIND_DATA_FILES="/usr/share/${PN}/data" - -DOPENMW_RESOURCE_FILES="/usr/share/${PN}/resources" - -DUSE_SYSTEM_TINYXML=ON -) - -src_install() { - default - keepdir /usr/share/openmw/data -} -