update dist specs for icons fix, new images collection

This commit is contained in:
Ryan Culpepper 2012-01-07 17:36:42 -07:00
parent 89a5afa96d
commit ca3584452e

View File

@ -1,13 +1,5 @@
#lang reader meta/spec-reader #lang reader meta/spec-reader
#|
Note: TEMP-ICONS-FIX marks a few spots where things that normally
belong to the "plt" (largest) distribution have been temporarily
changed to the "dr" distribution so the nightly builds can
proceed. The dist-spec changes should be undone when the underlying
problem is fixed.
|#
;; -*- scheme -*- ;; -*- scheme -*-
;; ============================================================================ ;; ============================================================================
@ -596,11 +588,11 @@ plt-extras :+= (package: "lazy")
;; -------------------- combinator-parser ;; -------------------- combinator-parser
plt-extras :+= (collects: "combinator-parser") plt-extras :+= (collects: "combinator-parser")
;; -------------------- icons ;; -------------------- icons, images
dr-extras :+= (collects: "icons/*.{jpg|png|gif|bmp|xbm|xpm}") dr-extras :+= (collects: "icons/*.{jpg|png|gif|bmp|xbm|xpm}")
dr-extras :+= (package: "images/")
;; TEMP-ICONS-FIX: was plt-extras plt-extras :+= (package: "icons/")
dr-extras :+= (package: "icons/")
;; -------------------- string ;; -------------------- string
dr-extras :+= (package: "string-constants") dr-extras :+= (package: "string-constants")
@ -636,8 +628,7 @@ plt-extras :+= (- (+ (package: "games/" #:executable "plt-games")
"paint-by-numbers/{hattori|solution-sets|raw-problems}") "paint-by-numbers/{hattori|solution-sets|raw-problems}")
;; -------------------- texpict & slideshow ;; -------------------- texpict & slideshow
;; TEMP-ICONS-FIX: was plt-extras plt-extras :+= (collects: "texpict/")
dr-extras :+= (collects: "texpict/")
(package: "slideshow") (package: "slideshow")
;; -------------------- frtime ;; -------------------- frtime