Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
143e2d71
Commit
143e2d71
authored
2 years ago
by
Emanuele Sorce
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/sturmreader: upgrade to 3.6.5
parent
27955f5b
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38859
testing/sturmreader: upgrade to 3.6.5
Pipeline
#135977
canceled
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/sturmreader/APKBUILD
+19
-11
19 additions, 11 deletions
testing/sturmreader/APKBUILD
testing/sturmreader/fix-hardcoded-quazip-version.patch
+0
-11
0 additions, 11 deletions
testing/sturmreader/fix-hardcoded-quazip-version.patch
with
19 additions
and
22 deletions
testing/sturmreader/APKBUILD
+
19
−
11
View file @
143e2d71
# Contributor: Emanuele Sorce <emanuele.sorce@hotmail.com>
# Contributor: Emanuele Sorce <emanuele.sorce@hotmail.com>
# Maintainer: Emanuele Sorce <emanuele.sorce@hotmail.com>
# Maintainer: Emanuele Sorce <emanuele.sorce@hotmail.com>
pkgname
=
sturmreader
pkgname
=
sturmreader
pkgver
=
3.6.
1
pkgver
=
3.6.
5
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"E-Book and comic reader for mobile devices"
pkgdesc
=
"E-Book and comic reader for mobile devices"
url
=
"https://gitlab.com/tronfortytwo/sturmreader"
url
=
"https://gitlab.com/tronfortytwo/sturmreader"
arch
=
"aarch64 armv7 x86 x86_64"
# Limited by qt5-qtwebengine
arch
=
"aarch64 armv7 x86 x86_64"
# Limited by qt5-qtwebengine
license
=
"GPL-3.0-or-later"
license
=
"GPL-3.0-or-later"
depends
=
"qt5-qtsvg qt5-qtbase-sqlite qt5-qtwebengine qt5-qtquickcontrols qt5-qtsystems"
depends
=
"qt5-qtsvg qt5-qtbase-sqlite qt5-qtsystems"
makedepends
=
"cmake qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtsvg-dev
makedepends
=
"
qt5-qtlocation-dev qt5-qtwebengine-dev qt5-qtwebchannel-dev poppler-qt5-dev
cmake
quazip-dev gettext-dev libintl"
gettext-dev
poppler-qt5-dev
qt5-qtdeclarative-dev
qt5-qtlocation-dev
qt5-qtquickcontrols2-dev
qt5-qtsvg-dev
qt5-qtwebchannel-dev
qt5-qtwebengine-dev
quazip-dev
"
subpackages
=
"
$pkgname
-lang"
subpackages
=
"
$pkgname
-lang"
source
=
"https://gitlab.com/tronfortytwo/sturmreader/-/archive/
$pkgver
/sturmreader-
$pkgver
.tar.gz
source
=
"https://gitlab.com/tronfortytwo/sturmreader/-/archive/
$pkgver
/sturmreader-
$pkgver
.tar.gz"
fix-hardcoded-quazip-version.patch"
# Sturm reader has no testing! Not even a --version thing
# Sturm reader has no testing! Not even a --version thing
options
=
"!check"
options
=
"!check"
build
()
{
build
()
{
cmake
-G
Ninja
-B
build
\
CXXFLAGS
=
"
$CXXFLAGS
-flto=auto"
\
cmake
-G
Ninja
-B
build
-Wno-dev
\
-DCLICK_MODE
=
OFF
\
-DCLICK_MODE
=
OFF
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
-DCMAKE_BUILD_TYPE
=
MinSizeRel
cmake
--build
build
cmake
--build
build
...
@@ -30,6 +39,5 @@ package() {
...
@@ -30,6 +39,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
ca9332b8a7810dc07d1ca9fc18260fcd1905a494be239357cfafd30e81521bb05f0e6073b6dc5fe9f8cf20395a98d5cbb96e7dd797f548274c86cfb25f3ec704 sturmreader-3.6.1.tar.gz
fc967ffdcf90f8faceee1858be42053b59b169645651992415df903ca29a28fb42e08bf652a3cc6c4492b1879666fa5c63ea76fec0bcba787cdb361c43bf72ea sturmreader-3.6.5.tar.gz
702619584aedc6f3e25ad1f789421ef343a72b43c707e6b9b621560fba030cb97591de6fc2ea816b82d6a9f9911d934b42a01c236d856d9f596f331743badb83 fix-hardcoded-quazip-version.patch
"
"
This diff is collapsed.
Click to expand it.
testing/sturmreader/fix-hardcoded-quazip-version.patch
deleted
100644 → 0
+
0
−
11
View file @
27955f5b
--- a/cmake/FindQUAZIP.cmake
+++ b/cmake/FindQUAZIP.cmake
@@ -15,7 +15,7 @@
)
find_path(QUAZIP_INCLUDE_DIR quazip.h
PATHS /usr/include /usr/local/include
- PATH_SUFFIXES quazip5 quazip "QuaZip-Qt5-1.1/quazip" "QuaZip-Qt5-1.2/quazip"
+ PATH_SUFFIXES quazip5 quazip "QuaZip-Qt5-1.3/quazip"
)
find_path(QUAZIP_ZLIB_INCLUDE_DIR zlib.h PATHS /usr/include /usr/local/include)
endif()
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