Marius Bakke
|
2d03009860
|
gnu: Switch from kbproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove KBPROTO.
* gnu/packages/xorg.scm (kbproto)[properties]: Mark as superseded by XORGPROTO.
(xorg-server)[inputs]: Remove KBPROTO.
(libx11)[propated-inputs]: Replace KBPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
|
2018-03-18 00:19:55 +01:00 |
Marius Bakke
|
caf90259fc
|
gnu: Switch from xextproto to xorgproto.
* gnu/packages/enlightenment.scm (efl)[inputs]: Remove XEXTPROTO.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver,
mate-utils)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (xautomation)[inputs]: Likewise.
* gnu/packages/gtk.scm (cairo)[inputs]: Replace XEXTPROTO with XORGPROTO.
* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Likewise.
* gnu/packages/xnee.scm (xnee)[inputs]: Likewise.
* gnu/packages/xorg.scm (libdmx, libwindowswm, fixesproto, libxext,
libx11)[inputs]: Likewise.
(xorg-server): [inputs]: Remove XEXTPROTO.
(libxext)[properties]: Mark as superseded by XORGPROTO.
|
2018-03-18 00:19:54 +01:00 |
Marius Bakke
|
bea5239a3f
|
gnu: Switch from randrproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove RANDRPROTO.
* gnu/packages/xorg.scm (libxrandr, xorg-server)[inputs]: Likewise.
(randrproto)[properties]: Mark as superseded by XORGPROTO.
|
2018-03-18 00:19:54 +01:00 |
Marius Bakke
|
6a6db57f84
|
gnu: Switch from xproto to xorgproto.
* gnu/packages/compton.scm (compton)[inputs]: Replace XPROTO with XORGPROTO.
* gnu/packages/enlightenment.scm (efl)[inputs]: Likewise.
* gnu/packages/gnome.scm (totem)[inputs]: Likewise.
* gnu/packages/haskell.scm (ghc-x11-xft)[inputs]: Likewise.
* gnu/packages/image-processing.scm (vtk)[inputs]: Likewise.
* gnu/packages/mate.scm (mate-control-center, mate-netbook, mate-screensaver,
mate-utils)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (xautomation)[native-inputs]: Likewise.
* gnu/packages/xnee.scm (xnee)[inputs]: Likewise.
* gnu/packages/xorg.scm (imake, lndir, libxshmfence, libfontenc, libfs,
libxcomposite, libxdmcp, libxft, libxmu, libxpm, libxres, makedepend,
mkfontscale, sessreg, xev, xf86-video-qxl, xkbcomp-intermediate, xkbutils,
xlsfonts, xmodmap, xpr, xprop, xrandr, xset, xwd, xwininfo, xwud, xorg-rgb,
libxdamage, libxrender, libxv, libice, libxau, libxfixes, libxfont, libxi,
libxrandr, libxvmc, xorg-server, libxcursor, libxaw, twm, xinit,
xterm)[inputs]: Likewise.
(xorgproto): Move expression before all other -proto packages.
(xproto)[properties]: Mark as superseded by XORGPROTO.
|
2018-03-18 00:16:52 +01:00 |
Ludovic Courtès
|
464f544739
|
gnu: 'autoconf-wrapper' is no longer a procedure.
Fixes <https://bugs.gnu.org/30710>.
Suggested by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.
* gnu/packages/autotools.scm (autoconf-wrapper): Rename to...
(make-autoconf-wrapper): ... this. Add 'properties' field.
(autoconf-wrapper): New variable.
* gnu/packages/gnunet.scm (guile-gnunet): Adjust accordingly.
* gnu/packages/gnupg.scm (signing-party): Likewise.
* gnu/packages/guile.scm (guile-ics, guile-bash): Likewise.
* gnu/packages/libevent.scm (libuv): Likewise.
* gnu/packages/logging.scm (glog): Likewise.
* gnu/packages/mail.scm (libetpan): Likewise.
* gnu/packages/mate.scm (mate-icon-theme-faenza)
(mate-screensaver): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/sawfish.scm (librep): Likewise.
* gnu/packages/video.scm (motion): Likewise.
* gnu/packages/zile.scm (zile-on-guile): Likewise.
|
2018-03-09 23:24:34 +01:00 |
Tobias Geerinckx-Rice
|
0a0eb42f10
|
gnu: mate-themes: Update to 3.22.14.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.14.
|
2018-01-30 09:25:37 +01:00 |
Tobias Geerinckx-Rice
|
162a137400
|
gnu: Consistently Write ‘file system(s)’.
It is the GNU way.
* doc/guix.texi (Build Systems, DNS Services): Write ‘file system(s)’.
* gnu/build/vm.scm (create-ext-file-system, create-fat-file-system):
Likewise.
* gnu/packages/backup.scm (dirvish, rsnapshot)[description]: Likewise.
* gnu/packages/check.scm (python-testpath)[description]: Likewise.
* gnu/packages/disk.scm (pydf)[description]: Likewise.
* gnu/packages/file-systems.scm (disorderfs)[synopsis, description]: Likewise.
(glusterfs)[description]: Likewise.
* gnu/packages/haskell.scm (ghc-directory, ghc-system-fileio-bootstrap)
(ghc-system-fileio)[synopsis]: Likewise.
(ghc-fsnotify)[description]: Likewise.
* gnu/packages/linux.scm (proot)[description]: Likewise.
(jmtpfs)[synopsis, description]: Likewise.
* gnu/packages/mate.scm (caja, caja-extensions)[description]: Likewise.
* gnu/packages/storage.scm (ceph)[description]: Likewise.
* gnu/packages/sync.scm (lsyncd)[description]: Likewise.
* gnu/packages/syncthing.scm (syncthing)[synopsis]: Likewise.
(go-github-com-zillode-notify)[description]: Likewise.
* gnu/services/nfs.scm (pipefs-service-type): Likewise.
* guix/scripts/system.scm (perform-action): Likewise.
|
2018-01-19 17:28:31 +01:00 |
ng0
|
6ce4fc69f5
|
gnu: mate: Add more packages.
* gnu/packages/mate.scm (mate)[inputs]: Add "mate-user-guide", "mate-calc", "mate-backgrounds",
"mate-netbook", "hicolor-icon-theme", "mate-utils", "engrampa", "eom", "mate-polkit",
"mate-system-monitor", "mate-utils", "pluma", "atril".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:26 +01:00 |
ng0
|
95073bfc3e
|
gnu: Add mate-polkit.
* gnu/packages/mate.scm (mate-polkit): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
1da3338c3e
|
gnu: Add mate-system-monitor.
* gnu/packages/mate.scm (mate-system-monitor): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
a1eef8257e
|
gnu: Add pluma.
* gnu/packages/mate.scm (pluma): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
446131be50
|
gnu: Add engrampa.
* gnu/packages/mate.scm (engrampa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
432c41eece
|
gnu: Add eom.
* gnu/packages/mate.scm (eom): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
8a990b2961
|
gnu: Add mate-utils.
* gnu/packages/mate.scm (mate-utils): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:25 +01:00 |
ng0
|
c44838f95d
|
gnu: Add mate-screensaver.
* gnu/packages/mate.scm (mate-screensaver): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:24 +01:00 |
ng0
|
9f7d5768df
|
gnu: Add mate-netbook.
* gnu/packages/mate.scm (mate-netbook): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:24 +01:00 |
ng0
|
f2c71f8282
|
gnu: Add mate-icon-theme-faenza.
* gnu/packages/mate.scm (mate-icon-theme-faenza): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:24 +01:00 |
ng0
|
538b752b0e
|
gnu: Add mate-common.
* gnu/packages/mate.scm (mate-common): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:24 +01:00 |
ng0
|
bf7f29491d
|
gnu: Add mate-backgrounds.
* gnu/packages/mate.scm (mate-backgrounds): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
033a2ac691
|
gnu: Add mate-calc.
* gnu/packages/mate.scm (mate-calc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
694285712e
|
gnu: Add atril.
* gnu/packages/mate.scm (atril): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
5a97a26204
|
gnu: caja: Add native-search-paths.
* gnu/packages/mate.scm (caja)[native-search-paths]: Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
d58b0abd14
|
gnu: Add caja-extensions.
* gnu/packages/mate.scm (caja-extensions): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
1b332539eb
|
gnu: mate-session-manager: Configure with with elogind support.
* gnu/packages/mate.scm (mate-session-manager)[arguments]: Add '--enable-elogind'
to configure-flags.
(phases): Add 'pre-configure' phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:23 +01:00 |
ng0
|
75282ec168
|
gnu: Add mate-user-guide.
* gnu/packages/mate.scm (mate-user-guide): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
2017-12-30 22:55:22 +01:00 |
ng0
|
909f02dd70
|
gnu: Order module imports in (gnu packages mate) alphabetically.
* gnu/packages/mate.scm: Order module imports alphabetically.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
2017-10-19 01:22:18 +02:00 |
ng0
|
b5831eb771
|
gnu: Add mate.
* gnu/packages/mate.scm (mate): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:42 +03:00 |
ng0
|
16cd07c163
|
gnu: Add mate-control-center.
* gnu/packages/mate.scm (mate-control-center): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:40 +03:00 |
ng0
|
4d553e0a93
|
gnu: Add mate-media.
* gnu/packages/mate.scm (mate-media): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:37 +03:00 |
ng0
|
da78e01b87
|
gnu: Add mate-applets.
* gnu/packages/mate.scm (mate-applets): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:34 +03:00 |
ng0
|
0bb3d6bf3a
|
gnu: Add mate-settings-daemon.
* gnu/packages/mate.scm (mate-settings-daemon): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:31 +03:00 |
ng0
|
9c9909effb
|
gnu: Add libmatekbd.
* gnu/packages/mate.scm (libmatekbd): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:28 +03:00 |
ng0
|
133cb8766c
|
gnu: Add libmatemixer.
* gnu/packages/mate.scm (libmatemixer): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:25 +03:00 |
ng0
|
c3812bec8e
|
gnu: Add mate-panel.
* gnu/packages/mate.scm (mate-panel): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:23 +03:00 |
ng0
|
a8376ca5bf
|
gnu: Add mate-session-manager.
* gnu/packages/mate.scm (mate-session-manager): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:21 +03:00 |
ng0
|
4d26a340b5
|
gnu: Add marco.
* gnu/packages/mate.scm (marco): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:20 +03:00 |
ng0
|
17df429ce6
|
gnu: Add mate-terminal.
* gnu/packages/mate.scm (mate-terminal): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:18 +03:00 |
ng0
|
42a6eaaceb
|
gnu: Add caja.
* gnu/packages/mate.scm (caja): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-12 09:55:10 +03:00 |
Efraim Flashner
|
5804c7b616
|
gnu: libmateweather: Update inputs.
* gnu/packages/mate.scm (libmateweather)[inputs]: Remove gdk-pixpuf.
Move dconf ...
[native-inputs]: ... to here.
|
2017-09-03 18:01:12 +03:00 |
ng0
|
6a548c56ef
|
gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.
* gnu/packages/mate.scm (mate-desktop)[native-inputs]: Uncomment
'gtk-doc' as input.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-03 16:18:15 +03:00 |
ng0
|
60692df286
|
gnu: mate-themes: Update to 3.22.13.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.13.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-03 16:18:14 +03:00 |
ng0
|
68d2eea0b8
|
gnu: mate-themes: Update inputs.
* gnu/packages/mate.scm (mate-themes)[inputs]: Remove gtk+, gtk-engines,
murrine. Move gdk-pixbuf ...
[native-inputs]: ... to here. Add gtk+@2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-03 16:18:11 +03:00 |
ng0
|
4915c51986
|
gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.
* gnu/packages/mate.scm (mate-icon-theme)[native-inputs]: Remove 'gtk+'.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-03 16:18:08 +03:00 |
ng0
|
833b7e0af0
|
gnu: mate: Use https.
* gnu/packages/mate.scm (mate-icon-theme)[source, home-page]: Use https.
(mate-themes)[source, home-page]: Likewise.
(mate-desktop)[source, home-page]: Likewise.
(libmateweather)[source, home-page]: Likewise.
(mate-menus)[source, home-page]: Likewise.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
2017-09-03 16:18:04 +03:00 |
Kei Kebreau
|
78a5205152
|
gnu: mate-menus: Update to 1.18.0.
* gnu/packages/mate.scm (mate-menus): Update to 1.18.0.
|
2017-06-11 18:46:02 -04:00 |
Kei Kebreau
|
d954e569da
|
gnu: libmateweather: Update to 1.18.1.
* gnu/packages/mate.scm (libmateweather): Update to 1.18.1.
[arguments]: Remove obsolete "--with-gtk" flag.
|
2017-06-11 18:01:29 -04:00 |
Kei Kebreau
|
3bbdf6415a
|
gnu: mate-desktop: Update to 1.18.0.
* gnu/packages/mate.scm (mate-desktop): Update to 1.18.0.
[arguments]: Remove obsolete configure flags.
[inputs]: Remove python-2.
|
2017-06-11 17:34:15 -04:00 |
Kei Kebreau
|
d84f718271
|
gnu: mate-icon-theme: Update to 1.18.2.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
|
2017-06-11 14:41:33 -04:00 |
Marius Bakke
|
fcbf05f9a2
|
gnu: mate-themes: Update to 3.22.11.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.11.
|
2017-05-24 21:53:09 +02:00 |
Kei Kebreau
|
4e85f8d9d5
|
gnu: mate-themes: Update to 3.22.10.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.10.
|
2017-04-17 21:22:40 -04:00 |