You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
62 lines
1.9 KiB
Tcl
62 lines
1.9 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name py27-eggtrayicon
|
|
version 2.25.3
|
|
revision 2
|
|
|
|
categories gnome python
|
|
license LGPL
|
|
maintainers nomaintainer
|
|
|
|
description "Extra" Python modules for some GNOME Desktop libraries.
|
|
long_description {*}${description}
|
|
|
|
homepage http://www.pygtk.org/
|
|
|
|
set myname gnome-python-extras
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
|
|
master_sites gnome:sources/${myname}/${branch}
|
|
distname ${myname}-${version}
|
|
dist_subdir ${myname}
|
|
|
|
checksums md5 9f3b7ec5c57130b96061cb486b79c076 \
|
|
sha1 e69e5288466c960ed6f985bb10c9969b21ed85a4 \
|
|
rmd160 e09bc0152512e2caa61626a7dc788d7336f24e46
|
|
|
|
use_bzip2 yes
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:py27-pygtk
|
|
|
|
patchfiles patch-configure.diff \
|
|
dynamic_lookup-11.patch
|
|
|
|
configure.args-append --disable-allbindings --enable-eggtray
|
|
|
|
set python.branch 2.7
|
|
set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
|
|
set python.bin ${python.prefix}/bin/python${python.branch}
|
|
|
|
configure.args-append --prefix=${python.prefix}
|
|
configure.pkg_config_path ${python.prefix}/lib/pkgconfig
|
|
|
|
configure.python ${python.bin}
|
|
configure.env-append PYGTK_CODEGEN=${python.prefix}/bin/pygobject-codegen-2.0
|
|
|
|
post-destroot {
|
|
file delete "${destroot}/${python.prefix}/lib/pkgconfig/gnome-python-extras-2.0.pc"
|
|
}
|
|
|
|
platform darwin 9 {
|
|
post-patch {
|
|
reinplace "s|-export-symbols-regex.*||g" \
|
|
${worksrcpath}/egg/tray/Makefile.in \
|
|
}
|
|
}
|
|
|
|
livecheck.type gnome-with-unstable
|
|
livecheck.name ${myname}
|