Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,34 @@ +name : projectlibre +version : 1.7.0 +release : 1 +source : + - git|https://git.code.sf.net/p/projectlibre/code : 0c939507cc63e9eaeb855437189cdec79e9386c2 +license : CPAL-1.0 +component : office +summary : The open source replacement of Microsoft Project +description: | + ProjectLibre is the leading open source alternative to Microsoft Project. + It has been downloaded over 2,700,000 times in over 200 countries and has + won InfoWorld "Best of Open Source" award. ProjectLibre is compatible with + Microsoft Project 2003, 2007 and 2010 files. +builddeps : + - apache-ant +rundeps : + - openjdk-8 +build : | + cd openproj_build + ant dir +install : | + cd openproj_build + + pushd dist + install -D -m00644 lib/*.jar -t $installdir/usr/share/projectlibre/lib + install -m00644 projectlibre.jar -t $installdir/usr/share/projectlibre + popd + + pushd resources + install -D -m00755 projectlibre -t $installdir/usr/bin + install -D -m00644 projectlibre.desktop -t $installdir/usr/share/applications + install -D -m00644 projectlibre.png -t $installdir/usr/share/pixmaps + install -D -m00644 projectlibre.xml -t $installdir/usr/share/mime/packages + popd Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,44 @@ + + + projectlibre + + Pierre-Yves + pyu@riseup.net + + CPAL-1.0 + office + The open source replacement of Microsoft Project + ProjectLibre is the leading open source alternative to Microsoft Project. +It has been downloaded over 2,700,000 times in over 200 countries and has +won InfoWorld "Best of Open Source" award. ProjectLibre is compatible with +Microsoft Project 2003, 2007 and 2010 files. + + https://solus-project.com/sources/README.Solus + + + projectlibre + The open source replacement of Microsoft Project + ProjectLibre is the leading open source alternative to Microsoft Project. +It has been downloaded over 2,700,000 times in over 200 countries and has +won InfoWorld "Best of Open Source" award. ProjectLibre is compatible with +Microsoft Project 2003, 2007 and 2010 files. + + office + + /usr/bin + /usr/share/applications/projectlibre.desktop + /usr/share/mime/packages/projectlibre.xml + /usr/share/pixmaps/projectlibre.png + /usr/share/projectlibre + + + + + 2018-02-13 + 1.7.0 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file