[MacPorts] #51336: Quassel Version Bump

MacPorts noreply at macports.org
Sun May 8 06:33:35 PDT 2016


#51336: Quassel Version Bump
------------------------------+--------------------------------
  Reporter:  wintermute_77@…  |      Owner:  macports-tickets@…
      Type:  update           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.4
Resolution:                   |   Keywords:
      Port:  quassel-client   |
------------------------------+--------------------------------

Comment (by wintermute_77@…):

 {{{
 PortSystem 1.0
 PortGroup cmake 1.0
 PortGroup cxx11 1.0
 PortGroup qt4 1.0

 name            quassel
 version         0.12.4
 revision        0
 categories      irc
 license         GPL-2 GPL-3
 platforms       darwin
 maintainers     nomaintainer
 homepage        http://quassel-irc.org
 master_sites    ${homepage}/pub

 checksums       rmd160  d729c689028b111774dd31d1b2daf7ea8cda2aca \
                 sha256
 6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897

 depends_lib-append \
                 port:dbusmenu-qt \
                 path:lib/libssl.dylib:openssl \
                 port:phonon \
                 port:zlib

 use_bzip2       yes

 cmake.out_of_source yes

 configure.args  -DWANT_CORE=OFF \
                 -DWANT_QTCLIENT=OFF \
                 -DWANT_MONO=OFF \
                 -DWITH_KDE=OFF

 if {${name} eq ${subport}} {
     description \
         Qt4 IRC client
     long_description \
         Quassel IRC is a modern, cross-platform IRC client. This port
 installs \
         the monolithic variant, which does not require a separate Quassel
 core.

     depends_run-append port:qt4-mac-sqlite3-plugin

     configure.args-replace -DWANT_MONO=OFF -DWANT_MONO=ON

     destroot {
         copy "${build.dir}/Quassel.app" "${destroot}${applications_dir}"
     }
 }

 subport ${name}-client {
     description \
         Qt4 IRC client - client component
     long_description \
         Quassel IRC is a modern, cross-platform, distributed IRC client, \
         meaning that one (or multiple) client(s) can attach to and detach
 from \
         a central core - much like the popular combination of screen and a
 \
         text-based IRC client such as WeeChat, but graphical.

     depends_run-append port:qca-ossl

     configure.args-replace -DWANT_QTCLIENT=OFF -DWANT_QTCLIENT=ON

     destroot {
         copy "${build.dir}/Quassel Client.app"
 "${destroot}${applications_dir}"
     }
 }

 livecheck.type  regex
 livecheck.url   http://quassel-irc.org/pub/
 livecheck.regex "${name}-(\[0-9\.\]+)\.tar\.bz2"
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/51336#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list