You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d7080a50bc
[skip ci] Closes: https://trac.macports.org/ticket/72254
68 lines
2.3 KiB
Tcl
68 lines
2.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name gnome-applets
|
|
version 3.26.0
|
|
revision 4
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
description GNOME panel applets.
|
|
long_description This package contains applets for use with the \
|
|
GNOME panel.
|
|
maintainers {devans @dbevans} openmaintainer
|
|
categories gnome
|
|
license GPL-2+
|
|
homepage https://wiki.gnome.org/Projects/GnomeApplets
|
|
master_sites gnome:sources/${name}/${branch}/
|
|
|
|
use_xz yes
|
|
|
|
checksums rmd160 2187e6f09fdf1bb8b114b648ab559f8f05c58141 \
|
|
sha256 1a7a9627fa150c3efa512004d08c1eac2be59f2d9c3d6392430179c286c225ce
|
|
|
|
depends_build port:pkgconfig \
|
|
port:intltool \
|
|
port:itstool \
|
|
port:yelp-tools \
|
|
port:autoconf \
|
|
port:automake \
|
|
port:libtool
|
|
|
|
depends_lib port:adwaita-icon-theme \
|
|
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
|
port:gnome-panel \
|
|
port:libgtop \
|
|
port:libwnck3 \
|
|
port:libnotify \
|
|
port:dbus \
|
|
port:dbus-glib \
|
|
port:policykit \
|
|
port:upower \
|
|
port:gucharmap \
|
|
port:libxml2 \
|
|
port:libgweather
|
|
|
|
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
|
|
|
|
post-patch {
|
|
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
|
|
}
|
|
|
|
configure.cmd ./autogen.sh
|
|
|
|
configure.args --enable-compile-warnings=no \
|
|
--disable-battstat \
|
|
--disable-cpufreq \
|
|
--disable-frequency-selector \
|
|
--x-includes=${prefix}/include \
|
|
--x-libraries=${prefix}/lib \
|
|
--disable-schemas-compile \
|
|
--disable-silent-rules
|
|
|
|
post-activate {
|
|
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
|
|
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
|
|
}
|
|
|
|
livecheck.type gnome
|