ymuse.
This commit is contained in:
@@ -4,21 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools, pisitools, get
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("go generate -v")
|
shelltools.system("go generate")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
shelltools.system("go build -v")
|
shelltools.system("go build")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pisitools.dobin("ymuse")
|
pisitools.dobin("ymuse")
|
||||||
pisitools.insinto("/usr/share/applications", "resources/ymuse.desktop", "ymuse.desktop")
|
pisitools.insinto("/usr/share/applications", "resources/*.desktop")
|
||||||
shelltools.copy("resources/icons", "%s/%s/icons" % (get.installDIR(), get.dataDIR()))
|
shelltools.copytree("resources/icons", "%s/%s/icons" % (get.installDIR(), get.dataDIR()))
|
||||||
shelltools.copy("resources/i18n/generated", "%s/%s/locale" % (get.installDIR(), get.dataDIR()))
|
shelltools.copytree("resources/i18n/generated", "%s/%s/locale" % (get.installDIR(), get.dataDIR()))
|
||||||
|
|
||||||
pisitools.dodoc("COPYING", "README.md")
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
<Description>
|
<Description>
|
||||||
Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go.
|
Ymuse is an easy, functional, and snappy GTK front-end (client) for Music Player Daemon written in Go.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="a54e5ec3edd9a656934ee33db857c2640c941e0e" type="targz">
|
<Archive sha1sum="d44f2be82577f52b9efc679d7f50a6a5a50b58d9" type="targz">
|
||||||
https://github.com/yktoo/ymuse/archive/v0.17.tar.gz
|
https://github.com/yktoo/ymuse/archive/v0.21.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>golang</Dependency>
|
<Dependency>golang</Dependency>
|
||||||
@@ -46,6 +46,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2022-09-24</Date>
|
||||||
|
<Version>0.21</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2021-10-13</Date>
|
<Date>2021-10-13</Date>
|
||||||
<Version>0.17</Version>
|
<Version>0.17</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user