From: buildmaster Date: Mon, 25 Sep 2023 08:33:03 +0000 (+0200) Subject: New release X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=1c0fc8f69466ab98073033ab2752823f89b1bf03;p=Gimp.git New release --- diff --git a/Makefile b/Makefile index 1622c53..2cf0190 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ package: #createrepo $(REPO) sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec - sed -i s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec sed -i s/YEAR/$(YEAR)/g oss-pkg-$(PACKAGE).spec + sed s/VERSION/$(VERSION)/g init.sls.ini > repo-ng/init.sls ../oss-pkg-tools/create_hash.sh $(PACKAGE) mkdir -p oss-pkg-$(PACKAGE) if [ ! -e $(PACKAGE).sls ]; then cp ../template/template.sls $(PACKAGE).sls; fi @@ -43,6 +43,6 @@ package: mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch echo $(NRELEASE) > RELEASE git commit -a -m "New release" - #git push + git push createrepo $(REPO) diff --git a/RELEASE b/RELEASE index ec63514..f599e28 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -9 +10 diff --git a/VERSION b/VERSION index 540c2f7..45d7e52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.28 +2.10.34 diff --git a/init.sls.ini b/init.sls.ini new file mode 100644 index 0000000..223610a --- /dev/null +++ b/init.sls.ini @@ -0,0 +1,24 @@ +############################################################################### +# SLS: Gimp +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. +# All rights reserved. +# +# Authors: Helmuth Varkoly +# +# Description: Package SLS +############################################################################### + +{% set LOG_PATH = 'C:\\salt\\var\\log' %} + + +Gimp: + 'VERSION': + full_name: 'GIMP VERSION' + installer: salt://win/repo-ng/Gimp/gimp-VERSION-setup.exe + install_flags: '/SP- /SILENT /ALLUSERS /NORESTART /log="{{ LOG_PATH }}\Gimp_inst.log"' + uninstaller: '%ProgramFiles%\Gimp 2\uninst\unins000.exe' + uninstall_flags: '/SP- /SILENT /NORESTART /ALLUSERS /log="{{ LOG_PATH }}\Gimp_uninst.log"' + msiexec: False + locale: de_DE + reboot: False + cache_dir: False diff --git a/repo-ng/gimp-2.10.34-setup.exe b/repo-ng/gimp-2.10.34-setup.exe new file mode 100644 index 0000000..0428de7 Binary files /dev/null and b/repo-ng/gimp-2.10.34-setup.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 4550425..1ed9d3e 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,6 +1,6 @@ ############################################################################### # SLS: Gimp -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # # Authors: Helmuth Varkoly @@ -12,9 +12,9 @@ Gimp: - '2.10.28': - full_name: 'GIMP 2.10.28' - installer: salt://win/repo-ng/Gimp/gimp-2.10.28-setup.exe + '2.10.34': + full_name: 'GIMP 2.10.34' + installer: salt://win/repo-ng/Gimp/gimp-2.10.34-setup.exe install_flags: '/SP- /SILENT /ALLUSERS /NORESTART /log="{{ LOG_PATH }}\Gimp_inst.log"' uninstaller: '%ProgramFiles%\Gimp 2\uninst\unins000.exe' uninstall_flags: '/SP- /SILENT /NORESTART /ALLUSERS /log="{{ LOG_PATH }}\Gimp_uninst.log"'