Search Criteria
Package Details: lib32-wxgtk3 3.0.5.1-3
Git Clone URL: | https://aur.archlinux.org/lib32-wxgtk3.git (read-only, click to copy) |
---|---|
Package Base: | lib32-wxgtk3 |
Description: | GTK+ implementation of wxWidgets API for GUI |
Upstream URL: | https://wxwidgets.org |
Licenses: | custom:wxWindows |
Submitter: | heavysink |
Maintainer: | heavysink |
Last Packager: | heavysink |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-25 01:22 (UTC) |
Last Updated: | 2021-05-17 23:56 (UTC) |
Dependencies (10)
- lib32-expat
- lib32-gtk3
- lib32-libjpeg (lib32-libjpeg-turbo-minimal-git, lib32-mozjpeg, lib32-mozjpeg-git, lib32-libjpeg-turbo)
- lib32-libpng (lib32-libpng-minimal-git)
- lib32-libsm
- lib32-libtiff (lib32-libtiff-git)
- lib32-zlib
- wxgtk3 (wxgtk3-dev, wxgtk-git, wxwidgets-gtk3-light, wxwidgets-gtk3)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- lib32-glu (lib32-glu-git) (make)
Latest Comments
rafaelff commented on 2021-05-12 14:51 (UTC)
@Yue_Kuze: My suggestion was to edit lib32-gtk3, which lib32-wxgtk3 depends on. You edited lib32-wxgtk3.
Also, I see you messed the lib32-wxgtk3 PKGBUILD adding content starting in
@@ -63,6 +63,7 @@ build() {
and ending in the line before thevalidpgpkeys=
. Consider undoing it all to make lib32-wxgtk3 valid again.Yue_Kuze commented on 2021-05-12 05:14 (UTC) (edited on 2021-05-12 05:25 (UTC) by Yue_Kuze)
@rafaelff Doing that got me going but still having some issues understanding the part at @@ have the file now like this, but i still get the following message
Sorry for the trouble and thanks for the help
rafaelff commented on 2021-05-03 00:01 (UTC)
@Yue_Kuze: No need for commands. Just look in the PKGBUILD for the contents of lines starting with
-
in my diff, and replace with the contents of lines starting with+
Yue_Kuze commented on 2021-05-01 07:24 (UTC) (edited on 2021-05-01 07:27 (UTC) by Yue_Kuze)
@rafaelff
Hello, im kinda newbie to commands, but i try to run your PKGBUILD and got the following
[xxx@xxx trunk]$ makepkg
diff: unrecognized option '--git'
diff: Try 'diff --help' for more information.
/lib32-wxgtk3/trunk/PKGBUILD: line 3: index: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 4: ---: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 5: +++: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 6: @@: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 10: -pkgver=3.24.27: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 11: -pkgrel=2: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 12: +pkgver=3.24.29: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 13: +pkgrel=1: command not found
/lib32-wxgtk3/trunk/PKGBUILD: line 17: syntax error near unexpected token `('
/lib32-wxgtk3/trunk/PKGBUILD: line 17: `@@ -40,7 +40,7 @@ makedepends=('
==> ERROR: Failed to source /lib32-wxgtk3/trunk/PKGBUILD
rafaelff commented on 2021-04-28 00:30 (UTC) (edited on 2021-04-28 00:30 (UTC) by rafaelff)
@Frogboy: The reason for failed build is: The versions of gtk3 and lib32-gtk3 must match, however currently gtk3 is 3.24.29 and lib32-gtk3 is 3.24.27.
lib32-gtk3 is already flagged as out of date, so there is not much to do besides updating the PKGBUILD locally and then building and installing the package. By updating your lib32-gtk3, lib32-wxgtk3 should build fine.
To fix it:
Use
asp
to clone the source repository for lib32-gtk3 (see ABS#Usage), then apply the changes specified by my diff below to your local lib32-gtk3 PKGBUILD, build lib32-gtk3 with those changes and use the newly built lib32-gtk3 to build lib32-wxgtk3.Here is my lib32-gtk3 update:
Frogboy commented on 2021-04-14 05:07 (UTC)
It fails building: