From c725dd1dd684be0c61ad1035a778601369942f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 2 Dec 2019 15:14:50 +0100 Subject: Gentoo: Files moved to a separate git repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- gentoo | 1 + ...issing-file-from-previous-commit-10026753.patch | 28 ---------------------- 2 files changed, 1 insertion(+), 28 deletions(-) create mode 160000 gentoo delete mode 100644 gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0008-98c9c87-add-missing-file-from-previous-commit-10026753.patch (limited to 'gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0008-98c9c87-add-missing-file-from-previous-commit-10026753.patch') diff --git a/gentoo b/gentoo new file mode 160000 index 000000000..644110a84 --- /dev/null +++ b/gentoo @@ -0,0 +1 @@ +Subproject commit 644110a847c5911c2eb04eb53c93031740561efc diff --git a/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0008-98c9c87-add-missing-file-from-previous-commit-10026753.patch b/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0008-98c9c87-add-missing-file-from-previous-commit-10026753.patch deleted file mode 100644 index a23146a01..000000000 --- a/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0008-98c9c87-add-missing-file-from-previous-commit-10026753.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/kopete/plugins/nowlistening/ConfigureChecks.cmake b/kopete/plugins/nowlistening/ConfigureChecks.cmake -new file mode 100644 -index 0000000..0780035 ---- /dev/null -+++ b/kopete/plugins/nowlistening/ConfigureChecks.cmake -@@ -0,0 +1,22 @@ -+################################################# -+# -+# (C) 2012 Slavek Banko -+# slavek (DOT) banko (AT) axis.cz -+# -+# Improvements and feedback are welcome -+# -+# This file is released under GPL >= 2 -+# -+################################################# -+ -+# xmms -+if( WITH_XMMS ) -+ find_program( XMMS_CONFIG xmms-config ) -+ if( XMMS_CONFIG ) -+ set( HAVE_XMMS 1 ) -+ EXEC_PROCESS( COMMAND ${XMMS_CONFIG} --cflags OUTPUT_VARIABLE XMMS_INCLUDES ) -+ EXEC_PROCESS( COMMAND ${XMMS_CONFIG} --libs OUTPUT_VARIABLE XMMS_LIBS ) -+ else( ) -+ tde_message_fatal( "xmms is required, but was not found on your system" ) -+ endif( ) -+endif( ) -- cgit v1.2.3