Browse Source

BGRAControls.logic and BGRAControlsInfo.pas

lainz 5 years ago
parent
commit
457924ac42
4 changed files with 27 additions and 2 deletions
  1. 5 0
      bgracontrols.logic
  2. 5 1
      bgracontrols.lpk
  3. 16 0
      bgracontrolsinfo.pas
  4. 1 1
      bgrapascalscriptcomponent.lpk

+ 5 - 0
bgracontrols.logic

@@ -0,0 +1,5 @@
+manager update_bgracontrols_force.json
+archive https://github.com/bgrabitmap/bgracontrols/archive/master.zip
+package bgracontrols.lpk
+package bgrapascalscriptcomponent.lpk
+const bgracontrolsinfo.pas BGRAControlsVersion

+ 5 - 1
bgracontrols.lpk

@@ -34,7 +34,7 @@
     <Description Value="BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications."/>
     <License Value="Modified LGPL"/>
     <Version Major="6" Minor="1"/>
-    <Files Count="52">
+    <Files Count="53">
       <Item1>
         <Filename Value="bcbasectrls.pas"/>
         <AddToUsesPkgSection Value="False"/>
@@ -288,6 +288,10 @@
         <HasRegisterProc Value="True"/>
         <UnitName Value="BGRAThemeRadioButton"/>
       </Item52>
+      <Item53>
+        <Filename Value="bgracontrolsinfo.pas"/>
+        <UnitName Value="bgracontrolsinfo"/>
+      </Item53>
     </Files>
     <RequiredPkgs Count="2">
       <Item1>

+ 16 - 0
bgracontrolsinfo.pas

@@ -0,0 +1,16 @@
+unit bgracontrolsinfo;
+
+{$mode objfpc}{$H+}
+
+interface
+
+uses
+  Classes, SysUtils;
+
+const
+  BGRAControlsVersion = 6010000;
+
+implementation
+
+end.
+

+ 1 - 1
bgrapascalscriptcomponent.lpk

@@ -11,7 +11,7 @@
         <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
       </SearchPaths>
     </CompilerOptions>
-    <Version Major="1"/>
+    <Version Major="6" Minor="1"/>
     <Files Count="3">
       <Item1>
         <Filename Value="bgrapascalscript.pas"/>