#51336 closed update (fixed)
Quassel Version Bump
Reported by: | wintermute_77@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | |
Port: | quassel-client |
Description
Quassel and quassel-client verison is 0.12.4.
Attachments (2)
Change History (8)
comment:2 Changed 9 years ago by neverpanic (Clemens Lang)
Here's a unified diff of the changes, which we usually want instead of the updated Portfile because it makes reviewing the changes easier:
-
Portfile
7 7 PortGroup qt4 1.0 8 8 9 9 name quassel 10 version 0.12. 211 revision 310 version 0.12.4 11 revision 0 12 12 categories irc 13 13 license GPL-2 GPL-3 14 14 platforms darwin … … 16 16 homepage http://quassel-irc.org 17 17 master_sites ${homepage}/pub 18 18 19 checksums rmd160 d729c689028b111774dd31d1b2daf7ea8cda2aca\20 sha256 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e56347894789719 checksums rmd160 f7282c07716342b235ab506722c17675854569fb \ 20 sha256 93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d 21 21 22 22 depends_lib-append \ 23 23 port:dbusmenu-qt \ … … 27 27 28 28 use_bzip2 yes 29 29 30 # Do not use git to find out the program version - there is no ".git" directory31 # in the source tarball32 patchfiles patch-scripts-build-macosx_makebundle.py.diff \33 patch-render.diff34 35 post-patch {36 reinplace "s|@@VERSION@@|${version}|" \37 ${worksrcpath}/scripts/build/macosx_makebundle.py38 }39 40 30 cmake.out_of_source yes 41 31 42 32 configure.args -DWANT_CORE=OFF \
Any reason why you're dropping the patches? The patch-scripts-build-macosx_makebundle.py.diff
still seems to be necessary because we're not building from a git checkout.
The change to src/common/main.cpp
in patch-render.diff
was related to retina displays IIRC, see r126718.
comment:3 Changed 9 years ago by wintermute_77@…
I just did what was quick and dirty to get it to build. One of the patches wasn't working, so I just removed them. If they are needed or improve things, definitely put them back in.
Changed 9 years ago by wintermute_77@…
Attachment: | patch-scripts-build-macosx_makebundle.py.diff.patch added |
---|
Patch to bundling patch.
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:5 Changed 8 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r149583. Unfortunately Quassel doesn't look as nice on High-DPI displays as I would have wanted to. Maybe this can be fixed by moving to Qt5, since the official binary doesn't seem to have the problem.
comment:6 Changed 8 years ago by neverpanic (Clemens Lang)
Indeed, Qt5 seems to deal much better with HiDPI displays. Caveats apply because we don't have a lot of Qt5 dependencies of Quassel yet. See the commit message of r149653.