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 2C787138206 for ; Wed, 17 Jan 2018 10:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F89AE08BB; Wed, 17 Jan 2018 10:23:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C0BCE08BB for ; Wed, 17 Jan 2018 10:23:12 +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 00169335C4E for ; Wed, 17 Jan 2018 10:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6111A6 for ; Wed, 17 Jan 2018 10:23:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516184582.16d050c9bf01c74c5ae174349da8c0ee34e1ca31.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/smplayer/smplayer-17.11.2.ebuild media-video/smplayer/smplayer-17.12.0.ebuild X-VCS-Directories: media-video/smplayer/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 16d050c9bf01c74c5ae174349da8c0ee34e1ca31 X-VCS-Branch: master Date: Wed, 17 Jan 2018 10:23:09 +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: 8791c18a-543c-48ff-a76f-75501725f963 X-Archives-Hash: c2bcb004053e876864d344d6e5470ddc commit: 16d050c9bf01c74c5ae174349da8c0ee34e1ca31 Author: Francesco Turco fastmail fm> AuthorDate: Tue Jan 16 17:20:40 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 17 10:23:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d050c9 media-video/smplayer: update GTK+ icon cache Closes: https://github.com/gentoo/gentoo/pull/6880 media-video/smplayer/smplayer-17.11.2.ebuild | 6 ++++-- media-video/smplayer/smplayer-17.12.0.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-video/smplayer/smplayer-17.11.2.ebuild b/media-video/smplayer/smplayer-17.11.2.ebuild index 583903b5976..3610468fd60 100644 --- a/media-video/smplayer/smplayer-17.11.2.ebuild +++ b/media-video/smplayer/smplayer-17.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW" PLOCALE_BACKUP="en_US" -inherit l10n qmake-utils xdg-utils +inherit gnome2-utils l10n qmake-utils xdg-utils DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" HOMEPAGE="http://www.smplayer.eu/" @@ -123,8 +123,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + gnome2_icon_cache_update } diff --git a/media-video/smplayer/smplayer-17.12.0.ebuild b/media-video/smplayer/smplayer-17.12.0.ebuild index 3a43e40959a..9e07115e9ed 100644 --- a/media-video/smplayer/smplayer-17.12.0.ebuild +++ b/media-video/smplayer/smplayer-17.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW" PLOCALE_BACKUP="en_US" -inherit l10n qmake-utils xdg-utils +inherit gnome2-utils l10n qmake-utils xdg-utils DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" HOMEPAGE="http://www.smplayer.eu/" @@ -123,8 +123,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + gnome2_icon_cache_update }