xfce4-13.parole: 0.9.2 -> 1.0.1 (#43765)
This commit is contained in:
parent
25b10dfaec
commit
a7e5927b47
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus_glib
|
{ mkXfceDerivation, makeWrapper, wrapGAppsHook, dbus, dbus-glib
|
||||||
, gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good
|
, gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good
|
||||||
, gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util
|
, gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util
|
||||||
, taglib ? null, xfconf }:
|
, taglib ? null, xfconf }:
|
||||||
|
@ -8,9 +8,9 @@
|
||||||
mkXfceDerivation rec {
|
mkXfceDerivation rec {
|
||||||
category = "apps";
|
category = "apps";
|
||||||
pname = "parole";
|
pname = "parole";
|
||||||
version = "0.9.2";
|
version = "1.0.1";
|
||||||
|
|
||||||
sha256 = "07i9d7xn2ys3z71sxvr53idq4ivy94pqgxvr0k78crva39ls08s5";
|
sha256 = "0zq1imbjqmwfk3yrsha2s7lclzbh8xgggz0rbksa51siqk73swbb";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/plugins/mpris2/Makefile.am \
|
substituteInPlace src/plugins/mpris2/Makefile.am \
|
||||||
|
@ -21,7 +21,7 @@ mkXfceDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
dbus
|
dbus
|
||||||
dbus_glib
|
dbus-glib
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
|
|
Loading…
Reference in a new issue