summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-10-06 20:45:45 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-10-06 20:45:45 +0000
commitfa32525aebb728864abdcde1740fc364b40d2c4d (patch)
tree6a316e06fcd9c714b68a3bf16878b62a17de7a65 /kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild
parentVersion bump (diff)
downloadgentoo-2-fa32525aebb728864abdcde1740fc364b40d2c4d.tar.gz
gentoo-2-fa32525aebb728864abdcde1740fc364b40d2c4d.tar.bz2
gentoo-2-fa32525aebb728864abdcde1740fc364b40d2c4d.zip
Version bump, fixes bug 326397, bug 323053 (gcc 4.5 compilation) and bug 338565 (qt 4.7 compilation)
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild')
-rw-r--r--kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild
new file mode 100644
index 000000000000..92ef5114f4c7
--- /dev/null
+++ b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild,v 1.1 2010/10/06 20:45:44 tampakrap Exp $
+
+EAPI=3
+
+OPENGL_REQUIRED=always
+inherit kde4-base
+
+MY_P=gx_mail_notify-${PV}
+
+DESCRIPTION="A plasmoid for checking unread mail"
+HOMEPAGE="http://www.kde-look.org/content/show.php/GX+Mail+Notify?content=99617"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/99617-${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="$(add_kdebase_dep plasma-workspace)"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-qt-4.7.patch" )
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( README )