Mercurial > vim
annotate pixmaps/tb_copy.xpm @ 35052:37944a1bc5bf
CI: ubuntu-toolchain-r/test repository will be removed (#14641)
Commit: https://github.com/vim/vim/commit/4b9fc8247aede14a440cfe5da58a466b3af04720
Author: Philip H <47042125+pheiduck@users.noreply.github.com>
Date: Fri Apr 26 18:45:41 2024 +0200
CI: ubuntu-toolchain-r/test repository will be removed (https://github.com/vim/vim/issues/14641)
* CI: ubuntu-toolchain-r/test repository will be removed
The ubuntu-toolchain-r/test PPA will be removed from Ubuntu images.
The images rollout process will start on May 6 and take 3-4 days.
Mitigation ways
The repository can still be added manually in runtime by calling to following commands:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
* fixup: add a note what this repo is for
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 26 Apr 2024 19:00:02 +0200 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 /* XPM */ |
2 static char * tb_copy_xpm[] = { | |
3 /* width height ncolors cpp [x_hot y_hot] */ | |
4 "18 18 4 1 0 0", | |
5 /* colors */ | |
6 " s none m none c none", | |
7 ". s iconColor1 m black c #000000", | |
8 "X s iconColor2 m none c #FFFFFF", | |
9 "o s bottomShadowColor m black c #5D6069", | |
10 /* pixels */ | |
11 " ", | |
12 " ", | |
13 " .......... ", | |
14 " .XXXXXXXX.o ", | |
15 " .X............. ", | |
16 " .XXXX.XXXXXXXX. ", | |
17 " .X....X......X.o ", | |
18 " .XXXX.XXXXXXXX.o ", | |
19 " .X....X......X.o ", | |
20 " .XXXX.XXXXXXXX.o ", | |
21 " .X..X.X......X.o ", | |
22 " .XXXX.XXXXXXXX.o ", | |
23 " ......X..XXXXX.o ", | |
24 " oooo.XXXXXXXX.o ", | |
25 " ..........o ", | |
26 " ooooooooo ", | |
27 " ", | |
28 " "}; |