Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408430 Details for
Bug 556892
x11-misc/tint2-0.12.1: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tint2 ebuild patch
tint2-0.12.1.patch (text/plain), 1.77 KB, created by
Alexandr Tiurin
on 2015-08-06 22:28:44 UTC
(
hide
)
Description:
tint2 ebuild patch
Filename:
MIME Type:
Creator:
Alexandr Tiurin
Created:
2015-08-06 22:28:44 UTC
Size:
1.77 KB
patch
obsolete
>--- /usr/portage/x11-misc/tint2/tint2-0.11-r2.ebuild 2015-04-04 20:15:21.000000000 +0400 >+++ tint2-0.12.1.ebuild 2015-08-07 02:18:19.545775613 +0400 >@@ -1,16 +1,16 @@ > # Copyright 1999-2015 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.11-r2.ebuild,v 1.1 2015/04/04 16:15:21 kensington Exp $ >+# $Header: > > EAPI="5" > >-inherit cmake-utils >+inherit cmake-utils git-r3 > > MY_P="${PN}-${PV/_/-}" > > DESCRIPTION="A lightweight panel/taskbar" >-HOMEPAGE="http://code.google.com/p/tint2/" >-SRC_URI="http://tint2.googlecode.com/files/${MY_P}.tar.bz2" >+HOMEPAGE="https://gitlab.com/o9000/tint2" >+EGIT_REPO_URI="https://gitlab.com/o9000/tint2.git" > > LICENSE="GPL-2" > SLOT="0" >@@ -18,15 +18,17 @@ > IUSE="battery examples tint2conf" > > COMMON_DEPEND="dev-libs/glib:2 >+ gnome-base/librsvg:2 >+ media-libs/imlib2[X] > x11-libs/cairo >- x11-libs/pango[X] > x11-libs/libX11 >- x11-libs/libXinerama >- x11-libs/libXdamage > x11-libs/libXcomposite >- x11-libs/libXrender >+ x11-libs/libXdamage >+ x11-libs/libXinerama > x11-libs/libXrandr >- media-libs/imlib2[X]" >+ x11-libs/libXrender >+ x11-libs/pango[X] >+ x11-libs/startup-notification" > DEPEND="${COMMON_DEPEND} > virtual/pkgconfig > x11-proto/xineramaproto" >@@ -35,7 +37,9 @@ > > S="${WORKDIR}/${MY_P}" > >-PATCHES=( "${FILESDIR}/battery_segfault.patch" ) # bug 343963 >+src_prepare() { >+ epatch "${FILESDIR}/${PN}-0.12-cmake.patch" >+} > > src_configure() { > local mycmakeargs=( >@@ -54,3 +58,7 @@ > cmake-utils_src_install > rm -f "${D}/usr/bin/tintwizard.py" > } >+ >+pkg_postinst() { >+ gtk-update-icon-cache -f -t "${ROOT}"/icons/hicolor >+} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 556892
: 408430 |
408432