From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C7E81396D0 for ; Tue, 5 Sep 2017 18:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B3E6E0D97; Tue, 5 Sep 2017 18:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49839E0D97 for ; Tue, 5 Sep 2017 18:16:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3018A33FE49 for ; Tue, 5 Sep 2017 18:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C108E32 for ; Tue, 5 Sep 2017 18:16:04 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1504635315.876d10151101f68dec8521d7cd3be611f26e08cb.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch X-VCS-Directories: x11-misc/tint2/files/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 876d10151101f68dec8521d7cd3be611f26e08cb X-VCS-Branch: master Date: Tue, 5 Sep 2017 18:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1db6378-e5fd-496a-b829-2e952cf746ab X-Archives-Hash: be854aea6be71433e5ff047b858c67e3 commit: 876d10151101f68dec8521d7cd3be611f26e08cb Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 5 16:30:21 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Tue Sep 5 18:15:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876d1015 x11-misc/tint2: remove unused patch Closes:#5624 .../0.12.3-no-hardcode-update-icon-cache.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch deleted file mode 100644 index f923e065173..00000000000 --- a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 155672e2245a..a4b6dc0c7eda 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-pthread -fno-strict-aliasin - install( TARGETS tint2 DESTINATION bin ) - install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps ) - install( FILES tint2.desktop DESTINATION ${DATADIR}/applications ) --install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" ) - install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 ) - install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 ) - install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} ) -diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt -index e8c6db38fe20..f844c24371e7 100644 ---- a/src/tint2conf/CMakeLists.txt -+++ b/src/tint2conf/CMakeLists.txt -@@ -71,4 +71,3 @@ add_subdirectory(po) - install( TARGETS tint2conf DESTINATION bin ) - install( FILES tint2conf.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps ) - install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications ) --install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )