xfce add, lumina-desktop move lumina directory

This commit is contained in:
Erkan IŞIK
2020-11-09 13:00:20 +03:00
parent 8d50b0df35
commit ae7c06a3dd
196 changed files with 266026 additions and 250034 deletions
@@ -0,0 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-weather-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-weather-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>plugin</IsA>
<Summary>A weather plugin for the Xfce desktop environment</Summary>
<Description>
Originally written by Bob Schlärmann, this panel plugin shows information about your local weather in the panel, using forecast data provided by met.no.
</Description>
<Archive sha1sum="321cb34ceb171644fde0bb02ab27e40228f5e6d5" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.10/xfce4-weather-plugin-0.10.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>upower-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">enable_keyboard_scrolling_in_details_pane.patch</Patch>
<Patch level="1">support_solarmoon_and_solarmidnight.patch</Patch>
<Patch level="1">fix_day_and_night_calculation.patch</Patch>
</Patches>
</Source>
<Package>
<Name>xfce4-weather-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>upower</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-10-04</Date>
<Version>0.10.1</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="2">
<Date>2019-08-11</Date>
<Version>0.10.0</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2019-07-28</Date>
<Version>0.9.1</Version>
<Comment>First build.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
</PISI>