1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Upgrade OpenBSD to 6.8

This commit is contained in:
William Wennerström 2020-11-19 13:33:59 +01:00
parent 35aecd425f
commit a3f0b25305
No known key found for this signature in database
GPG Key ID: E1382990BEDD319B

View File

@ -1,4 +1,4 @@
image: openbsd/6.7 image: openbsd/6.8
packages: packages:
- cmake - cmake
@ -8,10 +8,9 @@ packages:
- automake-1.16.2 - automake-1.16.2
- pkgconf - pkgconf
- readline - readline
- python-3.8.2 - python-3.8.6p0
- autoconf-2.69p2 - autoconf-2.69p3
- autoconf-archive - autoconf-archive
- libmesode
- curl - curl
- gpgme - gpgme
- glib2 - glib2
@ -24,6 +23,7 @@ packages:
- sqlite3 - sqlite3
sources: sources:
- https://github.com/profanity-im/libmesode.git#0.10.1
- https://github.com/profanity-im/profanity - https://github.com/profanity-im/profanity
environment: environment:
@ -31,11 +31,18 @@ environment:
tasks: tasks:
- symlink: | - symlink: |
doas ln -sf /usr/local/bin/python3.7 /usr/local/bin/python doas ln -sf /usr/local/bin/python3 /usr/local/bin/python
doas ln -sf /usr/local/bin/python3.7-config /usr/local/bin/python-config doas ln -sf /usr/local/bin/python3-config /usr/local/bin/python-config
doas ln -sf /usr/local/bin/pydoc3.7 /usr/local/bin/pydoc doas ln -sf /usr/local/bin/pydoc3 /usr/local/bin/pydoc
- build: | - build: |
export AUTOCONF_VERSION=2.69 export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.16 export AUTOMAKE_VERSION=1.16
cd profanity
cd ~/libmesode
./bootstrap.sh
./configure
make
doas make install
cd ~/profanity
./ci-build.sh ./ci-build.sh