mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-24 07:32:48 +00:00
Merge pull request #3 from import/lazarus:rosa2021.1
Backports and update
This commit is contained in:
commit
7873ac8b2b
2 changed files with 4 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
lazarus-2.2.2-0.tar.gz: bfddbb110223bef3606b85389310263b58f313ed
|
||||
lazarus-3.0-0.tar.gz: deb0928b01fc7d72a079fbf8bcc0ae67981123d8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Lazarus Component Library and IDE for Freepascal
|
||||
Name: lazarus
|
||||
Version: 2.2.2
|
||||
Release: 2
|
||||
Version: 3.0
|
||||
Release: 1
|
||||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
||||
Group: Development/Pascal
|
||||
|
@ -26,8 +26,6 @@ Requires: pkgconfig(gdk-pixbuf-2.0)
|
|||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(gtk+-2.0)
|
||||
Requires: glibc-devel
|
||||
# Free Pascal Compiler (fpc) not builded on arm
|
||||
ExcludeArch: %{armx}
|
||||
|
||||
%description
|
||||
Lazarus is a free and opensource RAD tool for freepascal using the lazarus
|
||||
|
@ -79,13 +77,12 @@ make lazbuild OPT="$MAKEOPTS"
|
|||
# Defaulting to create a gtk2 IDE
|
||||
# TODO: Consider switching to GKT3 (still in alpha) or QT5 when dropping gtk2
|
||||
export LCL_PLATFORM=gtk2
|
||||
make packager/registration lazutils lcl codetools bigidecomponents OPT='-gl -gw'
|
||||
make registration lcl bigidecomponents OPT='-gl -gw'
|
||||
export LCL_PLATFORM=
|
||||
strip %{name}
|
||||
strip startlazarus
|
||||
strip lazbuild
|
||||
|
||||
|
||||
%install
|
||||
# Not using automated install: do it manually
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue