Search Criteria
Package Details: wxgtk-git 3.1.5.r1546.g1c5e66a12c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wxgtk-git.git (read-only, click to copy) |
---|---|
Package Base: | wxgtk-git |
Description: | GTK+3 implementation of wxWidgets API for GUI |
Upstream URL: | https://www.wxwidgets.org |
Licenses: | custom: wxWindows Library Licence |
Conflicts: | wxgtk-common, wxgtk2, wxgtk3 |
Provides: | wxgtk-common, wxgtk3 |
Submitter: | pmattern |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-15 19:00 (UTC) |
Last Updated: | 2022-03-13 23:44 (UTC) |
Dependencies (6)
- gst-plugins-bad (gst-plugins-bad-git)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libsecret
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- glu (glu-git) (make)
Required by (105)
- aegisub-git (requires wxgtk3)
- aegisub-japan7-git (requires wxgtk3)
- aegisub-ttools-meson-git (requires wxgtk3)
- aegisub-wangqr-git (requires wxgtk3)
- amule-remote-git (requires wxgtk3)
- amulegui-upnp (requires wxgtk3)
- apriltag-trackers-git (requires wxgtk3)
- codelite (requires wxgtk3)
- codelite-bin (requires wxgtk3)
- codelite-git (requires wxgtk3)
- codelite-unstable (requires wxgtk3)
- dcpomatic (requires wxgtk3)
- dcpomatic (requires wxgtk-common)
- diff-pdf (requires wxgtk3)
- dktools (requires wxgtk3)
- dktools (requires wxgtk3) (make)
- dktools (requires wxgtk3) (optional)
- dolphin-emu-faster-melee (requires wxgtk3)
- dxde (requires wxgtk3)
- dxreminders (requires wxgtk3)
Latest Comments
FabioLolix commented on 2022-03-13 23:54 (UTC)
Hi dreieck, I had worked on the pkgbuild in the recent past and had already addressed most of the things you reported (but didn't upload yet), however the patches used on wxwidgets-dev-light for making it non-conflicting with the stable version are not applying at the moment, I still consider this pkgbuild imperfect and WIP
dreieck commented on 2022-03-13 10:50 (UTC)
Should this provide
wxgtk2
? Because this is for GTK2. In the official repositories there is alsowxgtk2
(version 3.x), and most packages would depend onwxgtk2
, notwxgtk
.dreieck commented on 2022-03-13 10:25 (UTC) (edited on 2022-03-13 10:26 (UTC) by dreieck)
Conflicts with
wxgtk2
andwxgtk-common
:Since
wxgtk-common
has a lot of more files,wxgtk-git
cannot simply replacewxgtk-common
. So, maybe, you need to manually remove the above mentioned files from$pkgdir
, and addwxgtk-common
to thedepends
array.Thanks for maintaining!
dreieck commented on 2022-03-13 10:10 (UTC)
Later in the
build()
process I get the errorPlease add
to
prepare()
to fix that.Thanks for maintaining.
dreieck commented on 2022-03-12 23:11 (UTC) (edited on 2022-03-13 10:10 (UTC) by dreieck)
Upstream version is currently at 3.1.5. This can be easily retrieved by
git describe --tags
. Please add it topkgver()
, e.g.:According to VCS packaging guidelines, official version number should be provided if extractable in some way.
Then, you can also add
=${pkgver}
to theprovides
entry, so that versioned dependencies work correctly.Thanks for maintaining!
dreieck commented on 2022-03-12 23:06 (UTC)
I get the following
./configure
error inbuild()
:Please add the following
prepare()
function which fixes this:Thanks for maintaining!
vitor_hideyoshi commented on 2021-08-06 20:55 (UTC)
Needs to run
git submodule update --init 3rdparty/catch
before compiling.flacs commented on 2017-06-10 13:22 (UTC)
pmattern commented on 2016-12-26 22:51 (UTC)
mkoloberdin commented on 2016-12-14 12:56 (UTC)
pmattern commented on 2016-12-04 15:07 (UTC)
pulp commented on 2016-12-01 08:06 (UTC)