Accepting request 298692 from home:ecsos
update to 1.4.0 OBS-URL: https://build.opensuse.org/request/show/298692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/lazarus?expand=0&rev=30
This commit is contained in:
parent
5442553d03
commit
23af517d70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c7e648716f27edd6f1adf908fd5733654c3cd3db6458582ccd4343a8605eea
|
||||
size 51618690
|
3
lazarus-1.4.0-0.tar.gz
Normal file
3
lazarus-1.4.0-0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ceab5d2f176abedd1cebda2f7524812b16f702f010681a6af62c7a6025c12ec
|
||||
size 53055658
|
@ -1,6 +1,7 @@
|
||||
--- lazarus/Makefile.fpc.orig 2012-06-24 15:22:41.000000000 -0400
|
||||
+++ lazarus/Makefile.fpc 2012-09-23 00:18:28.000000000 -0400
|
||||
@@ -20,7 +20,7 @@
|
||||
diff -Pdpru lazarus.orig/Makefile.fpc lazarus/Makefile.fpc
|
||||
--- lazarus.orig/Makefile.fpc 2014-09-06 20:59:12.000000000 +0200
|
||||
+++ lazarus/Makefile.fpc 2015-04-23 00:00:38.959929899 +0200
|
||||
@@ -20,7 +20,7 @@ files=$(wildcard *$(OEXT)) $(wildcard *$
|
||||
|
||||
[install]
|
||||
fpcpackage=n
|
||||
@ -9,7 +10,7 @@
|
||||
|
||||
[dist]
|
||||
destdir=$(BASEDIR)/dist
|
||||
@@ -28,7 +28,7 @@
|
||||
@@ -28,7 +28,7 @@ destdir=$(BASEDIR)/dist
|
||||
[prerules]
|
||||
RCPP?=$(strip $(firstword cpp$(SRCEXEEXT)))
|
||||
#
|
||||
@ -18,7 +19,7 @@
|
||||
INSTALL_MAN_DIR=$(INSTALL_PREFIX)/share/man
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
LAZARUS_INSTALL_DIR=C:\lazarus
|
||||
@@ -244,8 +244,8 @@
|
||||
@@ -256,8 +256,8 @@ installbase:
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64),)
|
||||
|
||||
else
|
||||
@ -26,6 +27,6 @@
|
||||
- $(MKDIR) $(INSTALL_PREFIX)/share/lazarus
|
||||
+ $(MKDIR) $(INSTALL_PREFIX)/$(_LIB)
|
||||
+ $(MKDIR) $(INSTALL_PREFIX)/$(_LIB)/lazarus
|
||||
$(MKDIR) $(INSTALL_BINDIR)
|
||||
$(MKDIR) $(INSTALL_MAN_DIR)
|
||||
$(MKDIR) $(INSTALL_MAN_DIR)/man1
|
||||
$(MKDIR) $(INSTALL_PREFIX)/share/applications
|
||||
$(MKDIR) $(INSTALL_PREFIX)/share/pixmaps
|
||||
$(MKDIR) $(INSTALL_PREFIX)/share/mime/packages
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 21:46:34 UTC 2015 - ecsos@opensuse.org
|
||||
|
||||
- update to 1.4.0
|
||||
This is a major release. For complete list of changes see
|
||||
http://wiki.lazarus.freepascal.org/Lazarus_1.4.0_release_notes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 14:45:07 UTC 2014 - ecsos@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -Pdpru lazarus.orig/install/lazarus.desktop lazarus/install/lazarus.desktop
|
||||
--- lazarus.orig/install/lazarus.desktop 2014-02-04 19:40:31.000000000 +0100
|
||||
+++ lazarus/install/lazarus.desktop 2014-07-09 19:59:49.959500048 +0200
|
||||
@@ -1,15 +1,11 @@
|
||||
--- lazarus.orig/install/lazarus.desktop 2014-06-15 10:57:06.000000000 +0200
|
||||
+++ lazarus/install/lazarus.desktop 2015-04-23 00:08:30.474115079 +0200
|
||||
@@ -1,16 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Lazarus
|
||||
+GenericName=Integrated Development Environment
|
||||
@ -15,6 +15,7 @@ diff -Pdpru lazarus.orig/install/lazarus.desktop lazarus/install/lazarus.desktop
|
||||
+Categories=Development;IDE;
|
||||
StartupWMClass=Lazarus
|
||||
MimeType=text/x-pascal;text/lazarus-project-source;text/lazarus-project-information;text/lazarus-form;text/lazarus-resource;text/lazarus-package;text/lazarus-package-link;text/lazarus-code-inlay;
|
||||
Keywords=editor;Pascal;IDE;FreePascal;fpc;Design;Designer;
|
||||
-[Property::X-KDE-NativeExtension]
|
||||
-Type=QString
|
||||
-Value=.pas
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: lazarus
|
||||
Version: 1.2.6
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
# Please note that the LGPL is modified and this is not multi-licensed, but each component has a separate license chosen.
|
||||
License: GPL-2.0 and LGPL-2.0 and MPL-1.1
|
||||
@ -211,6 +211,8 @@ rm -f %{buildroot}%{_libdir}/%{name}/Makefile.fpc.orig
|
||||
%{_libdir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/48x48/mimetypes/*.png
|
||||
%{_datadir}/pixmaps/lazarus.png
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user