[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2024-08-13 Thread Arthur Zamarin
commit: 865f558fecffdf938be958c081708f759c53c4b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 13 14:57:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 13 14:57:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865f558f

x11-themes/silver-xcursors: Stabilize 0.4-r5 ALLARCHES, #937864

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild
index 511f75eae744..a9e5f27d8987 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P:5}"
 
 LICENSE="LGPL-2.1"
 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"
 
 RDEPEND="x11-libs/libXcursor"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2024-07-19 Thread Pacho Ramos
commit: b87110a9ac80c7e12ec349d504619aa92107df66
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Jul 19 17:52:07 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Jul 19 18:04:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87110a9

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

Closes: https://bugs.gentoo.org/934170
Signed-off-by: Pacho Ramos  gentoo.org>

 .../silver-xcursors/silver-xcursors-0.4-r5.ebuild  | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild
new file mode 100644
index ..511f75eae744
--- /dev/null
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="5533-Silver-XCursors-3D-${PV}"
+
+DESCRIPTION="A high quality set of animated mouse cursors"
+HOMEPAGE="https://store.kde.org/p/66/";
+SRC_URI="mirror://gentoo/$MY_P.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+   insinto /usr/share/icons
+   doins -r Silver/
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-12-29 Thread Jonas Stein
commit: 779663f17612dc3c5d63575b1c81ce18deaf423d
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Dec 30 03:07:21 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Dec 30 03:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779663f1

x11-themes/silver-xcursors: reassign to themes project

Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 x11-themes/silver-xcursors/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/silver-xcursors/metadata.xml 
b/x11-themes/silver-xcursors/metadata.xml
index 488dcfac7142..1aae07a3850e 100644
--- a/x11-themes/silver-xcursors/metadata.xml
+++ b/x11-themes/silver-xcursors/metadata.xml
@@ -2,8 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
+   the...@gentoo.org
+   Themes Project


 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-10-14 Thread Sam James
commit: 82094cbb97cdcef55847c065442624abced11dfa
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Oct  3 16:59:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 14 09:40:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82094cbb

x11-themes/silver-xcursors: fix cursor installation

