Index: Makefile
===================================================================
--- Makefile (revision 370)
+++ Makefile (revision 371)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/x/libreoffice
-versions = 7.6.2.1
+versions = 24.2.0.3 7.6.2.1
pkgname = libreoffice
suffix = tar.xz
@@ -15,7 +15,10 @@
tarballs += $(foreach add, dictionaries help translations, $(addsuffix .$(suffix), $(addprefix $(pkgname)-$(add)-, $(versions))))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/libreoffice-7.6.2.1-isystem.patch
+patches = $(CURDIR)/patches/libreoffice-24.2.0.3-isystem.patch
+patches += $(CURDIR)/patches/libreoffice-24.2.0.3-odk-idl.patch
+
+patches += $(CURDIR)/patches/libreoffice-7.6.2.1-isystem.patch
patches += $(CURDIR)/patches/libreoffice-7.6.2.1-odk-idl.patch
.NOTPARALLEL: $(patches)
@@ -51,8 +54,10 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-7.6.2.1-isystem-patch ; ./create.patch.sh ) ; \
- ( cd create-7.6.2.1-odk-idl-patch ; ./create.patch.sh ) ; \
+ ( cd create-24.2.0.3-isystem-patch ; ./create.patch.sh ) ; \
+ ( cd create-24.2.0.3-odk-idl-patch ; ./create.patch.sh ) ; \
+ ( cd create-7.6.2.1-isystem-patch ; ./create.patch.sh ) ; \
+ ( cd create-7.6.2.1-odk-idl-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: