Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("menu/luckybackup-kde-su.desktop", "^(Exec=)(\/usr\/bin\/luckybackup)", r"\1xdg-su -c \2")
|
||||
pisitools.dosed("menu/luckybackup-kde-su.desktop", "^(X-KDE-SubstituteUID=)true", r"\1false")
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.remove("/usr/share/applications/luckybackup-gnome-su.desktop")
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>luckybackup</Name>
|
||||
<Homepage>http://luckybackup.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<PartOf>util.archive</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A powerful, fast and reliable backup and sync tool</Summary>
|
||||
<Description>luckyBackup is an application for data back-up and synchronization powered by the rsync tool.</Description>
|
||||
<Archive sha1sum="a8662494e011d47e2b875fb20aefe5e6d34bc862" type="targz">http://downloads.sourceforge.net/project/luckybackup/0.4.9/source/luckybackup-0.4.9.tar.gz</Archive>
|
||||
</Source>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Package>
|
||||
<Name>luckybackup</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>openssh</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>rsync</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable" permanent="0">/usr/bin/luckybackup</Path>
|
||||
<Path fileType="data" permanent="0">/usr/share/applications/*</Path>
|
||||
<Path fileType="data" permanent="0">/usr/share/menu/luckybackup</Path>
|
||||
<Path fileType="doc" permanent="0">/usr/share/doc/luckybackup/*</Path>
|
||||
<Path fileType="data" permanent="0">/usr/share/luckybackup/*</Path>
|
||||
<Path fileType="man" permanent="0">/usr/share/man/man8/luckybackup.8.gz</Path>
|
||||
<Path fileType="data" permanent="0">/usr/share/pixmaps/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-05-16</Date>
|
||||
<Version>0.4.9</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>luckybackup</Name>
|
||||
<Summary xml:lang="de">Einfache Datensynchronisation und Backup</Summary>
|
||||
<Description xml:lang="de">luckyBackup legt inkrementielle Sicherungen geänderter Daten im Zielverzeichnis an - auch zwei Wege (bidirektionale) Ordner Synchronisationen sind möglich.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user