-
Notifications
You must be signed in to change notification settings - Fork 10
/
AvantGarde.pupnet.conf
100 lines (90 loc) · 2.33 KB
/
AvantGarde.pupnet.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# PUPNET DEPLOY: 1.7.1
# Use: 'pupnet --help conf' for information.
# APP PREAMBLE
AppBaseName = AvantGarde
AppFriendlyName = Avant Garde
AppId = zone.kuiper.AvantGarde
AppVersionRelease = 1.5.1.0
AppShortSummary = A cross-platform XAML Previewer for the Avalonia .NET Framework
AppDescription = """
Avant Garde is a XAML previewer for the C# Avalonia Framework. It is a standalone application,
rather than an IDE extension. This means you can use it in conjunction with any IDE.
"""
AppLicenseId = GPL-3.0-or-later
AppLicenseFile = LICENSE
AppChangeFile = CHANGES
# PUBLISHER
PublisherName = Kuiper Zone
PublisherCopyright = Copyright (C) Andy Thomas 2022-24
PublisherLinkName = Project Page
PublisherLinkUrl = https://github.com/kuiperzone/AvantGarde
PublisherEmail = contact@kuiper.zone
# DESKTOP INTEGRATION
DesktopNoDisplay = false
DesktopTerminal = false
DesktopFile = Deploy/AvantGarde.desktop
StartCommand =
PrimeCategory = Development
MetaFile = Deploy/AvantGarde.metainfo.xml
IconFiles = """
Deploy/AvantGarde.ico
Deploy/AvantGarde.svg
Deploy/AvantGarde.16x16.png
Deploy/AvantGarde.24x24.png
Deploy/AvantGarde.32x32.png
Deploy/AvantGarde.48x48.png
Deploy/AvantGarde.64x64.png
Deploy/AvantGarde.96x96.png
Deploy/AvantGarde.128x128.png
Deploy/AvantGarde.256x256.png
"""
# DOTNET PUBLISH
DotnetProjectPath =
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false
DotnetPostPublish =
DotnetPostPublishOnWindows =
# PACKAGE OUTPUT
PackageName = AvantGarde
OutputDirectory = Deploy/OUT
# APPIMAGE OPTIONS
AppImageArgs =
AppImageVersionOutput = false
# FLATPAK OPTIONS
FlatpakPlatformRuntime = org.freedesktop.Platform
FlatpakPlatformSdk = org.freedesktop.Sdk
FlatpakPlatformVersion = 22.08
FlatpakFinishArgs = """
--socket=wayland
--socket=x11
--filesystem=host
--share=network
"""
FlatpakBuilderArgs =
# RPM OPTIONS
RpmAutoReq = false
RpmAutoProv = true
RpmRequires = """
krb5-libs
libicu
openssl-libs
zlib
"""
# DEBIAN OPTIONS
DebianRecommends = """
libc6
libgcc1
libgcc-s1
libgssapi-krb5-2
libicu
libssl
libstdc++6
libunwind
zlib1g
"""
# WINDOWS SETUP OPTIONS
SetupAdminInstall = false
SetupCommandPrompt =
SetupMinWindowsVersion = 10
SetupSignTool =
SetupSuffixOutput =
SetupVersionOutput = false