summary refs log tree commit diff stats
path: root/doc/uml/2.session
blob: 5365445d89f7f7d0e073a09196d82987cfb2524e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
window_sizes 1678 1033 393 1275 795 144
motifplus_style
diagrams
  classdiagram_ref 128002 // Displayable Hierarchy
    1275 795 100 4 0 0
  active  classdiagram_ref 134530 // Overview
    1275 795 100 4 0 0
  sequencediagram_ref 141058 // Basic Logic
    1275 795 100 4 0 0
end
show_stereotypes
selected classdiagram_ref 134530 // Overview
open
  class_ref 128002 // Displayable
  class_ref 128130 // UI
  class_ref 128258 // DefaultUI
  class_ref 135170 // BrowserColumn
  class_ref 148866 // Command
  class_ref 148994 // CommandList
  class_ref 149122 // Environment
  class_ref 149378 // FM
  class_ref 155906 // FileSystemObject
  class_ref 175746 // Pager
  class_ref 149250 // curses
end
end
ool \ libxss \ make \ openssl \ pkg-config \ python \ wget RUN mkdir -p /usr/src/{stabber,profanity} RUN useradd -mb /usr/src --shell=/bin/false aur && usermod -L aur USER aur WORKDIR /usr/src/aur RUN wget https://aur.archlinux.org/cgit/aur.git/snapshot/libstrophe-git.tar.gz RUN wget https://aur.archlinux.org/cgit/aur.git/snapshot/libsignal-protocol-c.tar.gz RUN tar -zxvf libstrophe-git.tar.gz RUN tar -zxvf libsignal-protocol-c.tar.gz RUN pushd libstrophe-git && makepkg && popd RUN pushd libsignal-protocol-c && makepkg && popd USER root RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.xz RUN pacman -U --noconfirm libsignal-protocol-c/libsignal-protocol-c-*.pkg.tar.xz WORKDIR /usr/src RUN git clone git://github.com/boothj5/stabber.git WORKDIR /usr/src/stabber RUN ./bootstrap.sh RUN ./configure --prefix=/usr --disable-dependency-tracking RUN make RUN make install WORKDIR /usr/src/profanity COPY . /usr/src/profanity