From d90bfa1079236e3f519c1352d3d1ebb517a82685 Mon Sep 17 00:00:00 2001 From: r3vn Date: Mon, 24 Feb 2020 12:27:59 +0100 Subject: [PATCH] rebranded to avoid conflicts on openrepos --- qxdisplay.pro | 49 +++++++++++++++++++ ...ositor.changes.in => qxdisplay.changes.in} | 0 rpm/{qxcompositor.spec => qxdisplay.spec} | 4 +- 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 qxdisplay.pro rename rpm/{qxcompositor.changes.in => qxdisplay.changes.in} (100%) rename rpm/{qxcompositor.spec => qxdisplay.spec} (94%) diff --git a/qxdisplay.pro b/qxdisplay.pro new file mode 100644 index 0000000..0612101 --- /dev/null +++ b/qxdisplay.pro @@ -0,0 +1,49 @@ +# NOTICE: +# +# Application name defined in TARGET has a corresponding QML filename. +# If name defined in TARGET is changed, the following needs to be done +# to match new name: +# - corresponding QML filename must be changed +# - desktop icon filename must be changed +# - desktop filename must be changed +# - icon definition filename in desktop file must be changed +# - translation filenames have to be changed + +# The name of your application +TARGET = qxdisplay + +CONFIG += sailfishapp + +DEFINES += QT_COMPOSITOR_QUICK + +LIBS += -L ../../lib + +QT += quick qml +QT += quick-private + +QT += compositor + +# if you want to compile QtCompositor as part of the application +# instead of linking to it, remove the QT += compositor and uncomment +# the following line +#include (../../src/compositor/compositor.pri) + +SOURCES += \ + src/main.cpp \ + src/qmlcompositor.cpp \ + src/xclipboard.cpp + +OTHER_FILES += \ + qml/cover/CoverPage.qml \ + qml/pages/FirstPage.qml \ + +DISTFILES += \ + qml/compositor/XWaylandContainer.qml \ + qml/qxcompositor.qml \ + rpm/qxdisplay.changes.in \ + rpm/qxdisplay.spec + +HEADERS += \ + src/qmlcompositor.h \ + src/xclipboard.h + diff --git a/rpm/qxcompositor.changes.in b/rpm/qxdisplay.changes.in similarity index 100% rename from rpm/qxcompositor.changes.in rename to rpm/qxdisplay.changes.in diff --git a/rpm/qxcompositor.spec b/rpm/qxdisplay.spec similarity index 94% rename from rpm/qxcompositor.spec rename to rpm/qxdisplay.spec index 31401b3..909fab8 100644 --- a/rpm/qxcompositor.spec +++ b/rpm/qxdisplay.spec @@ -1,4 +1,4 @@ -Name: qxcompositor +Name: qxdisplay %{!?qtc_qmake:%define qtc_qmake %qmake} %{!?qtc_qmake5:%define qtc_qmake5 %qmake5} @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(Qt5Compositor) %description Qml compositor for running Xwayland on sailfish - +(forked from qxcompositor) %prep %setup -q -n %{name}-%{version}