moved everything into trunk/ subdirectory, as a preparation for the conversion to git

This commit is contained in:
Manuel Friedli 2014-01-21 13:08:47 +00:00
parent df41424518
commit 52d584b8fb
48 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,49 @@
--- backintime-1.0.4/common/Makefile.template
+++ backintime-1.0.4/common/Makefile.template
@@ -17,10 +17,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-common
- install --mode=644 debian_specific/copyright $(DEST)/share/doc/backintime-common
-
#install doc file(s)
install -d $(DEST)/share/doc/backintime
install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
--- backintime-1.0.24/common/Makefile.template
+++ backintime-1.0.24/common/Makefile.template
@@ -20,7 +20,6 @@
#install doc file(s)
install -d $(DEST)/share/doc/backintime
install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
- install --mode=644 ../LICENSE $(DEST)/share/doc/backintime
install --mode=644 ../README $(DEST)/share/doc/backintime
install --mode=644 ../TRANSLATIONS $(DEST)/share/doc/backintime
install --mode=644 ../VERSION $(DEST)/share/doc/backintime
--- backintime-1.0.4/gnome/Makefile.template
+++ backintime-1.0.4/gnome/Makefile.template
@@ -15,10 +15,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-gnome
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-gnome
-
#install man file(s)
install -d $(DEST)/share/man/man1
install --mode=644 man/C/*.gz $(DEST)/share/man/man1
--- backintime-1.0.4/kde4/Makefile.template
+++ backintime-1.0.4/kde4/Makefile.template
@@ -19,10 +19,6 @@
install -d $(DEST)/bin
install backintime-kde4 $(DEST)/bin
- #install copyright file
- install -d $(DEST)/share/doc/backintime-kde4
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-kde4
-
#install .desktop file(s)
install -d $(DEST)/share/applications/kde4
install --mode=644 *.desktop $(DEST)/share/applications/kde4

View file

@ -0,0 +1,39 @@
--- backintime-1.0.4.orig/common/Makefile.template 2010-07-04 14:30:19.000000000 +0200
+++ backintime-1.0.4/common/Makefile.template 2010-11-01 09:50:43.000000000 +0100
@@ -17,10 +17,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-common
- install --mode=644 debian_specific/copyright $(DEST)/share/doc/backintime-common
-
#install doc file(s)
install -d $(DEST)/share/doc/backintime
install --mode=644 ../AUTHORS $(DEST)/share/doc/backintime
--- backintime-1.0.4.orig/gnome/Makefile.template 2010-07-18 10:25:58.000000000 +0200
+++ backintime-1.0.4/gnome/Makefile.template 2010-11-01 09:50:42.000000000 +0100
@@ -15,10 +15,6 @@
install -d $(DEST)/share/backintime/plugins
install --mode=644 plugins/*.py $(DEST)/share/backintime/plugins
- #install copyright file
- install -d $(DEST)/share/doc/backintime-gnome
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-gnome
-
#install man file(s)
install -d $(DEST)/share/man/man1
install --mode=644 man/C/*.gz $(DEST)/share/man/man1
--- backintime-1.0.4.orig/kde4/Makefile.template 2010-07-18 10:26:09.000000000 +0200
+++ backintime-1.0.4/kde4/Makefile.template 2010-11-01 09:50:41.000000000 +0100
@@ -19,10 +19,6 @@
install -d $(DEST)/bin
install backintime-kde4 $(DEST)/bin
- #install copyright file
- install -d $(DEST)/share/doc/backintime-kde4
- install --mode=644 ../common/debian_specific/copyright $(DEST)/share/doc/backintime-kde4
-
#install .desktop file(s)
install -d $(DEST)/share/applications/kde4
install --mode=644 *.desktop $(DEST)/share/applications/kde4

View file

@ -0,0 +1,17 @@
diff -Naur backintime-1.0.4.orig/kde4/configure backintime-1.0.4/kde4/configure
--- backintime-1.0.4.orig/kde4/configure 2010-11-08 14:36:52.000000000 +0100
+++ backintime-1.0.4/kde4/configure 2010-11-08 14:42:18.000000000 +0100
@@ -16,13 +16,6 @@
fi
fi
-#check for kdesudo (if not use kdesu)
-if [ -z `which kdesudo` ]; then
- mv backintime-kde4-root.desktop.kdesudo backintime-kde4-root.desktop
-else
- mv backintime-kde4-root.desktop.kdesu backintime-kde4-root.desktop
-fi
-
cp Makefile.template Makefile
echo "All OK. Now run:"

View file

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Back In Time (root)
Exec=kdesu -c backintime-kde4
Icon=document-save
Terminal=false
X-MultipleArgs=false
Type=Application
StartupNotify=true
Categories=Qt;KDE;System;
Comment=Simple backup system
Comment[sl]=Enostaven sistem ustvarjanja varnostnih kopij

View file

@ -0,0 +1,45 @@
--- backintime-1.0.8/common/backintime
+++ backintime-1.0.8/common/backintime
@@ -17,11 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-if [ -f backintime.py ]; then
- APP_PATH="."
-else
- APP_PATH="/usr/share/backintime/common"
-fi
+APP_PATH="/usr/share/backintime/common"
python ${APP_PATH}/backintime.py "$@"
--- backintime-1.0.8/gnome/backintime-gnome
+++ backintime-1.0.8/gnome/backintime-gnome
@@ -17,11 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-if [ -f app.py ]; then
- APP_PATH="."
-else
- APP_PATH="/usr/share/backintime/gnome"
-fi
+APP_PATH="/usr/share/backintime/gnome"
python ${APP_PATH}/app.py "$@"
--- backintime-1.0.8/kde4/backintime-kde4
+++ backintime-1.0.8/kde4/backintime-kde4
@@ -17,11 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-if [ -f app.py ]; then
- APP_PATH="."
-else
- APP_PATH="/usr/share/backintime/kde4"
-fi
+APP_PATH="/usr/share/backintime/kde4"
python ${APP_PATH}/app.py "$@"