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
Merge requests
!38949
The source project of this merge request has been removed.
community/wxwidgets: upgrade to 3.2.1
Merged
community/wxwidgets: upgrade to 3.2.1
(removed):wxwidgets-3.2
into
master
Overview
0
Commits
20
Pipelines
0
Changes
2
Merged
Ghost User
requested to merge
(removed):wxwidgets-3.2
into
master
2 years ago
Overview
0
Pipelines
0
Changes
2
Expand
0
0
1
Merge request reports
Viewing commit
273189b4
Show latest version
2 files
+
117
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Unverified
273189b4
testing/maitreya: port to wxwidgets-3.2
· 273189b4
alice
authored
2 years ago
testing/maitreya/APKBUILD
+
9
−
5
Options
@@ -4,23 +4,26 @@ pkgname=maitreya
pkgver
=
8.0.1
_majorver
=
${
pkgver
%%.*
}
_pkgname
=
"
$pkgname$_majorver
"
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Software for Vedic and western astrology"
url
=
"https://www.saravali.de/maitreya.html"
arch
=
"all"
# Saravali.ttf is licensed under OFL-1.1-RFN
# geonames1000.sql is licensed under CC-BY-4.0
license
=
"GPL-2.0-or-later AND OFL-1.1-RFN AND CC-BY-4.0"
makedepends
=
"wx
gtk3
-dev"
makedepends
=
"wx
widgets
-dev"
options
=
"!check"
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/martin-pe/maitreya8/releases/download/v
$pkgver
/
$_pkgname
-
$pkgver
.tar.bz2"
source
=
"https://github.com/martin-pe/maitreya8/releases/download/v
$pkgver
/
$_pkgname
-
$pkgver
.tar.bz2
wxwidgets-3.2.patch
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
./configure
\
--prefix
=
/usr
\
--with-wx-config
=
wx-config-gtk3
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
make
}
@@ -30,4 +33,5 @@ package() {
sha512sums
=
"
53fe5c7c5d83bc39884e09717189ac9548e6817c489d3dfd26edadda04af059fd5628ec263e61fc3541cde93d9ee1816969adaa3815baa8289776b4d0ac4742a maitreya8-8.0.1.tar.bz2
80516b8d37ae5051651e5541248920cfefa034696a45ad28d0a477feb7d39ee8d6bd61943a5850b8bee1506fdae93c45e2bf4afeb9ca6f0bcb9677b9824f5923 wxwidgets-3.2.patch
"
Loading