summaryrefslogtreecommitdiff
path: root/x11-themes/blueglass-xcursors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-themes/blueglass-xcursors
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-themes/blueglass-xcursors')
-rw-r--r--x11-themes/blueglass-xcursors/Manifest5
-rw-r--r--x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild45
-rw-r--r--x11-themes/blueglass-xcursors/metadata.xml8
3 files changed, 58 insertions, 0 deletions
diff --git a/x11-themes/blueglass-xcursors/Manifest b/x11-themes/blueglass-xcursors/Manifest
new file mode 100644
index 000000000000..769887ae0768
--- /dev/null
+++ b/x11-themes/blueglass-xcursors/Manifest
@@ -0,0 +1,5 @@
+DIST 5532-BlueGlass-XCursors-3D-0.4.tar.bz2 764792 SHA256 947b7ad7fb23177a4ad3cfbf9884cee9e0aa373a7d23cd2aeeca981bf487122a SHA512 2d80a1a470e50c64c94a72e1bd553de10c2ff8e62e26fe348e3bc0c0dec18c0fcb589e3dfbc21c4032716d7a409efc0e42f361cf01f00d5829bde002329f976a WHIRLPOOL 3bf08c7e203a44eb19f18684c00f536fd269ff5ad653168c4194e1dac93e3ad147064f0f9ae9f3de547a80c25878930e42da0147826af022fecc7d2cd2d32042
+EBUILD blueglass-xcursors-0.4.ebuild 1531 SHA256 7827acad6ed0d58fa09654dab525c5df7a08160add2f3dc742f430ad4d5b1891 SHA512 3e228e99a1ed41cc760d5f9327b9b07e062379860bd295c4d6c9426a9c40fdc4a3644ecbc2178d88d89d2ddbcc1326ab41a4083b9c9e8c517d2221fcf59a389e WHIRLPOOL 5e7d4dc692ee3b9c36ef1ad0417b1300e7d9a89c8589479cfb0ae8d58340870ef4424c572874bddcff6ec654721c1176fc4533ddcb40af4c9c28ecc10fe9ef0c
+MISC ChangeLog 2458 SHA256 bf1796ded7944910c02650ae1420871f42b70d067b34c8148b8f12581c3c8dfe SHA512 28fbdb39378e3ee0aa79f20a0845fbb5d2ba29f960b3be816ba1cf9b2be711139da4b34ce7404664294f3e8a33f1002d39776ffcc5b419699a60119cb4185ef9 WHIRLPOOL 4f8dbe0f8db5ae54d6c219e17f353a5b8171286a904b61c3222e1e345662d86ffe1ebd82ea8559f7b6c46a0badacd7d68c50068cdfa6b5e886800adf97220f98
+MISC ChangeLog-2015 3423 SHA256 a128b06a5727cc1de9cc0e679e11735cc5f23b0377b090a75162bc77f1b09e23 SHA512 2971853fee40a70532ae10d0470b7ee1d475622c68e4de0d0f6dad7012de49e7c2cb88eaafda4639ce316e97961052eb4cd2368a775a10b86681b1d85428e399 WHIRLPOOL f43bc8a6bfae951130bf9d7576edc52ecede104e19e328955be1567dbf0f35fecac9ed48accb1b8d0a3720b0aad7a3a7749fe8b2f7f0b0e447d8dd90a7baa6f8
+MISC metadata.xml 272 SHA256 b389ad9ba70c18154af4fc164e31d5b1e2a4e99815d34319b4a4f46ccef2be52 SHA512 ebe67da08587903b5b82fc194aa3c8f1ab65371f60d2c134928362e089550d9e9fd9531bffe8b676a345b5bf0ab209ce7f50d37d98201a88176f002e17582493 WHIRLPOOL 3d6a9660a11c299dbb7fa3ec6821005f2540dc8fc9e499206d38d79d54023b3ddc66a019b2c88fbc92199b9f5335088b47fa3fdd781f92f2da3ad98b26bc2a50
diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
new file mode 100644
index 000000000000..e3eda54e5608
--- /dev/null
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+MY_P="5532-BlueGlass-XCursors-3D-${PV}"
+DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=5532"
+SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+# Note: although the package name is BlueGlass, the tarball & authors directions
+# use the directory 'Blue'.
+src_install() {
+ dodir /usr/share/cursors/xorg-x11/Blue/cursors/
+ cp -R "${WORKDIR}"/${MY_P:5}/Blue/cursors "${D}"/usr/share/cursors/xorg-x11/Blue/ || die
+ dodoc "${WORKDIR}"/${MY_P:5}/README
+}
+
+pkg_postinst() {
+ einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
+ einfo "and add the following line:"
+ einfo "Xcursor.theme: Blue"
+ 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=Blue"
+ 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\""
+}
diff --git a/x11-themes/blueglass-xcursors/metadata.xml b/x11-themes/blueglass-xcursors/metadata.xml
new file mode 100644
index 000000000000..49c86a887b6a
--- /dev/null
+++ b/x11-themes/blueglass-xcursors/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>desktop-misc@gentoo.org</email>
+ <name>Gentoo Desktop Miscellaneous Project</name>
+</maintainer>
+</pkgmetadata>