diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-03 18:40:45 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-03 18:43:49 +0200 |
commit | e64f0ba389e94891c5b9b8642edc3b67d341bc73 (patch) | |
tree | 73d856201f45176972ce844d494ef8049a30bb3e /games-puzzle/pingus/files | |
parent | kde-misc/kdiff3: Drop 1.8.0_pre20190322 (diff) | |
download | gentoo-e64f0ba389e94891c5b9b8642edc3b67d341bc73.tar.gz gentoo-e64f0ba389e94891c5b9b8642edc3b67d341bc73.tar.bz2 gentoo-e64f0ba389e94891c5b9b8642edc3b67d341bc73.zip |
games-puzzle/pingus: Added live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-puzzle/pingus/files')
-rw-r--r-- | games-puzzle/pingus/files/pingus-9999-no_libexec.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/games-puzzle/pingus/files/pingus-9999-no_libexec.patch b/games-puzzle/pingus/files/pingus-9999-no_libexec.patch new file mode 100644 index 000000000000..45da29a42264 --- /dev/null +++ b/games-puzzle/pingus/files/pingus-9999-no_libexec.patch @@ -0,0 +1,33 @@ +From ef01ebf5401419a0e98dfe32efa9a0bc8564e26f Mon Sep 17 00:00:00 2001 +From: Lars Wendler <polynomial-c@gentoo.org> +Date: Wed, 3 Apr 2019 18:35:28 +0200 +Subject: [PATCH] Don't install pingus executable into libexec + +This doesn't really make any sense. +--- + CMakeLists.txt | 9 --------- + 1 file changed, 9 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index f3a92be64..fa835236d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -213,15 +213,6 @@ if(BUILD_TESTS) + endif(BUILD_TESTS) + + install(TARGETS pingus +- RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}) +- +-configure_file( +- ${CMAKE_CURRENT_SOURCE_DIR}/pingus.sh.in +- ${CMAKE_BINARY_DIR}/pingus.sh) +- +-install(FILES +- ${CMAKE_BINARY_DIR}/pingus.sh +- RENAME pingus + PERMISSIONS OWNER_EXECUTE OWNER_READ OWNER_WRITE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE + DESTINATION ${CMAKE_INSTALL_BINDIR}) + +-- +2.21.0 + |