public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
Date: Tue,  5 May 2020 13:48:16 +0000 (UTC)	[thread overview]
Message-ID: <1588686491.592543a2c919628e8b2e4a7e71af5e780d0b3d4f.zlogene@gentoo> (raw)

commit:     592543a2c919628e8b2e4a7e71af5e780d0b3d4f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May  5 13:47:38 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May  5 13:48:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592543a2

x11-themes/papirus-icon-theme: Version bump (v20200430)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-themes/papirus-icon-theme/Manifest                              | 1 +
 x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild    | 6 +++---
 x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild    | 6 +++---
 x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild    | 4 ++--
 x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild    | 4 ++--
 x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild    | 4 ++--
 x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild    | 4 ++--
 ...con-theme-20200201.ebuild => papirus-icon-theme-20200430.ebuild} | 6 +++---
 8 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
index 202c3eb50e2..9d662c692db 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -5,3 +5,4 @@ DIST papirus-icon-theme-20200102.tar.gz 21110348 BLAKE2B b52282b74cbe771212360e1
 DIST papirus-icon-theme-20200201.tar.gz 21482791 BLAKE2B 5287e031505835465b85115d1a86e8af61b9e5947357654a3f00b768708bc6e49accbaa219b6b0889798153215cc072d7f8b1cd677fdfff113bf925968980e04 SHA512 07ed45eb409ed12f57657f058f9a5a03dec77679ed598dc8645536a614ecc5424c60be57f10de20ca72204d2a21152fdd62adadf2637bbfa1266d588c787d7e9
 DIST papirus-icon-theme-20200301.tar.gz 21896164 BLAKE2B fb2c11b3ebe893375283e7f95cc6e89a7c8b54f4b2d129a2517a2b4eb5f3c84da925ac399491e0739d16dd6c050c2969420f73dce7c9a2e83522ab7d63299b23 SHA512 8b9f0a9b0fdb676365d6b30af8ba8dee71ff433a4c4317151899f09614da3fc9764e5e9c48743cdf7c8fde6eea53a1d3ab37eb890f1486fc54ce328e6af9b348
 DIST papirus-icon-theme-20200405.tar.gz 22279244 BLAKE2B 756402258dcc356cde2c4822c979e93096de6fd827037a21839e67a6f6bf81da7c86cb311255a6018676941ad1659cb5206dc8f3d1bfd8f320381232b5a0528e SHA512 116aefea7049f7bdffee12fde8fa7088dfb4cd52f78bba617390700ba292b664dde32d30119f2929121988fa46244d452407b82f61f113b38810743c6db7e451
+DIST papirus-icon-theme-20200430.tar.gz 22659357 BLAKE2B 55c68d06375f1713650e908df8d2a47725d656dc12cb02117f5b49abf662d36c3397fc13f1b806899e14ccc1bb84643fbcf32d716c9254f2c69133c13904ac53 SHA512 5be8e68f3b0bff32c8c1c8c6fc4d4358a1fa18b9395cefbde4b6056fd38d1fb68f2cc555b5aa98e0399c24ddeb119d501b00098c459d43a734ae831b7df9624c

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
index 96967c513d9..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191101.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
index 96967c513d9..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20191201.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
index 13a4c564e94..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200102.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
index 13a4c564e94..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
index 13a4c564e94..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200301.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
index 13a4c564e94..ffcaec181ce 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200405.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }

diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
similarity index 85%
copy from x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
copy to x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
index 13a4c564e94..72805a2a931 100644
--- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20200201.ebuild
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20200430.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="icon theme for Linux"
 HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 src_compile() { :; }
 
@@ -23,4 +23,4 @@ src_install() {
 
 pkg_preinst() { gnome2_icon_savelist; }
 pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }


             reply	other threads:[~2020-05-05 13:48 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05 13:48 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13  9:42 [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/ Pacho Ramos
2024-04-12 15:30 Sam James
2024-02-25 15:56 Pacho Ramos
2024-01-15 13:05 Pacho Ramos
2023-12-29 13:41 Pacho Ramos
2023-12-29 13:41 Pacho Ramos
2023-12-16  9:46 Pacho Ramos
2023-12-16  9:16 Pacho Ramos
2023-11-10 16:20 Pacho Ramos
2023-11-10 16:20 Pacho Ramos
2023-10-01 17:43 Pacho Ramos
2023-10-01 17:43 Pacho Ramos
2023-09-10  8:43 Pacho Ramos
2023-08-24  8:40 Pacho Ramos
2023-08-02  7:34 Pacho Ramos
2023-08-02  7:34 Pacho Ramos
2023-07-08 16:29 Pacho Ramos
2023-06-18  6:15 Pacho Ramos
2023-06-06  7:55 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-03-01 15:55 Pacho Ramos
2023-03-01 15:55 Pacho Ramos
2023-02-22 15:30 Pacho Ramos
2023-02-05 12:08 Pacho Ramos
2022-12-24 16:15 Pacho Ramos
2022-12-20  8:43 Pacho Ramos
2022-12-04 14:50 Pacho Ramos
2022-11-01 18:31 Pacho Ramos
2022-11-01 18:30 Pacho Ramos
2022-10-23 16:17 Pacho Ramos
2022-10-23 16:17 Pacho Ramos
2022-09-11  8:52 Pacho Ramos
2022-09-03 16:07 Pacho Ramos
2022-09-03 16:07 Pacho Ramos
2022-08-14  9:21 Pacho Ramos
2022-08-14  9:21 Pacho Ramos
2022-08-02 18:05 Pacho Ramos
2022-08-02 18:05 Pacho Ramos
2022-08-02 18:05 Pacho Ramos
2022-08-02 18:05 Pacho Ramos
2022-07-15  8:38 Joonas Niilola
2022-07-15  8:38 Joonas Niilola
2022-05-18 21:02 Conrad Kostecki
2022-04-29 10:21 Sam James
2022-03-07 17:08 Conrad Kostecki
2022-02-19 13:15 Jakov Smolić
2021-12-14 18:40 Conrad Kostecki
2021-12-14 18:40 Conrad Kostecki
2021-11-11  9:03 Joonas Niilola
2021-11-11  9:03 Joonas Niilola
2021-11-11  9:03 Joonas Niilola
2021-10-23 14:20 Conrad Kostecki
2021-10-23 14:20 Conrad Kostecki
2021-10-23 14:20 Conrad Kostecki
2021-07-14 14:32 Joonas Niilola
2021-07-14 14:32 Joonas Niilola
2021-07-06 11:01 Agostino Sarubbo
2021-06-06  7:14 Agostino Sarubbo
2021-06-04 19:57 Georgy Yakovlev
2021-06-04 19:57 Georgy Yakovlev
2021-06-03 15:06 Joonas Niilola
2021-06-03 15:06 Joonas Niilola
2021-05-13  4:31 Sam James
2021-05-05  5:21 Joonas Niilola
2021-04-11  7:43 Joonas Niilola
2021-04-11  7:43 Joonas Niilola
2021-03-20 17:53 Andreas Sturmlechner
2021-03-15  0:52 Sam James
2021-03-14 10:16 Joonas Niilola
2021-03-14 10:14 Joonas Niilola
2021-03-14 10:14 Joonas Niilola
2021-03-14 10:14 Joonas Niilola
2021-03-14 10:14 Joonas Niilola
2021-01-12 12:52 Mikle Kolyada
2020-09-25 10:00 Mikle Kolyada
2020-08-20  7:22 Mikle Kolyada
2020-07-12 15:29 Mikle Kolyada
2020-06-11  8:33 Mikle Kolyada
2020-05-05 13:48 Mikle Kolyada
2020-04-09  7:13 Mikle Kolyada
2020-03-06 10:18 Mikle Kolyada
2020-02-08 17:29 Mikle Kolyada
2020-01-08 15:09 Mikle Kolyada
2019-12-31 13:00 Mikle Kolyada
2019-12-03 10:26 Mikle Kolyada
2019-11-02 11:50 Mikle Kolyada
2019-10-27 18:37 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588686491.592543a2c919628e8b2e4a7e71af5e780d0b3d4f.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox