Преглед изворни кода

add new target: Ubuntu 18.04 LTS

Иван пре 7 година
родитељ
комит
64660ee380
3 измењених фајлова са 51 додато и 3 уклоњено
  1. 10 3
      README.md
  2. 13 0
      dev/deb/changelog
  3. 28 0
      dev/deb/control_beaver

+ 10 - 3
README.md

@@ -4,10 +4,10 @@ Tested on:
 * Windows XP, 7, 10
 * OpenBSD 6.2
 * Fedora Core 17
-* Ubuntu 14.04, 16.04 LTS
-* Ubuntu GNOME 17.04, 17.10
+* Ubuntu 14.04, 16.04 LTS, 17.10, 18.04 LTS
+* Ubuntu GNOME 17.04
 * Arch Linux 4.9.6
-* Debian 9.3 Xfce/Mate/GNOME
+* Debian 9.3, 9.4 Xfce/Mate/GNOME
 * Red Hat Enterprise Linux Server 6.3
 * FreeBSD 11.0
 
@@ -38,6 +38,13 @@ Installation of required packages in Ubuntu (should work also with other Debian-
 		sudo apt-get update
 		sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-icon-theme-full
 
+	Ubuntu 18.04 Bionic Beaver:
+
+		sudo dpkg --add-architecture i386
+		sudo apt-get update
+		sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 gnome-themes-extra:i386
+
+
 To build BlackBox:
 
 	cd BlackBox

+ 13 - 0
dev/deb/changelog

@@ -1,5 +1,18 @@
 bbcb ({#VERSION}) unstable; urgency=low
 
+  * center issue-#186 aligning code procedure syntax with docu
+  * center issue-#184 HYPERLINK ignored in RTF import
+
+ -- Ivan Denisov <d.ivan.krsk@gmail.com>  Tue, 7 June 2018 01:00:00 +0700
+
+bbcb (1.7~a1.70) unstable; urgency=low
+
+  * HostCFrames buttons and edit fields improved
+
+ -- Ivan Denisov <d.ivan.krsk@gmail.com>  Tue, 15 May 2018 14:20:00 +0700
+
+bbcb (1.7~a1.68) unstable; urgency=low
+
   * HostFiles64 for large files (by A.V.Shiryaev)
 
  -- Ivan Denisov <d.ivan.krsk@gmail.com>  Sat, 10 Mar 2018 00:20:00 +0700

+ 28 - 0
dev/deb/control_beaver

@@ -0,0 +1,28 @@
+Source: bbcb
+Section: devel
+Maintainer: Ivan Denisov <d.ivan.krsk@gmail.com>
+Homepage: https://github.com/bbcb/bbcp
+Package: bbcb
+Version: {#VERSION}
+Priority: optional
+Installed-Size: 11500
+Architecture: i386
+Depends: libc6, libgtk2.0-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, gtk2-engines-pixbuf, libatk-adaptor, libgail-common, gnome-themes-extra
+Description: IDE for Component Pascal programming language.
+ BlackBox Component Builder is an IDE for Component Pascal programming language.
+ .
+ BlackBox consists of modules, compiler and environment for their work over OS.
+ .
+ It is also providing facilities for interface design and modules extension.
+ .
+ Component Pascal is strongly typed and module based. The compiler is very fast.
+ .
+ Each module is a unit of compilation and execution.
+ .
+ Modules are brought into memory when specified. There is no need for "headers".
+ .
+ Symbol files are automatically generated by the compiler for exported items.
+ .
+ Data structures are automatically garbage collected when no longer referenced.
+ .
+ The framework comes with a complete set of documentation for each module.