#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
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)
--- /dev/null
+###############################################################################
+# 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
###############################################################################
# SLS: Gimp
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
# Authors: Helmuth Varkoly
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"'