add gmusicbrowser: gtk2 stable version.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools, pisitools, get
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "layout_doc.html", "NEWS")
|
||||
pisitools.removeDir("/usr/share/doc/gmusicbrowser-%s" % get.srcVERSION())
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/gmusicbrowser.pl b/gmusicbrowser.pl
|
||||
index 23f8dea..3aadf63 100755
|
||||
--- a/gmusicbrowser.pl
|
||||
+++ b/gmusicbrowser.pl
|
||||
@@ -7904,7 +7904,7 @@ sub ShowHide
|
||||
{ next unless $win;
|
||||
$win->{saved_position}=join 'x',$win->get_position;
|
||||
$win->{skip_taskbar_hint}=$win->get_skip_taskbar_hint;
|
||||
- $win->set_skip_taskbar_hint(TRUE);
|
||||
+ #$win->set_skip_taskbar_hint(TRUE);
|
||||
$win->hide;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gmusicbrowser</Name>
|
||||
<Homepage>https://gmusicbrowser.org</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>GPL-3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>A customizable open-source jukebox for large collections.</Summary>
|
||||
<Description>An open-source jukebox for large collections of mp3, ogg, flac, etc.., files, written in perl.</Description>
|
||||
<Archive sha1sum="9c9d085967b1b1f9fe22c064822fef197a336371" type="targz">
|
||||
https://gmusicbrowser.org/download/gmusicbrowser-1.1.16.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>discount</Dependency>
|
||||
<Dependency>perl-Gtk2</Dependency>
|
||||
<Dependency>perl-Glib-Object-Introspection</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fix_show_hide_option_of_window_in_pekwm.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gmusicbrowser</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>flac</Dependency>
|
||||
<Dependency>mpg123</Dependency>
|
||||
<Dependency>perl-Gtk2</Dependency>
|
||||
<Dependency>alsa-utils</Dependency>
|
||||
<Dependency>vorbis-tools</Dependency>
|
||||
<Dependency>perl-Net-DBus</Dependency>
|
||||
<Dependency>perl-XML-Parser</Dependency>
|
||||
<Dependency>perl-Gtk2-Notify</Dependency>
|
||||
<Dependency>gst-plugins-ugly</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>gst-plugins-good</Dependency>
|
||||
<Dependency>perl-Gnome2-Wnck</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
<Dependency>perl-Gtk2-AppIndicator</Dependency>
|
||||
<Dependency>perl-Glib-Object-Introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/gmusicbrowser</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/gmusicbrowser</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-07</Date>
|
||||
<Version>1.1.16</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user