[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#35252: [PATCH] gnu: Add mousepad.
From: |
Kei Kebreau |
Subject: |
bug#35252: [PATCH] gnu: Add mousepad. |
Date: |
Fri, 31 May 2019 21:23:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Committed to master after changing the input gtksourceview to gtksourceview-3.
Kei Kebreau <address@hidden> writes:
> * gnu/packages/xfce.scm (mousepad): New variable.
> ---
> gnu/packages/xfce.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index 8543dcffed..6cabd9b902 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -990,3 +990,45 @@ the libburnia libraries. It can blank CD/DVD/BD(-RW)s,
> burn and
> create iso images, audio CDs, as well as burn personal compositions
> of data to either CD/DVD/BD.")
> (license gpl2+)))
> +
> +(define-public mousepad
...
> + ("gtksourceview" ,gtksourceview)))
Changed to gtksourceview to gtksourceview-3.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#35252: [PATCH] gnu: Add mousepad.,
Kei Kebreau <=