diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-05 22:18:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-05 22:18:14 +0100 |
commit | 16686a902276c827455d78860dd62aaa68922cd2 (patch) | |
tree | 193ddf7c2d66f6c34b3da952c2e3d063cfdf21fb /gnu-system.am | |
parent | 1d07e9316a84a47da54469d63b1825368c0db720 (diff) | |
download | patches-16686a902276c827455d78860dd62aaa68922cd2.tar patches-16686a902276c827455d78860dd62aaa68922cd2.tar.gz |
gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time.
* gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment
out systemd-related stuff from CMakeLists.txt. Add
"-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to
#:configure-flags. Adjust 'home-page' field.
* gnu/packages/patches/slim-config.patch,
gnu/packages/patches/slim-session.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 66c9ab39cd..2e248c7df7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -296,6 +296,8 @@ dist_patch_DATA = \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ + gnu/packages/patches/slim-session.patch \ + gnu/packages/patches/slim-config.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/valgrind-glibc.patch \ |