From d91e621e91e2f51a553963625ad1b3cf0d278a08 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Aug 29 2017 10:55:50 +0000 Subject: Package is retired upstream --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 70477c3..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/greenisland-0.7.90.tar.xz -/greenisland-f29505146ed29476f28061cc8774ad8e4fc48702.tar.gz -/greenisland-0.8.0.tar.gz -/greenisland-0.8.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5129feb --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package is retired upstream diff --git a/greenisland.spec b/greenisland.spec deleted file mode 100644 index 40c88a3..0000000 --- a/greenisland.spec +++ /dev/null @@ -1,300 +0,0 @@ -#define snapdate 20160420 -#define snaphash f29505146ed29476f28061cc8774ad8e4fc48702 - -Name: greenisland -Summary: QtQuick-based Wayland compositor in library form -Version: 0.8.1 -Release: 6%{?snaphash:.%{snapdate}git%(echo %{snaphash} | cut -c -13)}%{?dist} -# Most files are LGPLv2.1+, alternatively GPLv2+ but some are derived from Qt -# which is now LGPLv3, alternatively GPLv2 or GPLv3 or later approved by the KDE Free Qt Foundation. -# Code derived from QtWaylandCompositor is LGPLv3, alternatively GPLv2+. -# Since the KDE Free Qt Foundation might reject future GPL upgrades and we don't have -# a crystal ball, we explicitly state the licenses here. -License: LGPLv3 or GPLv2 or GPLv3 -URL: http://hawaiios.org -Source0: https://github.com/greenisland/%{name}/%{?snaphash:archive}%{!?snaphash:releases/download}/%{?snaphash}%{!?snaphash:v%{version}}/%{name}-%{?snaphash}%{!?snaphash:%{version}}.tar.gz - -Requires: qt5-qtdeclarative -Suggests: weston >= 1.5 -Requires: xorg-x11-server-Xwayland -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig -BuildRequires: qt5-qtbase-static >= 5.5.0 -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(wayland-cursor) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(wayland-egl) -%if 0%{?fedora} >= 24 -BuildRequires: pkgconfig(wayland-protocols) -%endif -BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(libsystemd) -BuildRequires: pkgconfig(libinput) >= 0.12 -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(xkbcommon) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(gbm) -BuildRequires: pkgconfig(xcb-cursor) -BuildRequires: pkgconfig(xcursor) -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules - -# For AutoReq cmake-filesystem -BuildRequires: cmake - -%description -QtQuick-based Wayland compositor in library form. - -The API extends QtCompositor with additional features needed by any real world -Wayland compositor. - -Green Island offers multiple screen support and it also implements specific -protocols such as xdg-shell, gtk-shell and those for Plasma 5. - -Also include a screencaster protocol and command line application, plus a -minimal Wayland compositor written with QML. - -Green Island can be used by any desktop environment that wish to implement -its compositor by using QML or for shells deeply integrated with the compositor -in the same process. - - -%package devel -Summary: Development files for %{name} -Group: Development/System -Requires: %{name} = %{version}-%{release} -Requires: extra-cmake-modules - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - - -%package -n libgreenisland-client -Summary: Green Island client library - -%description -n libgreenisland-client -Green Island client library. - - -%package -n libgreenisland-server -Summary: Green Island server library - -%description -n libgreenisland-server -Green Island server library. - - -%package -n libgreenisland-platform -Summary: Green Island platform library - -%description -n libgreenisland-platform -Green Island platform library. - - -%package -n libgreenisland-client-devel -Summary: Development files for Wayland client applications -Requires: %{name}-devel = %{version}-%{release} -Requires: pkgconfig(wayland-client) -Requires: pkgconfig(wayland-cursor) - -%description -n libgreenisland-client-devel -The libgreenisland-client-devel package contains libraries and header files -for developing Wayland client applications with Qt. - - -%package -n libgreenisland-server-devel -Summary: Development files for Wayland compositors -Requires: %{name}-devel = %{version}-%{release} -Requires: systemd-devel -Requires: pkgconfig(wayland-client) -Requires: pkgconfig(wayland-cursor) -Requires: pkgconfig(wayland-server) -Requires: pkgconfig(wayland-egl) -Requires: libgreenisland-platform-devel = %{version}-%{release} - -%description -n libgreenisland-server-devel -The libgreenisland-server-devel package contains libraries and header files -for developing Wayland compositors with Qt. - - -%package -n libgreenisland-platform-devel -Summary: Development files for Green Island platform applications -Requires: %{name}-devel = %{version}-%{release} -Requires: pkgconfig(gio-2.0) -Requires: pkgconfig(xkbcommon) - -%description -n libgreenisland-platform-devel -The libgreenisland-server-devel package contains libraries and header files -for developing Wayland compositors with Qt. - - -%prep -%setup -q -n %{?snaphash:%{name}-%{snaphash}}%{!?snaphash:%{name}-%{version}} - - -%build -mkdir -p %{_target_platform} -pushd %{_target_platform} -%if 0%{?fedora} < 24 -%{cmake_kf5} -DUSE_LOCAL_WAYLAND_PROTOCOLS:BOOL=ON .. -%else -%{cmake_kf5} .. -%endif -popd - -make %{?_smp_mflags} -C %{_target_platform} - - -%install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} - - -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - -%files -%license LICENSE.LGPLv3 LICENSE.GPLv3 -%doc AUTHORS.md CONTRIBUTORS.md README.md -%{_bindir}/greenisland -%{_bindir}/greenisland-launcher -%{_bindir}/greenisland-screencaster -%{_kf5_qmldir}/GreenIsland/ -%{_qt5_plugindir}/greenisland/ -%{_qt5_plugindir}/platforms/* -%{_datadir}/greenisland/ - -%files devel -%{_bindir}/greenisland-wayland-scanner -%{_includedir}/Hawaii/GreenIsland/ -%{_includedir}/Hawaii/greenisland_version.h -%{_libdir}/cmake/GreenIsland/ - -%files -n libgreenisland-client -%{_libdir}/libGreenIslandClient.so.* - -%files -n libgreenisland-client-devel -%{_includedir}/Hawaii/GreenIsland/client/ -%{_includedir}/Hawaii/GreenIsland/Client/ -%{_libdir}/libGreenIslandClient.so -%{_libdir}/cmake/GreenIslandClient/ -#{_libdir}/pkgconfig/GreenIslandClient.pc -%{_kf5_archdatadir}/mkspecs/modules/qt_GreenIslandClient.pri - -%files -n libgreenisland-server -%{_libdir}/libGreenIslandCompositor.so.* -%{_libdir}/libGreenIslandServer.so.* - -%files -n libgreenisland-server-devel -%{_includedir}/Hawaii/GreenIsland/QtWaylandCompositor/ -%{_includedir}/Hawaii/GreenIsland/server/ -%{_includedir}/Hawaii/GreenIsland/Server/ -%{_libdir}/libGreenIslandCompositor.so -%{_libdir}/libGreenIslandServer.so -%{_libdir}/cmake/GreenIslandCompositor/ -%{_libdir}/cmake/GreenIslandServer/ -#{_libdir}/pkgconfig/GreenIslandCompositor.pc -#{_libdir}/pkgconfig/GreenIslandServer.pc -%{_kf5_archdatadir}/mkspecs/modules/qt_GreenIslandCompositor.pri -%{_kf5_archdatadir}/mkspecs/modules/qt_GreenIslandServer.pri - -%files -n libgreenisland-platform -%{_libdir}/libGreenIslandPlatform.so.* - -%files -n libgreenisland-platform-devel -%{_includedir}/Hawaii/GreenIsland/platform/ -%{_includedir}/Hawaii/GreenIsland/Platform/ -%{_libdir}/cmake/GreenIslandPlatform/ -%{_libdir}/libGreenIslandPlatform.so -%{_kf5_archdatadir}/mkspecs/modules/qt_GreenIslandPlatform.pri -#{_libdir}/pkgconfig/GreenIslandPlatform.pc - - -%changelog -* Mon Aug 07 2017 Björn Esser - 0.8.1-6 -- Rebuilt for AutoReq cmake-filesystem - -* Wed Aug 02 2017 Fedora Release Engineering - 0.8.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.8.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.8.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Jan 16 2017 Pier Luigi Fiorini - 0.8.1-2 -- Rebuild for new Qt - -* Tue Aug 30 2016 Pier Luigi Fiorini - 0.8.1-1 -- Update to 0.8.1 - -* Sun Jul 17 2016 Pier Luigi Fiorini - 0.8.0-2 -- Rebuild with Qt 5.7.0 - -* Tue Jul 12 2016 Pier Luigi Fiorini - 0.8.0-1 -- Update to 0.8.0 - -* Wed Apr 20 2016 Pier Luigi Fiorini - 0.7.90-1.20160420gitf29505146ed29 -- Update to latest snapshot - -* Sun Feb 28 2016 Pier Luigi Fiorini - 0.7.90-0.2.20160227git -- Fix dependencies of devel packages - -* Sat Feb 27 2016 Pier Luigi Fiorini - 0.7.90-0.1.20160227git -- Update to another 0.8.0 snapshot - -* Tue Feb 23 2016 Pier Luigi Fiorini - 0.7.90-0.1.20160223git -- Update to 0.8.0 snapshot - -* Wed Feb 03 2016 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jan 15 2016 Pier Luigi Fiorini - 0.7.1-1 -- Update to 0.7.1 - -* Sat Sep 26 2015 Pier Luigi Fiorini - 0.6.92-2 -- Remove weston dependency - -* Thu Sep 24 2015 Pier Luigi Fiorini - 0.6.92-1 -- Update to 0.6.92. -- Use %%license. - -* Sun Aug 23 2015 Pier Luigi Fiorini - 0.6.0-1 -- Update to 0.6.0. - -* Sun Jul 05 2015 Pier Luigi Fiorini - 0.5.95-1 -- Update to 0.5.95. - -* Wed Jun 17 2015 Fedora Release Engineering - 0.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Aug 16 2014 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Thu Jul 24 2014 Lubomir Rintel - 0.3.0-1 -- Update to 0.3 release - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Feb 18 2014 Lubomir Rintel - 0.2.0.1-2 -- Drop an extra BR - -* Sat Jan 04 2014 Lubomir Rintel - 0.2.0.1-1 -- Update to a new release tarball - -* Mon Nov 25 2013 Lubomir Rintel - 0.1.91-2 -- Fix file ownership -- Modernize a bit - -* Sat Nov 23 2013 Lubomir Rintel - 0.1.91-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index a571dea..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -4ec418167c18e1cd2bf1169774dc3150 greenisland-0.8.1.tar.gz