emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#25537: closed (gtksourceview-2 has xorg-server and


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25537: closed (gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests))
Date: Sat, 28 Jan 2017 03:38:02 +0000

Your message dated Sat, 28 Jan 2017 11:37:06 +0800
with message-id <address@hidden>
and subject line Re: bug#25537: gtksourceview-2 has xorg-server and 
shared-mime-info as inputs rather than native-inputs (they are just required 
for tests)
has caused the debbugs.gnu.org bug report #25537,
regarding gtksourceview-2 has xorg-server and shared-mime-info as inputs rather 
than native-inputs (they are just required for tests)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25537: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25537
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests) Date: Wed, 25 Jan 2017 23:20:49 +0100
(define-public gtksourceview-2
  (package
    (name "gtksourceview")
    (version "2.10.5") ; This is the last version which builds against gtk+2
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
                                  (version-major+minor version)  "/"
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
                "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
    (build-system gnu-build-system)
    (inputs
     `(("gtk" ,gtk+-2)
       ;; These two are needed only to allow the tests to run successfully.
       ("xorg-server" ,xorg-server) ;  <====================== ?!
       ("shared-mime-info" ,shared-mime-info))) ;  <====================== ?!
    (native-inputs
     `(("intltool" ,intltool)
       ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
       ("pkg-config" ,pkg-config)))

Why?

Also, gtksourceview (without -2) doesn't. Weird...



--- End Message ---
--- Begin Message --- Subject: Re: bug#25537: gtksourceview-2 has xorg-server and shared-mime-info as inputs rather than native-inputs (they are just required for tests) Date: Sat, 28 Jan 2017 11:37:06 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Danny Milosavljevic <address@hidden> writes:

> (define-public gtksourceview-2
>   (package
>     (name "gtksourceview")
>     (version "2.10.5") ; This is the last version which builds against gtk+2
>     (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://gnome/sources/" name "/"
>                                   (version-major+minor version)  "/"
>                                   name "-" version ".tar.bz2"))
>               (sha256
>                (base32
>                 "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
>     (build-system gnu-build-system)
>     (inputs
>      `(("gtk" ,gtk+-2)
>        ;; These two are needed only to allow the tests to run successfully.
>        ("xorg-server" ,xorg-server) ;  <====================== ?!
>        ("shared-mime-info" ,shared-mime-info))) ;  <====================== ?!
>     (native-inputs
>      `(("intltool" ,intltool)
>        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
>        ("pkg-config" ,pkg-config)))
>
> Why?
>
> Also, gtksourceview (without -2) doesn't. Weird...

Well i guess it's just being unnoticed, fixed in commit bd05ea41b.

Thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]