From 6b3db0ee54625a117af7d6dce9cfc18fd627b30f Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 31 Mar 2016 16:36:02 +0300 Subject: [PATCH 1/3] telepathy-mission:add optiosn --- network/chat/telepathy-mission-control/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py index 5607695ab6..ce3d3a782d 100644 --- a/network/chat/telepathy-mission-control/actions.py +++ b/network/chat/telepathy-mission-control/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import get def setup(): autotools.configure("--prefix=/usr \ + --libexecdir=/usr/lib/telepathy \ --enable-gtk-doc \ --disable-upower \ --disable-static") From b4938cbee6459203c33e12f4a06e0ea6f1e85704 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 31 Mar 2016 16:44:28 +0300 Subject: [PATCH 2/3] oxygen-icons:moved framewroks and update --- desktop/kde/framework/oxygen-icons/actions.py | 18 ++++++++++ desktop/kde/framework/oxygen-icons/pspec.xml | 36 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 desktop/kde/framework/oxygen-icons/actions.py create mode 100644 desktop/kde/framework/oxygen-icons/pspec.xml diff --git a/desktop/kde/framework/oxygen-icons/actions.py b/desktop/kde/framework/oxygen-icons/actions.py new file mode 100644 index 0000000000..15d84961d6 --- /dev/null +++ b/desktop/kde/framework/oxygen-icons/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING*", "README*") diff --git a/desktop/kde/framework/oxygen-icons/pspec.xml b/desktop/kde/framework/oxygen-icons/pspec.xml new file mode 100644 index 0000000000..a394c5794a --- /dev/null +++ b/desktop/kde/framework/oxygen-icons/pspec.xml @@ -0,0 +1,36 @@ + + + oxygen-icons + http://www.oxygen-icons.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL + KDE Oxygen icons + "The Oxygen Icon Theme + http://download.kde.org/stable/frameworks/5.20/oxygen-icons5-5.20.0.tar.xz + + extra-cmake-modules + qt5-base-devel + + + + + oxygen-icons + + /usr/share/icons + /usr/share/doc + + + + + + 2016-03-31 + 5.20.0 + First Release + Ertuğrul Erata + ertugrulerata@gmail.com + + + From 68b65fee660c76b5346cb19f2d1bceff19f25957 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 31 Mar 2016 16:45:42 +0300 Subject: [PATCH 3/3] oxygen-icons:moved framewroks --- desktop/kde/plasma/oxygen-icons/actions.py | 16 ---------- desktop/kde/plasma/oxygen-icons/pspec.xml | 35 ---------------------- 2 files changed, 51 deletions(-) delete mode 100644 desktop/kde/plasma/oxygen-icons/actions.py delete mode 100644 desktop/kde/plasma/oxygen-icons/pspec.xml diff --git a/desktop/kde/plasma/oxygen-icons/actions.py b/desktop/kde/plasma/oxygen-icons/actions.py deleted file mode 100644 index 187e553764..0000000000 --- a/desktop/kde/plasma/oxygen-icons/actions.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import kde5 -from pisi.actionsapi import get - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() diff --git a/desktop/kde/plasma/oxygen-icons/pspec.xml b/desktop/kde/plasma/oxygen-icons/pspec.xml deleted file mode 100644 index 8d95e80a20..0000000000 --- a/desktop/kde/plasma/oxygen-icons/pspec.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - oxygen-icons - http://www.oxygen-icons.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPL - KDE Oxygen icons - "The Oxygen Icon Theme - - cmake - extra-cmake-modules - - mirrors://kde/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz - - - - oxygen-icons - - /usr/share/icons - - - - - - 2015-08-01 - 15.04.3 - First Release - Ertuğrul Erata - ertugrulerata@gmail.com - - - \ No newline at end of file