Committing some outstanding modifications that I cannot make into smaller chunks anymore.

* added briss: a pdf cropper
* added compton, an improved fork of xcompmgr
* added myself to the maintainers list
* minor version bumps: xcompmgr, upower


svn path=/nixpkgs/trunk/; revision=34380
This commit is contained in:
Arie Middelkoop
2012-06-08 10:16:46 +00:00
parent 789df7619e
commit 3c74283d03
6 changed files with 69 additions and 6 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "upower-0.9.15";
name = "upower-0.9.16";
src = fetchurl {
url = "http://upower.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1313lr404hb29fzkf9frn1z0xxvibi451xmk05sf9kidyf01956m";
sha256 = "eb9a3d39a8cb62970fd612e333bc7a43437ab0e7890303578b0a7e3c67c8c212";
};
buildInputs = [ dbus_glib polkit intltool libxslt docbook_xsl udev libusb1 ];