]> repo.cephalix.eu Git - Gimp.git/commitdiff
New release
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 25 Sep 2023 08:33:03 +0000 (10:33 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 25 Sep 2023 08:33:03 +0000 (10:33 +0200)
Makefile
RELEASE
VERSION
init.sls.ini [new file with mode: 0644]
repo-ng/gimp-2.10.34-setup.exe [new file with mode: 0644]
repo-ng/init.sls

index 1622c5377b95a8fa0e68e1e79022409c47fc8bcd..2cf01909f469aef188a51aa159570b366a233b24 100644 (file)
--- 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 ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-9
+10
diff --git a/VERSION b/VERSION
index 540c2f7a854210b084b6ae84e32f5193d92ecc6b..45d7e52780b50f6cb9ef2cb75203d2fbd6668ac6 100644 (file)
--- 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 (file)
index 0000000..223610a
--- /dev/null
@@ -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 (file)
index 0000000..0428de7
Binary files /dev/null and b/repo-ng/gimp-2.10.34-setup.exe differ
index 45504259df41ca24409d753bcda8d44cb77a2183..1ed9d3e10269e08aae1b6b8383d38dcea6ad6242 100644 (file)
@@ -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"'