[40326] trunk/dports/gnome/desktop-file-utils/Portfile
nox at macports.org
nox at macports.org
Mon Sep 29 09:16:28 PDT 2008
Revision: 40326
http://trac.macports.org/changeset/40326
Author: nox at macports.org
Date: 2008-09-29 09:16:27 -0700 (Mon, 29 Sep 2008)
Log Message:
-----------
desktop-file-utils: Whitespace changes, added sha1 and rmd160 checksums.
Modified Paths:
--------------
trunk/dports/gnome/desktop-file-utils/Portfile
Modified: trunk/dports/gnome/desktop-file-utils/Portfile
===================================================================
--- trunk/dports/gnome/desktop-file-utils/Portfile 2008-09-29 16:06:56 UTC (rev 40325)
+++ trunk/dports/gnome/desktop-file-utils/Portfile 2008-09-29 16:16:27 UTC (rev 40326)
@@ -1,21 +1,31 @@
+# -*- 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
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name desktop-file-utils
-version 0.15
-description Command line utilities for working with desktop entries.
-long_description ${description}
-maintainers nomaintainer
-categories gnome
-platforms darwin
-homepage http://www.freedesktop.org/Software/desktop-file-utils
-master_sites http://www.freedesktop.org/software/desktop-file-utils/releases/
-checksums md5 2fe8ebe222fc33cd4a959415495b7eed
-depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 port:popt
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
+name desktop-file-utils
+version 0.15
+maintainers nomaintainer
+categories gnome
+platforms darwin
+description Command line utilities for working with desktop entries.
+long_description \
+ ${description}
+
+homepage http://www.freedesktop.org/Software/desktop-file-utils
+master_sites ${homepage}/releases/
+
+checksums md5 2fe8ebe222fc33cd4a959415495b7eed \
+ sha1 10e9a3d2033fd676d7bb44ca7ba376f815ca0821 \
+ rmd160 ab6fc0bc116d6ec338ef2699b96d57698d4a1d03
+
+depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:popt
+
+configure.cflags-append -no-cpp-precomp -flat_namespace -undefined suppress
+configure.cppflags-append -L${prefix}/lib
+
post-activate {
- system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+ system "update-desktop-database -q ${prefix}/share/applications; true"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080929/e6598ec7/attachment.html
More information about the macports-changes
mailing list