[35561] trunk/dports/xfce
afb at macports.org
afb at macports.org
Sun Mar 30 01:20:50 PDT 2008
Revision: 35561
http://trac.macosforge.org/projects/macports/changeset/35561
Author: afb at macports.org
Date: 2008-03-30 01:20:49 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
silly little plugin for rounded corners
Added Paths:
-----------
trunk/dports/xfce/xfce4-corner-plugin/
trunk/dports/xfce/xfce4-corner-plugin/Portfile
Added: trunk/dports/xfce/xfce4-corner-plugin/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-corner-plugin/Portfile (rev 0)
+++ trunk/dports/xfce/xfce4-corner-plugin/Portfile 2008-03-30 08:20:49 UTC (rev 35561)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name xfce4-corner-plugin
+version 1.0.1
+categories xfce
+platforms darwin
+maintainers afb at macports.org
+description Mac-style menubar corner plugin for xfce panel (4.4+)
+long_description ${description}
+homepage http://aquila.deus.googlepages.com/
+master_sites http://aur.archlinux.org/packages/xfce4-corner-plugin/
+distname ${name}
+checksums md5 a0e26652ef7f2e8ca26fd007cc39d186 \
+ sha1 d310b43e5a3c6891364e95b1195ba24f2c6ef2ae \
+ rmd160 84e652dc6883bda0f04b032deb350753925a9db0
+
+depends_lib port:xfce4-panel port:pkgconfig
+use_configure no
+
+post-patch {
+ reinplace "s;/usr;${prefix};" ${worksrcpath}/${name}.desktop
+}
+
+build {
+ # upstream really needs to learn about make
+ system "gcc -std=c99 -Wall `pkg-config --cflags --libs libxfce4panel-1.0` -o ${worksrcpath}/${name} ${worksrcpath}/${name}.c"
+}
+
+destroot {
+ xinstall -d ${destroot}${prefix}/libexec/xfce4/panel-plugins
+ xinstall -d ${destroot}${prefix}/share/xfce4/panel-plugins
+ copy ${worksrcpath}/${name} ${destroot}${prefix}/libexec/xfce4/panel-plugins/
+ copy ${worksrcpath}/${name}.desktop ${destroot}${prefix}/share/xfce4/panel-plugins/
+}
Property changes on: trunk/dports/xfce/xfce4-corner-plugin/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/20080330/a26ccef1/attachment-0001.html
More information about the macports-changes
mailing list