Spec for xfce4-weather-plugin | |
|
|
Mitglied Posts: 50 Registered: 2009-02-26 | The xfce4-weather-plugin would be a good addition to the rest of the xfce4 packages.
This upkg spec works for me:
Code | [In neuem Fenster öffnen] | |
<?xml version="1.0"?>
<package name="xfce4-weather-plugin">
<description>XFCE4 weather plugin</description>
<releases>
<release version="0.8.9" revision="1">
<deps>
<dep name="cairo"/>
<dep name="dbus-glib-1"/>
<dep name="exo"/>
<dep name="garcon"/>
<dep name="glib-2.0"/>
<dep name="gtk+-2.0"/>
<dep name="gtk+-3.0"/>
<dep name="libwnck"/>
<dep name="libxfce4ui"/>
<dep name="libxfce4util"/>
<dep name="xfconf"/>
<dep name="libxml2"/>
<dep name="libsoup-2.4"/>
<dep name="upower"/>
</deps>
<build>
<script>
<archive name="xfce4-weather-plugin-$VERSION">
<cmd>./configure</cmd>
<cmd>make</cmd>
<cmd>make install</cmd>
</archive>
</script>
</build>
</release>
</releases>
</package>
|
The recent release is at:
http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/xfce4-weather-plugin-0.8.9.tar.bz2
Cheers |
|
|
|
|
|