Permalink
Browse files
xfce4-panel: update to 4.12.2
- Loading branch information
Showing
with
14 additions
and
7 deletions.
-
+14
−7
xfce/xfce4-panel/Portfile
|
|
@@ -1,9 +1,9 @@ |
|
|
# -*- 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 |
|
|
PortSystem 1.0 |
|
|
|
|
|
name xfce4-panel |
|
|
version 4.12.0 |
|
|
version 4.12.2 |
|
|
set branch [join [lrange [split ${version} .] 0 1] .] |
|
|
categories xfce |
|
|
platforms darwin |
|
|
@@ -14,12 +14,19 @@ long_description ${description} |
|
|
homepage http://www.xfce.org/ |
|
|
master_sites http://archive.xfce.org/src/xfce/${name}/${branch}/ |
|
|
use_bzip2 yes |
|
|
checksums md5 5a333af704e386c90ad829b6baf1a758 \ |
|
|
sha1 5f0e51c7948bc4e3c46cad93ee772573a23efbc1 \ |
|
|
sha256 30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0 |
|
|
|
|
|
depends_build port:intltool port:pkgconfig |
|
|
depends_lib port:libxfce4ui port:exo path:lib/pkgconfig/cairo.pc:cairo port:libwnck |
|
|
checksums sha256 42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9 \ |
|
|
rmd160 a336fe70ee27a36880e8004d94cf31a3315b62fd \ |
|
|
size 1167175 |
|
|
|
|
|
depends_build port:intltool \ |
|
|
port:pkgconfig \ |
|
|
port:p5.26-xml-parser |
|
|
depends_lib port:libxfce4ui \ |
|
|
port:exo \ |
|
|
path:lib/pkgconfig/cairo.pc:cairo \ |
|
|
port:libwnck \ |
|
|
port:garcon |
|
|
|
|
|
configure.args --disable-gtk3 |
|
|
|
|
|
|