mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-misc/sleepyhead: remote last rited package
Signed-off-by: Richard Freeman <rich0@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 BLAKE2B a5cf9fcb6a1c91786fffd2cbb2505ebc9608d83f5b6fc4e39fcf74def369a6fd1a40e23bf164c840956a9fe2f2c25ccf7313a95098eb6829632971a6a924ff61 SHA512 147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/common_gui.cpp b/common_gui.cpp
|
||||
index 0f38ce8..36b0b9e 100644
|
||||
--- a/common_gui.cpp
|
||||
+++ b/common_gui.cpp
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "common_gui.h"
|
||||
#include "qglobal.h"
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef Q_WS_WIN32
|
||||
#include "windows.h"
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>rich0@gentoo.org</email>
|
||||
</maintainer>
|
||||
<longdescription>QT-based application used to analyze data from various CPAP machines.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">rich0/rich0-sleepyhead</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eutils qmake-utils
|
||||
DESCRIPTION="Software used to analyze data from CPAP machines"
|
||||
HOMEPAGE="https://sleepyhead.jedimark.net/"
|
||||
|
||||
# Point to any required sources; these will be automatically downloaded by
|
||||
# Portage.
|
||||
SRC_URI="https://gitlab.com/sleepyhead/sleepyhead-code/repository/archive.tar.bz2?ref=1.0.0-beta-2 -> ${P}.tar.bz2"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/opengl
|
||||
x11-libs/libX11
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5
|
||||
dev-qt/qtwebkit:5
|
||||
dev-qt/qtserialport:5
|
||||
virtual/glu"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/sleepyhead-code-1.0.0-beta-2-6b1c125218475720e1bf7c920ed3d10140b0b7c2"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
rm configure
|
||||
cd "${S}/3rdparty/quazip/"
|
||||
# epatch "${FILESDIR}/common_gui.patch"
|
||||
|
||||
sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h \
|
||||
quazip/zip.c quazip/zip.h
|
||||
cd "${S}"
|
||||
eqmake5 SleepyHeadQT.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}/sleepyhead"
|
||||
dobin SleepyHead
|
||||
dodoc ../README
|
||||
dodoc docs/*
|
||||
}
|
||||
@@ -505,10 +505,6 @@ games-strategy/boswars
|
||||
# See bugs #546024, #706486, pending PR #14720. Masked for removal in 40 days.
|
||||
gnome-extra/nautilus-dropbox
|
||||
|
||||
# Rich Freeman <rich0@gentoo.org> (2020-02-16)
|
||||
# Dead upstream, obsolete deps.
|
||||
app-misc/sleepyhead
|
||||
|
||||
# Mart Raudsepp <leio@gentoo.org> (2020-02-16)
|
||||
# Fails to automatically launch pipewire for me. Help welcome figuring it out.
|
||||
net-misc/gnome-remote-desktop
|
||||
|
||||
Reference in New Issue
Block a user