From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/
Date: Fri, 29 Oct 2021 18:40:17 +0000 (UTC) [thread overview]
Message-ID: <1635532794.4a91ebfb40bc97c92637cfde4f7a11bb04bebd72.amynka@gentoo> (raw)
commit: 4a91ebfb40bc97c92637cfde4f7a11bb04bebd72
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 18:38:49 2021 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 18:39:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a91ebfb
x11-misc/tint2: version bump 17.0.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
x11-misc/tint2/Manifest | 1 +
x11-misc/tint2/tint2-17.0.1.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index ecc77b3f47b..793379334e4 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1 +1,2 @@
DIST tint2-v16.7.tar.gz 551197 BLAKE2B ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7 SHA512 a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31
+DIST tint2-v17.0.1.tar.gz 553523 BLAKE2B 112186c95561af22d67707a0d4d17462c3d32bd4c97165066a1c491c628359eabba3563b271a46e980dd65abaf42a4b59dc36c42ee3cdb2b6d6cde616e0acfe5 SHA512 cc887d1d9eb8b69135ec6f1e591c38b374605f36fa7609fc580de6a81f33ec98c74af0ba2ab326f1ae25d52b75d2056a48cc2a76d78da1fd27dfdf7818fe429b
diff --git a/x11-misc/tint2/tint2-17.0.1.ebuild b/x11-misc/tint2/tint2-17.0.1.ebuild
new file mode 100644
index 00000000000..7b5eec7cee8
--- /dev/null
+++ b/x11-misc/tint2/tint2-17.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight panel/taskbar for Linux"
+HOMEPAGE="https://gitlab.com/o9000/tint2"
+SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
+S=${WORKDIR}/${PN}-v${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="battery startup-notification svg tint2conf"
+
+DEPEND="
+ dev-libs/glib:2
+ svg? ( gnome-base/librsvg:2 )
+ >=media-libs/imlib2-1.4.2[X,png]
+ x11-libs/cairo[X]
+ x11-libs/pango
+ tint2conf? ( x11-libs/gtk+:2 )
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXinerama
+ >=x11-libs/libXrandr-1.3
+ x11-libs/libXrender
+ startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+ -DENABLE_BATTERY="$(usex battery)"
+ -DENABLE_TINT2CONF="$(usex tint2conf)"
+ -DENABLE_SN="$(usex startup-notification)"
+ -DENABLE_RSVG="$(usex svg)"
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-10-29 18:40 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 18:40 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 23:44 [gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/ Sam James
2024-10-25 22:09 Sam James
2022-12-14 12:00 Amy Liffey
2022-12-14 12:00 Amy Liffey
2022-11-30 0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-01-25 19:43 Amy Liffey
2022-01-23 21:15 Matt Turner
2021-09-09 4:22 Sam James
2021-02-14 21:52 Andreas Sturmlechner
2021-02-14 21:52 Andreas Sturmlechner
2020-07-22 9:01 Agostino Sarubbo
2020-07-21 10:44 Agostino Sarubbo
2019-11-10 15:27 Michał Górny
2019-11-07 19:00 Amy Liffey
2018-12-25 21:02 Mikle Kolyada
2018-12-25 20:14 Amy Liffey
2018-08-12 13:24 Sergei Trofimovich
2018-08-12 13:24 Sergei Trofimovich
2018-08-05 15:02 Amy Liffey
2018-01-21 8:49 Amy Liffey
2018-01-07 12:36 Amy Liffey
2017-11-24 20:07 Amy Liffey
2017-07-21 8:46 Amy Liffey
2017-04-01 10:24 David Seifert
2016-08-20 8:29 Amadeusz Piotr Żołnowski
2016-03-18 19:11 Michał Górny
2015-09-13 18:58 Manuel Rüger
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=1635532794.4a91ebfb40bc97c92637cfde4f7a11bb04bebd72.amynka@gentoo \
--to=amynka@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