* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2015-10-31 9:36 Ian Delaney
0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney @ 2015-10-31 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 6b0ef79d6b70d6c38b317b510ccc2a5ba34b6c97
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 09:21:03 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 09:36:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0ef79d
x11-themes/chameleon-xcursors: metadata.xml: update maintainer's email address
Package-Manager: portage-2.2.23
x11-themes/chameleon-xcursors/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/chameleon-xcursors/metadata.xml b/x11-themes/chameleon-xcursors/metadata.xml
index 4367b75..a20e7b5 100644
--- a/x11-themes/chameleon-xcursors/metadata.xml
+++ b/x11-themes/chameleon-xcursors/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
- <email>sterkrig@myopera.com</email>
+ <email>skrattaren@yandex.ru</email>
<name>Nikolaj Sjujskij</name>
</maintainer>
<maintainer>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2017-03-24 19:20 Göktürk Yüksek
0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2017-03-24 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 76ed51c6f473f6f07e2f9cbf24562cebf6227184
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 19:15:28 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 19:20:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ed51c6
x11-themes/chameleon-xcursors: remove proxied-maintainer upon request
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-themes/chameleon-xcursors/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/metadata.xml b/x11-themes/chameleon-xcursors/metadata.xml
index dd3eb890850..c5adddd4b3e 100644
--- a/x11-themes/chameleon-xcursors/metadata.xml
+++ b/x11-themes/chameleon-xcursors/metadata.xml
@@ -2,15 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>skrattaren@yandex.ru</email>
- <name>Nikolaj Sjujskij</name>
-</maintainer>
-<maintainer type="person">
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
-</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2017-07-30 7:27 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2017-07-30 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 37f1631137091333134f92bb58f44ef6807987da
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 07:12:51 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 07:27:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f16311
x11-themes/chameleon-xcursors: EAPI bump, bug 605728
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../chameleon-xcursors-0.5-r1.ebuild | 56 ++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
new file mode 100644
index 00000000000..9c05a493d77
--- /dev/null
+++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="Chameleon"
+
+DESCRIPTION="Style neutral scalable cursor theme"
+HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"
+
+COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
+SRC_URI=""
+for COLOUR in ${COLOURS} ; do
+ SRC_URI="${SRC_URI} http://www.egregorion.net/works/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
+done
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+ dodir /usr/share/cursors/xorg-x11/
+ for COLOUR in ${COLOURS}; do
+ for SIZE in Large Regular Small; do
+ local name=${MY_PN}-${COLOUR}-${SIZE}
+ cp -r "${WORKDIR}"/${name}-${PV} \
+ "${ED}"/usr/share/cursors/xorg-x11/${name} || die
+ done
+ done
+}
+
+pkg_postinst() {
+ elog "To use one of these sets of cursors, edit or create the file ~/.Xdefaults"
+ elog "and add the following line:"
+ elog "Xcursor.theme: ${MY_PN}-Pearl-Regular"
+ elog "(for example)"
+ elog
+ elog "You can change the size by adding a line like:"
+ elog "Xcursor.size: 48"
+ elog
+ elog "Also, to globally use this set of mouse cursors edit the file:"
+ elog " /usr/share/cursors/xorg-x11/default/index.theme"
+ elog "and change the line:"
+ elog " Inherits=[current setting]"
+ elog "to"
+ elog " Inherits=${MY_PN}-Pearl-Regular"
+ elog
+ elog "Note this will be overruled by a user's ~/.Xdefaults file."
+ elog
+ ewarn "If you experience flickering, try setting the following line in"
+ ewarn "the Device section of your xorg.conf file:"
+ ewarn " Option \"HWCursor\" \"false\""
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2017-12-02 13:03 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-12-02 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 68f5916b181dbf1fbe57b574662e60cc0e05d17c
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Nov 30 11:14:10 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 13:03:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5916b
x11-themes/chameleon-xcursors: Remove old, EAPI3
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6354
.../chameleon-xcursors-0.5.ebuild | 54 ----------------------
1 file changed, 54 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild
deleted file mode 100644
index 9ea2137e66c..00000000000
--- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-MY_PN="Chameleon"
-
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"
-
-COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
-SRC_URI=""
-for COLOUR in ${COLOURS} ; do
- SRC_URI="${SRC_URI} http://www.egregorion.net/works/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
-done
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- dodir /usr/share/cursors/xorg-x11/
- for COLOUR in ${COLOURS}; do
- for SIZE in Large Regular Small; do
- local name=${MY_PN}-${COLOUR}-${SIZE}
- cp -r "${WORKDIR}"/${name}-${PV} \
- "${ED}"/usr/share/cursors/xorg-x11/${name}
- done
- done
-}
-
-pkg_postinst() {
- elog "To use one of these sets of cursors, edit or create the file ~/.Xdefaults"
- elog "and add the following line:"
- elog "Xcursor.theme: ${MY_PN}-Pearl-Regular"
- elog "(for example)"
- elog
- elog "You can change the size by adding a line like:"
- elog "Xcursor.size: 48"
- elog
- elog "Also, to globally use this set of mouse cursors edit the file:"
- elog " /usr/share/cursors/xorg-x11/default/index.theme"
- elog "and change the line:"
- elog " Inherits=[current setting]"
- elog "to"
- elog " Inherits=${MY_PN}-Pearl-Regular"
- elog
- elog "Note this will be overruled by a user's ~/.Xdefaults file."
- elog
- ewarn "If you experience flickering, try setting the following line in"
- ewarn "the Device section of your xorg.conf file:"
- ewarn " Option \"HWCursor\" \"false\""
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2021-03-12 20:49 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-03-12 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 7e397384b6b4e29f219df6c1724b01e226f52449
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb 4 00:44:32 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 20:49:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e397384
x11-themes/chameleon-xcursors: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../chameleon-xcursors-0.5-r1.ebuild | 34 ++++------------------
x11-themes/chameleon-xcursors/metadata.xml | 9 +++++-
2 files changed, 14 insertions(+), 29 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
index 9c05a493d77..370c1e7b717 100644
--- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
+++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
+inherit xdg
MY_PN="Chameleon"
@@ -11,15 +13,14 @@ HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"
COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
SRC_URI=""
for COLOUR in ${COLOURS} ; do
- SRC_URI="${SRC_URI} http://www.egregorion.net/works/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
+ SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
done
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S=${WORKDIR}
+S="${WORKDIR}"
src_install() {
dodir /usr/share/cursors/xorg-x11/
@@ -31,26 +32,3 @@ src_install() {
done
done
}
-
-pkg_postinst() {
- elog "To use one of these sets of cursors, edit or create the file ~/.Xdefaults"
- elog "and add the following line:"
- elog "Xcursor.theme: ${MY_PN}-Pearl-Regular"
- elog "(for example)"
- elog
- elog "You can change the size by adding a line like:"
- elog "Xcursor.size: 48"
- elog
- elog "Also, to globally use this set of mouse cursors edit the file:"
- elog " /usr/share/cursors/xorg-x11/default/index.theme"
- elog "and change the line:"
- elog " Inherits=[current setting]"
- elog "to"
- elog " Inherits=${MY_PN}-Pearl-Regular"
- elog
- elog "Note this will be overruled by a user's ~/.Xdefaults file."
- elog
- ewarn "If you experience flickering, try setting the following line in"
- ewarn "the Device section of your xorg.conf file:"
- ewarn " Option \"HWCursor\" \"false\""
-}
diff --git a/x11-themes/chameleon-xcursors/metadata.xml b/x11-themes/chameleon-xcursors/metadata.xml
index 6f49eba8f49..52c3f63cafa 100644
--- a/x11-themes/chameleon-xcursors/metadata.xml
+++ b/x11-themes/chameleon-xcursors/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2021-04-26 19:20 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-04-26 19:20 UTC (permalink / raw
To: gentoo-commits
commit: cebdc9adb544bc85147532b98252abaefcfa8275
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 19:18:16 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebdc9ad
x11-themes/chameleon-xcursors: fix HOMEPAGE
Also slightly overhauled ebuild.
Bug: https://bugs.gentoo.org/758236
Closes: https://bugs.gentoo.org/680600
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../chameleon-xcursors-0.5-r2.ebuild | 35 ++++++++++++++++++++++
x11-themes/chameleon-xcursors/metadata.xml | 17 ++++++-----
2 files changed, 44 insertions(+), 8 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild
new file mode 100644
index 00000000000..435e7cda066
--- /dev/null
+++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+COLOURS=( "Anthracite" "DarkSkyBlue" "SkyBlue" "Pearl" "White" )
+MY_PN="Chameleon"
+
+DESCRIPTION="Style neutral scalable cursor theme"
+HOMEPAGE="https://store.kde.org/p/999948/"
+for COLOUR in "${COLOURS[@]}"; do
+ SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
+done
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+ dodir /usr/share/cursors/xorg-x11/
+
+ for COLOUR in "${COLOURS[@]}"; do
+ for SIZE in Large Regular Small; do
+ local name="${MY_PN}-${COLOUR}-${SIZE}"
+ rm "${WORKDIR}"/${name}-${PV}/{COPYRIGHT,LICENSE} || die
+ insinto /usr/share/cursors/xorg-x11/${name}
+ doins -r "${WORKDIR}"/${name}-${PV}
+ done
+ done
+}
diff --git a/x11-themes/chameleon-xcursors/metadata.xml b/x11-themes/chameleon-xcursors/metadata.xml
index 6d792b262e9..619d7563cc5 100644
--- a/x11-themes/chameleon-xcursors/metadata.xml
+++ b/x11-themes/chameleon-xcursors/metadata.xml
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2021-04-26 19:20 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2021-04-26 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 21d6580c179f4bb8d9624655beb91e91842ecc00
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 19:20:03 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6580c
x11-themes/chameleon-xcursors: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../chameleon-xcursors-0.5-r1.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
deleted file mode 100644
index 370c1e7b717..00000000000
--- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-MY_PN="Chameleon"
-
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/"
-
-COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White"
-SRC_URI=""
-for COLOUR in ${COLOURS} ; do
- SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
-done
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"
-
-src_install() {
- dodir /usr/share/cursors/xorg-x11/
- for COLOUR in ${COLOURS}; do
- for SIZE in Large Regular Small; do
- local name=${MY_PN}-${COLOUR}-${SIZE}
- cp -r "${WORKDIR}"/${name}-${PV} \
- "${ED}"/usr/share/cursors/xorg-x11/${name} || die
- done
- done
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2024-07-19 18:05 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2024-07-19 18:05 UTC (permalink / raw
To: gentoo-commits
commit: c0c44c877a8593126705fdda234d2f0db8303640
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:28:44 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=c0c44c87
x11-themes/chameleon-xcursors: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934163
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../chameleon-xcursors-0.5-r3.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r3.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r3.ebuild
new file mode 100644
index 000000000000..252e0e0d0622
--- /dev/null
+++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+COLOURS=( "Anthracite" "DarkSkyBlue" "SkyBlue" "Pearl" "White" )
+MY_PN="Chameleon"
+
+DESCRIPTION="Style neutral scalable cursor theme"
+HOMEPAGE="https://store.kde.org/p/999948/"
+for COLOUR in "${COLOURS[@]}"; do
+ SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
+done
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+ dodir /usr/share/icons/
+
+ for COLOUR in "${COLOURS[@]}"; do
+ for SIZE in Large Regular Small; do
+ local name="${MY_PN}-${COLOUR}-${SIZE}"
+ rm "${WORKDIR}"/${name}-${PV}/{COPYRIGHT,LICENSE} || die
+ insinto /usr/share/icons/
+ doins -r "${WORKDIR}"/${name}-${PV}
+ done
+ done
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/
@ 2024-09-21 12:06 Petr Vaněk
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-09-21 12:06 UTC (permalink / raw
To: gentoo-commits
commit: fe1e3e186d72f64d5d6dbaeb37400b07448f0826
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 12:05:24 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 12:05:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1e3e18
x11-themes/chameleon-xcursors: drop 0.5-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../chameleon-xcursors-0.5-r2.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild
deleted file mode 100644
index 441b3f9c7b87..000000000000
--- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-COLOURS=( "Anthracite" "DarkSkyBlue" "SkyBlue" "Pearl" "White" )
-MY_PN="Chameleon"
-
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="https://store.kde.org/p/999948/"
-for COLOUR in "${COLOURS[@]}"; do
- SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2"
-done
-S="${WORKDIR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-src_install() {
- dodir /usr/share/cursors/xorg-x11/
-
- for COLOUR in "${COLOURS[@]}"; do
- for SIZE in Large Regular Small; do
- local name="${MY_PN}-${COLOUR}-${SIZE}"
- rm "${WORKDIR}"/${name}-${PV}/{COPYRIGHT,LICENSE} || die
- insinto /usr/share/cursors/xorg-x11/${name}
- doins -r "${WORKDIR}"/${name}-${PV}
- done
- done
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-21 12:06 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 13:03 [gentoo-commits] repo/gentoo:master commit in: x11-themes/chameleon-xcursors/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 12:06 Petr Vaněk
2024-07-19 18:05 Pacho Ramos
2021-04-26 19:20 Conrad Kostecki
2021-04-26 19:20 Conrad Kostecki
2021-03-12 20:49 Andreas Sturmlechner
2017-07-30 7:27 Andreas Hüttel
2017-03-24 19:20 Göktürk Yüksek
2015-10-31 9:36 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox