diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-30 18:00:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-30 18:00:05 +0000 |
commit | 19e16bce1b28d65e1784a8316f1d8354acbf0a0a (patch) | |
tree | e9ab7681fc7eaedfc0883e8d330fa9512794e174 | |
parent | media-gfx/synfig: Fix dev-libs/libsigc++ slot (diff) | |
download | sunrise-19e16bce1b28d65e1784a8316f1d8354acbf0a0a.tar.gz sunrise-19e16bce1b28d65e1784a8316f1d8354acbf0a0a.tar.bz2 sunrise-19e16bce1b28d65e1784a8316f1d8354acbf0a0a.zip |
x11-plugins/imgur-integration: Fixed deps for Gnome3
svn path=/sunrise/; revision=12014
-rw-r--r-- | x11-plugins/imgur-integration/ChangeLog | 4 | ||||
-rw-r--r-- | x11-plugins/imgur-integration/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild | 10 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-plugins/imgur-integration/ChangeLog b/x11-plugins/imgur-integration/ChangeLog index c9b9697e9..aca24d591 100644 --- a/x11-plugins/imgur-integration/ChangeLog +++ b/x11-plugins/imgur-integration/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Apr 2011; Justin Lecher <jlec@gentoo.org> + imgur-integration-0.5.1.ebuild: + Fixed deps for Gnome3 + 17 Apr 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com> imgur-integration-0.5.1.ebuild: Tested on x86, and bumped to EAPI4. Icon is also no longer installed if the diff --git a/x11-plugins/imgur-integration/Manifest b/x11-plugins/imgur-integration/Manifest index 5827e4447..b1ad969b2 100644 --- a/x11-plugins/imgur-integration/Manifest +++ b/x11-plugins/imgur-integration/Manifest @@ -1,4 +1,4 @@ DIST imgur-0.5.1.tar.gz 356535 RMD160 cffad23d3715a20f01284aea2cd1c4d63172ae91 SHA1 48ebaed02d3ea70c31debae7132a8bd25ece9dbf SHA256 1dedc287a64a82ced37b949ffa7b195eaf00921ed2c052e050800f734f7299c2 -EBUILD imgur-integration-0.5.1.ebuild 1035 RMD160 2e36ef6a60d1338902393bcc9388eac32ff1ca8d SHA1 783a7fb92ce1811ae34d7c1cf647f06854fa4af2 SHA256 29ec7e9f3522b736c1a5123bd64cc4b0ed85c2f0e26801c735d0b45b45adff24 -MISC ChangeLog 636 RMD160 8cd9d7a5764ed65ebae1954437a2cc875df6356a SHA1 dcfdda66b2856a44728328751183e90bf81bcd99 SHA256 fdf8e943fc650a37935a70e26fce43949a52bdde07481c15a08abbd4f5115684 +EBUILD imgur-integration-0.5.1.ebuild 985 RMD160 22bb11fbab5ad90344973f3b9979bad5786c65f3 SHA1 1bf910198ba328c97bc9670c505ae9d4a66f76b3 SHA256 6fb322b7761c53122d7836e0a664899d1864493883cecaf678abc5fcb01ac011 +MISC ChangeLog 742 RMD160 fd5f7d3af1ae5b87cdd2136cbebcc1c8e505d452 SHA1 95bdf20937955e8aedea66cb4e2c77e072ddb7cb SHA256 a123218c130a4a693b70929cb7a2e42a9bdae88dd6be7ba8f43c9e3bd256574f MISC metadata.xml 326 RMD160 7a6135876eac8f27ed2e18f93730abb497a265de SHA1 0cf8ae1a2c268b314231b04024bf749f35fc20dc SHA256 ec91c7cb4f1d8c39711de7a748e6253a881ba195d4c92320fd543d7343ba2e89 diff --git a/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild b/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild index 5992a560b..859dc6fe1 100644 --- a/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild +++ b/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild @@ -7,7 +7,7 @@ EAPI=4 MY_P=imgur-${PV} DESCRIPTION="A command-line utility and media-gfx/eog plugin for uploading to imgur.com" -HOMEPAGE="https://github.com/tthurman/imgur-integration" +HOMEPAGE="https://github.com/tthurman/imgur-integration/" SRC_URI="http://www.chiark.greenend.org.uk/~tthurman/imgur/${MY_P}.tar.gz" LICENSE="GPL-3" @@ -15,9 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="eog" -RDEPEND="sys-apps/dbus +RDEPEND=" + sys-apps/dbus dev-libs/dbus-glib - >=dev-libs/glib-2.24 + dev-libs/glib:2 net-misc/curl eog? ( media-gfx/eog )" DEPEND="${RDEPEND} @@ -33,8 +34,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS NEWS README + default # icon is useless without the eog plugin use eog || rm -rf "${D}"/usr/share/pixmaps |