From 64660ee3807cffbf8ef05e02df66216a3bc31209 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 7 Jun 2018 00:32:42 +0700 Subject: [PATCH] add new target: Ubuntu 18.04 LTS --- README.md | 13 ++++++++++--- dev/deb/changelog | 13 +++++++++++++ dev/deb/control_beaver | 28 ++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 dev/deb/control_beaver diff --git a/README.md b/README.md index 0cb3719..8a303fe 100644 --- a/README.md +++ b/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 diff --git a/dev/deb/changelog b/dev/deb/changelog index 88419f1..0d2d499 100644 --- a/dev/deb/changelog +++ b/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 Tue, 7 June 2018 01:00:00 +0700 + +bbcb (1.7~a1.70) unstable; urgency=low + + * HostCFrames buttons and edit fields improved + + -- Ivan Denisov 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 Sat, 10 Mar 2018 00:20:00 +0700 diff --git a/dev/deb/control_beaver b/dev/deb/control_beaver new file mode 100644 index 0000000..9f10b3b --- /dev/null +++ b/dev/deb/control_beaver @@ -0,0 +1,28 @@ +Source: bbcb +Section: devel +Maintainer: Ivan Denisov +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. -- 2.29.2