parent
afa39b5026
commit
2d7fe9966a
2
build.sh
2
build.sh
|
@ -4,7 +4,7 @@ if [ -d unpack ]; then
|
||||||
sudo rm -rf unpack
|
sudo rm -rf unpack
|
||||||
fi
|
fi
|
||||||
|
|
||||||
version="1.0.3"
|
version="1.0.4"
|
||||||
|
|
||||||
mkdir -p unpack/DEBIAN
|
mkdir -p unpack/DEBIAN
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: sonist
|
Package: sonist
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Section: X11
|
Section: X11
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Author: Yutent
|
Author: Yutent
|
||||||
|
@ -7,6 +7,6 @@ Maintainer: Yutent <yutent.io@gmail.com>
|
||||||
Depends: python3-gi, gir1.2-gtk-3.0, python3-pil, python3-gi-cairo, python3-mutagen, mpd
|
Depends: python3-gi, gir1.2-gtk-3.0, python3-pil, python3-gi-cairo, python3-mutagen, mpd
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Installed-Size: 5644
|
Installed-Size: 5644
|
||||||
Homepage: https://github.com/app-cat/sonist-gtk
|
Homepage: https://git.wkit.fun/appcat/sonist-gtk
|
||||||
Description: Sonist - 基于mpd后端的音乐播放器.
|
Description: Sonist - 基于mpd后端的音乐播放器.
|
||||||
高颜值且轻量的 MPD GUI客户端.
|
高颜值且轻量的 MPD GUI客户端.
|
||||||
|
|
|
@ -21,8 +21,8 @@ class AboutWindow(Gtk.AboutDialog):
|
||||||
self.set_logo(GdkPixbuf.Pixbuf.new_from_file(image_dict['sonist']))
|
self.set_logo(GdkPixbuf.Pixbuf.new_from_file(image_dict['sonist']))
|
||||||
|
|
||||||
self.set_license_type(Gtk.License.MIT_X11)
|
self.set_license_type(Gtk.License.MIT_X11)
|
||||||
self.set_version('1.0.3')
|
self.set_version('1.0.4')
|
||||||
self.set_website('https://github.com/app-cat/sonist-gtk')
|
self.set_website('https://git.wkit.fun/appcat/sonist-gtk')
|
||||||
self.set_website_label('官网')
|
self.set_website_label('官网')
|
||||||
self.set_authors([
|
self.set_authors([
|
||||||
'Yutent <yutent.io@gmail.com> (Sonist)',
|
'Yutent <yutent.io@gmail.com> (Sonist)',
|
||||||
|
|
Loading…
Reference in New Issue