diff options
author | 2023-02-23 13:15:18 -0500 | |
---|---|---|
committer | 2023-02-23 13:21:10 -0500 | |
commit | 946f4f8c2e2c0d8b813ad84d7b361f133971f95e (patch) | |
tree | 50e813d001e08f90811862d8f92cb5940dc6418d /x11-themes/xcursor-themes | |
parent | x11-misc/xbitmaps: Version bump to 1.1.3 (diff) | |
download | gentoo-946f4f8c2e2c0d8b813ad84d7b361f133971f95e.tar.gz gentoo-946f4f8c2e2c0d8b813ad84d7b361f133971f95e.tar.bz2 gentoo-946f4f8c2e2c0d8b813ad84d7b361f133971f95e.zip |
x11-themes/xcursor-themes: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/metadata.xml | 3 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.7.ebuild | 19 |
3 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest index 68814dcfc382..d40a1020e998 100644 --- a/x11-themes/xcursor-themes/Manifest +++ b/x11-themes/xcursor-themes/Manifest @@ -1 +1,2 @@ DIST xcursor-themes-1.0.6.tar.bz2 2363089 BLAKE2B faf6041152d9b42f37ab4d9691f4f11c6b5be52f968f57f88348c0630fb5d5f42ee866ba7ee6072bb4b5ff9121ac36bf49a524b3ceee7e069707dec72767e723 SHA512 2ad3586a5571a5ddc0001187362b54b839644916164834213af98e58698044aec4392dd6e1e42f1794fda85c8fedf259b09214a9636bd0e71a1629c710f198d3 +DIST xcursor-themes-1.0.7.tar.xz 1490616 BLAKE2B d759f4ad2cfa50feace45aef1a3f0e0b561e48ad7c4d47e1f36bee26ad1c95a52aacce989ab6e4127d5a3412948fa08ef0129cc60d0788c19d0b52cb1fde0346 SHA512 910925dd17c576028ae0d9dfe5683888648b941806b53cd9ff74ed18ff2de537664b07ab4c647a55290aeba37f6051f322b29e8ecd54f348e32abe2ccea1c902 diff --git a/x11-themes/xcursor-themes/metadata.xml b/x11-themes/xcursor-themes/metadata.xml index e17a5bccb78b..f8fecd28bda0 100644 --- a/x11-themes/xcursor-themes/metadata.xml +++ b/x11-themes/xcursor-themes/metadata.xml @@ -5,4 +5,7 @@ <email>x11@gentoo.org</email> <name>X11</name> </maintainer> +<upstream> + <remote-id type="freedesktop-gitlab">xorg/data/cursors</remote-id> +</upstream> </pkgmetadata> diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.7.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.7.ebuild new file mode 100644 index 000000000000..ef071db6178f --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_MODULE=data/ +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +BDEPEND=" + x11-apps/xcursorgen +" +RDEPEND=" + x11-libs/libX11 + x11-libs/libXcursor +" |