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
359fb691
Verified
Commit
359fb691
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/rizin-cutter: upgrade to 2.1.1
parent
36ac1c05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38880
testing/rizin-cutter: upgrade to 2.1.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/rizin-cutter/APKBUILD
+5
-15
5 additions, 15 deletions
testing/rizin-cutter/APKBUILD
with
5 additions
and
15 deletions
testing/rizin-cutter/APKBUILD
+
5
−
15
View file @
359fb691
# Contributor: Leon Marz <main@lmarz.org>
# Maintainer: Leon Marz <main@lmarz.org>
pkgname
=
rizin-cutter
pkgver
=
2.1.
0
pkgver
=
2.1.
1
pkgrel
=
0
pkgdesc
=
"Reverse Engineering Platform powered by rizin"
url
=
"https://cutter.re"
...
...
@@ -20,24 +20,15 @@ makedepends="
"
subpackages
=
"
$pkgname
-dev"
_translations_commit
=
974298653ba71b958e1b6c83f6011f5fefff6236
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rizinorg/cutter/archive/v
$pkgver
.tar.gz
translations.tar.gz::https://github.com/rizinorg/cutter-translations/archive/
$_translations_commit
.tar.gz
"
builddir
=
"
$srcdir
/cutter-
$pkgver
"
source
=
"https://github.com/rizinorg/cutter/releases/download/v
$pkgver
/Cutter-v
$pkgver
-src.tar.gz"
builddir
=
"
$srcdir
/Cutter-v
$pkgver
"
options
=
"!check"
# upstream does not provide a testsuite
prepare
()
{
default_prepare
rmdir
"
$builddir
/src/translations"
mv
"
$srcdir
/cutter-translations-
$_translations_commit
"
"
$builddir
/src/translations"
}
build
()
{
CXXFLAGS
=
"
$CXXFLAGS
-O2 -flto=auto"
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCUTTER_USE_BUNDLED_RIZIN
=
OFF
\
-DCUTTER_ENABLE_GRAPHVIZ
=
ON
\
...
...
@@ -51,6 +42,5 @@ package() {
}
sha512sums
=
"
444e27005b9348397097c0c2fd047a557dfd5e8d5d43df6a2ab345da48e26537025ce6f81b256fe765dc59bf5944952965637b84e96136b3025c3dc5bca3f2d6 rizin-cutter-2.1.0.tar.gz
11450631602e7bd81132650b3edd028d56b2f6343a9561fe8bf3281427d8d22b0296651414756236b8544f719c8d4fc11be44a843532c8c32fe21dd7a82066d2 translations.tar.gz
50142e529bc5e2a0e93ae6fa68d913a52e67c59b5ba67f7a83f6fafd251edd27f56d197719f91c905820c7074b5b2e9e651c3163c4e3200604624ab36f4219b9 Cutter-v2.1.1-src.tar.gz
"
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