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
3cb180f4
Commit
3cb180f4
authored
3 years ago
by
Leo
Committed by
Francesco Colista
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/hexchat: fix starting hexchat with lua plugins on lua 5.4.3
fixes #12573
parent
6dfac91f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/hexchat/APKBUILD
+6
-3
6 additions, 3 deletions
community/hexchat/APKBUILD
community/hexchat/fix-lua-5.4.3.patch
+12
-0
12 additions, 0 deletions
community/hexchat/fix-lua-5.4.3.patch
with
18 additions
and
3 deletions
community/hexchat/APKBUILD
+
6
−
3
View file @
3cb180f4
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
hexchat
pkgver
=
2.14.3
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Graphical IRC client based on XChat"
url
=
"https://hexchat.github.io"
arch
=
"all !armhf !armv7"
...
...
@@ -10,7 +10,9 @@ makedepends="dbus-glib-dev gtk+2.0-dev iso-codes libnotify-dev libproxy-dev
openssl-dev libsexy-dev libxml2-dev lua5.4-dev meson python3-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
$pkgname
-python:_python"
source
=
"https://dl.hexchat.net/hexchat/hexchat-
$pkgver
.tar.xz
force-meson-build-order.patch"
force-meson-build-order.patch
fix-lua-5.4.3.patch
"
build
()
{
abuild-meson
\
...
...
@@ -39,4 +41,5 @@ _python() {
}
sha512sums
=
"c265921f2cb02c5d273bcdbb20a44a5c9f38b0f8cbba4fd56b177b676fc5d1dfd05bf80fcfa3706c7981f712f2f6c9aaaf80bccf3be0f6d96068dd393f3a7cb5 hexchat-2.14.3.tar.xz
f579622330391fbce798bf9b0e5c1d07975a188b79f7160ab8c921b7df92b2d31444f30d6f62b7b08f7543a4ef40975ecf53705903374b73069bb369967491c5 force-meson-build-order.patch"
f579622330391fbce798bf9b0e5c1d07975a188b79f7160ab8c921b7df92b2d31444f30d6f62b7b08f7543a4ef40975ecf53705903374b73069bb369967491c5 force-meson-build-order.patch
0837f8e59636c7b3be507ca764030e4fc74071938fbaa4ea8ca9a10c030aa094916f19d0df48fd32c92baef0fc9d2fea835f570f55c79797b791dbf16d5d4d5f fix-lua-5.4.3.patch"
This diff is collapsed.
Click to expand it.
community/hexchat/fix-lua-5.4.3.patch
0 → 100644
+
12
−
0
View file @
3cb180f4
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c
index 941342b..9e12285 100644
--- a/plugins/lua/lua.c
+++ b/plugins/lua/lua.c
@@ -1191,7 +1191,6 @@
static void patch_clibs(lua_State *L)
}
lua_pop(L, 1);
}
- lua_pop(L, 1);
}
static GPtrArray *scripts;
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