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, 21 Jul 2017 08:46:27 +0000 (UTC) [thread overview]
Message-ID: <1500626749.d1948f68d578ce79bde7f7e1d0194929266adc84.amynka@gentoo> (raw)
commit: d1948f68d578ce79bde7f7e1d0194929266adc84
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Sat Jun 24 18:50:04 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 08:45:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1948f68
x11-misc/tint2: Version bump 0.14.6
Closes:#4982
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-misc/tint2/Manifest | 1 +
x11-misc/tint2/tint2-0.14.6.ebuild | 60 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 77ae5af232e..39629e4168a 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1 +1,2 @@
DIST tint2-0.12.12.tar.gz 469724 SHA256 e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c WHIRLPOOL 197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
+DIST tint2-0.14.6.tar.gz 466533 SHA256 1770e2a37dc8066a33af7385ba1bbe7405101bced8e9fc7ee95d48cef53cd351 SHA512 eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da WHIRLPOOL ae9a00d866f868842600355fd463556b55405d13c2cf6344f4a72b541b445cdb22e6d576ae202452f5502caba17ddba33d008b5d4f763f53c72fb7d87afa79c8
diff --git a/x11-misc/tint2/tint2-0.14.6.ebuild b/x11-misc/tint2/tint2-0.14.6.ebuild
new file mode 100644
index 00000000000..c34f9788549
--- /dev/null
+++ b/x11-misc/tint2/tint2-0.14.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2"
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification 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_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-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2017-07-21 8:46 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 8:46 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-10-29 18:40 Amy Liffey
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-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=1500626749.d1948f68d578ce79bde7f7e1d0194929266adc84.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