Merge pull request #6736 from 4fury/master
sayonara player: version bump
This commit is contained in:
@@ -15,5 +15,10 @@ def build():
|
|||||||
kde5.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde5.install()
|
kde5.install()
|
||||||
pisitools.dodoc("README.txt", "license.txt", "MANUAL")
|
|
||||||
|
pisitools.remove("usr/share/icons/sayonara.png")
|
||||||
|
pisitools.dodoc("COPYING", \
|
||||||
|
"LICENSE", \
|
||||||
|
"MANUAL", \
|
||||||
|
"README.txt")
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ GenericName=Audio Player
|
|||||||
GenericName[tr]=sayonara
|
GenericName[tr]=sayonara
|
||||||
Comment=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
|
Comment=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
|
||||||
Comment[tr]=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
|
Comment[tr]=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
|
||||||
Icon=/usr/share/sayonara/sayonara.xpm
|
Icon=sayonara
|
||||||
Exec=/usr/bin/sayonara
|
Exec=/usr/bin/sayonara
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=Applications;Multimedia;
|
Categories=Applications;Audio;Player;Multimedia;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sayonara</Name>
|
<Name>sayonara</Name>
|
||||||
<Homepage>http://sayonara-player.com</Homepage>
|
<Homepage>https://sayonara-player.com/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Pisi Linux Community</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
@@ -11,9 +11,15 @@
|
|||||||
<License>GPLv3</License>
|
<License>GPLv3</License>
|
||||||
<Icon>sayonara</Icon>
|
<Icon>sayonara</Icon>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.</Summary>
|
<Summary>
|
||||||
<Description>Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.</Description>
|
Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework and uses Gstreamer as audio backend.
|
||||||
<Archive sha1sum="36df8f274c0e528564ffba79fe17c2dc0720d632" type="targz">http://sayonara-player.com/sw/sayonara-player-0.9.2-git11-20161030.tar.gz</Archive>
|
</Summary>
|
||||||
|
<Description>
|
||||||
|
Although Sayonara is considered as a lightweight player, it holds a lot of features to organize even big music collections.
|
||||||
|
</Description>
|
||||||
|
<Archive sha1sum="716d5ec0fe53a802897e077cd038252e2fe3c456" type="targz">
|
||||||
|
https://sayonara-player.com/sw/sayonara-player-1.1.1-git3-20180905.tar.gz
|
||||||
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-sql-mysql </Dependency>
|
<Dependency>qt5-sql-mysql </Dependency>
|
||||||
@@ -56,21 +62,35 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib/sayonara</Path>
|
||||||
<Path fileType="library">/usr/lib/qt5</Path>
|
<Path fileType="data">/usr/share/appdata</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||||
<Path fileType="application">/usr/share/applications</Path>
|
<Path fileType="data">/usr/share/sayonara</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="man">/usr/share/man/man1</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/sayonara</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/sayonara/translations</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">sayonara.desktop</AdditionalFile>
|
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">
|
||||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">sayonara.png</AdditionalFile>
|
sayonara.desktop
|
||||||
|
</AdditionalFile>
|
||||||
|
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">
|
||||||
|
sayonara.png
|
||||||
|
</AdditionalFile>
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-04-14</Date>
|
||||||
|
<Version>20180905</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>wascheme@tuta.io</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2017-04-24</Date>
|
<Date>2017-04-24</Date>
|
||||||
<Version>20161030</Version>
|
<Version>20161030</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user