Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 427414 Details for
Bug 576440
media-gfx/dispcalgui renamed to DisplayCAL and version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
displaycal-3.1.2.0.ebuild correct
displaycal-3.1.2.0.ebuild (text/plain), 2.16 KB, created by
DrSlony
on 2016-03-04 13:14:13 UTC
(
hide
)
Description:
displaycal-3.1.2.0.ebuild correct
Filename:
MIME Type:
Creator:
DrSlony
Created:
2016-03-04 13:14:13 UTC
Size:
2.16 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="5" >PYTHON_COMPAT=( python2_7 ) > >inherit distutils-r1 fdo-mime eutils > >MY_PN="DisplayCAL" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="Display calibration and characterization powered by Argyll CMS" >HOMEPAGE="https://displaycal.net/" >SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=">=media-gfx/argyllcms-1.1.0 > dev-python/wxpython:2.8 > >=x11-libs/libX11-1.3.3 > >=x11-apps/xrandr-1.3.2 > >=x11-libs/libXxf86vm-1.1.0 > >=x11-proto/xineramaproto-1.2 > >=x11-libs/libXinerama-1.1" >RDEPEND="${DEPEND} > >=dev-python/numpy-1.2.1" > ># Just in case someone renames the ebuild >S=${WORKDIR}/${MY_P} > >DOCS=( > README.html >) > >src_prepare() { > # Prohibit setup from running xdg-* programs, resulting to sandbox violation > cd "${S}/DisplayCAL" || die "Cannot cd to source directory." > sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \ > -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \ > -i postinstall.py || die "sed'ing out the xdg-* setup functions failed" > > # Remove deprecated Encoding key from .desktop file > cd "${S}" || die "Cannot cd to work directory." > for offendingFile in $(grep -r -l "Encoding=UTF-8" .); do > sed -e '/Encoding=UTF-8/d' -i "${offendingFile}" || \ > die "removing deprecated Encoding key from .desktop files failed" > done > > # Remove x-world Media Type > cd "${S}/misc" || die "Cannot cd to misc directory." > sed -e 's/x\-world\/x\-vrml\;//g' -i "displaycal-vrml-to-x3d-converter.desktop" \ > || die "removing x-world media type failed" > > distutils-r1_src_prepare >} > >src_install() { > distutils-r1_src_install > #remove udev files > rm -rf "${D}"/etc/udev/rules.d >} > >pkg_postinst() { > # Run xdg-* programs the Gentoo way since we removed this > # functionality from the original package > fdo-mime_mime_database_update > fdo-mime_desktop_database_update >} > >pkg_postrm() { > # Run xdg-* programs the Gentoo way since we removed this > # functionality from the original package > fdo-mime_mime_database_update > fdo-mime_desktop_database_update >}
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 Raw
Actions:
View
Attachments on
bug 576440
:
427412
| 427414