diff --git a/desktop/toolkit/qt5/qt5-wayland/actions.py b/desktop/toolkit/qt5/qt5-wayland/actions.py deleted file mode 100644 index 993576f48f..0000000000 --- a/desktop/toolkit/qt5/qt5-wayland/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import shelltools -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import qt5 -from pisi.actionsapi import get - -def setup(): - qt5.configure() - -def build(): - qt5.make() - -def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) - - #I hope qtchooser will manage this issue - for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): - pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin) - - pisitools.insinto("/usr/share/licenses/qt5-wayland/", "LGPL_EXCEPTION.txt") diff --git a/desktop/toolkit/qt5/qt5-wayland/pspec.xml b/desktop/toolkit/qt5/qt5-wayland/pspec.xml deleted file mode 100644 index d884626845..0000000000 --- a/desktop/toolkit/qt5/qt5-wayland/pspec.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - qt5-wayland - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - Provides APIs for Wayland - Provides APIs for Wayland - LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtwayland-opensource-src-5.4.2.tar.xz - - qt5-base-devel - qt5-declarative-devel - libxkbcommon-devel - xorg-server-xwayland - glib2-devel - libX11-devel - libgcc - mesa-devel - fontconfig-devel - freetype-devel - libXrender-devel - libudev-devel - libXcomposite-devel - libxkbcommon-devel - wayland-client - wayland-cursor - - - - - qt5-wayland - - mesa - qt5-base - fontconfig - libXrender - libxkbcommon - libXcomposite - libXcomposite - wayland-client - wayland-cursor - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/lib/qt5/bin - /usr/bin - - - - - qt5-wayland-devel - - qt5-base-devel - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - - - - 2015-06-03 - 5.4.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-05-09 - 5.4.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/desktop/toolkit/qt5/qt5-wayland/translations.xml b/desktop/toolkit/qt5/qt5-wayland/translations.xml deleted file mode 100644 index 657aeb9046..0000000000 --- a/desktop/toolkit/qt5/qt5-wayland/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - qt5-wayland - Wayland için API'ler sağlar - Wayland için API'ler sağlar - - - - qt5-wayland-devel - qt5-wayland için geliştirme dosyaları - -