about summary refs log tree commit diff stats
path: root/themes/forest
Commit message (Expand)AuthorAgeFilesLines
* Make forest theme more readableMichael Vetter2019-10-221-1/+2
* Document statusbar.time theme featureMichael Vetter2019-06-051-0/+1
* Add main.help.header to themesJames Booth2016-10-301-6/+1
* Allow vertical positioning of all windowsJames Booth2016-09-231-1/+5
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+3
* Highlight room trigger termsJames Booth2016-02-131-0/+1
* Added roommention.term theme optionJames Booth2016-02-101-0/+1
* Added mention and trigger themes for consoleJames Booth2016-02-101-0/+2
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
* Updated themesJames Booth2016-01-241-0/+1
* Added roster contact themesJames Booth2016-01-141-0/+18
* Added roster room themesJames Booth2016-01-091-0/+2
* Updated themes time display settingsJames Booth2015-07-011-1/+1
* Added receipt.sent theme settingJames Booth2015-03-151-1/+2
* Updated themes for releaseJames Booth2015-02-261-20/+20
* Added forest themeJames Booth2014-11-181-0/+49
.com> 2014-02-23 03:03:29 +0000 Added dependencies to travis build' href='/danisanti/profani-tty/commit/.travis.yml?id=e5787b95047ba0212b4bb798271bc4909a1ed237'>e5787b95 ^
2b88e2f1 ^
e372ff9c ^
641eadd0 ^







13ae6f4e ^









991153d8 ^
22e53c9f ^
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
27
28
29
30
31
32
33
34
35
36
37
38
            
              
           
        

                    
                         
                                                                                                                                                                                                                                                          
                                                      
                  
              
                    
                               


                       
                      
                                            







                                                    









                                                                                            
                               
                         
dist: bionic
sudo: required
language: c
install:
    - lsb_release -a
    - uname -a
    - sudo apt-get update
    - sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr5-dev libgpgme11-dev autoconf-archive expect-dev tcl-dev libtool python-dev libgtk2.0-dev libgcrypt20-dev libcmocka-dev
    - git clone git://github.com/boothj5/libmesode.git
    - cd libmesode
    - mkdir m4
    - ./bootstrap.sh
    - ./configure --prefix=/usr
    - make
    - sudo make install
    - cd ..
    - rm -rf libmesode
    - sudo apt-get install libmicrohttpd-dev
    - git clone git://github.com/boothj5/stabber.git
    - cd stabber
    - ./bootstrap.sh
    - ./configure --prefix=/usr
    - make
    - sudo make install
    - cd ..
    - rm -rf stabber
    - git clone https://github.com/signalapp/libsignal-protocol-c.git
    - cd libsignal-protocol-c
    - git checkout v2.3.2
    - mkdir build
    - cd build
    - cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../
    - make
    - sudo make install
    - cd ../../
    - rm -rf libsignal-protocol-c
    - cat /usr/include/gcrypt.h
script: ./travis-build.sh