diff options
author | Ekin Akoglu <ekinakoglu@gmail.com> | 2017-04-28 20:40:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-28 20:40:08 +0700 |
commit | 66d8cce42df58486fbe132d8ec00963f6ba39456 (patch) | |
tree | 37f194774da27ddafd8e9bc0cdf424f553d1124a /office | |
parent | ad728c94e148b43d0dafc0493406f765e1de9ea3 (diff) | |
download | slackbuilds-66d8cce42df58486fbe132d8ec00963f6ba39456.tar.gz |
office/ganttproject: Updated for version 2.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/ganttproject/build.xml.patch | 19 | ||||
-rw-r--r-- | office/ganttproject/ganttproject.SlackBuild | 2 | ||||
-rw-r--r-- | office/ganttproject/ganttproject.info | 6 |
3 files changed, 17 insertions, 10 deletions
diff --git a/office/ganttproject/build.xml.patch b/office/ganttproject/build.xml.patch index 4c9e386642..e21d7c09cb 100644 --- a/office/ganttproject/build.xml.patch +++ b/office/ganttproject/build.xml.patch @@ -1,6 +1,6 @@ ---- ganttproject-builder/build.xml 2017-03-06 17:21:28.000000000 +0300 -+++ build.xml 2016-07-26 14:21:14.000000000 +0300 -@@ -1,130 +1,370 @@ +--- ganttproject-builder/build.xml 2017-03-24 19:03:16.000000000 +0300 ++++ build.xml 2017-04-27 12:07:19.410170289 +0300 +@@ -1,137 +1,370 @@ -<project name="GanttProject builder">
- <property file="build-deb.properties"/>
- <path id="class.path">
@@ -93,6 +93,7 @@ -
- <target name="distMac" depends="distBin">
- <mkdir dir="${distMacWork}"/>
+-
- <bundleapp outputdirectory="${distMacWork}"
- name="GanttProject"
- displayname="GanttProject"
@@ -103,7 +104,9 @@ - applicationCategory="public.app-category.productivity"
- mainclassname="org.bardsoftware.eclipsito.Boot">
-
-- <classpath file="eclipsito.jar"/>
+- <classpath dir=".">
+- <include name="eclipsito.jar"/>
+- </classpath>
- <argument value="-app"/>
- <argument value="net.sourceforge.ganttproject.GanttProject"/>
- <argument value="-plugins-dir"/>
@@ -123,10 +126,14 @@ - <include name="logging.properties"/>
- </fileset>
- </copy>
+- <copy todir="${distMacWork}" file="HouseBuildingSample.gan"/>
- <patch patchfile="Info.plist.patch" originalfile="${distMacWork}/GanttProject.app/Contents/Info.plist"/>
+-
+- <mkdir dir="${distMacWork}/GanttProject.app/Contents/Java/Classes"/>
+- <copy todir="${distMacWork}/GanttProject.app/Contents/Java/Classes" file="logging.properties"/>
- <chmod perm="a+rx" file="${distMacWork}/GanttProject.app/Contents/MacOS/JavaAppLauncher"></chmod>
- <zip destfile="${distMacZip}">
-- <zipfileset dir="${distMacWork}" includes="GanttProject.app/**">
+- <zipfileset dir="${distMacWork}" includes="**">
- </zipfileset>
- </zip>
- </target>
@@ -206,7 +213,7 @@ + <target name="welcome-message">
+ <echo>
+=======================================================
-+ Compiling GanttProject 2.7
++ Compiling GanttProject 2.8
+=======================================================
+ </echo>
+ </target>
diff --git a/office/ganttproject/ganttproject.SlackBuild b/office/ganttproject/ganttproject.SlackBuild index fd335eb0cf..45bc85d579 100644 --- a/office/ganttproject/ganttproject.SlackBuild +++ b/office/ganttproject/ganttproject.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ganttproject -VERSION=${VERSION:-2.8.3} +VERSION=${VERSION:-2.8.4} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/ganttproject/ganttproject.info b/office/ganttproject/ganttproject.info index a95b2ead50..2016100e97 100644 --- a/office/ganttproject/ganttproject.info +++ b/office/ganttproject/ganttproject.info @@ -1,8 +1,8 @@ PRGNAM="ganttproject" -VERSION="2.8.3" +VERSION="2.8.4" HOMEPAGE="http://www.ganttproject.biz" -DOWNLOAD="https://github.com/bardsoftware/ganttproject/archive/ganttproject-2.8.3/ganttproject-ganttproject-2.8.3.tar.gz" -MD5SUM="1ff9c8aae756ba99de4512c0e32474e9" +DOWNLOAD="https://github.com/bardsoftware/ganttproject/archive/ganttproject-2.8.4/ganttproject-ganttproject-2.8.4.tar.gz" +MD5SUM="8aa4670dbdcaeae8cb4e2e7e5a74b28c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="apache-ant jdk" |