guix-patches
[Top][All Lists]
Advanced

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

[bug#33395] [PATCH 1/2] gnu: Add liblcf.


From: 宋文武
Subject: [bug#33395] [PATCH 1/2] gnu: Add liblcf.
Date: Sat, 08 Dec 2018 11:30:18 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Hello 宋文武!
>
> 宋文武 <address@hidden> skribis:
>
>> * gnu/packages/easyrpg.scm: New file.
>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
>
> Should it go to game-development.scm?

Not sure, but I'd prefer it go into the same file with 'easyrpg-player',
which IMO dosen't belong into 'games.scm'...

>
>> +    (synopsis "Library to handle RPG Maker 2000 and 2003 game data")
>> +    (description
>> +     "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game 
>> data.
>> +It can read and write LCF and XML files.")
>> +    ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and a 
>> copy
>> +    ;; of inih (bsd-3).
>> +    (license license:expat)))
>
> Could these things be unbundled?  If not, could you leave a comment
> possibly with a TODO?

Ok, how about:

    ;; It includes a copy of Boost Preprocessor Cat and Stringize (boost-1.0):
    ;;   src/boost/preprocessor/config.hpp
    ;;   src/boost/preprocessor/cat.hpp
    ;;   src/boost/preprocessor/stringize.hpp
    ;; and a copy of inih (bsd-3):
    ;;   src/ini.h
    ;;   src/ini.cpp
    ;;   src/initreader.cpp
    ;; TODO: Unbundle them.






reply via email to

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