[geany/geany-osx] aedbc4: Update scripts for the 1.29 release

Jiří Techet git-noreply at geany.org
Sun Nov 13 19:04:35 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 13 Nov 2016 19:04:35 UTC
Commit:      aedbc4b40a50c3ce41e9a0cc8a340be3af03f020
             https://github.com/geany/geany-osx/commit/aedbc4b40a50c3ce41e9a0cc8a340be3af03f020

Log Message:
-----------
Update scripts for the 1.29 release


Modified Paths:
--------------
    Info.plist
    create_dmg.sh
    geany.modules
    plist_filetypes.py

Modified: Info.plist
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -3,11 +3,11 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleShortVersionString</key>
-	<string>1.28</string>
+	<string>1.29</string>
 	<key>CFBundleVersion</key>
-	<string>1.28</string>
+	<string>1.29</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.28 (C) 2016 The Geany Team, http://www.geany.org</string>
+	<string>1.29 (C) 2016 The Geany Team, http://www.geany.org</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2016 The Geany Team, GNU General Public License</string>
 
@@ -1088,6 +1088,7 @@
 			<string>Tcl Source</string>
 			<key>CFBundleTypeExtensions</key>
 			<array>
+				<string>exp</string>
 				<string>tcl</string>
 				<string>tk</string>
 				<string>wish</string>


Modified: create_dmg.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="1.28"
+VERSION="1.29"
 
 NAME="Geany"
 ICONNAME="Geany.icns"


Modified: geany.modules
22 lines changed, 11 insertions(+), 11 deletions(-)
===================================================================
@@ -63,9 +63,9 @@
   <cmake id="libgit2"
          cmakeargs="-DTHREADSAFE:BOOL=1">
     <branch repo="download.github.com" 
-            module="libgit2/libgit2/archive/v0.24.0.tar.gz"
-            checkoutdir="libgit2-0.24.0"
-            version="0.24.0"/>
+            module="libgit2/libgit2/archive/v0.24.3.tar.gz"
+            checkoutdir="libgit2-0.24.3"
+            version="0.24.3"/>
   </cmake>
 
   <!-- The mac integration library with a fix for radio menu items -->
@@ -137,8 +137,8 @@
   <autotools id="geany-release"
              autogenargs="--enable-mac-integration">
     <branch repo="download.geany.org"
-            module="geany-1.28.tar.bz2" 
-            version="1.28"/>
+            module="geany-1.29.tar.bz2" 
+            version="1.29"/>
     <dependencies>
       <dep package="geany-deps" />
     </dependencies>
@@ -148,8 +148,8 @@
   <autotools id="geany-release-gtk3"
              autogenargs="--enable-mac-integration --enable-gtk3">
     <branch repo="download.geany.org"
-            module="geany-1.28.tar.bz2" 
-            version="1.28"/>
+            module="geany-1.29.tar.bz2" 
+            version="1.29"/>
     <dependencies>
       <dep package="geany-deps-gtk3" />
     </dependencies>
@@ -190,8 +190,8 @@
   <!-- Geany-plugins tarball release -->
   <autotools id="geany-plugins-release">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-1.28.tar.bz2" 
-            version="1.28"/>
+            module="geany-plugins/geany-plugins-1.29.tar.bz2" 
+            version="1.29"/>
     <dependencies>
       <dep package="geany-release" />
       <dep package="geany-plugins-deps" />
@@ -201,8 +201,8 @@
   <!-- Geany-plugins tarball release GTK 3 -->
   <autotools id="geany-plugins-release-gtk3">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-1.28.tar.bz2" 
-            version="1.28"/>
+            module="geany-plugins/geany-plugins-1.29.tar.bz2" 
+            version="1.29"/>
     <dependencies>
       <dep package="geany-release-gtk3" />
       <dep package="geany-plugins-deps" />


Modified: plist_filetypes.py
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -62,7 +62,7 @@
 Scala=*.scala;*.scl;
 Sh=*.sh;configure;configure.in;configure.in.in;configure.ac;*.ksh;*.mksh;*.zsh;*.ash;*.bash;.bashrc;bash.bashrc;.bash_*;bash_*;*.m4;PKGBUILD;*profile;
 SQL=*.sql;
-Tcl=*.tcl;*.tk;*.wish;
+Tcl=*.tcl;*.tk;*.wish;*.exp;
 Txt2tags=*.t2t;
 Vala=*.vala;*.vapi;
 Verilog=*.v;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list