Browse Source

fix aurora target files

aurora
Марков Сергей Викторович 1 year ago
parent
commit
2a8f2af691
  1. 2
      packages/app/aurora/CMakeLists.txt
  2. 12
      packages/app/aurora/desktop/su.markow.nextcloud-neon.desktop
  3. 12
      packages/app/aurora/desktop/su.markow.nextcloud.neon.desktop
  4. BIN
      packages/app/aurora/icons/108x108.png
  5. BIN
      packages/app/aurora/icons/128x128.png
  6. BIN
      packages/app/aurora/icons/172x172.png
  7. BIN
      packages/app/aurora/icons/86x86.png
  8. 2
      packages/app/aurora/rpm/su.markow.nextcloud-neon.spec
  9. 4
      packages/app/linux/CMakeLists.txt

2
packages/app/aurora/CMakeLists.txt

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(su.markow.nextcloud.app LANGUAGES CXX)
project(su.markow.nextcloud-neon LANGUAGES CXX)
include(GNUInstallDirs)

12
packages/app/aurora/desktop/su.markow.nextcloud-neon.desktop

@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Name=nextcloud-neon
Comment=A new Flutter project.
Icon=su.markow.nextcloud-neon
Exec=/usr/bin/su.markow.nextcloud-neon
X-Nemo-Application-Type=silica-qt5
[X-Application]
Permissions=
OrganizationName=su.markow
ApplicationName=nextcloud-neon

12
packages/app/aurora/desktop/su.markow.nextcloud.neon.desktop

@ -1,12 +0,0 @@
[Desktop Entry]
Type=Application
Name=app
Comment=A new Flutter project.
Icon=su.markow.nextcloud.app
Exec=/usr/bin/su.markow.nextcloud.app
X-Nemo-Application-Type=silica-qt5
[X-Application]
Permissions=
OrganizationName=su.markow.nextcloud
ApplicationName=app

BIN
packages/app/aurora/icons/108x108.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
packages/app/aurora/icons/128x128.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
packages/app/aurora/icons/172x172.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
packages/app/aurora/icons/86x86.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

2
packages/app/aurora/rpm/su.markow.nextcloud.neon.spec → packages/app/aurora/rpm/su.markow.nextcloud-neon.spec

@ -1,7 +1,7 @@
%global __provides_exclude_from ^%{_datadir}/%{name}/lib/.*$
%global __requires_exclude ^lib(dconf|flutter-embedder|maliit-glib|.+_platform_plugin)\\.so.*$
Name: su.markow.nextcloud.app
Name: su.markow.nextcloud-neon
Summary: A new Flutter project.
Version: 0.1.0
Release: 1

4
packages/app/linux/CMakeLists.txt

@ -95,9 +95,9 @@ include(flutter/generated_plugins.cmake)
# By default, "installing" just makes a relocatable bundle in the build
# directory.
set(BUILD_BUNDLE_DIR "${PROJECT_BINARY_DIR}/bundle")
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
#if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
endif()
#endif()
# Start with a clean build bundle directory every time.
install(CODE "

Loading…
Cancel
Save