Closes: https://bugs.gentoo.org/794778
Signed-off-by: Yongxiang Liang  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22476
Signed-off-by: Sam James  gentoo.org>

 .../{silver-xcursors-0.4-r3.ebuild => silver-xcursors-0.4-r4.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r4.ebuild
similarity index 92%
rename from x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild
rename to x11-themes/silver-xcursors/silver-xcursors-0.4-r4.ebuild
index 9eea59ec7a0..59cce34c6e2 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r4.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc 
~ppc64 ~s390 sparc x86"
 RDEPEND="x11-libs/libXcursor"
 
 src_install() {
-   insinto /usr/share/cursors/xorg-x11/
+   insinto /usr/share/cursors/xorg-x11/Silver
doins -r Silver/cursors/
dodoc README "${FILESDIR}"/README.gentoo
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-05-01 Thread Sam James
commit: be2cb8e1c763b024640e2ae84638a803e0c93e29
Author: Sam James  gentoo  org>
AuthorDate: Sat May  1 18:21:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  1 18:24:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2cb8e1

x11-themes/silver-xcursors: fix cursor installation

Closes: https://bugs.gentoo.org/787413
Signed-off-by: Sam James  gentoo.org>

 .../{silver-xcursors-0.4-r2.ebuild => silver-xcursors-0.4-r3.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild
similarity index 87%
rename from x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild
rename to x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild
index a24cd8a1d26..9eea59ec7a0 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc 
~ppc64 ~s390 sparc x86"
 RDEPEND="x11-libs/libXcursor"
 
 src_install() {
-   insinto /usr/share/cursors/xorg-x11/Silver/cursors
-   doins -r Silver/cursors
+   insinto /usr/share/cursors/xorg-x11/
+   doins -r Silver/cursors/
dodoc README "${FILESDIR}"/README.gentoo
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-04-26 Thread Conrad Kostecki
commit: 9c535a4c3f973a3f1bd65d3dc696ecd7ce976c8a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 26 18:29:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 26 19:20:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c535a4c

x11-themes/silver-xcursors: drop old version

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

 .../silver-xcursors/silver-xcursors-0.4-r1.ebuild   | 21 -
 1 file changed, 21 deletions(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
deleted file mode 100644
index 5345336dffd..000
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="5533-Silver-XCursors-3D-${PV}"
-DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533";
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
-
-S="${WORKDIR}/${MY_P:5}"
-
-src_install() {
-   dodir /usr/share/cursors/xorg-x11/Silver/cursors/
-   cp -R  Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die
-   dodoc README "${FILESDIR}"/README.gentoo
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-04-26 Thread Conrad Kostecki
commit: 6f0e47adfb0fe95116376175743f7d33fa8e55c4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 26 18:29:08 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 26 19:20:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0e47ad

x11-themes/silver-xcursors: update HOMEPAGE, SRC_URI

Bumped also to EAPI=7.

Updated HOMEPAGE, as it's now available in KDE Store.
SRC_URI replaced with gentoo mirror, as there is now way possible to get
a direct download link, since they become invalid after 24 hours.

Added more arches and , as no compilation is involved.

Bug: https://bugs.gentoo.org/680558
Bug: https://bugs.gentoo.org/758236
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-themes/silver-xcursors/metadata.xml|  9 +
 .../silver-xcursors/silver-xcursors-0.4-r2.ebuild  | 23 ++
 2 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/x11-themes/silver-xcursors/metadata.xml 
b/x11-themes/silver-xcursors/metadata.xml
index 49c86a887b6..ae370525356 100644
--- a/x11-themes/silver-xcursors/metadata.xml
+++ b/x11-themes/silver-xcursors/metadata.xml
@@ -1,8 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-
+   
+   desktop-m...@gentoo.org
+   Gentoo Desktop Miscellaneous Project
+   
+   
 

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild
new file mode 100644
index 000..a24cd8a1d26
--- /dev/null
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="5533-Silver-XCursors-3D-${PV}"
+
+DESCRIPTION="A high quality set of animated mouse cursors"
+HOMEPAGE="https://store.kde.org/p/66/";
+SRC_URI="mirror://gentoo/$MY_P.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+   insinto /usr/share/cursors/xorg-x11/Silver/cursors
+   doins -r Silver/cursors
+   dodoc README "${FILESDIR}"/README.gentoo
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-03-17 Thread Sam James
commit: 935c4572c9338a506f2875478e358f9d2fffee3b
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 09:03:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 09:08:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935c4572

x11-themes/silver-xcursors: drop 0.4

Bug: https://bugs.gentoo.org/776502
Signed-off-by: Sam James  gentoo.org>

 .../silver-xcursors/silver-xcursors-0.4.ebuild | 56 --
 1 file changed, 56 deletions(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
deleted file mode 100644
index 6db853812b5..000
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1
-
-MY_P="5533-Silver-XCursors-3D-${PV}"
-DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533";
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P:5}"
-
-DOC_CONTENTS="To use this set of cursors, edit or create the file ~/.Xdefaults
-and add the following line:
-Xcursor.theme: Silver
-
-You can change the size by adding a line like:
-Xcursor.size: 48
-
-Also, to globally use this set of mouse cursors edit the file:
- /usr/share/cursors/xorg-x11/default/index.theme
-and change the line:
-   Inherits=[current setting]
-to
-   Inherits=Silver
-
-Note this will be overruled by a user's ~/.Xdefaults file."
-
-src_install() {
-   insinto /usr/share/cursors/xorg-x11/Silver
-   doins -r Silver/cursors
-   einstalldocs
-
-   DISABLE_AUTOFORMATTING="yes"
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   DISABLE_AUTOFORMATTING="yes"
-   readme.gentoo_print_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\""
-
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-03-17 Thread Sam James
commit: f0a4828b21aac1d85281903c81b1b3e0d1d5dc54
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 08:57:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 08:57:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a4828b

x11-themes/silver-xcursors: Stabilize 0.4-r1 sparc, #776502

Signed-off-by: Sam James  gentoo.org>

 x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index b254ff70fcc..5345336dffd 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
 
 S="${WORKDIR}/${MY_P:5}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-03-15 Thread Sam James
commit: 67158e8dcfd15c82cf52675f621a187da2e6512b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:24:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:24:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67158e8d

x11-themes/silver-xcursors: Stabilize 0.4-r1 ppc, #776502

Signed-off-by: Sam James  gentoo.org>

 x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index 79b5fe4ee15..b254ff70fcc 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 
 S="${WORKDIR}/${MY_P:5}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-03-15 Thread Sam James
commit: af950c22dadca75ce6c2d87ce1e22cfd5137fe9b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:20:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:21:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af950c22

x11-themes/silver-xcursors: Stabilize 0.4-r1 amd64, #776502

Signed-off-by: Sam James  gentoo.org>

 x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index 58e929affd9..79b5fe4ee15 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 
 S="${WORKDIR}/${MY_P:5}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2021-03-15 Thread Sam James
commit: 318b700818eac161661e48f587b90d4eb9284e4c
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:16:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:18:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318b7008

x11-themes/silver-xcursors: Stabilize 0.4-r1 x86, #776502

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index d66bdc73fbc..58e929affd9 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 
 S="${WORKDIR}/${MY_P:5}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/files/

2018-03-28 Thread Patrice Clement
commit: 300d88e96e808259623767b8489488a35580ef2a
Author: Francesco Turco  fastmail  fm>
AuthorDate: Tue Mar 27 19:46:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 28 21:57:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300d88e9

x11-themes/silver-xcursors: remove useless escape characters.

Closes: https://github.com/gentoo/gentoo/pull/7662

 x11-themes/silver-xcursors/files/README.gentoo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/silver-xcursors/files/README.gentoo 
b/x11-themes/silver-xcursors/files/README.gentoo
index 14d19d0de0f..49bf23a8c09 100644
--- a/x11-themes/silver-xcursors/files/README.gentoo
+++ b/x11-themes/silver-xcursors/files/README.gentoo
@@ -1,10 +1,10 @@
 To use this set of cursors, edit or create the file ~/.Xdefaults and add the
 following line:
 Xcursor.theme: Silver
-"
+
 You can change the size by adding a line like:
 Xcursor.size: 48
-"
+
 Also, to globally use this set of mouse cursors edit the file:
/usr/share/cursors/xorg-x11/default/index.theme
 and change the line:
@@ -16,4 +16,4 @@ Note this will be overruled by a user's ~/.Xdefaults file.
 
 If you experience flickering, try setting the following line in the Device
 section of your xorg.conf file:
-Option  \"HWCursor\"  \"false\"
+Option "HWCursor" "false"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2018-01-26 Thread Patrice Clement
commit: 59089e88c33ec150a3d1abd93d5fcea2d975d556
Author: Francesco Turco  fastmail  fm>
AuthorDate: Thu Nov 16 16:00:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 26 21:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59089e88

x11-themes/silver-xcursors: use readme.gentoo-r1.eclass and EAPI 6 bump.

Closes: https://bugs.gentoo.org/637686
Closes: https://github.com/gentoo/gentoo/pull/6205

 .../silver-xcursors/silver-xcursors-0.4-r1.ebuild  |  4 +-
 .../silver-xcursors/silver-xcursors-0.4.ebuild | 56 +-
 2 files changed, 36 insertions(+), 24 deletions(-)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index 2ccc6d42f3c..992984f80ad 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
 
-S=${WORKDIR}/${MY_P:5}
+S="${WORKDIR}/${MY_P:5}"
 
 src_install() {
dodir /usr/share/cursors/xorg-x11/Silver/cursors/

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
index 05b59f73bb3..b01150131ce 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
@@ -1,6 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
+inherit readme.gentoo-r1
+
 MY_P="5533-Silver-XCursors-3D-${PV}"
 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
 HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533";
@@ -14,31 +18,39 @@ IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}"
 
+S="${WORKDIR}/${MY_P:5}"
+
+DOC_CONTENTS="To use this set of cursors, edit or create the file ~/.Xdefaults
+and add the following line:
+Xcursor.theme: Silver
+
+You can change the size by adding a line like:
+Xcursor.size: 48
+
+Also, to globally use this set of mouse cursors edit the file:
+ /usr/share/cursors/xorg-x11/default/index.theme
+and change the line:
+   Inherits=[current setting]
+to
+   Inherits=Silver
+
+Note this will be overruled by a user's ~/.Xdefaults file."
+
 src_install() {
-   dodir /usr/share/cursors/xorg-x11/Silver/cursors/
-   cp -R  "${WORKDIR}"/${MY_P:5}/Silver/cursors 
"${D}"/usr/share/cursors/xorg-x11/Silver/ || die
-   dodoc "${WORKDIR}"/${MY_P:5}/README
+   insinto /usr/share/cursors/xorg-x11/Silver
+   doins -r Silver/cursors
+   einstalldocs
+
+   DISABLE_AUTOFORMATTING="yes"
+   readme.gentoo_create_doc
 }
 
 pkg_postinst() {
-   einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
-   einfo "and add the following line:"
-   einfo "Xcursor.theme: Silver"
-   einfo ""
-   einfo "You can change the size by adding a line like:"
-   einfo "Xcursor.size: 48"
-   einfo ""
-   einfo "Also, to globally use this set of mouse cursors edit the file:"
-   einfo "   /usr/share/cursors/xorg-x11/default/index.theme"
-   einfo "and change the line:"
-   einfo "Inherits=[current setting]"
-   einfo "to"
-   einfo "Inherits=Silver"
-   einfo ""
-   einfo "Note this will be overruled by a user's ~/.Xdefaults file."
-   einfo ""
+   DISABLE_AUTOFORMATTING="yes"
+   readme.gentoo_print_elog
+
ewarn "If you experience flickering, try setting the following line in"
-   ewarn ""
ewarn "the Device section of your xorg.conf file:"
-   ewarn "Option  \"HWCursor\"  \"false\""
+   ewarn "Option \"HWCursor\" \"false\""
+
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/

2017-12-04 Thread Patrick Lauer
commit: baa376bc462ca138093751d9f463736a3c83ba7b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Dec  4 14:59:16 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Dec  4 14:59:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa376bc

x11-themes/silver-xcursors: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
index 313d100f7f7..2ccc6d42f3c 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
 
 MY_P="5533-Silver-XCursors-3D-${PV}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/silver-xcursors/, x11-themes/silver-xcursors/files/

2017-12-02 Thread Jeroen Roovers
commit: d593b1be059485dfdb19fb0b9560c9292a7f1150
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  2 23:39:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  2 23:39:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d593b1be

x11-themes/silver-xcursors: Install README.gentoo by Francesco Turco (bug 
#637686).

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-themes/silver-xcursors/Manifest  |  2 +-
 x11-themes/silver-xcursors/files/README.gentoo   | 19 +++
 .../silver-xcursors/silver-xcursors-0.4-r1.ebuild| 20 
 3 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/x11-themes/silver-xcursors/Manifest 
b/x11-themes/silver-xcursors/Manifest
index 7a5de93a1d7..dc47de851ea 100644
--- a/x11-themes/silver-xcursors/Manifest
+++ b/x11-themes/silver-xcursors/Manifest
@@ -1 +1 @@
-DIST 5533-Silver-XCursors-3D-0.4.tar.bz2 756159 SHA256 
7b67c0411143846bede4fad7709df85e908f7ffdf9d61f8d6046f5f0c7a00452 SHA512 
b5b44a796d5d9341a0e92f8f4351b84eb3974d1908eb2fdb012c0490e4374404e3d33b35873f49c1f7ccd56bdced4fff14338319edabab7d11ddf31cb46fd245
 WHIRLPOOL 
542ccece6e899c3f79820ee733f977072ea6cbe8c19e936f4d4c943e4cea84d59a331f45a74c1f1ddf159a0aec0915b83d02955e2e489716f958af56b107ef05
+DIST 5533-Silver-XCursors-3D-0.4.tar.bz2 756159 BLAKE2B 
7d90a44a022512e685b592e6285786e5b4898df723cba9deb52100e66c76865b5d2ed07968901656fc5c1ef565c54f281138e9e6f323e94bcb6c1b7884c792c5
 SHA512 
b5b44a796d5d9341a0e92f8f4351b84eb3974d1908eb2fdb012c0490e4374404e3d33b35873f49c1f7ccd56bdced4fff14338319edabab7d11ddf31cb46fd245

diff --git a/x11-themes/silver-xcursors/files/README.gentoo 
b/x11-themes/silver-xcursors/files/README.gentoo
new file mode 100644
index 000..14d19d0de0f
--- /dev/null
+++ b/x11-themes/silver-xcursors/files/README.gentoo
@@ -0,0 +1,19 @@
+To use this set of cursors, edit or create the file ~/.Xdefaults and add the
+following line:
+Xcursor.theme: Silver
+"
+You can change the size by adding a line like:
+Xcursor.size: 48
+"
+Also, to globally use this set of mouse cursors edit the file:
+   /usr/share/cursors/xorg-x11/default/index.theme
+and change the line:
+Inherits=[current setting]
+to
+Inherits=Silver
+
+Note this will be overruled by a user's ~/.Xdefaults file.
+
+If you experience flickering, try setting the following line in the Device
+section of your xorg.conf file:
+Option  \"HWCursor\"  \"false\"

diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild 
b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
new file mode 100644
index 000..313d100f7f7
--- /dev/null
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+MY_P="5533-Silver-XCursors-3D-${PV}"
+DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=5533";
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
+
+S=${WORKDIR}/${MY_P:5}
+
+src_install() {
+   dodir /usr/share/cursors/xorg-x11/Silver/cursors/
+   cp -R  Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die
+   dodoc README "${FILESDIR}"/README.gentoo
+}