plank: 0.11.4 -> 0.11.89
This commit is contained in:
parent
d327f6a045
commit
67fbc4d060
@ -1,21 +1,43 @@
|
|||||||
{ stdenv, fetchurl, vala, atk, cairo, glib, gnome3, gtk3, libwnck3
|
{ stdenv
|
||||||
, libX11, libXfixes, libXi, pango, intltool, pkgconfig, libxml2
|
, fetchurl
|
||||||
, bamf, gdk-pixbuf, libdbusmenu-gtk3, file, gnome-menus, libgee
|
, vala
|
||||||
, wrapGAppsHook, autoreconfHook, pantheon }:
|
, atk
|
||||||
|
, cairo
|
||||||
|
, glib
|
||||||
|
, gnome3
|
||||||
|
, gtk3
|
||||||
|
, libwnck3
|
||||||
|
, libX11
|
||||||
|
, libXfixes
|
||||||
|
, libXi
|
||||||
|
, pango
|
||||||
|
, gettext
|
||||||
|
, pkgconfig
|
||||||
|
, libxml2
|
||||||
|
, bamf
|
||||||
|
, gdk-pixbuf
|
||||||
|
, libdbusmenu-gtk3
|
||||||
|
, file
|
||||||
|
, gnome-menus
|
||||||
|
, libgee
|
||||||
|
, wrapGAppsHook
|
||||||
|
, autoreconfHook
|
||||||
|
, pantheon
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "plank";
|
pname = "plank";
|
||||||
version = "0.11.4";
|
version = "0.11.89";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://launchpad.net/${pname}/1.0/${version}/+download/${pname}-${version}.tar.xz";
|
url = "https://launchpad.net/${pname}/1.0/${version}/+download/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1f41i45xpqhjxql9nl4a1sz30s0j46aqdhbwbvgrawz6himcvdc8";
|
sha256 = "17cxlmy7n13jp1v8i4abxyx9hylzb39andhz3mk41ggzmrpa8qm6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
|
gettext
|
||||||
gnome3.gnome-common
|
gnome3.gnome-common
|
||||||
intltool
|
|
||||||
libxml2 # xmllint
|
libxml2 # xmllint
|
||||||
pkgconfig
|
pkgconfig
|
||||||
vala
|
vala
|
||||||
@ -47,7 +69,9 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Make plank's application launcher hidden in Pantheon
|
# Make plank's application launcher hidden in Pantheon
|
||||||
patches = [ ./hide-in-pantheon.patch ];
|
patches = [
|
||||||
|
./hide-in-pantheon.patch
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
@ -56,7 +80,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Elegant, simple, clean dock";
|
description = "Elegant, simple, clean dock";
|
||||||
homepage = https://launchpad.net/plank;
|
homepage = "https://launchpad.net/plank";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers;
|
maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user