public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: x11-misc/touchfreeze/, x11-misc/touchfreeze/files/
@ 2020-08-23 22:55 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-08-23 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     dea6040d40eea093b1ec2d63b48ca0ecebdd7036
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 21:31:58 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 21:38:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=dea6040d

x11-misc/touchfreeze: Import 0.2.5-r1 from before last-rites

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/touchfreeze-0.2.5-underlinking.patch     |  7 +++++
 x11-misc/touchfreeze/metadata.xml                  |  5 ++++
 x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild   | 34 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch b/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch
new file mode 100644
index 00000000..e9f33130
--- /dev/null
+++ b/x11-misc/touchfreeze/files/touchfreeze-0.2.5-underlinking.patch
@@ -0,0 +1,7 @@
+--- TouchFreeze.pro
++++ TouchFreeze.pro
+@@ -3,3 +3,4 @@
+ RESOURCES+=stuff.qrc
+ SOURCES+=main.cpp TouchFreezeApp.cpp TouchFreezeUI.cpp SynDaemon.cpp
+ HEADERS+=TouchFreezeApp.h TouchFreezeUI.h SynDaemon.h Version.h
++LIBS+=-lX11

diff --git a/x11-misc/touchfreeze/metadata.xml b/x11-misc/touchfreeze/metadata.xml
new file mode 100644
index 00000000..7a38bb90
--- /dev/null
+++ b/x11-misc/touchfreeze/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+</pkgmetadata>

diff --git a/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild
new file mode 100644
index 00000000..7b302bb5
--- /dev/null
+++ b/x11-misc/touchfreeze/touchfreeze-0.2.5-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+inherit eutils qt4-r2
+
+DESCRIPTION="X11 touch pad driver configuration utility"
+HOMEPAGE="http://kde-apps.org/content/show.php/TouchFreeze?content=61442"
+SRC_URI="http://www.fit.vutbr.cz/~kombrink/personal/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="debug"
+
+DEPEND="x11-libs/libX11
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+"
+RDEPEND="${DEPEND}
+	x11-drivers/xf86-input-synaptics
+"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-underlinking.patch
+)
+
+src_install() {
+	dobin ${PN}
+	newicon res/touchpad.svg ${PN}.svg
+	dodoc AUTHORS README
+	make_desktop_entry ${PN} TouchFreeze ${PN} 'Qt;System'
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-23 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-23 22:55 [gentoo-commits] proj/kde-sunset:master commit in: x11-misc/touchfreeze/, x11-misc/touchfreeze/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox