public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/
Date: Tue,  2 Feb 2021 23:01:13 +0000 (UTC)	[thread overview]
Message-ID: <1612306866.7a335004da12a9813eb9c842a90464421be11ece.mgorny@gentoo> (raw)

commit:     7a335004da12a9813eb9c842a90464421be11ece
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 22:43:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 23:01:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a335004

xfce-extra/xfce4-cpufreq-plugin: Bump to 1.2.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-cpufreq-plugin/Manifest           |  1 +
 .../xfce4-cpufreq-plugin-1.2.4.ebuild              | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest
index f221f702264..d9e918429a4 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/Manifest
+++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-cpufreq-plugin-1.2.2.tar.bz2 408480 BLAKE2B da6f38a57126b8ad06dd77c9a1f09ffee78e58b390b53b5020af8da403b51f20ed8965b9d0bd0da2add993228d19ec9fcaa15ea4c22b42011140a8bfdb440dfa SHA512 b0cab40fa0e6cdbb59606d7712b1b1479e4a1e8ca1aa5a59d43fc863ac10eee6477461c827805d7544db49fa6e821f0351973fe650e2ef1520ddcadcbbde096e
 DIST xfce4-cpufreq-plugin-1.2.3.tar.bz2 415151 BLAKE2B 5c3c1298c5dc0562f4daf8df9c4f9e0d26b638f85efc5ec35d8edc08bb54a8de46b5af98c603fad6042eca0353419ae4f55cb642dcac7e3ef47509fbb712d58f SHA512 e8e9d705f304681253b6e8fb7ff8724dc7c339fda750c2fb7f05dc4f295b483679c0e2884e508c108ca9018499b50f4ff48a7d4dae5ef7c8ab78f0018f1ef959
+DIST xfce4-cpufreq-plugin-1.2.4.tar.bz2 416385 BLAKE2B 65df9bdd0427f5cdebe1a3427801b2ac69fa04a1b6da069c15a7463927101a6744e99207de69bd8ed6f0a92259fcaaa34a25e7cb26b74f82a9bfad38ddab8cda SHA512 6aad36cf44ebde55e9d05cabe8547e9335188749ce92317c949c00577b04a80f2239c03664802ef386a06a2c24c433a515dc598ea36c9299766a5e56b5ae6ae4

diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild
new file mode 100644
index 00000000000..3bf59fb4081
--- /dev/null
+++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plugin for showing information about cpufreq settings"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+	>=x11-libs/gtk+-3.20:3=
+	>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+	>=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2021-02-02 23:01 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02 23:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 11:05 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/ Michał Górny
2024-12-24 12:37 Michał Górny
2023-03-17 10:57 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2022-11-03 14:50 Michał Górny
2022-03-25 20:56 Michał Górny
2022-03-25 19:44 Sam James
2022-03-25  7:49 Agostino Sarubbo
2022-03-25  7:47 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-02-02  7:13 Michał Górny
2022-01-29 19:32 Michał Górny
2021-04-15 20:44 Michał Górny
2021-04-13 18:23 Sergei Trofimovich
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-04-09 22:22 Sam James
2021-03-02 20:07 Michał Górny
2021-02-18 22:08 Sam James
2021-02-08  6:11 Sam James
2021-02-08  6:05 Sam James
2021-01-12  9:49 Michał Górny
2021-01-05 21:59 Andreas K. Hüttel
2020-10-31 20:20 Sergei Trofimovich
2020-10-31 20:16 Sergei Trofimovich
2020-10-31 16:27 Thomas Deutschmann
2020-10-15 18:05 Michał Górny
2019-04-07  8:29 Michał Górny
2018-11-24 13:40 Sergei Trofimovich
2018-11-18 16:01 Sergei Trofimovich
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 13:52 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-09-24 16:29 Michał Górny
2018-05-27 20:56 Mikle Kolyada
2018-05-18  6:54 Denis Dupeyron
2018-04-18 21:04 Sergei Trofimovich
2018-04-08 17:28 Aaron Bauman
2017-05-17  7:21 Michał Górny
2016-08-02 16:10 Michał Górny
2016-06-23 15:07 Michał Górny

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=1612306866.7a335004da12a9813eb9c842a90464421be11ece.mgorny@gentoo \
    --to=mgorny@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