소스 검색

change control file for debian package and update READEME

Ivan Denisov 4 년 전
부모
커밋
c9660b9928
2개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 1
      README.md
  2. 1 1
      dev/deb/control

+ 7 - 1
README.md

@@ -6,7 +6,7 @@ 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
@@ -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.
  .