mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
compiz: 0.9.12.2 -> 0.9.13.0
This commit is contained in:
parent
beaee69795
commit
b839d0cd75
@ -3,7 +3,7 @@
|
|||||||
, GConf, libXdamage, damageproto, libxml2, libxslt, glibmm
|
, GConf, libXdamage, damageproto, libxml2, libxslt, glibmm
|
||||||
, metacity
|
, metacity
|
||||||
, libstartup_notification, libpthreadstubs, libxcb, intltool
|
, libstartup_notification, libpthreadstubs, libxcb, intltool
|
||||||
, ORBit2, libXau
|
, ORBit2, libXau, libICE, libSM
|
||||||
, dbus, dbus_glib, librsvg, mesa
|
, dbus, dbus_glib, librsvg, mesa
|
||||||
, libXdmcp, libnotify, python
|
, libXdmcp, libnotify, python
|
||||||
, hicolor_icon_theme, libjpeg_turbo, libsigcxx, protobuf, pygtk, pythonDBus
|
, hicolor_icon_theme, libjpeg_turbo, libsigcxx, protobuf, pygtk, pythonDBus
|
||||||
@ -15,18 +15,18 @@ let
|
|||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="compiz";
|
baseName="compiz";
|
||||||
version="0.9.12.2";
|
version="0.9.13.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="107cv8jm7nl0lbkj2y7878lmv1pd6blra68fg10cgb7xdngaq5w9";
|
hash="00m73im5kdpbfjg9ryzxnab5qvx5j51gxwr3wzimkrcbax6vb3ph";
|
||||||
url="https://launchpad.net/compiz/0.9.12/0.9.12.2/+download/compiz-0.9.12.2.tar.bz2";
|
url="https://launchpad.net/compiz/0.9.13/0.9.13.0/+download/compiz-0.9.13.0.tar.bz2";
|
||||||
sha256="107cv8jm7nl0lbkj2y7878lmv1pd6blra68fg10cgb7xdngaq5w9";
|
sha256="00m73im5kdpbfjg9ryzxnab5qvx5j51gxwr3wzimkrcbax6vb3ph";
|
||||||
};
|
};
|
||||||
buildInputs = [cmake pkgconfig
|
buildInputs = [cmake pkgconfig
|
||||||
libXrender renderproto gtk libwnck pango cairo
|
libXrender renderproto gtk libwnck pango cairo
|
||||||
GConf libXdamage damageproto libxml2 libxslt glibmm libstartup_notification
|
GConf libXdamage damageproto libxml2 libxslt glibmm libstartup_notification
|
||||||
metacity
|
metacity
|
||||||
libpthreadstubs libxcb intltool
|
libpthreadstubs libxcb intltool
|
||||||
ORBit2 libXau
|
ORBit2 libXau libICE libSM
|
||||||
dbus dbus_glib librsvg mesa
|
dbus dbus_glib librsvg mesa
|
||||||
libXdmcp libnotify python
|
libXdmcp libnotify python
|
||||||
hicolor_icon_theme libjpeg_turbo libsigcxx protobuf pygtk pythonDBus
|
hicolor_icon_theme libjpeg_turbo libsigcxx protobuf pygtk pythonDBus
|
||||||
|
Loading…
Reference in New Issue
Block a user