mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
desknfc: unbuildable, looks outdated, dropping
This commit is contained in:
parent
217f1e5641
commit
145c269481
2 changed files with 0 additions and 33 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit kde4-base subversion eutils
|
||||
|
||||
DESCRIPTION="a KDE4 plasmoid which offer NFC content access"
|
||||
HOMEPAGE="https://github.com/nfc-tools"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/desknfc"
|
||||
#https://github.com/raidolepp/libfreefare/tree/master/desknfc
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libndef
|
||||
dev-libs/libnfc"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
epatch "${FILESDIR}/${PN}-include.patch"
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
--- Content.cpp.orig 2015-04-13 23:12:20.000000000 +0800
|
||||
+++ Content.cpp 2015-04-13 23:12:52.647528240 +0800
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <unistd.h>
|
||||
#include "Content.h"
|
||||
|
||||
Content::Content(int id, QString type, QByteArray content) {
|
||||
Loading…
Reference in a new issue