x11-plugins/pidgin-indicator: Version bump to 1.0
authorManuel Rüger <mrueg@gentoo.org>
Fri, 20 May 2016 20:19:36 +0000 (22:19 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 20 May 2016 20:19:36 +0000 (22:19 +0200)
Package-Manager: portage-2.2.28

x11-plugins/pidgin-indicator/Manifest
x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild [new file with mode: 0644]

index c685a4e918cd09ed780873134647cd11684e58df..747c5e7158f9b4382159d3df586a84ad9f15d1b8 100644 (file)
@@ -1 +1,2 @@
 DIST pidgin-indicator-0.9.tar.gz 28350 SHA256 bf7b3c8914a96ef7953adb503b37e0e238682f264a21355fb99e7bf148db6b5c SHA512 bf16a47d44bb184815437c6bc70021777fb8e438838eb916351c59e82879e9bdaebd430ffa77c7d36e6b66d923813bcfb7c17759c8310eb6f9e260def4189ece WHIRLPOOL 29f23d84a327a8f885ef4fa1e64f422bd4b278582601f0d58a564fede66685ed20192453c1018e6ce4b171e5d03b63e00b82014926c03668394805d238f0e475
+DIST pidgin-indicator-1.0.tar.gz 29583 SHA256 6fc6dfe29eb45fd855a4494e46eb83306a296f5225ea5f7c6a12f3ad475b8eae SHA512 9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102 WHIRLPOOL 193e921caebd98f150279d5a9c2ca272eedf63b4b991fd596f1a282692899cde706f67338eabe7b14d9f453ba9ea8e0f18a4734214f73a8cd0fb884accf154a7
diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
new file mode 100644 (file)
index 0000000..5079f8b
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Indicator plugin for Pidgin"
+HOMEPAGE="https://github.com/philipl/pidgin-indicator"
+SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+       dev-libs/libappindicator:2
+       net-im/pidgin[gtk]
+       x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+src_prepare() {
+       eautoreconf
+}
+
+src_install() {
+       default
+       find "${D}" -name "*.la" -exec rm {} + || die
+}