summaryrefslogtreecommitdiff
path: root/x11-themes/xcursor-themes
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/xcursor-themes
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r--x11-themes/xcursor-themes/Manifest5
-rw-r--r--x11-themes/xcursor-themes/metadata.xml8
-rw-r--r--x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild19
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest
new file mode 100644
index 000000000000..2dd4fd6cef76
--- /dev/null
+++ b/x11-themes/xcursor-themes/Manifest
@@ -0,0 +1,5 @@
+DIST xcursor-themes-1.0.4.tar.bz2 2352782 SHA256 e3fd2c05b9df0d88a3d1192c02143295744685f4f9a03db116e206698331bb86 SHA512 14f83e1aa08b89469338d59b067aeca14d8edb3af4b077cb9358521340ac3fc75bdf512a7fe40fb5485ab613a8b885f91b6993035b4bb0525e64e1682ba17bd7 WHIRLPOOL 576d05cb48605f62b8e05195673901fa003bb36bfaa641b9b99f5da46ce72fcce9f2b0164951a08d98775f7b31e9dfa2cc0e4527ca1cf720cd4a3f2eed3984fc
+EBUILD xcursor-themes-1.0.4.ebuild 431 SHA256 c698bacd477d8688a64d290ce2525b79d087480a51a9d4478b837650f609a851 SHA512 077eeef99c253909ad09433c117ba1d4804751134fa3a0d2e8fed82834d0342a849599778cf8b8f2b57815ccefc2715d6da13280cacfefb6db9163dbfea978d6 WHIRLPOOL ec91d76f9d9aaa5205b1a5ba27a8a1f2953bdaa3d0b01406b8d5374b110ee3b0ba4cf3b53348c14956d871e383f3700b37bfefe6b53da37240f254b80518a0aa
+MISC ChangeLog 2826 SHA256 b1f0d50bb7ce72f37be64a3f1a50f421c8e7fddf5b0410f3de18d80bbbec0efc SHA512 7ba6ef3efc7760e19cba7ee81391de679db1dcdb12eed616ed78ca503aa1f2db10f86f26c842cc5d995e7376153095840bc01f76250a1e4b6ad8c32c9f7a38e3 WHIRLPOOL ebd3502a818ab47edd8c5fbeafe2ffd6a0651f2213952af5195261d79311f4cd897ecc8d4591549ae95d3254744b243091ceb866583687491afbb69b4481b9f2
+MISC ChangeLog-2015 7016 SHA256 629a2f9a832f858d42304fc12ff5035448cd4530fb438091d8f4faf1d2064a39 SHA512 988665d262603e57dc2bd997cfc9566b0cd14b8dadbc6ca79865a440fc418416e95ed5197bd4caaad2b05602246fee8df3dc88cbf7abbf660f6822abddaf0cfb WHIRLPOOL f575092c21a517b3cec3460c64728bc4d7565ab87b3acfda636844209f18264bc941b6653b6cfa55a6bbad433844271bdc2271fde3712bc67750dd52b4448b9c
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-themes/xcursor-themes/metadata.xml b/x11-themes/xcursor-themes/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-themes/xcursor-themes/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>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild
new file mode 100644
index 000000000000..82d6ca9fc5c2
--- /dev/null
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_STATIC=no
+XORG_MODULE=data/
+inherit xorg-2
+
+DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}
+ x11-apps/xcursorgen"