summaryrefslogtreecommitdiff
path: root/media-sound/pasystray
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /media-sound/pasystray
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'media-sound/pasystray')
-rw-r--r--media-sound/pasystray/Manifest1
-rw-r--r--media-sound/pasystray/files/fix-missing-gint.patch20
2 files changed, 0 insertions, 21 deletions
diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index 2c2038c5ea61..0547fcd837af 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1,4 +1,3 @@
-AUX fix-missing-gint.patch 629 BLAKE2B 934363d22d7f7fb4eb8f0116418a703d83c50847b249623fe313f007d58a54b99691b611b76b6fcee714d5df9e73d21d25ea4914bd66096cf12e645f28fe703c SHA512 66aaa515cbb7a76f6f87fa527723cc60082ed77efeb02cb8fef784be3ab8a8fbec37ec61d7ff67c4b0cc0074cc281dd238c19cb1fb7686e57bb274b226dc25c9
DIST pasystray-0.7.1.tar.gz 56041 BLAKE2B 5f7cae7a55580bf3dfe294e95bbda372c3a679bec000d222964b4027ced2462dfb4a8446d0683f8910e96ab98e1541b3fa9fafc36da530c92d2285f00a1beb65 SHA512 2af5176e6a5bf6d74baf0a0b52b731b7a3b54f787c4e89d945357aab4e186a35e0f77288d69d66743bf4e21f758e0d961cc1f9b339ce513eb4eb2bcab0d754bb
EBUILD pasystray-0.7.1.ebuild 999 BLAKE2B 311f499a2c1eb72326a348893098836166330425c323a9cd6ed117f0619eb7a8179d1c883344143d0d858f7037193451c5b3c0486f47dec52bb192aad557e5c0 SHA512 74b5e0e8fc57f0bcc6c6285dffb7c60a1a9cb32f9d96d05b64a429a6f79bf0c638434529cf36323387fff1338cc5f6bbffe3362efe1d6a0179f4e093d7bc635f
MISC metadata.xml 665 BLAKE2B 56e3f4e8d410103f68151907eb18480ef65852005c2aab9114c8ed90d834d728104bdbe54e578603fefa6f0fe312256eee6c9b1bc4a0cc8f3df3b4c552f8e60b SHA512 7558ba66153d9ae2ab0c41eadd5cd297c7d93484155e4d587c636453b9537efd7d9a3a6366e6f26c17c2f565bf60ed10e00da7b83c1f3d6824b4db306f7f2d98
diff --git a/media-sound/pasystray/files/fix-missing-gint.patch b/media-sound/pasystray/files/fix-missing-gint.patch
deleted file mode 100644
index 7eeded9284f1..000000000000
--- a/media-sound/pasystray/files/fix-missing-gint.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/src/notify.c b/src/notify.c
-index adec0ca..8b54808 100644
---- a/src/notify.c
-+++ b/src/notify.c
-@@ -23,11 +23,13 @@
-
- #ifndef HAVE_NOTIFY
-
-+#include <glib.h>
-+
- #include "notify.h"
-
- void notify_initialize(){}
--notify_handle_t notify(const char* msg, const char* body, const char* icon){ return 0; }
--void notify_update(notify_handle_t h, const char* msg, const char* body, const char* icon){}
-+notify_handle_t notify(const char* msg, const char* body, const char* icon, gint value){ return 0; }
-+void notify_update(notify_handle_t h, const char* msg, const char* body, const char* icon, gint value){}
-
- #else
-