Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Use sigc++ 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Jun 6, 2023
1 parent c509aca commit 1f4076d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
from conan import ConanFile
from conan.tools.cmake import cmake_layout, CMakeDeps, CMakeToolchain
from conan.tools.microsoft import is_msvc


class Conan(ConanFile):
package_type = "application"
settings = "os", "arch", "compiler", "build_type"
url = "https://github.com/worldforge/cyphesis"
homepage = "https://www.worldforge.org"
description = "Cyphesis - Worldforge server"
license = "GPL-2.0-or-later"
author = "Erik Ogenvik <erik@ogenvik.org>"
deprecated = "A server for the Worldforge MMORPG project."

def requirements(self):
self.requires("atlas/0.7.0@worldforge")
Expand Down
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ parts:
cmake-parameters: [ "-DCMAKE_INSTALL_PREFIX=" ]
build-packages:
- g++
- libsigc++-2.0-dev
- libsigc++-3.0-dev
stage-packages:
- libsigc++-2.0-0v5
- libsigc++-3.0-0

mercator:
source: https://github.com/worldforge/mercator.git
Expand Down Expand Up @@ -129,7 +129,7 @@ parts:
- libboost-system1.74.0
- libbullet3.06
- libpython3.10
- libsigc++-2.0-0v5
- libsigc++-3.0-0
- libxdg-basedir1
after:
- media
Expand Down

0 comments on commit 1f4076d

Please sign in to comment.