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
a7b72a42
Commit
a7b72a42
authored
4 years ago
by
Justin Berthault
Committed by
Rasmus Thomsen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/filezilla: upgrade to 3.48.0
parent
43a5415b
No related branches found
No related tags found
1 merge request
!7803
community/filezilla: upgrade to 3.48.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/filezilla/APKBUILD
+9
-3
9 additions, 3 deletions
community/filezilla/APKBUILD
community/filezilla/missing-list-include.patch
+13
-0
13 additions, 0 deletions
community/filezilla/missing-list-include.patch
with
22 additions
and
3 deletions
community/filezilla/APKBUILD
+
9
−
3
View file @
a7b72a42
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
filezilla
pkgname
=
filezilla
pkgver
=
3.4
7.1
pkgver
=
3.4
8.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"FTP Client"
pkgdesc
=
"FTP Client"
url
=
"https://filezilla-project.org"
url
=
"https://filezilla-project.org"
...
@@ -9,7 +9,12 @@ license="GPL-2.0-or-later"
...
@@ -9,7 +9,12 @@ license="GPL-2.0-or-later"
makedepends
=
"gnutls-dev gtk+2.0-dev libfilezilla-dev>=0.18.0 libidn-dev
makedepends
=
"gnutls-dev gtk+2.0-dev libfilezilla-dev>=0.18.0 libidn-dev
pugixml-dev sqlite-dev wxgtk3-dev xdg-utils"
pugixml-dev sqlite-dev wxgtk3-dev xdg-utils"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"https://download.filezilla-project.org/client/FileZilla_
${
pkgver
}
_src.tar.bz2"
source
=
"https://download.filezilla-project.org/client/FileZilla_
${
pkgver
}
_src.tar.bz2
missing-list-include.patch"
case
"
$CARCH
"
in
s390x
)
options
=
"!check"
# ratelimit_test fails
esac
build
()
{
build
()
{
export
CXXFLAGS
=
"
$CXXFLAGS
-include assert.h"
export
CXXFLAGS
=
"
$CXXFLAGS
-include assert.h"
...
@@ -33,4 +38,5 @@ package() {
...
@@ -33,4 +38,5 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"32573e847bc23acb86bdea8eb4de102e4f673465e0b86738d954b47eacdf6e534854a9065bddf8b586eba315bf65b1bfc4f17f9379819a6c9bd43ae6ed8f388a FileZilla_3.47.1_src.tar.bz2"
sha512sums
=
"c9d4eb17dc31894468ca4b7c4c8fda0f307d3931bf1b3b8fb44afd084a1b2c9309d39e5745f9ba287a5566d44089af32350703e324a559afd6a015af469433fb FileZilla_3.48.0_src.tar.bz2
6280da4f1c359be7d49e8b590f036ddf1220ce6145fbba6c789c89d444a2a85d283275e402d996a6d28e9d5129f646b7920005d5d71faa4a80f0c734133c48a1 missing-list-include.patch"
This diff is collapsed.
Click to expand it.
community/filezilla/missing-list-include.patch
0 → 100644
+
13
−
0
View file @
a7b72a42
diff --git a/src/interface/Mainfrm.h b/src/interface/Mainfrm.h
index 0641ff5..5da2840 100644
--- a/src/interface/Mainfrm.h
+++ b/src/interface/Mainfrm.h
@@ -8,6 +8,8 @@
#include <wx/timer.h>
+#include <list>
+
#ifndef __WXMAC__
#include <wx/taskbar.h>
#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