diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 21:21:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:17 -0500 |
commit | af339a482e0dbd3c86f1f3cceb79f25bf4212763 (patch) | |
tree | 21bf512932da66e37d39f04f46c487943a5671c0 /gnu/packages/xorg.scm | |
parent | 83664334956965fb440392a4915760e97524792a (diff) | |
download | guix-af339a482e0dbd3c86f1f3cceb79f25bf4212763.tar guix-af339a482e0dbd3c86f1f3cceb79f25bf4212763.tar.gz |
gnu: xf86-video-tga: Update to 1.2.2.
* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-tga): Update to 1.2.2. Add patch.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 6eca79935e..3f6c7b9639 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2972,17 +2972,18 @@ kernel mode setting (KMS).") (define-public xf86-video-tga (package (name "xf86-video-tga") - (version "1.2.1") + (version "1.2.2") (source (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/xf86-video-tga-" + "mirror://xorg/individual/driver/xf86-video-tga-" version ".tar.bz2")) (sha256 (base32 - "0mdqrn02zzkdnmhg4vh9djaawg6b2p82g5qbj66z8b30yr77b93h")))) + "0cb161lvdgi6qnf1sfz722qn38q7kgakcvj7b45ba3i0020828r0")) + (patches (list (search-patch "xf86-video-tga-remove-mibstore.patch"))))) (build-system gnu-build-system) (inputs `(("xf86dgaproto" ,xf86dgaproto) ("xorg-server" ,xorg-server))) |