mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
games-puzzle/tanglet: drop 1.5.3
This version does not build anymore. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tanglet-1.5.3-src.tar.bz2 8631208 BLAKE2B b7b0b913a1d862f43d4fb215a09aaba379bda95d75d3d2f59b207361efeda6573055f25db9d07d330fe0957ca774679589f87b79d0766ac669709da37d164f5f SHA512 31b7aada8b244969c2581a0879c30ca1a9b9db8e0cff5c802607dd08038af9487ba59db0e64fabb35feade9d5d700a2a1e04a0052d0ff4639c10a42189671267
|
||||
DIST tanglet-1.6.1.1-src.tar.bz2 25059666 BLAKE2B df363cf77863d3dcc77dee95aa1e4dcd20d16438f23e38286bbf5362fa9f8b17a28bc03dc480d6eaf44a443f4b7f977022b978a642d93c4f4c766b5cdd868728 SHA512 d65bc14f44ed1fa1ddae8f90c2aa62fb5d14ea964e36d544916856d9b6b93009509d4d8adf17fd4a45555732fb9b656f24661b2eec52a980bdb8f20512a38ff3
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
--- a/src/src.pro 2018-05-29 13:11:55.000000000 +0200
|
||||
+++ b/src/src.pro 2018-07-11 20:02:51.415773874 +0200
|
||||
@@ -99,7 +99,7 @@
|
||||
RESOURCES += ../icons/icon.qrc
|
||||
|
||||
isEmpty(PREFIX) {
|
||||
- PREFIX = /usr/local
|
||||
+ PREFIX = /usr
|
||||
}
|
||||
isEmpty(BINDIR) {
|
||||
BINDIR = bin
|
||||
--- a/src/locale_dialog.cpp
|
||||
+++ b/src/locale_dialog.cpp
|
||||
@@ -85,7 +85,7 @@
|
||||
if (paths.isEmpty()) {
|
||||
QString appdir = QCoreApplication::applicationDirPath();
|
||||
paths.append(appdir);
|
||||
- paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower());
|
||||
+ paths.append("/usr/share");
|
||||
paths.append(appdir + "/../Resources");
|
||||
}
|
||||
foreach (const QString& path, paths) {
|
||||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -46,7 +46,7 @@
|
||||
QString path = app.applicationDirPath();
|
||||
QStringList paths;
|
||||
paths.append(path + "/data/");
|
||||
- paths.append(path + "/../share/tanglet/data/");
|
||||
+ paths.append("/usr/share/data/");
|
||||
paths.append(path + "/../Resources/data/");
|
||||
QDir::setSearchPaths("tanglet", paths);
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils xdg
|
||||
|
||||
DESCRIPTION="Single player word finding game based on Boggle"
|
||||
HOMEPAGE="https://gottcode.org/tanglet/"
|
||||
SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
sys-libs/zlib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-1.5.2-gentoo.patch )
|
||||
|
||||
src_configure() {
|
||||
eqmake5 tanglet.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user