summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-07-18 11:31:25 +0000
committerAlex Alexander <wired@gentoo.org>2009-07-18 11:31:25 +0000
commit5f1b797c22fea009c7292707144b3caa32cb873a (patch)
treeb01cb13a4a81a752190cdd95c027526a7baca0a4 /x11-misc
parentInsert -lm to LIBADD for forced asneeded wrt #274074. (diff)
downloadhistorical-5f1b797c22fea009c7292707144b3caa32cb873a.tar.gz
historical-5f1b797c22fea009c7292707144b3caa32cb873a.tar.bz2
historical-5f1b797c22fea009c7292707144b3caa32cb873a.zip
New ebuild for okindd
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/okindd/ChangeLog10
-rw-r--r--x11-misc/okindd/Manifest5
-rw-r--r--x11-misc/okindd/files/okindd_home_and_naming.patch18
-rw-r--r--x11-misc/okindd/metadata.xml12
-rw-r--r--x11-misc/okindd/okindd-0.5.8.ebuild46
5 files changed, 91 insertions, 0 deletions
diff --git a/x11-misc/okindd/ChangeLog b/x11-misc/okindd/ChangeLog
new file mode 100644
index 000000000000..4688dd677fe0
--- /dev/null
+++ b/x11-misc/okindd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/okindd
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/ChangeLog,v 1.1 2009/07/18 11:31:12 wired Exp $
+
+*okindd-0.5.8 (17 Jul 2009)
+
+ 17 Jul 2009; Alex Alexander <wired@gentoo.org>
+ +okindd-0.5.8.ebuild, +files/okindd_home_and_naming.patch, +metadata.xml:
+ New ebuild for okindd
+
diff --git a/x11-misc/okindd/Manifest b/x11-misc/okindd/Manifest
new file mode 100644
index 000000000000..b49ad620d8fe
--- /dev/null
+++ b/x11-misc/okindd/Manifest
@@ -0,0 +1,5 @@
+AUX okindd_home_and_naming.patch 492 RMD160 10faa113f93a5c083e1c8f882bb488f5c1d1ecdf SHA1 e6d659c75656320fcd5e05ebf3112fa15f4430cf SHA256 47a264b5fc69502124d89dcfb87e81da34e4e379c5031c7db37fd00613b8ca94
+DIST okindd-0.5.8-20090410.tar.bz2 126046 RMD160 d7cc8f342993a161c9055a29e4f88190973bcc20 SHA1 df85f888be257a16709f649358dfdd7ae120b44b SHA256 0979477efc0450a293bb714304a6e68aa4935182a830d8585726c9eb613567d2
+EBUILD okindd-0.5.8.ebuild 1173 RMD160 e5462028adc3ace50b453c03ddde7c9b4ac4c0e9 SHA1 af3ce8ab0ab5edc7d94a7cc8c388cfd6f6bb3707 SHA256 81c8ccd8bbdee84f112171637de09050a5047c6883205a9cbb72435181bcd22e
+MISC ChangeLog 381 RMD160 89aa57b53c2edf7e40aa22df8a118c0b7ee11d49 SHA1 b8789aa7be3fbcf4aa0426d8c6bf865b688e7637 SHA256 1e3d4ff485196f78aec78ecea3b76665f1047d34cd4cd1d0b556f99340a21f3c
+MISC metadata.xml 306 RMD160 4d129c8bea322666783c42310fe77a8c385b5adc SHA1 f84853a107fe7aa13ed7b9fb9c8416f3ed497d91 SHA256 747d2c7bfcd2e482dacc9fde1949424eaf96e8dd114c0771f30701776d96c015
diff --git a/x11-misc/okindd/files/okindd_home_and_naming.patch b/x11-misc/okindd/files/okindd_home_and_naming.patch
new file mode 100644
index 000000000000..59a446235c79
--- /dev/null
+++ b/x11-misc/okindd/files/okindd_home_and_naming.patch
@@ -0,0 +1,18 @@
+--- src/src.pro.old 2009-05-25 00:55:37.369064692 +0300
++++ src/src.pro 2009-05-25 00:56:10.167178104 +0300
+@@ -6,7 +6,7 @@
+ TARGET = okindd
+ DESTDIR = ../bin
+ HEADERS += okindadapter.h
+-INSTALLS += target pics examples shortcut
++INSTALLS += target pics examples
+
+ target.path = /usr/bin/
+
+@@ -16,6 +16,3 @@
+ examples.path = /usr/share/doc/okindd/examples/
+ examples.files += ../scripts/* ../conf/okinddrc.example
+
+-shortcut.path = ~/.kde/Autostart/
+-shortcut.files += ../okindd.desktop
+-
diff --git a/x11-misc/okindd/metadata.xml b/x11-misc/okindd/metadata.xml
new file mode 100644
index 000000000000..25de6ae5dfed
--- /dev/null
+++ b/x11-misc/okindd/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+<maintainer>
+<email>alex.alexander@gmail.com</email>
+<name>Alex Alexander (wired)</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+
diff --git a/x11-misc/okindd/okindd-0.5.8.ebuild b/x11-misc/okindd/okindd-0.5.8.ebuild
new file mode 100644
index 000000000000..f6934af867fd
--- /dev/null
+++ b/x11-misc/okindd/okindd-0.5.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/okindd/okindd-0.5.8.ebuild,v 1.1 2009/07/18 11:31:12 wired Exp $
+
+EAPI="2"
+
+inherit qt4
+
+MY_P="${P}-20090410"
+
+DESCRIPTION="On Screen Display (OSD) for KDE 4.x - works on any qt desktop"
+HOMEPAGE="http://sites.kochkin.org/okindd/Home"
+SRC_URI="http://sites.kochkin.org/okindd/Home/source-code/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-dbus:4"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/okindd_home_and_naming.patch" )
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ sed -i "s:okind/:okindd/:g" "${S}"/conf/okinddrc.example ||
+ die "sed: fixing example paths failed"
+
+ qt4_src_prepare
+}
+
+src_configure() {
+ eqmake4 okindd.pro || die "configure failed"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install || die "emake install failed"
+ domenu "${S}"/okindd.desktop || die "domenu failed"
+
+ elog "You can find an example configuration file at"
+ elog " /usr/share/doc/okindd/examples/okinddrc.example"
+ elog "It should be placed in \${HOME}/.okindd/"
+}