Skip to content

Commit 82378c3

Browse files
committed
mlite-0.5.3 (untested)
1 parent e0c03ae commit 82378c3

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

mlite/README

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@ Useful classes originating from MeeGo Touch
44

55
Runtime requirements:
66
bash-5.2.21-1
7-
cygwin-3.6.0-0.203.gf78009cb1ccf
7+
cygwin-3.5.7-1
88
libQt5Core-devel-5.9.4-2
99
libQt5Core5-5.9.4-2
1010
libgcc1-12.4.0-3
11-
libglib2.0_0-2.64.6-1
12-
libmlite5-devel-0.4.5-1bl1
13-
libmlite5_0-0.4.5-1bl1
11+
libglib2.0_0-2.84.0-1
12+
libmlite5-devel-0.5.3-1bl1
13+
libmlite5_0-0.5.3-1bl1
1414
libstdc++6-12.4.0-3
1515
pkg-config-2.3.0-1
1616

1717
Build requirements:
1818
(besides corresponding -devel packages)
19-
binutils-2.43.1-1
19+
binutils-2.44-1
2020
cygport-0.36.9-1
2121
gcc-core-12.4.0-3
2222
gcc-g++-12.4.0-3
2323
libQt5Core-devel-5.9.4-2
24-
libglib2.0-devel-2.64.6-1
24+
libglib2.0-devel-2.84.0-1
2525
make-4.4.1-2
2626

2727
Canonical website:
2828
https://github.com/sailfishos/mlite
2929

3030
Canonical download:
31-
https://github.com/sailfishos/mlite/archive/refs/tags/0.4.5.tar.gz
31+
https://github.com/sailfishos/mlite/archive/refs/tags/0.5.3.tar.gz
3232

3333
-------------------------------------------
3434

3535
Build instructions:
36-
1. unpack mlite-0.4.5-X-src.tar.xz
36+
1. unpack mlite-0.5.3-X-src.tar.xz
3737
2. if you use setup to install this src package,
3838
it will be unpacked under /usr/src automatically
3939
% cd /usr/src
40-
% cygport ./mlite-0.4.5-X.cygport all
40+
% cygport ./mlite-0.5.3-X.cygport all
4141

4242
This will create:
43-
/usr/src/mlite-0.4.5-X-src.tar.xz
44-
/usr/src/mlite-0.4.5-X.tar.xz
45-
/usr/src/libmlite5_0-0.4.5-X.tar.xz
46-
/usr/src/libmlite5-devel-0.4.5-X.tar.xz
43+
/usr/src/mlite-0.5.3-X-src.tar.xz
44+
/usr/src/mlite-0.5.3-X.tar.xz
45+
/usr/src/libmlite5_0-0.5.3-X.tar.xz
46+
/usr/src/libmlite5-devel-0.5.3-X.tar.xz
4747

4848
-------------------------------------------
4949

@@ -54,11 +54,8 @@ Files included in the binary package:
5454
/usr/libexec/mliteremoteaction.exe
5555
/usr/share/doc/Cygwin/mlite.README
5656
/usr/share/doc/mlite/LICENSE.LGPL
57-
/usr/share/mlite-qt5/tests.xml
5857
/usr/share/mlite-qt5/ut_mdesktopentry
5958
/usr/share/mlite-qt5/ut_mdesktopentry.bin.exe
60-
/usr/share/mlite-qt5/ut_mdesktopentry.qm
61-
/usr/share/mlite-qt5/ut_mdesktopentry2.qm
6259
/usr/share/mlite-qt5/ut_mfiledatastore
6360
/usr/share/mlite-qt5/ut_mfiledatastore.bin.exe
6461
/usr/share/mlite-qt5/ut_mnotification
@@ -89,5 +86,8 @@ Files included in the binary package:
8986

9087
Port Notes:
9188

89+
----- version 0.5.3-1bl1 -----
90+
Version bump.
91+
9292
----- version 0.4.5-1bl1 -----
9393
Initial release by fd0 <https://github.com/fd00/>

mlite/mlite-0.4.5-1bl1.cygport mlite/mlite-0.5.3-1bl1.cygport

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ BUILD_REQUIRES="libglib2.0-devel"
1313

1414
inherit qt5-qmake
1515

16+
CYGQMAKE5_ARGS="
17+
VERSION=${PV}
18+
"
19+
1620
DIFF_EXCLUDES="
1721
src
1822
"

mlite/mlite-0.4.5-1bl1.src.patch mlite/mlite-0.5.3-1bl1.src.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- origsrc/mlite-0.4.5/tests/tests_common.pri 2024-10-02 20:29:35.000000000 +0900
2-
+++ src/mlite-0.4.5/tests/tests_common.pri 2024-10-14 10:11:01.896026900 +0900
1+
--- origsrc/mlite-0.5.3/tests/tests_common.pri 2025-02-05 20:06:41.000000000 +0900
2+
+++ src/mlite-0.5.3/tests/tests_common.pri 2025-03-18 08:20:46.370289500 +0900
33
@@ -3,7 +3,7 @@ TESTS_COMMON_PRI_INCLUDED = 1
44

55
include(../common.pri)

0 commit comments

Comments
 (0)