summaryrefslogtreecommitdiff
path: root/x11-plugins/purple-libnotify-plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /x11-plugins/purple-libnotify-plus
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'x11-plugins/purple-libnotify-plus')
-rw-r--r--x11-plugins/purple-libnotify-plus/Manifest3
-rw-r--r--x11-plugins/purple-libnotify-plus/files/purple-libnotify-plus-2.99.1-fno-common.patch11
-rw-r--r--x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild13
3 files changed, 21 insertions, 6 deletions
diff --git a/x11-plugins/purple-libnotify-plus/Manifest b/x11-plugins/purple-libnotify-plus/Manifest
index 802786ebd2b9..c19d2fa4600d 100644
--- a/x11-plugins/purple-libnotify-plus/Manifest
+++ b/x11-plugins/purple-libnotify-plus/Manifest
@@ -1,3 +1,4 @@
+AUX purple-libnotify-plus-2.99.1-fno-common.patch 209 BLAKE2B bf9349d0700913d19d0d39372d439fc37d6e17c20951183f8ab7cb025531742dd752ea46b7bd30096fd10dc30afcb65b0a84dac30d72ad633cf8c01002ab488f SHA512 e635f984846b25d24172b138928cc9c7e8f87c953ef45d8bcfc10f0ead18c87bd0c7c700d9973606d040d123fa68675cbcdc21c7d916d90216651222390b3460
DIST purple-libnotify-plus-2.99.1.tar.gz 20168 BLAKE2B bab24be1a541ae50fbbbacb0fa507f0e6000c3e74f1fa75ccceb809de88012f7492ec29ae96cf303cb38463e3af0c916aaead9365d5dce18904b34844e1e8c64 SHA512 436c2363c05b21f0a980e020fe09f3f285e8c9a4d131377f20ec13ecf5ce6ef1bea8ca6ae16de6154657e5d4a9b0229204e7f48a6807d36e516b95248daf11bf
-EBUILD purple-libnotify-plus-2.99.1.ebuild 628 BLAKE2B 1e263008e2ffd7b3b5843c12f8055086f731fd8dcb5a33cbc5ab4f789aa31a0d2a8b56a616f86a74614f0c6b7ead0185d61ddd499dfcb9c8e1dd51b3aba55301 SHA512 6c55ce73a66e73cc86ff7f82b61234c2b622a79cc6935ed3c56daeee7b944298f09691a4b25c471bcedfc29e992cce4c1a9f61cf32e3d31992927c0f3cdb2437
+EBUILD purple-libnotify-plus-2.99.1.ebuild 679 BLAKE2B 3c34bb1090d54a9b9a9de889ae61ece45b57ef71aa9e878e815c398a6083da900b6e5185be7b00162afef958df3904f186ef3b3a7de30b14b12ae84b786def85 SHA512 69160b0a9911b6856b512e17a4b97bccfae4181c99afbc502a2617b318d3de6888d82534561c7251040f6b5edc32a5ec6ce43e10f9be4b37e289942b9028c9a3
MISC metadata.xml 405 BLAKE2B bf9f55c54fb72b1968b11f4daf448f38de88da1a17f7c1518b7b54fc4feb4771def0a6d613df516a55e6c9294f6bc7351ad7a519cba2c44227526404340069a7 SHA512 d8b6bd1c5a564441dd5a205059b228a4efa92dfa36d6535ea78a69baaf7406741c1888448f8281927fed96cb2666a28892d6291da543477015bce6dbb285510b
diff --git a/x11-plugins/purple-libnotify-plus/files/purple-libnotify-plus-2.99.1-fno-common.patch b/x11-plugins/purple-libnotify-plus/files/purple-libnotify-plus-2.99.1-fno-common.patch
new file mode 100644
index 000000000000..12d2cdda8de6
--- /dev/null
+++ b/x11-plugins/purple-libnotify-plus/files/purple-libnotify-plus-2.99.1-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/purple-libnotify+-common.h
++++ b/src/purple-libnotify+-common.h
+@@ -27,7 +27,7 @@
+
+ extern PurplePlugin *notify_plus;
+
+-struct
++extern struct
+ {
+ gboolean modify_notification;
+ gboolean use_svg;
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
index 5a3198f74a14..54ed903d1c51 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit autotools eutils
+inherit autotools
DESCRIPTION="Provide libnotify interface to Pidgin and Finch"
HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
@@ -12,18 +12,21 @@ SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.g
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}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+
src_prepare() {
+ default
eautoreconf
}