Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Skrooge
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Office
Skrooge
Commits
ba97db3d
Commit
ba97db3d
authored
4 years ago
by
Stephane Mankowski
Browse files
Options
Downloads
Patches
Plain Diff
Init Skrooge 2.24.0
parent
d0ace9bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
images/splash.png
+0
-0
0 additions, 0 deletions
images/splash.png
images/splash.svg.in
+4362
-7436
4362 additions, 7436 deletions
images/splash.svg.in
scripts/skrooge-release.py
+2
-2
2 additions, 2 deletions
scripts/skrooge-release.py
with
4366 additions
and
7440 deletions
CMakeLists.txt
+
2
−
2
View file @
ba97db3d
...
...
@@ -104,8 +104,8 @@ SET_PACKAGE_PROPERTIES(Sqlcipher PROPERTIES DESCRIPTION "Support for encryption"
SET
(
GRANTLEE_VERSION
${
Grantlee5_VERSION_MAJOR
}
.
${
Grantlee5_VERSION_MINOR
}
.
${
Grantlee5_VERSION_PATCH
}
)
MESSAGE
(
STATUS
" GRANTLEE VERSION : "
${
GRANTLEE_VERSION
}
)
SET
(
SKG_VERSION
"2.2
3
.0"
)
SET
(
SKG_BETA
""
)
SET
(
SKG_VERSION
"2.2
4
.0"
)
SET
(
SKG_BETA
"
BETA
"
)
SET
(
SOVERSION 2
)
IF
(
CMAKE_BUILD_TYPE
)
...
...
This diff is collapsed.
Click to expand it.
images/splash.png
+
0
−
0
View replaced file @
d0ace9bd
View file @
ba97db3d
295 KiB
|
W:
|
H:
244 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
images/splash.svg.in
+
4362
−
7436
View file @
ba97db3d
This diff is collapsed.
Click to expand it.
scripts/skrooge-release.py
+
2
−
2
View file @
ba97db3d
...
...
@@ -40,7 +40,7 @@ tempDir='/data'
class
Releasor
(
object
):
def
__init__
(
self
,
args
):
self
.
ubuntuVersions
=
[
'
bionic
'
,
'
disco
'
,
'
eoan
'
,
'
focal
'
]
self
.
ubuntuVersions
=
[
'
bionic
'
,
'
eoan
'
,
'
focal
'
]
self
.
workdingDir
=
os
.
path
.
join
(
tempDir
,
'
skrooge-release_
'
+
args
.
version
)
print
(
"
# Working directory :
"
+
self
.
workdingDir
)
if
args
.
version
.
endswith
(
"
.0
"
)
or
args
.
stable
:
...
...
@@ -293,7 +293,7 @@ class Releasor(object):
print
(
'
# Get appimage.yml from local path
'
)
cmd
=
[
'
cp
'
,
os
.
path
.
join
(
localPath
,
'
appimage.yml
'
),
'
.
'
]
else
:
cmd
=
[
'
wget
'
,
'
-c
'
,
'
-nv
'
,
'
https://
cgi
t.kde.org/
skrooge.git/plain
/appimage.yml
'
]
cmd
=
[
'
wget
'
,
'
-c
'
,
'
-nv
'
,
'
https://
inven
t.kde.org/
office/skrooge/-/raw/master
/appimage.yml
'
]
self
.
logfile
.
write
(
'
###
'
+
'
'
.
join
(
cmd
)
+
'
\n
'
)
rc
=
subprocess
.
call
(
cmd
,
stdout
=
self
.
logfile
,
stderr
=
self
.
logfile
)
if
rc
==
0
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment