hwoarang    14/05/08 18:50:54

  Modified:             ChangeLog
  Added:                dispcalgui-2.0.0.0.ebuild
  Log:
  Version bump. Bug #493410
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.23                 media-gfx/dispcalgui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/dispcalgui/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/dispcalgui/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/dispcalgui/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   4 Mar 2014 20:10:14 -0000       1.22
+++ ChangeLog   8 May 2014 18:50:54 -0000       1.23
@@ -1,6 +1,14 @@
 # ChangeLog for media-gfx/dispcalgui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.22 
2014/03/04 20:10:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.23 
2014/05/08 18:50:54 hwoarang Exp $
+
+*dispcalgui-2.0.0.0 (08 May 2014)
+
+  08 May 2014; Markos Chandras <hwoar...@gentoo.org>
+  +dispcalgui-2.0.0.0.ebuild, +files/dispcalgui-2.0.0.0-wxversion-select.patch:
+  Version bump. Bug #493410. Thanks to Andreas Sturmlechner
+  <andreas.sturmlech...@gmail.com> and Marios Andreopoulos
+  <opensou...@andmarios.com>
 
   04 Mar 2014; Agostino Sarubbo <a...@gentoo.org> dispcalgui-1.2.7.0.ebuild:
   Stable for x86, wrt bug #495696



1.1                  media-gfx/dispcalgui/dispcalgui-2.0.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/dispcalgui/dispcalgui-2.0.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/dispcalgui/dispcalgui-2.0.0.0.ebuild?rev=1.1&content-type=text/plain

Index: dispcalgui-2.0.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-2.0.0.0.ebuild,v 1.1 
2014/05/08 18:50:54 hwoarang Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 fdo-mime eutils

MY_PN="dispcalGUI"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
HOMEPAGE="http://dispcalgui.hoech.net/";
SRC_URI="mirror://sourceforge/${PN}/${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() {
        epatch "${FILESDIR}/${P}-wxversion-select.patch"

#       Prohibit setup from running xdg-* programs, resulting to sandbox 
violation
        cd "${S}/dispcalGUI" || 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

        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
}




Reply via email to