mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-libs/libofono: removed as not required by phosh
Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST libofono-1.30.tar.gz 70561 BLAKE2B dd920c19973c324eb30c0be73877a8db369a8f1266bde9628c73c4406584ce1c916335a0836ccbefdbce1a97fc97884ef68966368d7ed467bfb93c8a6d6322a0 SHA512 496257e9c4512e9333e2dc7b8960e625c4a9bead7b85eccdfa57b58dd9644f227e3b49f890debdf6215e991adc125a35303f2d2162cb9628be15c2319c43e7b9
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/lib/lib.pro b/lib/lib.pro
|
|
||||||
index c1f8c5a..8718e85 100644
|
|
||||||
--- a/lib/lib.pro
|
|
||||||
+++ b/lib/lib.pro
|
|
||||||
@@ -62,7 +62,7 @@ SOURCES += ofonointerface.cpp \
|
|
||||||
ofonoconnmancontext.cpp \
|
|
||||||
ofonocellbroadcast.cpp
|
|
||||||
|
|
||||||
-target.path = $$[QT_INSTALL_PREFIX]/lib
|
|
||||||
+target.path = $$[QT_INSTALL_PREFIX]/lib64
|
|
||||||
headers.files = $$PUBLIC_HEADERS
|
|
||||||
headers.path = $$[QT_INSTALL_PREFIX]/include/ofono-qt
|
|
||||||
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit qmake-utils
|
|
||||||
|
|
||||||
DESCRIPTION="A Qt-based library that provides bindings to oFono"
|
|
||||||
HOMEPAGE="https://github.com/Kaffeine/libofono-qt"
|
|
||||||
SRC_URI="https://github.com/Kaffeine/libofono-qt/archive/refs/tags/1.30.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2.1"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm64"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
dev-qt/qtcore
|
|
||||||
dev-texlive/texlive-fontutils
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND="app-doc/doxygen"
|
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}"/fix_lib64_path.patch )
|
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-qt-${PV}"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
sed -i -e 's|/share/doc/ofono-qt|/share/doc/libofono-1.30|' ofono-qt.pro || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
eqmake5
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
INSTALL_ROOT="${D}" emake install
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>marco@scardovi.com</email>
|
|
||||||
<name>Marco Scardovi</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
||||||
Reference in New Issue
Block a user