Versions
v17.0.2-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86 ~arm64 ~ppc
- USE flags
- startup-notification svg tint2conf
USE flags
General
- startup-notification
- Enable application startup event feedback mechanism
- svg
- Add support for SVG (Scalable Vector Graphics)
- tint2conf
- Build/Install tint2conf as well
Dependencies
dev-libs / glib : The GLib library of C routines
gnome-base / librsvg : Scalable Vector Graphics (SVG) rendering library
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / libX11 : X.Org X11 library
x11-libs / libXcomposite : X.Org Xcomposite library
x11-libs / libXdamage : X.Org Xdamage library
x11-libs / libXext : X.Org Xext library
x11-libs / libXinerama : X.Org Xinerama library
x11-libs / libXrandr : X.Org Xrandr library
x11-libs / libXrender : X.Org Xrender library
x11-libs / pango : Internationalized text layout and rendering library
x11-libs / startup-notification : Application startup notification and feedback library
Runtime Dependencies
dev-libs / glib : The GLib library of C routines
gnome-base / librsvg : Scalable Vector Graphics (SVG) rendering library
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / libX11 : X.Org X11 library
x11-libs / libXcomposite : X.Org Xcomposite library
x11-libs / libXdamage : X.Org Xdamage library
x11-libs / libXext : X.Org Xext library
x11-libs / libXinerama : X.Org Xinerama library
x11-libs / libXrandr : X.Org Xrandr library
x11-libs / libXrender : X.Org Xrender library
x11-libs / pango : Internationalized text layout and rendering library
x11-libs / startup-notification : Application startup notification and feedback library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
x11-misc/tint2: restore and add math patch in 17.0.2 too
log10 usage was indeed not in this version, but turns out there was still a sqrt(). Didn't fail for me when tested because -lm was injected by pkg-config from another package when I tried. Bug: https://bugs.gentoo.org/961098 Closes: https://bugs.gentoo.org/970043 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
x11-misc/tint2: add note about the version
Someone may wonder why it is "outdated". Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
x11-misc/tint2: tidy, adjust dependencies, fix for cmake4+glib2.76
Also fix BetterCompressionUri, and drop USE=battery (always enabled, it has no dependencies and adds very little to the build). wrt bug #901775, personally never had 17.0.2 crash with glib-2.76+ despite using it with tint2 for ~3 years (don't know for 17.1), but it may be specific to configuration/usage and having the 17.0.2 fix doesn't seem to hurt. Closes: https://bugs.gentoo.org/901775 Closes: https://bugs.gentoo.org/957928 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
x11-misc/tint2: drop 17.1.3-r1 (aka, the fork, leaving the original)
This fork may have fixed a few issues but also introduced misc bugs including some more severe ones like segmentation faults, and then the new upstream shown no commit activity since the initial addition in 2022. Ultimately I do not think it makes sense to keep this fork, and we should return to the original which is fairly solid even if not without its own issues and a dead upstream (too). We could cherry pick some fixes if someone really needs them (please file a downstream bug), as long as it's nothing massive and is easy to understand to be unlikely to introduce other issues. Long term, it may be difficult to keep this if it breaks badly though (unless there is a maintained fork somewhere, I do not keep up that closely even though I use it on one old machine). I considered just masking this version rather than remove, but I'd rather not maintain two ebuilds nor leave one to fall into abandon. I also never really used 17.1 nor know it well because I had it masked locally after the trouble it gave me, so have little interest in keeping it + fixing downstream. bug notes: * bug #898890: not looked into the exact cause but 17.0.2 builds on a llvm-musl profile for me, either 17.1.3-only or fixed by something else * bug #948484: seems this was introduced in 17.1 * bug #961098: this was another 17.1-only issue (17.0.2 has no reference to log10) so dropping the libm patch alongside * bug #970019: reporter said 17.0.2 is fine for them, and I've personally not had tint2-17.0.2 crash (ever) Bug: https://bugs.gentoo.org/833135 Bug: https://bugs.gentoo.org/961098 Closes: https://bugs.gentoo.org/898890 (obsolete) Closes: https://bugs.gentoo.org/948484 (obsolete) Closes: https://bugs.gentoo.org/970019 (obsolete) Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/tint2: fix underlinked -lm
Closes: https://bugs.gentoo.org/961098 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/tint2: Stabilize 17.1.3 x86, #942177
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/tint2: Stabilize 17.1.3 amd64, #942177
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: drop 16.7, 17.0.1-r1
Signed-off-by: Amy Liffey <amynka@gentoo.org> - Amy Liffey · gentoo
x11-misc/tint2: version bump 17.1.3
- Change upstream Bug: https://bugs.gentoo.org/833135 Submitted-by: Nikita Zlobin <nick87720z@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/tint2: Stabilize 17.0.2 x86, #883459
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
x11-misc/tint2: Stabilize 17.0.2 amd64, #883459
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: version bump 17.0.2
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
x11-misc/tint2: Depend on x11-libs/gtk+:3
Closes: https://bugs.gentoo.org/831911 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: version bump 17.0.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
x11-misc/tint2: Keyword 16.7 arm64, #807939
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
x11-misc/tint2: Port to cmake.eclass, drop superfluous phase functions
Fix DESCRIPTION to not contain PN. xdg_environment_reset is already called by cmake_src_prepare. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
x11-misc/tint2: Drop 16.2, 16.6, 16.6.1
Bug: https://bugs.gentoo.org/730982 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
x11-misc/tint2: amd64 stable wrt bug #730982
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
x11-misc/tint2: x86 stable wrt bug #730982
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
x11-misc/tint2: [QA] Fix ObsoleteUri
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: version bump 16.7
Closes: https://bugs.gentoo.org/699542 Submitted-by: Aaron W. Swenson <titanofold@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: remove old versions 0.12 - 16.1
Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Mikle Kolyada · gentoo
x11-misc/tint2: amd64/x86 stable wrt bug #673732
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: version bump 16.6.1
Closes: https://bugs.gentoo.org/673726 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
x11-misc/tint2: keyworded 16.6 for ppc, bug #656254
Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
x11-misc/tint2: keyworded 16.2 for ppc, bug #656254
Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
x11-misc/tint2: version bump 16.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Amy Liffey · gentoo
x11-misc/tint2: version bump 16.2
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Amy Liffey · gentoo
x11-misc/tint2: version bump 16.1
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Amy Liffey · gentoo
x11-misc/tint2: version bump 15.3
Closes: https://bugs.gentoo.org/636610 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Amy Liffey · gentoo
x11-misc/tint2: fix path tint2rc bug #629312
Submitted-by: Chris Mayo <aklhfex@gmail.com> Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Amy Liffey · gentoo
x11-misc/tint2: fix tint2rc for prefix bug #629134
Submitted-by: tastu teche <tastuteche@yahoo.com> Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Chris Mayo · gentoo
x11-misc/tint2: Version bump 0.14.6
Closes:#4982 Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Harri Nieminen · gentoo
x11-misc/tint2: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319 - Agostino Sarubbo · gentoo
x11-misc/tint2: x86 stable wrt bug #613104
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
x11-misc/tint2: amd64 stable wrt bug #613104
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Harri Nieminen · gentoo
x11-misc/tint2: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Yuri Konotopov · gentoo
x11-misc/tint2: version bump, EAPI 6 bump
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=590798 Closes:#3451 - Agostino Sarubbo · gentoo
x11-misc/tint2: x86 stable wrt bug #600902
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
x11-misc/tint2: amd64 stable wrt bug #600902
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amadeusz Żołnowski · gentoo
x11-misc/tint2: Require imlib2 with png enabled
It is required for tint2 launcher to display icons. Package-Manager: portage-2.3.0 - Amy Winston · gentoo
x11-misc/tint2: version bump 0.12.3 bug #565876.Thanks Anthony Parsons.
Package-Manager: portage-2.2.24 - Manuel Rüger · gentoo
x11-misc/tint2: Remove old
Package-Manager: portage-2.2.20.1 - Justin Lecher · gentoo
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed