public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/files/, kde-plasma/oxygen/
@ 2018-09-12 11:04 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-09-12 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9d72b9cc56d6c34c819ba50b6c92d1e4c44752bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 11:02:32 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 12 11:03:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d72b9cc

kde-plasma/oxygen: Fix incorrect symlinks

Closes: https://bugs.gentoo.org/629550
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../oxygen/files/oxygen-5.13.5-symlinks.patch      | 162 +++++++++++++++++++++
 kde-plasma/oxygen/oxygen-5.13.5-r1.ebuild          |  48 ++++++
 2 files changed, 210 insertions(+)

diff --git a/kde-plasma/oxygen/files/oxygen-5.13.5-symlinks.patch b/kde-plasma/oxygen/files/oxygen-5.13.5-symlinks.patch
new file mode 100644
index 00000000000..755ddde8cd3
--- /dev/null
+++ b/kde-plasma/oxygen/files/oxygen-5.13.5-symlinks.patch
@@ -0,0 +1,162 @@
+From 5bf9dfe906b50f2455210a29a00ec5494d8e26b7 Mon Sep 17 00:00:00 2001
+From: Jack Ostroff <ostroffjh@users.sourceforge.net>
+Date: Thu, 30 Aug 2018 19:02:11 -0400
+Subject: Correcting symlinks between col- and row-resize and split_v and _h
+ cursors
+
+Summary: BUG: 384864
+
+Reviewers: #plasma, apol, cfeck
+
+Reviewed By: cfeck
+
+Subscribers: davidedmundson, rdieter, tfoster, apol, asturmlechner, cfeck, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D8267
+---
+ cursors/KDE_Classic/cursors/col-resize   | 2 +-
+ cursors/KDE_Classic/cursors/row-resize   | 2 +-
+ cursors/Oxygen_Black/cursors/col-resize  | 2 +-
+ cursors/Oxygen_Black/cursors/row-resize  | 2 +-
+ cursors/Oxygen_Blue/cursors/col-resize   | 2 +-
+ cursors/Oxygen_Blue/cursors/row-resize   | 2 +-
+ cursors/Oxygen_White/cursors/col-resize  | 2 +-
+ cursors/Oxygen_White/cursors/row-resize  | 2 +-
+ cursors/Oxygen_Yellow/cursors/col-resize | 2 +-
+ cursors/Oxygen_Yellow/cursors/row-resize | 2 +-
+ cursors/Oxygen_Zion/cursors/col-resize   | 2 +-
+ cursors/Oxygen_Zion/cursors/row-resize   | 2 +-
+ cursors/src/symlinks/col-resize          | 2 +-
+ cursors/src/symlinks/row-resize          | 2 +-
+ 14 files changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/cursors/KDE_Classic/cursors/col-resize b/cursors/KDE_Classic/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/KDE_Classic/cursors/col-resize
++++ b/cursors/KDE_Classic/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/KDE_Classic/cursors/row-resize b/cursors/KDE_Classic/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/KDE_Classic/cursors/row-resize
++++ b/cursors/KDE_Classic/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Black/cursors/col-resize b/cursors/Oxygen_Black/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/Oxygen_Black/cursors/col-resize
++++ b/cursors/Oxygen_Black/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Black/cursors/row-resize b/cursors/Oxygen_Black/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/Oxygen_Black/cursors/row-resize
++++ b/cursors/Oxygen_Black/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Blue/cursors/col-resize b/cursors/Oxygen_Blue/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/Oxygen_Blue/cursors/col-resize
++++ b/cursors/Oxygen_Blue/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Blue/cursors/row-resize b/cursors/Oxygen_Blue/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/Oxygen_Blue/cursors/row-resize
++++ b/cursors/Oxygen_Blue/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/Oxygen_White/cursors/col-resize b/cursors/Oxygen_White/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/Oxygen_White/cursors/col-resize
++++ b/cursors/Oxygen_White/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/Oxygen_White/cursors/row-resize b/cursors/Oxygen_White/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/Oxygen_White/cursors/row-resize
++++ b/cursors/Oxygen_White/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Yellow/cursors/col-resize b/cursors/Oxygen_Yellow/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/Oxygen_Yellow/cursors/col-resize
++++ b/cursors/Oxygen_Yellow/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Yellow/cursors/row-resize b/cursors/Oxygen_Yellow/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/Oxygen_Yellow/cursors/row-resize
++++ b/cursors/Oxygen_Yellow/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Zion/cursors/col-resize b/cursors/Oxygen_Zion/cursors/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/Oxygen_Zion/cursors/col-resize
++++ b/cursors/Oxygen_Zion/cursors/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/Oxygen_Zion/cursors/row-resize b/cursors/Oxygen_Zion/cursors/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/Oxygen_Zion/cursors/row-resize
++++ b/cursors/Oxygen_Zion/cursors/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+diff --git a/cursors/src/symlinks/col-resize b/cursors/src/symlinks/col-resize
+index 179b52b..e3aa748 120000
+--- a/cursors/src/symlinks/col-resize
++++ b/cursors/src/symlinks/col-resize
+@@ -1 +1 @@
+-split_v
+\ No newline at end of file
++split_h
+\ No newline at end of file
+diff --git a/cursors/src/symlinks/row-resize b/cursors/src/symlinks/row-resize
+index e3aa748..179b52b 120000
+--- a/cursors/src/symlinks/row-resize
++++ b/cursors/src/symlinks/row-resize
+@@ -1 +1 @@
+-split_h
+\ No newline at end of file
++split_v
+\ No newline at end of file
+-- 
+cgit v0.11.2

diff --git a/kde-plasma/oxygen/oxygen-5.13.5-r1.ebuild b/kde-plasma/oxygen/oxygen-5.13.5-r1.ebuild
new file mode 100644
index 00000000000..607c3ab579a
--- /dev/null
+++ b/kde-plasma/oxygen/oxygen-5.13.5-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Oxygen visual style for the Plasma desktop"
+HOMEPAGE="https://cgit.kde.org/oxygen.git"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="wayland"
+
+COMMON_DEPEND="
+	$(add_frameworks_dep frameworkintegration)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_plasma_dep kdecoration)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	x11-libs/libxcb
+	wayland? ( $(add_frameworks_dep kwayland) )
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep kservice)
+"
+RDEPEND="${COMMON_DEPEND}
+	$(add_plasma_dep kde-cli-tools)
+	!kde-plasma/kdebase-cursors:4
+"
+
+PATCHES=( "${FILESDIR}/${P}-symlinks.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package wayland KF5Wayland)
+	)
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-12 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 11:04 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/files/, kde-plasma/oxygen/ Andreas Sturmlechner

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