Last change
on this file was
144133,
checked in by afb@…, 2 years ago
|
mass upgrade from Xfce 4.6.2 to Xfce 4.12 (#31203)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 144133 2016-01-02 23:33:23Z afb@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ristretto |
---|
7 | version 0.8.0 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories xfce |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | maintainers afb |
---|
13 | description Ristretto is a fast and lightweight picture-viewer \ |
---|
14 | for the Xfce desktop environment. |
---|
15 | long_description ${description} |
---|
16 | homepage http://www.xfce.org/ |
---|
17 | master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ |
---|
18 | use_bzip2 yes |
---|
19 | checksums md5 94c778850325a4e5a12e3433c8a05432 \ |
---|
20 | sha1 0f780cd0b3270e258315a737e4bbf332806f14dc \ |
---|
21 | sha256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 |
---|
22 | |
---|
23 | depends_build port:intltool port:pkgconfig |
---|
24 | depends_lib port:gtk2 port:xfconf port:cairo port:libxfce4util \ |
---|
25 | port:libxfce4ui port:libexif port:dbus-glib |
---|
26 | |
---|
27 | post-activate { |
---|
28 | system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" |
---|
29 | system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" |
---|
30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.