forked from pool/breeze
This commit is contained in:
parent
18249e7bed
commit
372ac376bf
26
0001-Add-missing-symlink-to-fix-build.patch
Normal file
26
0001-Add-missing-symlink-to-fix-build.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 3e0f8c93aa8a3d728e4ed55718eae29e7f756b60 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
|
||||||
|
Date: Fri, 7 Aug 2015 19:27:51 +0200
|
||||||
|
Subject: [PATCH 1/2] Add missing symlink to fix build
|
||||||
|
|
||||||
|
Jonathan, Andreas, please check whether there was missing a real file
|
||||||
|
or this symlink.
|
||||||
|
|
||||||
|
CCMAIL: jr@jriddell.org
|
||||||
|
CCMAIL: kainz.a@gmail.com
|
||||||
|
---
|
||||||
|
icons-dark/actions/toolbar-small/applications-system.svg | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
create mode 120000 icons-dark/actions/toolbar-small/applications-system.svg
|
||||||
|
|
||||||
|
diff --git a/icons-dark/actions/toolbar-small/applications-system.svg b/icons-dark/actions/toolbar-small/applications-system.svg
|
||||||
|
new file mode 120000
|
||||||
|
index 0000000000000000000000000000000000000000..f4d9d598d74f87d500c8bfe177528ec4773b4ff8
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/icons-dark/actions/toolbar-small/applications-system.svg
|
||||||
|
@@ -0,0 +1 @@
|
||||||
|
+../toolbar/applications-system.svg
|
||||||
|
\ No newline at end of file
|
||||||
|
--
|
||||||
|
2.4.6
|
||||||
|
|
26
0002-Another-buildfix.patch
Normal file
26
0002-Another-buildfix.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 640eaea0a6941815eccc4438a209970ea47063c2 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
|
||||||
|
Date: Fri, 7 Aug 2015 19:39:57 +0200
|
||||||
|
Subject: [PATCH 2/2] Another buildfix
|
||||||
|
|
||||||
|
Another missing symlink
|
||||||
|
(toolbar-small-gtk/gtk-preferences.svg is expecting/linking to applications-system.svg)
|
||||||
|
|
||||||
|
CCMAIL: kainz.a@gmail.com
|
||||||
|
CCMAIL: jr@jriddell.org
|
||||||
|
---
|
||||||
|
icons/actions/toolbar-small/applications-system.svg | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
create mode 120000 icons/actions/toolbar-small/applications-system.svg
|
||||||
|
|
||||||
|
diff --git a/icons/actions/toolbar-small/applications-system.svg b/icons/actions/toolbar-small/applications-system.svg
|
||||||
|
new file mode 120000
|
||||||
|
index 0000000000000000000000000000000000000000..f4d9d598d74f87d500c8bfe177528ec4773b4ff8
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/icons/actions/toolbar-small/applications-system.svg
|
||||||
|
@@ -0,0 +1 @@
|
||||||
|
+../toolbar/applications-system.svg
|
||||||
|
\ No newline at end of file
|
||||||
|
--
|
||||||
|
2.4.6
|
||||||
|
|
@ -49,6 +49,8 @@ Url: http://www.kde.org
|
|||||||
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
|
Patch0: 0001-Add-missing-symlink-to-fix-build.patch
|
||||||
|
Patch1: 0002-Another-buildfix.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -107,6 +109,8 @@ This package provides Breeze KWin decoration.
|
|||||||
%lang_package -n breeze5-style
|
%lang_package -n breeze5-style
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user