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
1
Merged
Ghost User
requested to merge
(removed):wxwidgets-3.2
into
master
2 years ago
Overview
0
Pipelines
0
Changes
1
Expand
0
0
1
Merge request reports
Viewing commit
2644ba17
Show latest version
1 file
+
20
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
2644ba17
community/poedit: upgrade to 3.1.1
· 2644ba17
alice
authored
2 years ago
community/poedit/APKBUILD
+
20
−
12
Options
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
poedit
pkgver
=
2.4.2
pkgrel
=
9
pkgver
=
3.1.1
pkgrel
=
0
pkgdesc
=
"cross-platform translations editor"
url
=
"https://www.poedit.net"
arch
=
"all"
license
=
"MIT"
depends
=
"gettext"
makedepends
=
"boost-dev enchant2-dev gtk+3.0-dev gtkspell3-dev
lucene++-dev wxgtk3-dev autoconf automake libtool pugixml-dev
gettext-dev"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"https://github.com/vslavik/poedit/archive/v
$pkgver
-oss.tar.gz
fix-missing-include.patch
makedepends
=
"
autoconf
automake
boost-dev
enchant2-dev
gettext-dev
gtk+3.0-dev
gtkspell3-dev
libtool
lucene++-dev
pugixml-dev
wxwidgets-dev
"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"https://github.com/vslavik/poedit/archive/v
$pkgver
-oss.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
-oss"
prepare
()
{
@@ -30,8 +38,7 @@ build() {
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--with-wx-config
=
wx-config-gtk3
--localstatedir
=
/var
make
}
@@ -43,5 +50,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"03dc34835838f91358e9093634cf1a293b076f301c248a76ead26dc7446b4f4712a5079ac7116b3183f73e53681f920007abdada118318dadd4f17503ca4b078 v2.4.2-oss.tar.gz
4a03c13baa577a46a77b8b8c2ea13dbfeb4dc5313e39d2d8b12869a74be4ee396138aa3e2e29d57460dac53f2eee12ca7a22d471163482a1b87b211d2b5da85d fix-missing-include.patch"
sha512sums
=
"
40f5ca5af7970c770cf35c7fee53174f3f4cf6d7d1efa7099cb68d1b35113d9838efd628f0190cbbc34b538f4b13d5a1c5a3967e67d5091c3d9044e0ab188152 v3.1.1-oss.tar.gz
"
Loading