diff options
author | Marco Scardovi <mscardovi@icloud.com> | 2023-01-12 15:46:14 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-28 10:43:48 +0200 |
commit | 17effc4b3b192112190d884804f38b70850514da (patch) | |
tree | 015b24015388648555165b37900a30da30d80c13 /net-im | |
parent | net-im/pidgin: add 2.14.12 (diff) | |
download | gentoo-17effc4b3b192112190d884804f38b70850514da.tar.gz gentoo-17effc4b3b192112190d884804f38b70850514da.tar.bz2 gentoo-17effc4b3b192112190d884804f38b70850514da.zip |
net-im/pidgin: move patch to ${FILESDIR}
Signed-off-by: Marco Scardovi <mscardovi@icloud.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/Manifest | 1 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.10-r1.ebuild | 8 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest index 9a047483906d..ebb2a52446b1 100644 --- a/net-im/pidgin/Manifest +++ b/net-im/pidgin/Manifest @@ -1,3 +1,2 @@ -DIST pidgin-2.10.9-irc_join_sleep.patch 534 BLAKE2B 0215cebb93993e19e700e4d4974351ab5e9a00ea094775076d8f439569b34c0ec2faaed360965867df58bc42677516983ce11a2601dd322c1bdf2f288253a5b8 SHA512 8de0d6f05e48cd5a3e894576e06c7fb82e4bfc778cce8bb179fa22e2a05f5c2390a0e4c5b626ee4b910a18eab170d8f4be200f435ce408a86575af99e51e3bdf DIST pidgin-2.14.10.tar.bz2 8229328 BLAKE2B 9f004abda0f00b315e763e8b17e4e938b44b8a971d5411d775b9428363ab2ae071462d6d16654fcc09270123c434ef2d1f639d7f6d85c08a83b05c0ba4342c21 SHA512 53241e9f62170fe7a8ea27ac03176d442f8aad4ed16da0033164b0949b00c3d476539b182e761950e7d6c385f22a891524c5f40a9cf8fe543b3003c37693314d DIST pidgin-2.14.12.tar.bz2 8226145 BLAKE2B 0f0bec301c196fb722b88998a2a420af4084aedb7563215bb44c2c74a670a20db030ac207f226cef7989477dba04a9655c71269564ccc3680b42946ee84fdb16 SHA512 ce016ab4c48448653ae22eead1ddc16f1d10f446c601f8abd2c85b4ea83a4e80092e1ce8182834d998b6587f42a92a9a91105b4db976e170ec7043bb6af3c54c diff --git a/net-im/pidgin/pidgin-2.14.10-r1.ebuild b/net-im/pidgin/pidgin-2.14.10-r1.ebuild index 3945e1e0ed20..6fb48c0c4752 100644 --- a/net-im/pidgin/pidgin-2.14.10-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.10-r1.ebuild @@ -10,9 +10,7 @@ inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="https://pidgin.im/" -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.bz2 - https://gist.githubusercontent.com/imcleod/77f38d11af11b2413ada/raw/46e9d6cb4d2f839832dad2d697bb141a88028e04/pidgin-irc-join-sleep.patch -> ${PN}-2.10.9-irc_join_sleep.patch" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/2" # libpurple version @@ -136,9 +134,7 @@ DEFAULT_PRPLS="irc,jabber,simple" # x11-plugins/pidgin-sendscreenshot # x11-plugins/pidgimpd -PATCHES=( - "${DISTDIR}/${PN}-2.10.9-irc_join_sleep.patch" # 577286 -) +PATCHES=( "${FILESDIR}/${PN}-2.10.9-irc_join_sleep.patch" ) # 577286 pkg_pretend() { if ! use gtk && ! use ncurses ; then |