Merge pull request #6736 from 4fury/master
sayonara player: version bump
This commit is contained in:
@@ -15,5 +15,10 @@ def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
pisitools.dodoc("README.txt", "license.txt", "MANUAL")
|
||||
kde5.install()
|
||||
|
||||
pisitools.remove("usr/share/icons/sayonara.png")
|
||||
pisitools.dodoc("COPYING", \
|
||||
"LICENSE", \
|
||||
"MANUAL", \
|
||||
"README.txt")
|
||||
|
||||
@@ -8,8 +8,8 @@ GenericName=Audio Player
|
||||
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[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
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Applications;Multimedia;
|
||||
Categories=Applications;Audio;Player;Multimedia;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sayonara</Name>
|
||||
<Homepage>http://sayonara-player.com</Homepage>
|
||||
<Homepage>https://sayonara-player.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -11,9 +11,15 @@
|
||||
<License>GPLv3</License>
|
||||
<Icon>sayonara</Icon>
|
||||
<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>
|
||||
<Description>Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.</Description>
|
||||
<Archive sha1sum="36df8f274c0e528564ffba79fe17c2dc0720d632" type="targz">http://sayonara-player.com/sw/sayonara-player-0.9.2-git11-20161030.tar.gz</Archive>
|
||||
<Summary>
|
||||
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.
|
||||
</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>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-sql-mysql </Dependency>
|
||||
@@ -56,21 +62,35 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/sayonara</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/sayonara</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>
|
||||
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">sayonara.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">sayonara.png</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/sayonara.desktop">
|
||||
sayonara.desktop
|
||||
</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/sayonara.png">
|
||||
sayonara.png
|
||||
</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2017-04-24</Date>
|
||||
<Version>20161030</Version>
|
||||
|
||||
Reference in New Issue
Block a user