summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-13 16:27:31 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-13 16:27:31 +0200
commit44d28178916f7240c29feec17dd22f0e045de865 (patch)
tree13f475cc420ef0476b54d7c7f980798bfe833674 /x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
parentdev-libs/angelscript: version bump to 2.30.1 (diff)
downloadgentoo-44d28178916f7240c29feec17dd22f0e045de865.tar.gz
gentoo-44d28178916f7240c29feec17dd22f0e045de865.tar.bz2
gentoo-44d28178916f7240c29feec17dd22f0e045de865.zip
x11-plugins/purple-libnotify-plus: version bump to 2.99.1
Diffstat (limited to 'x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild')
-rw-r--r--x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
new file mode 100644
index 000000000000..846473663530
--- /dev/null
+++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications"
+HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
+SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ net-im/pidgin
+ >=net-im/purple-events-0.99.1
+ x11-libs/gdk-pixbuf
+ >=x11-libs/libnotify-0.7.0"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_prepare() {
+ eautoreconf
+}