[29159] trunk/dports/x11
source_changes at macosforge.org
source_changes at macosforge.org
Sun Sep 16 10:11:15 PDT 2007
Revision: 29159
http://trac.macosforge.org/projects/macports/changeset/29159
Author: nox at macports.org
Date: 2007-09-16 10:11:15 -0700 (Sun, 16 Sep 2007)
Log Message:
-----------
gtk2-murrine-configurator: New port.
Added Paths:
-----------
trunk/dports/x11/gtk2-murrine-configurator/
trunk/dports/x11/gtk2-murrine-configurator/Portfile
Added: trunk/dports/x11/gtk2-murrine-configurator/Portfile
===================================================================
--- trunk/dports/x11/gtk2-murrine-configurator/Portfile (rev 0)
+++ trunk/dports/x11/gtk2-murrine-configurator/Portfile 2007-09-16 17:11:15 UTC (rev 29159)
@@ -0,0 +1,53 @@
+# $Id$
+
+PortSystem 1.0
+
+name gtk2-murrine-configurator
+version 1.4
+categories x11 gtk
+platforms macosx
+maintainers nox
+description The definitive tool for the Murrine lovers
+
+long_description \
+ This is absolutely the first Configurator for a Gtk Engine. \
+ New Murrine Configurator give users the opportunity to configure \
+ all the Murrine Engine style options, like glaze style, roundness, \
+ menu bar and items styles, and many other aspects to reach their \
+ desired effects.
+
+homepage http://murrine.netsons.org/?q=node/8
+master_sites macports
+use_bzip2 yes
+
+checksums md5 93a88754b7256682526d9b5aad27dfaf \
+ sha1 a7ddc50456406d9b2253c5791af59ab749ca2b10 \
+ rmd160 bff01219505ae8c8e33db2269801febf68492bbd
+
+depends_run port:python25 \
+ port:py25-gtk
+
+configure {
+ reinplace -E "s|/usr/bin/env python|${prefix}/bin/python2.5|" \
+ ${worksrcpath}/src/newmurrineconfigurator.py
+}
+
+build {}
+
+destroot.cmd ./install.sh
+destroot.target
+destroot.destdir --prefix ${destroot}${prefix}
+
+pre-destroot {
+ xinstall -d \
+ ${destroot}${prefix}/share/applications \
+ ${destroot}${prefix}/share/pixmaps
+}
+
+post-destroot {
+ system "cd ${destroot}${prefix}/bin && \
+ ln -s ../share/nmc/newmurrineconfigurator.py murrine-configurator"
+}
+
+universal_variant no
+
Property changes on: trunk/dports/x11/gtk2-murrine-configurator/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070916/565dc0e2/attachment.html
More information about the macports-changes
mailing list