Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def install():
|
||||
shelltools.cd("..")
|
||||
shelltools.move("projectlibre-%s" % get.srcVERSION(),"projectlibre")
|
||||
pisitools.dodir("/opt")
|
||||
pisitools.insinto("/opt","projectlibre")
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.5.7
|
||||
Name=ProjectLibre
|
||||
GenericName=ProjectLibre
|
||||
Comment=Open Source replacement of Microsoft Project
|
||||
Icon=/usr/share/pixmaps/Libre.png
|
||||
Exec=sh /opt/projectlibre/projectlibre.sh
|
||||
Categories=Development;
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-StartupNotify=true
|
||||
MultipleArgs=false
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ProjectLibre</Name>
|
||||
<Homepage>http://www.projectlibre.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>CPL-1.0</License>
|
||||
<PartOf>office</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Open source Project Management Tool</Summary>
|
||||
<Description>- Microsoft Project replacement,Gantt Chart,Earned Value Costing,PERT Charts,Project Management software
|
||||
RBS Chart, New version of OpenProj</Description>
|
||||
<Archive sha1sum="bbd8d827e04c334a9b3f140b338b86a6cdad1b50" type="targz">https://sourceforge.net/projects/projectlibre/files/ProjectLibre/1.9.1/projectlibre-1.9.1.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>ProjectLibre</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>jre7-openjdk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="data">/usr</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/ProjectLibre.desktop" permission="0644" group="root" owner="root">ProjectLibre.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/Libre.png" permission="0644" group="root" owner="root">Libre.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-29</Date>
|
||||
<Version>1.9.1</Version>
|
||||
<Comment>version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-06-24</Date>
|
||||
<Version>1.6.2</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ProjectLibre</Name>
|
||||
<Summary xml:lang="tr">Açık kaynak Proje Yönetimi Aracı</Summary>
|
||||
<Description xml:lang="tr">- Microsoft Project yedek
|
||||
- Gantt Chart
|
||||
- Güncellemeleri / hata düzeltmeleri yüzlerce OpenProj yeni ve güncellenmiş versiyonu
|
||||
- Maliyet Kazanılan Değer
|
||||
- PERT Grafikler
|
||||
- Proje Yönetimi yazılımı
|
||||
- RBS Grafik
|
||||
- OpenProj yeni versiyonu</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.0.0 -->
|
||||
Reference in New Issue
Block a user