diff options
author | Christian Heim <phreak@gentoo.org> | 2007-03-18 13:34:17 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-03-18 13:34:17 +0000 |
commit | c4d91f03df45fb16582fe97b2210e1fa5d91c004 (patch) | |
tree | 92d91c2ac0c015d1b977a692fb3d2c8ee275095d /private | |
parent | sys-kernel/vsgrsec-sources: Fixing UNIPATCH_LIST thanks to Tiziano. (diff) | |
download | phreak-c4d91f03df45fb16582fe97b2210e1fa5d91c004.tar.gz phreak-c4d91f03df45fb16582fe97b2210e1fa5d91c004.tar.bz2 phreak-c4d91f03df45fb16582fe97b2210e1fa5d91c004.zip |
Removing whiteglass ..
svn path=/; revision=294
Diffstat (limited to 'private')
3 files changed, 0 insertions, 57 deletions
diff --git a/private/x11-themes/whiteglass-xcursors/Manifest b/private/x11-themes/whiteglass-xcursors/Manifest deleted file mode 100644 index 9995d66..0000000 --- a/private/x11-themes/whiteglass-xcursors/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST whiteglass-xcursors-0.1.tar.bz2 101281 RMD160 61b36045ca3c0c95a457a2cb2035b91afd6ba15f SHA1 a105f97b724bf122c737a10d9b1b9e7290b9ea53 SHA256 f8635c916e2bd3e845ad88e8f94d704856911a227d0e28303387f63e60bd4318 -EBUILD whiteglass-xcursors-0.1.ebuild 1617 RMD160 471559041294c7191355311d2595a005f0c9cffe SHA1 cc9d09bf7592d1eebe8b74c8eba6490a7f3e33c1 SHA256 0a18c19320da7f437f9265deb098d7973f4fa3edb324e929499df3854ca4efa8 -MD5 d9780cb40099c8025482da5e8e0a93ab whiteglass-xcursors-0.1.ebuild 1617 -RMD160 471559041294c7191355311d2595a005f0c9cffe whiteglass-xcursors-0.1.ebuild 1617 -SHA256 0a18c19320da7f437f9265deb098d7973f4fa3edb324e929499df3854ca4efa8 whiteglass-xcursors-0.1.ebuild 1617 -MD5 686cc06cd4e78189082d2551055c9415 files/digest-whiteglass-xcursors-0.1 274 -RMD160 448489691cc29c2dca6fc128de6b0f7c37a6fe9b files/digest-whiteglass-xcursors-0.1 274 -SHA256 bb9ea81f35857934fdbde2ac76e18e14ae3e37bf1c1be1841dfac3972b975860 files/digest-whiteglass-xcursors-0.1 274 diff --git a/private/x11-themes/whiteglass-xcursors/files/digest-whiteglass-xcursors-0.1 b/private/x11-themes/whiteglass-xcursors/files/digest-whiteglass-xcursors-0.1 deleted file mode 100644 index 287033d..0000000 --- a/private/x11-themes/whiteglass-xcursors/files/digest-whiteglass-xcursors-0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 52f22b5f214e88b328be4ae1a7e21e78 whiteglass-xcursors-0.1.tar.bz2 101281 -RMD160 61b36045ca3c0c95a457a2cb2035b91afd6ba15f whiteglass-xcursors-0.1.tar.bz2 101281 -SHA256 f8635c916e2bd3e845ad88e8f94d704856911a227d0e28303387f63e60bd4318 whiteglass-xcursors-0.1.tar.bz2 101281 diff --git a/private/x11-themes/whiteglass-xcursors/whiteglass-xcursors-0.1.ebuild b/private/x11-themes/whiteglass-xcursors/whiteglass-xcursors-0.1.ebuild deleted file mode 100644 index ad71831..0000000 --- a/private/x11-themes/whiteglass-xcursors/whiteglass-xcursors-0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.22 2006/11/27 23:59:04 flameeyes Exp $ - -DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=50533" -SRC_URI="http://dev.gentoo.org/~phreak/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_install() { - dodir /usr/share/cursors/xorg-x11/whiteglass/cursors/ - cp -R ${WORKDIR}/${P}/cursors \ - "${D}"/usr/share/cursors/xorg-x11/whiteglass/ || die -} - -pkg_postinst() { - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" - einfo "and add the following line:" - einfo "Xcursor.theme: whiteglass" - einfo "" - einfo "You can change the size by adding a line like:" - einfo "Xcursor.size: 48" - einfo "" - einfo "To globally use this set of mouse cursors edit the file:" - einfo " /usr/share/cursors/xorg-x11/default/index.theme" - einfo "and change the line:" - einfo " Inherits=[current setting]" - einfo "to" - einfo " Inherits=whiteglass" - einfo "" - einfo "Note this will be overruled by a user's ~/.Xdefaults file." - einfo "" - ewarn "If you experience flickering, try setting the following line in" - ewarn "the Device section of your XF86Config:" - ewarn "Option \"HWCursor\" \"false\"" - ewarn "" - ewarn "the Device section of your xorg.conf file:" - ewarn " Option \"HWCursor\" \"false\"" -} |