Prechádzať zdrojové kódy

change control file for debian package and update READEME

Ivan Denisov 4 rokov pred
rodič
commit
9b3b60ee20
2 zmenil súbory, kde vykonal 9 pridanie a 3 odobranie
  1. 8 2
      README.md
  2. 1 1
      dev/deb/control

+ 8 - 2
README.md

@@ -6,11 +6,11 @@ Tested on:
 * Fedora Core 17
 * Ubuntu 16.04 LTS, 18.04 LTS
 * Debian 9.3, 9.4 Xfce/Mate/GNOME/Cinnamon
-* Linux Mint 19.1/19.2/19.3 Cinnamon
+* Linux Mint 19.1/19.2/19.3/20 Cinnamon
 * CentOS 8
 * Arch Linux 4.9.6, Manjaro Linux 18.0.4
 * Red Hat Enterprise Linux Server 6.3
-* FreeBSD 11.0
+* FreeBSD 12.1
 
 Download: https://blackbox.oberon.org/download
 
@@ -43,6 +43,8 @@ Installation of required packages in Debian-based systems:
 		sudo dpkg --add-architecture i386
 		sudo apt update
 		sudo apt install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
+		
+	Linux Mint 20 has no package 'gnome-themes-extra:i386', it can be safly ignored. There will be warning in console.
 
 	Debian 9.X GNOME/Xfce/KDE
 		sudo dpkg --add-architecture i386
@@ -66,6 +68,9 @@ Installation of required packages in Arch-based systems:
 
 		sudo pacman -S multilib/lib32-gtk2
 
+In OpenBSD use 'wxallowed' flag in mount options for the partition to start BlackBox from.
+
+
 
 To build BlackBox:
 
@@ -108,3 +113,4 @@ Authors:
 * Igor A. Dehtyarenko
 * Ivan A. Denisov
 * Anton A. Dmitriev
+

+ 1 - 1
dev/deb/control

@@ -7,7 +7,7 @@ Version: {#VERSION}
 Priority: optional
 Installed-Size: 12000
 Architecture: i386
-Depends: libc6, libgtk2.0-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, gtk2-engines-pixbuf, libatk-adaptor, libgail-common, gnome-icon-theme:i386 | gnome-icon-theme:amd64, gnome-themes-extra | gnome-themes-standard
+Depends: libc6, libgtk2.0-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, gtk2-engines-pixbuf, libatk-adaptor, libgail-common, gnome-icon-theme:i386 | gnome-icon-theme:amd64, gnome-themes-extra:amd64 | gnome-themes-extra:i386 | gnome-themes-standard:i386
 Description: IDE for Component Pascal programming language.
  BlackBox Component Builder is an IDE for Component Pascal programming language.
  .