diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /x11-themes/comix-xcursors | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'x11-themes/comix-xcursors')
| -rw-r--r-- | x11-themes/comix-xcursors/Manifest | 4 | ||||
| -rw-r--r-- | x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild | 29 | ||||
| -rw-r--r-- | x11-themes/comix-xcursors/metadata.xml | 10 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/comix-xcursors/Manifest b/x11-themes/comix-xcursors/Manifest new file mode 100644 index 000000000000..8705b5678dfd --- /dev/null +++ b/x11-themes/comix-xcursors/Manifest @@ -0,0 +1,4 @@ +DIST ComixCursors-0.8.2.tar.bz2 2190951 BLAKE2B ebbee6e1668d622a89a63dbdc7d6011456be7ce70efdd57aa4f0581064fc45ae687cb1ffd8e5194bcf0111eb808ed80bddd60256d71e12caf0dbbcd4e7f56172 SHA512 2061207f4a646903774151b17fdfa0749bd613cae12674c4ccaf5f277f7f5ee2d5ab82ae5dcda0a3d22df57e66a6576764b26b9ba004c639301bd6ca18aa9ee1 +DIST ComixCursors-LH-0.8.2.tar.bz2 2194027 BLAKE2B 83fb3a7cf7f9281dbd1db379d9d7b90bb7e981637b8b9d4f48728a9c91e51f7bd511654cdc2546533f062df5741fa6652152b842e6682ecb322b6972aad62dfe SHA512 35b843f0cede89e4599b52bb2e5bc7180691767b5125ab7bb7b8fc1cf28a68a60ab1464e1cb7561484235b9ea8b58604ce35ff6e1ffc055d8c399ab484986eb4 +DIST ComixCursors-LH-Opaque-0.8.2.tar.bz2 1915132 BLAKE2B b43374b7e6d706038a1ee3899ffa08d519186ad4c892c56922a678d1e97bd2f5014de0eb8de8e04fe958a6430f3d5fadd6dea822c9a0d2cf4487b1aa49f79ae7 SHA512 86a11adc280b732bd1d813b2e43ab3256bdadba7054f818a4134b44fc5891477377d01c23f2c4cb50ccc68c65c57f5022fbd15fdf215e556eaa6c2888410f78a +DIST ComixCursors-Opaque-0.8.2.tar.bz2 1910390 BLAKE2B 51f3a0c7e7ae697d3278074e1820a1341edd3f198a2dd117ed5eb5f6641f19f99fcad072146171b25d4882b478afa643004fd915dcf4c98e81fd064a464cbc96 SHA512 07c59aca614283af36c01b1c7b0f485f1d9a116dd596c86aa2cd4ddce6317d0bd08b96898e6655b7ef19082f16a1042bdc166e92fda801c0e95b6516d0ad1b14 diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild new file mode 100644 index 000000000000..a828656e492a --- /dev/null +++ b/x11-themes/comix-xcursors/comix-xcursors-0.8.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MY_PN="ComixCursors" + +DESCRIPTION="X11 mouse theme with a comics feeling" +HOMEPAGE="http://kde-look.org/content/show.php/ComixCursors?content=32627" +SRC_URI="http://www.limitland.de/comixcursors/${MY_PN}-${PV}.tar.bz2 + lefthanded? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 ) + opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 ) + lefthanded? ( opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="lefthanded opaque" + +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor" +DEPEND="" + +S="${WORKDIR}" + +src_install() { + insinto "/usr/share/cursors/xorg-x11" + doins -r "${S}"/* +} diff --git a/x11-themes/comix-xcursors/metadata.xml b/x11-themes/comix-xcursors/metadata.xml new file mode 100644 index 000000000000..ba01bb6b829d --- /dev/null +++ b/x11-themes/comix-xcursors/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!--maintainer-needed--> + <use> + <flag name="lefthanded">Install lefthanded version of theme in addition to default one</flag> + <flag name="opaque">Install non-transparent version of theme in addition to default one</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata> |
