public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2016-05-18 13:39 Sam Jorna
  0 siblings, 0 replies; 10+ messages in thread
From: Sam Jorna @ 2016-05-18 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2b0f62e9b9f1d0e1d58aed893e38e7aa01f841fe
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue May 17 12:01:06 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Wed May 18 13:30:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0f62e9

x11-themes/neutral-xcursors: remove description tag from metadata.xml

Closes: https://github.com/gentoo/gentoo/pull/1479
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>

 x11-themes/neutral-xcursors/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-themes/neutral-xcursors/metadata.xml b/x11-themes/neutral-xcursors/metadata.xml
index 27f226d..bbf42a7 100644
--- a/x11-themes/neutral-xcursors/metadata.xml
+++ b/x11-themes/neutral-xcursors/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>itumaykin+gentoo@gmail.com</email>
 		<name>Coacher</name>
-		<description>Proxied maintainer - set to assignee on bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2016-09-04 19:06 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2016-09-04 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7f748d7e773be14e786ceb1de1b0f7bc88adc159
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Sep  3 16:37:23 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 18:59:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f748d7e

x11-themes/neutral-xcursors: declare loop variable as local

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2202

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
index 2319125..dd663d4 100644
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
@@ -55,6 +55,7 @@ src_prepare() {
 }
 
 src_compile() {
+	local cursor_dir
 	for cursor_dir in ${NEUTRAL_P} ${PLUS_P} ${PLUSPLUS_P} ${WHITE_P}; do
 		pushd ${cursor_dir}/source > /dev/null || die
 			sh make.sh || die


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2016-12-05 20:45 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2016-12-05 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     749f3b08e3cb1a4b19320b5c9a0b129e8e74e9a9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 20:39:48 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 20:44:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749f3b08

x11-themes/neutral-xcursors: arm/sparc/x86 stable, bug #586532

Package-Manager: portage-2.3.2

 x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
index f8a8f3a..1b3c2ff 100644
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
@@ -39,7 +39,7 @@ SRC_URI="
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~arm64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2016-12-05 22:48 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-12-05 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8ca77598fa346f6c687fff3f7b0eeb9c7ef14217
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 21:04:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 22:48:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca77598

x11-themes/neutral-xcursors: remove old.

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3024

 x11-themes/neutral-xcursors/Manifest               |  1 -
 .../neutral-xcursors/neutral-xcursors-1.20.ebuild  | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/x11-themes/neutral-xcursors/Manifest b/x11-themes/neutral-xcursors/Manifest
index 1f726ff..52e9c79 100644
--- a/x11-themes/neutral-xcursors/Manifest
+++ b/x11-themes/neutral-xcursors/Manifest
@@ -1,4 +1,3 @@
-DIST 48837-Neutral_Plus_1.2.tar.bz2 61354 SHA256 6b496406128fb3effd4e87159a29811d12a1b2f071e1341e67a6744c57d206dd SHA512 e20b4aa172561b04d39a3209a0977d6d7d8f1956fb4d60f7dd022b7ae6195890956b76facbe58fe3d5fd6a4b844f0c14da5d09f7f82379048c610e41133a713d WHIRLPOOL 86aa0ead57c70d947dbd62a457067f7d8fd468ebdb3b5b52e67abe0b0278256557b83f861aa95e5b29d0e42459dd66f78cb5563772ac1238b9e41751876ae489
 DIST Neutral++-1.0.3.tar.bz2 43751 SHA256 23ec4fa3f7b62c023b8726b70d7a822ecd1f3cf90515b302d988f6fe58bce426 SHA512 59690f691bfa1695565f72282262b5def52d06969edd2b277a5aca6bcd3afa4a1a4cd6b7ac9f7036da9c5e82caf0e7379b654f199fa2fb9d31fb0dccea333b77 WHIRLPOOL 3ce7de9dd87e191d20e2dd239be1de9c8a0812200e9874e3e4cc0f64a740203bbe17730714f012db8b7e46476c480915d471cc1a8e5e5345ac8bfbdb219a4ea3
 DIST Neutral++_White-1.1.1.tar.bz2 42982 SHA256 2ba4b89abdc4394e605dd2e983c08517fce50265864be27c138d9f225decf47f SHA512 0027dd2823c605c810904d86fd25d021cde14c24c4b1cb507dd5829ac0cd6763fa96296db76422a1b2667b7e2a4b4ca397bfc26823f5b2656753a507cb71f0a2 WHIRLPOOL 9ca431bb7b4b6a121a488c1d55d45606b188f030eae0667cfa00ccb602315e584615e8ad657169f11b59de9afaaa10bcad7230b07740c19d1005cf421fce45a2
 DIST Neutral-1.13a.tar.gz 68777 SHA256 f67f613fa1e16742f144f26ef149fb24a55fe59c4237aa9a7d124c133484b0f9 SHA512 bee7d433294e74fd4c4e1e7892b15035c9f880a85da7b5faae16efc517cfd939a14258b36a9aa297db30ff994547262f1c8114a10ec1db497e88245b1905d4c3 WHIRLPOOL 42d243ce955bddd0a673f921bca077a4b4f0580b6ddd345103cb850cd2e90be890d28ae7af27a5f4e7bd08870419f9d6134919f7f619e983dc32c195a19c3f73

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-1.20.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-1.20.ebuild
deleted file mode 100644
index dcf360c..00000000
--- a/x11-themes/neutral-xcursors/neutral-xcursors-1.20.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-MY_P="48837-Neutral_Plus_1.2.tar.bz2"
-MY_PN="Neutral_Plus"
-
-DESCRIPTION="\"Neutral_Plus\", the standard X.Org mouse cursor with shadows and animations"
-HOMEPAGE="http://kde-look.org/content/show.php/show.php?content=48837"
-SRC_URI="http://kde-look.org/CONTENT/content-files/${MY_P}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 sparc x86 ~x86-fbsd"
-IUSE="examples"
-RDEPEND="x11-libs/libX11
-	x11-libs/libXcursor
-	>=media-libs/libpng-1.2"
-DEPEND="${RDEPEND}
-	x11-apps/xcursorgen"
-S="${WORKDIR}/Neutral_Plus"
-
-src_install(){
-	insinto /usr/share/cursors/xorg-x11/${MY_PN}/
-
-	doins -r "${S}"/cursors/
-	doins "${S}"/index.theme
-
-	## install additional cursor source files?
-	if use examples; then
-	    doins -r "${S}"/source/
-	fi
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2021-04-26 21:20 Conrad Kostecki
  0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2021-04-26 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     78217f97b03d68338e52b848abaf82c8ebad77cc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 21:18:54 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 21:20:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78217f97

x11-themes/neutral-xcursors: bump to EAPI=7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-themes/neutral-xcursors/metadata.xml           |  3 +-
 .../neutral-xcursors-20150106-r1.ebuild            | 81 ++++++++++++++++++++++
 2 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/x11-themes/neutral-xcursors/metadata.xml b/x11-themes/neutral-xcursors/metadata.xml
index 585b0dc75dd..3c58a0219fb 100644
--- a/x11-themes/neutral-xcursors/metadata.xml
+++ b/x11-themes/neutral-xcursors/metadata.xml
@@ -2,4 +2,5 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
-	</pkgmetadata>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
new file mode 100644
index 00000000000..28dbb5e6b7d
--- /dev/null
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NEUTRAL_PN="Neutral"
+NEUTRAL_PV="1.13a"
+NEUTRAL_P="${NEUTRAL_PN}-${NEUTRAL_PV}"
+
+PLUS_PN="Neutral_Plus"
+PLUS_PV="1.2"
+PLUS_P="${PLUS_PN}-${PLUS_PV}"
+
+PLUSPLUS_PN="Neutral++"
+PLUSPLUS_PV="1.0.3"
+PLUSPLUS_P="${PLUSPLUS_PN}-${PLUSPLUS_PV}"
+
+WHITE_PN="Neutral++_White"
+WHITE_PV="1.1.1"
+WHITE_P="${WHITE_PN}-${WHITE_PV}"
+
+DESCRIPTION="A family of smoothed and shadowed cursors that resemble the standard X ones"
+HOMEPAGE="
+	https://store.kde.org/p/999947/
+	https://store.kde.org/p/999928/
+	https://store.kde.org/p/999941/
+	https://store.kde.org/p/999806/
+"
+
+SRC_URI="
+	mirror://gentoo/${NEUTRAL_P}.tar.gz
+	mirror://gentoo/${PLUS_P}.tar.bz2
+	mirror://gentoo/${PLUSPLUS_P}.tar.bz2
+	mirror://gentoo/${WHITE_P}.tar.bz2
+"
+S="${WORKDIR}"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
+
+DEPEND="x11-apps/xcursorgen"
+RDEPEND="x11-libs/libXcursor"
+
+src_prepare() {
+	default
+
+	mv neutral Neutral || die
+	mkdir -p "${PLUS_PN}"/source/cursors || die
+}
+
+src_compile() {
+	local cursor_dirs=( "${NEUTRAL_PN}" "${PLUS_PN}" "${PLUSPLUS_PN}" "${WHITE_PN}"	)
+	for cursor_dir in "${cursor_dirs[@]}"; do
+		pushd "${cursor_dir}"/source
+			./make.sh || die
+		popd
+	done
+}
+
+src_install() {
+	pushd "${NEUTRAL_PN}"
+		insinto /usr/share/cursors/xorg-x11/"${NEUTRAL_PN}"
+		doins -r index.theme source/cursors/
+	popd
+
+	pushd "${PLUS_PN}"
+		insinto /usr/share/cursors/xorg-x11/"${PLUS_PN}"
+		doins -r "${FILESDIR}/index.theme" source/cursors/
+	popd
+
+	pushd "${PLUSPLUS_PN}"
+		insinto /usr/share/cursors/xorg-x11/"${PLUSPLUS_PN}"
+		doins -r index.theme cursors/
+	popd
+
+	pushd "${WHITE_PN}"
+		insinto /usr/share/cursors/xorg-x11/"${WHITE_PN}"
+		doins -r index.theme cursors/
+	popd
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2021-04-26 21:20 Conrad Kostecki
  0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2021-04-26 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ad6580276e6b5ebd99e447eed982c669c45a1149
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 21:20:18 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 21:20:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad658027

x11-themes/neutral-xcursors: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../neutral-xcursors-20150106.ebuild               | 99 ----------------------
 1 file changed, 99 deletions(-)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
deleted file mode 100644
index d60e6d4a9bb..00000000000
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-NEUTRAL_PN="Neutral"
-NEUTRAL_PV="1.13a"		# 2006-03-06
-NEUTRAL_P="${NEUTRAL_PN}-${NEUTRAL_PV}"
-
-PLUS_PN="Neutral_Plus"
-PLUS_PV="1.2"			# 2007-06-23
-PLUS_P="${PLUS_PN}-${PLUS_PV}"
-
-PLUSPLUS_PN="Neutral++"
-PLUSPLUS_PV="1.0.3"		# 2015-01-06
-PLUSPLUS_P="${PLUSPLUS_PN}-${PLUSPLUS_PV}"
-
-WHITE_PN="Neutral++_White"
-WHITE_PV="1.1.1"		# 2015-01-06
-WHITE_P="${WHITE_PN}-${WHITE_PV}"
-
-inherit gnome2-utils vcs-snapshot
-
-DESCRIPTION="A family of smoothed and shadowed cursors that resemble the standard X ones"
-HOMEPAGE="
-	https://opendesktop.org/content/show.php/Neutral?content=28310
-	https://opendesktop.org/content/show.php/Neutral+Plus?content=48837
-	https://opendesktop.org/content/show.php/Neutral%2B%2B?content=108142
-	https://opendesktop.org/content/show.php/Neutral%2B%2B+White?content=108143
-"
-# Neutral++{,_White} URIs return tar.xz archives that are actually tar.bz2.
-SRC_URI="
-	https://opendesktop.org/CONTENT/content-files/28310-neutral-${NEUTRAL_PV}.tar.gz -> ${NEUTRAL_P}.tar.gz
-	https://opendesktop.org/CONTENT/content-files/48837-Neutral_Plus_${PLUS_PV}.tar.bz2 -> ${PLUS_P}.tar.bz2
-	https://opendesktop.org/CONTENT/content-files/108142-Neutral++-${PLUSPLUS_PV}.tar.xz -> ${PLUSPLUS_P}.tar.bz2
-	https://opendesktop.org/CONTENT/content-files/108143-Neutral++_White-${WHITE_PV}.tar.xz -> ${WHITE_P}.tar.bz2
-"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 sparc x86"
-IUSE=""
-
-DEPEND="x11-apps/xcursorgen"
-
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	default_src_prepare
-	sed -i -e 's|neutral|Neutral|g' ${NEUTRAL_P}/index.theme || die
-	mkdir -p ${PLUS_P}/source/cursors || die
-}
-
-src_compile() {
-	local cursor_dir
-	for cursor_dir in ${NEUTRAL_P} ${PLUS_P} ${PLUSPLUS_P} ${WHITE_P}; do
-		pushd ${cursor_dir}/source > /dev/null || die
-			sh make.sh || die
-		popd > /dev/null || die
-	done
-}
-
-src_install() {
-	pushd ${NEUTRAL_P} > /dev/null || die
-		insinto /usr/share/icons/${NEUTRAL_PN}
-		doins -r index.theme source/cursors/
-	popd > /dev/null || die
-
-	pushd ${PLUS_P} > /dev/null || die
-		insinto /usr/share/icons/${PLUS_PN}
-		# Upstream ships an invalid (as per freedesktop.org) index.theme.
-		# See https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/
-		doins -r "${FILESDIR}/index.theme" source/cursors/
-	popd > /dev/null || die
-
-	pushd ${PLUSPLUS_P} > /dev/null || die
-		insinto /usr/share/icons/${PLUSPLUS_PN}
-		doins -r index.theme cursors/
-	popd > /dev/null || die
-
-	pushd ${WHITE_P} > /dev/null || die
-		insinto /usr/share/icons/${WHITE_PN}
-		doins -r index.theme cursors/
-	popd > /dev/null || die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2023-12-07 16:25 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-07 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     99fabfa99dc9f275666a38401dc6642d06621fd8
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Dec  7 05:37:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 16:25:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fabfa9

x11-themes/neutral-xcursors: unkeyword 20150106-r1 for ~alpha

Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
index 28dbb5e6b7d4..49e598e6fdff 100644
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,7 +37,7 @@ S="${WORKDIR}"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
 
 DEPEND="x11-apps/xcursorgen"
 RDEPEND="x11-libs/libXcursor"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2024-07-19 18:05 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2024-07-19 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f19927ae2af0ee14c09c735a63b37bc0f16ad601
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:40:29 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 18:04:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19927ae

x11-themes/neutral-xcursors: Use updated location for cursor themes

Closes: https://bugs.gentoo.org/934166
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../neutral-xcursors-20150106-r2.ebuild            | 81 ++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild
new file mode 100644
index 000000000000..6f90015b5bc4
--- /dev/null
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEUTRAL_PN="Neutral"
+NEUTRAL_PV="1.13a"
+NEUTRAL_P="${NEUTRAL_PN}-${NEUTRAL_PV}"
+
+PLUS_PN="Neutral_Plus"
+PLUS_PV="1.2"
+PLUS_P="${PLUS_PN}-${PLUS_PV}"
+
+PLUSPLUS_PN="Neutral++"
+PLUSPLUS_PV="1.0.3"
+PLUSPLUS_P="${PLUSPLUS_PN}-${PLUSPLUS_PV}"
+
+WHITE_PN="Neutral++_White"
+WHITE_PV="1.1.1"
+WHITE_P="${WHITE_PN}-${WHITE_PV}"
+
+DESCRIPTION="A family of smoothed and shadowed cursors that resemble the standard X ones"
+HOMEPAGE="
+	https://store.kde.org/p/999947/
+	https://store.kde.org/p/999928/
+	https://store.kde.org/p/999941/
+	https://store.kde.org/p/999806/
+"
+
+SRC_URI="
+	mirror://gentoo/${NEUTRAL_P}.tar.gz
+	mirror://gentoo/${PLUS_P}.tar.bz2
+	mirror://gentoo/${PLUSPLUS_P}.tar.bz2
+	mirror://gentoo/${WHITE_P}.tar.bz2
+"
+S="${WORKDIR}"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+BDEPEND="x11-apps/xcursorgen"
+RDEPEND="x11-libs/libXcursor"
+
+src_prepare() {
+	default
+
+	mv neutral Neutral || die
+	mkdir -p "${PLUS_PN}"/source/cursors || die
+}
+
+src_compile() {
+	local cursor_dirs=( "${NEUTRAL_PN}" "${PLUS_PN}" "${PLUSPLUS_PN}" "${WHITE_PN}"	)
+	for cursor_dir in "${cursor_dirs[@]}"; do
+		pushd "${cursor_dir}"/source
+			./make.sh || die
+		popd
+	done
+}
+
+src_install() {
+	pushd "${NEUTRAL_PN}"
+		insinto /usr/share/icons/"${NEUTRAL_PN}"
+		doins -r index.theme source/cursors/
+	popd
+
+	pushd "${PLUS_PN}"
+		insinto /usr/share/icons/"${PLUS_PN}"
+		doins -r "${FILESDIR}/index.theme" source/cursors/
+	popd
+
+	pushd "${PLUSPLUS_PN}"
+		insinto /usr/share/icons/"${PLUSPLUS_PN}"
+		doins -r index.theme cursors/
+	popd
+
+	pushd "${WHITE_PN}"
+		insinto /usr/share/icons/"${WHITE_PN}"
+		doins -r index.theme cursors/
+	popd
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2024-08-13 14:57 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-08-13 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a409ec7575488c35ffb978637f82469d1d27584
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 14:57:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 14:57:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a409ec7

x11-themes/neutral-xcursors: Stabilize 20150106-r2 ALLARCHES, #937861

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild
index 6f90015b5bc4..24fb1e970097 100644
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r2.ebuild
@@ -37,7 +37,7 @@ S="${WORKDIR}"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
 
 BDEPEND="x11-apps/xcursorgen"
 RDEPEND="x11-libs/libXcursor"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/
@ 2024-09-21 12:06 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2024-09-21 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     94cf9daf92a851ec605a853c593927c0454550b0
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 11:45:27 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 12:05:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cf9daf

x11-themes/neutral-xcursors: drop 20150106-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../neutral-xcursors-20150106-r1.ebuild            | 81 ----------------------
 1 file changed, 81 deletions(-)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild b/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
deleted file mode 100644
index 9400c2130339..000000000000
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-NEUTRAL_PN="Neutral"
-NEUTRAL_PV="1.13a"
-NEUTRAL_P="${NEUTRAL_PN}-${NEUTRAL_PV}"
-
-PLUS_PN="Neutral_Plus"
-PLUS_PV="1.2"
-PLUS_P="${PLUS_PN}-${PLUS_PV}"
-
-PLUSPLUS_PN="Neutral++"
-PLUSPLUS_PV="1.0.3"
-PLUSPLUS_P="${PLUSPLUS_PN}-${PLUSPLUS_PV}"
-
-WHITE_PN="Neutral++_White"
-WHITE_PV="1.1.1"
-WHITE_P="${WHITE_PN}-${WHITE_PV}"
-
-DESCRIPTION="A family of smoothed and shadowed cursors that resemble the standard X ones"
-HOMEPAGE="
-	https://store.kde.org/p/999947/
-	https://store.kde.org/p/999928/
-	https://store.kde.org/p/999941/
-	https://store.kde.org/p/999806/
-"
-
-SRC_URI="
-	mirror://gentoo/${NEUTRAL_P}.tar.gz
-	mirror://gentoo/${PLUS_P}.tar.bz2
-	mirror://gentoo/${PLUSPLUS_P}.tar.bz2
-	mirror://gentoo/${WHITE_P}.tar.bz2
-"
-S="${WORKDIR}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 sparc x86"
-
-DEPEND="x11-apps/xcursorgen"
-RDEPEND="x11-libs/libXcursor"
-
-src_prepare() {
-	default
-
-	mv neutral Neutral || die
-	mkdir -p "${PLUS_PN}"/source/cursors || die
-}
-
-src_compile() {
-	local cursor_dirs=( "${NEUTRAL_PN}" "${PLUS_PN}" "${PLUSPLUS_PN}" "${WHITE_PN}"	)
-	for cursor_dir in "${cursor_dirs[@]}"; do
-		pushd "${cursor_dir}"/source
-			./make.sh || die
-		popd
-	done
-}
-
-src_install() {
-	pushd "${NEUTRAL_PN}"
-		insinto /usr/share/cursors/xorg-x11/"${NEUTRAL_PN}"
-		doins -r index.theme source/cursors/
-	popd
-
-	pushd "${PLUS_PN}"
-		insinto /usr/share/cursors/xorg-x11/"${PLUS_PN}"
-		doins -r "${FILESDIR}/index.theme" source/cursors/
-	popd
-
-	pushd "${PLUSPLUS_PN}"
-		insinto /usr/share/cursors/xorg-x11/"${PLUSPLUS_PN}"
-		doins -r index.theme cursors/
-	popd
-
-	pushd "${WHITE_PN}"
-		insinto /usr/share/cursors/xorg-x11/"${WHITE_PN}"
-		doins -r index.theme cursors/
-	popd
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-09-21 12:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26 21:20 [gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 12:06 Petr Vaněk
2024-08-13 14:57 Arthur Zamarin
2024-07-19 18:05 Pacho Ramos
2023-12-07 16:25 Arthur Zamarin
2021-04-26 21:20 Conrad Kostecki
2016-12-05 22:48 Patrice Clement
2016-12-05 20:45 Pacho Ramos
2016-09-04 19:06 David Seifert
2016-05-18 13:39 Sam Jorna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox