From: "Jonathan Callen" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/synaptiks/
Date: Mon, 11 Feb 2013 02:56:12 +0000 (UTC) [thread overview]
Message-ID: <1360548801.0a538a1f0c3665dfcf2a517fc1efce57983f523c.abcd@gentoo> (raw)
commit: 0a538a1f0c3665dfcf2a517fc1efce57983f523c
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 02:13:21 2013 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 02:13:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0a538a1f
[kde-misc/synaptiks] Add dep on new package name
---
kde-misc/synaptiks/metadata.xml | 11 ++++
kde-misc/synaptiks/synaptiks-0.8.1-r1.ebuild | 71 ++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 0 deletions(-)
diff --git a/kde-misc/synaptiks/metadata.xml b/kde-misc/synaptiks/metadata.xml
new file mode 100644
index 0000000..236898f
--- /dev/null
+++ b/kde-misc/synaptiks/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <use>
+ <flag name="upower">Handle mouse devices correctly across suspend and resume with upower</flag>
+ </use>
+ <upstream>
+ <remote-id type="pypi">synaptiks</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/kde-misc/synaptiks/synaptiks-0.8.1-r1.ebuild b/kde-misc/synaptiks/synaptiks-0.8.1-r1.ebuild
new file mode 100644
index 0000000..5523ff8
--- /dev/null
+++ b/kde-misc/synaptiks/synaptiks-0.8.1-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/synaptiks/synaptiks-0.8.1.ebuild,v 1.5 2012/10/29 16:38:10 mgorny Exp $
+
+EAPI=4
+PYTHON_DEPEND="2:2.6"
+DISTUTILS_SRC_TEST=setup.py
+KDE_HANDBOOK=optional
+inherit kde4-base distutils
+
+DESCRIPTION="Touchpad configuration and management tool for KDE"
+HOMEPAGE="http://synaptiks.readthedocs.org"
+SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="debug doc +upower"
+
+RDEPEND=">=dev-python/PyQt4-4.7
+ >=dev-python/pyudev-0.8[pyqt4]
+ dev-python/setuptools
+ $(add_kdebase_dep pykde4)
+ || (
+ ( $(add_kdebase_dep kdesdk-scripts) )
+ ( $(add_kdebase_dep kde-dev-scripts) )
+ )
+ virtual/python-argparse
+ >=x11-drivers/xf86-input-synaptics-1.3
+ >=x11-libs/libXi-1.4
+ x11-libs/libXtst
+ upower? ( dev-python/dbus-python sys-power/upower )"
+DEPEND="${RDEPEND}
+ app-text/docbook-xsl-stylesheets
+ sys-devel/gettext
+ doc? (
+ dev-python/sphinx
+ dev-python/sphinxcontrib-issuetracker
+ )"
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
+src_prepare() {
+ if use doc; then
+ epatch "${FILESDIR}/${P}-templatesfix.patch"
+ fi
+}
+
+src_configure() {
+ :;
+}
+
+src_compile() {
+ distutils_src_compile
+ if use doc; then
+ einfo "Generation of documentation"
+ pushd doc > /dev/null
+ sphinx-build . _build
+ popd > /dev/null
+ fi
+}
+
+src_install() {
+ distutils_src_install
+ if use doc; then
+ dohtml -r doc/_build/*
+ fi
+}
next reply other threads:[~2013-02-11 2:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-11 2:56 Jonathan Callen [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-15 18:32 [gentoo-commits] proj/kde:master commit in: kde-misc/synaptiks/ Jonathan Callen
2013-03-11 14:33 Chris Reffett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1360548801.0a538a1f0c3665dfcf2a517fc1efce57983f523c.abcd@gentoo \
--to=abcd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox