public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/chameleon-xcursors: metadata.xml ChangeLog chameleon-xcursors-0.5.ebuild
@ 2011-08-20 11:02 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2011-08-20 11:02 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/08/20 11:02:28

  Added:                metadata.xml ChangeLog
                        chameleon-xcursors-0.5.ebuild
  Log:
  Add x11-themes/chameleon-xcursors-0.5
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-themes/chameleon-xcursors/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
	<email>sterkrig@myopera.com</email>
	<name>Nikolaj Sjujskij</name>
</maintainer>
<maintainer>
	<email>maksbotan@gentoo.org</email>
	<name>Maxim Koltsov</name>
</maintainer>
</pkgmetadata>



1.1                  x11-themes/chameleon-xcursors/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for x11-themes/chameleon-xcursors
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/chameleon-xcursors/ChangeLog,v 1.1 2011/08/20 11:02:28 maksbotan Exp $

*chameleon-xcursors-0.5 (20 Aug 2011)

  20 Aug 2011; <maks@gentoo.org> +chameleon-xcursors-0.5.ebuild, +metadata.xml:
  Copy x11-themes/chameleon-cursors-0.5, thanks to Nickolaj Sjujskij
  <sterkrig@myopera.com>




1.1                  x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild?rev=1.1&content-type=text/plain

Index: chameleon-xcursors-0.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild,v 1.1 2011/08/20 11:02:28 maksbotan Exp $

EAPI="3"

MY_PN="Chameleon"

DESCRIPTION="Style neutral scalable cursor theme"
HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"

COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
SRC_URI=""
for COLOUR in ${COLOURS} ; do
	SRC_URI="${SRC_URI} http://www.egregorion.net/works/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
done

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	dodir /usr/share/cursors/xorg-x11/
	for COLOUR in ${COLOURS}; do
		for SIZE in Large Regular Small; do
			local name=${MY_PN}-${COLOUR}-${SIZE}
			cp -r "${WORKDIR}"/${name}-${PV} \
				"${ED}"/usr/share/cursors/xorg-x11/${name}
		done
	done
}

pkg_postinst() {
	elog "To use one of these sets of cursors, edit or create the file ~/.Xdefaults"
	elog "and add the following line:"
	elog "Xcursor.theme: ${MY_PN}-Pearl-Regular"
	elog "(for example)"
	elog
	elog "You can change the size by adding a line like:"
	elog "Xcursor.size: 48"
	elog
	elog "Also, to globally use this set of mouse cursors edit the file:"
	elog "    /usr/share/cursors/xorg-x11/default/index.theme"
	elog "and change the line:"
	elog "    Inherits=[current setting]"
	elog "to"
	elog "    Inherits=${MY_PN}-Pearl-Regular"
	elog
	elog "Note this will be overruled by a user's ~/.Xdefaults file."
	elog
	ewarn "If you experience flickering, try setting the following line in"
	ewarn "the Device section of your xorg.conf file:"
	ewarn "    Option  \"HWCursor\"  \"false\""
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-20 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 11:02 [gentoo-commits] gentoo-x86 commit in x11-themes/chameleon-xcursors: metadata.xml ChangeLog chameleon-xcursors-0.5.ebuild Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox