gnu: Revert inputs from gtk+-3 to gtk+-2.
* gnu/packages/cdrom.scm (dvdisaster): Replace input gtk+ by gtk+-2. * gnu/packages/emacs.scm (emacs): Replace input gtk+ by gtk+-2. * gnu/packages/geeqie.scm (geeqie): Replace input gtk+ by gtk+-2. * gnu/packages/gkrellm.scm (gkrellm): Replace input gtk+ by gtk+-2. * gnu/packages/mp3.scm (ripperx): Replace input gtk+ by gtk+-2. * gnu/packages/scheme.scm: Drop duplicate inclusion of module gtk.
This commit is contained in:
		
							parent
							
								
									1c8362a89e
								
							
						
					
					
						commit
						8b0275b644
					
				
					 6 changed files with 5 additions and 6 deletions
				
			
		|  | @ -160,7 +160,7 @@ reconstruction capability.") | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("gettext" ,gnu:gettext) |      `(("gettext" ,gnu:gettext) | ||||||
|        ("gtk+" ,gtk+) |        ("gtk+" ,gtk+-2) | ||||||
|        ("pkg-config" ,pkg-config) |        ("pkg-config" ,pkg-config) | ||||||
|        ("which" ,which))) |        ("which" ,which))) | ||||||
|     (arguments |     (arguments | ||||||
|  |  | ||||||
|  | @ -72,7 +72,7 @@ | ||||||
| 
 | 
 | ||||||
|        ;; TODO: Add the optional dependencies. |        ;; TODO: Add the optional dependencies. | ||||||
|        ("xlibs" ,libx11) |        ("xlibs" ,libx11) | ||||||
|        ("gtk+" ,gtk+) |        ("gtk+" ,gtk+-2) | ||||||
|        ("libXft" ,libxft) |        ("libXft" ,libxft) | ||||||
|        ("libtiff" ,libtiff) |        ("libtiff" ,libtiff) | ||||||
|        ;; ("libungif" ,libungif) |        ;; ("libungif" ,libungif) | ||||||
|  |  | ||||||
|  | @ -76,7 +76,7 @@ and XMP metadata of images in various formats.") | ||||||
|        ("lcms" ,lcms) |        ("lcms" ,lcms) | ||||||
|        ("exiv2" ,exiv2) |        ("exiv2" ,exiv2) | ||||||
|        ("libpng" ,libpng) |        ("libpng" ,libpng) | ||||||
|        ("gtk+" ,gtk+) |        ("gtk+" ,gtk+-2) | ||||||
|        ("pkg-config" ,pkg-config))) |        ("pkg-config" ,pkg-config))) | ||||||
|     (home-page "http://geeqie.sourceforge.net") |     (home-page "http://geeqie.sourceforge.net") | ||||||
|     (synopsis "Lightweight GTK+ based image viewer") |     (synopsis "Lightweight GTK+ based image viewer") | ||||||
|  |  | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("gettext" ,gnu:gettext) |      `(("gettext" ,gnu:gettext) | ||||||
|        ("gtk+" ,gtk+) |        ("gtk+" ,gtk+-2) | ||||||
|        ("libice" ,libice) |        ("libice" ,libice) | ||||||
|        ("libsm" ,libsm))) |        ("libsm" ,libsm))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
|  | @ -250,7 +250,7 @@ use with CD-recording software).") | ||||||
|    (inputs |    (inputs | ||||||
|     `(("patch/libm" ,(search-patch "ripperx-libm.patch")) |     `(("patch/libm" ,(search-patch "ripperx-libm.patch")) | ||||||
|       ("glib" ,glib) |       ("glib" ,glib) | ||||||
|       ("gtk+" ,gtk+) |       ("gtk+" ,gtk+-2) | ||||||
|       ("id3lib" ,id3lib) |       ("id3lib" ,id3lib) | ||||||
|       ("pkg-config" ,pkg-config))) |       ("pkg-config" ,pkg-config))) | ||||||
|    (arguments |    (arguments | ||||||
|  |  | ||||||
|  | @ -35,7 +35,6 @@ | ||||||
|   #:use-module (gnu packages gtk) |   #:use-module (gnu packages gtk) | ||||||
|   #:use-module (gnu packages libffi) |   #:use-module (gnu packages libffi) | ||||||
|   #:use-module (gnu packages libjpeg) |   #:use-module (gnu packages libjpeg) | ||||||
|   #:use-module ((gnu packages gtk) #:select (cairo pango)) |  | ||||||
|   #:use-module (ice-9 match)) |   #:use-module (ice-9 match)) | ||||||
| 
 | 
 | ||||||
| (define-public mit-scheme | (define-public mit-scheme | ||||||
|  |  | ||||||
		Reference in a new issue