From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-windowck-plugin/
Date: Fri, 9 Sep 2022 12:05:52 +0000 (UTC) [thread overview]
Message-ID: <1662725138.f96c74ea5429a88b4e936347612dcb78816e8183.mgorny@gentoo> (raw)
commit: f96c74ea5429a88b4e936347612dcb78816e8183
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 12:02:47 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 12:05:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96c74ea
xfce-extra/xfce4-windowck-plugin: New package, v0.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 8 ++++
.../xfce4-windowck-plugin-0.5.0.ebuild | 45 ++++++++++++++++++++++
3 files changed, 54 insertions(+)
--git a/xfce-extra/xfce4-windowck-plugin/Manifest b/xfce-extra/xfce4-windowck-plugin/Manifest
new file mode 100644
index 000000000000..b648c2b7413a
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/Manifest
@@ -0,0 +1 @@
+DIST xfce4-windowck-plugin-0.5.0.tar.bz2 404966 BLAKE2B 0dd76bdc5688c834c5223f1457a9a7db2b47ddaf8fe6f02970fef44d3cfef1e14136d1b786c65132084a705b5ca12d3c34597c0371c5da9e6661ab04a05a61f8 SHA512 ea3da45460201c88c7b7cd0c18715a2dad63f9c95e96450a2d39217523b5bac8f5dc671d3d71d9c7ca309c5d9b78cf18ddabd955da510a57d3bb2aeeb91507f4
--git a/xfce-extra/xfce4-windowck-plugin/metadata.xml b/xfce-extra/xfce4-windowck-plugin/metadata.xml
new file mode 100644
index 000000000000..fb3a6777ad9f
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild
new file mode 100644
index 000000000000..b6fd0528f2ac
--- /dev/null
+++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Panel plugin to put the maximized window title and window buttons on the panel"
+HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ x11-libs/gtk+:3
+ x11-libs/libwnck:3
+ x11-libs/libX11
+ >=xfce-base/libxfce4ui-4.14:=
+ >=xfce-base/libxfce4util-4.14:=
+ >=xfce-base/xfce4-panel-4.14:=
+ >=xfce-base/xfconf-4.14:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+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
+}
next reply other threads:[~2022-09-09 12:05 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-09 12:05 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-21 19:11 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-windowck-plugin/ Michał Górny
2025-05-20 15:17 Michał Górny
2025-05-20 15:17 Michał Górny
2024-12-29 14:04 Michał Górny
2023-03-17 10:57 Michał Górny
2022-10-27 4:49 Michał Górny
2022-09-10 9:21 Michał Górny
2020-12-05 9:33 Sven Wegener
2019-12-26 12:56 Georgy Yakovlev
2019-12-06 14:20 Michał Górny
2019-10-20 11:07 Michał Górny
2019-10-20 9:06 Michał Górny
2019-08-22 12:31 Michał Górny
2019-08-22 11:15 Michał Górny
2019-08-13 12:10 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-16 23:56 Thomas Deutschmann
2019-05-11 17:57 Mikle Kolyada
2019-04-22 12:07 Michał Górny
2019-04-21 19:19 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-15 5:13 Michał Górny
2019-04-10 8:19 Michał Górny
2019-04-09 16:09 Michał Górny
2017-08-04 21:07 Amy Liffey
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=1662725138.f96c74ea5429a88b4e936347612dcb78816e8183.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