From 8712fd076872e054a93ce489ceb02ed8fb0db834 Mon Sep 17 00:00:00 2001 From: mishas Date: Sat, 24 Mar 2007 10:35:26 +0000 Subject: [PATCH] added backup facility git-svn-id: file:///svnroot/simple-launcher/trunk@124 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 5 ++++- debian/changelog | 6 ++++++ simple-launcher.backup | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 simple-launcher.backup diff --git a/Makefile b/Makefile index fb27a98..dfe440d 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ LDFLAGS = -shared LIBS = -lstdc++ TARGET=simple-launcher.so +DESKTOP_FILE=simple-launcher.desktop +BACKUP_CONF=simple-launcher.backup all: $(TARGET) @@ -29,8 +31,9 @@ clean: install: $(TARGET) install -d $(DESTDIR)/usr/share/applications/hildon-home - install -m 0644 simple-launcher.desktop $(DESTDIR)/usr/share/applications/hildon-home + install -m 0644 $(DESKTOP_FILE) $(DESTDIR)/usr/share/applications/hildon-home install -d $(DESTDIR)/usr/lib/hildon-home install -m 0644 $(TARGET) $(DESTDIR)/usr/lib/hildon-home + @install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/simple-launcher.conf -include *.d diff --git a/debian/changelog b/debian/changelog index ac862fa..1d3aa54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-launcher (0.9.3) unstable; urgency=low + + * the config file can now be backed up + + -- Mikhail Sobolev Sat, 24 Mar 2007 12:32:51 +0200 + simple-launcher (0.9.2) unstable; urgency=low * minimum size in .desktop file is changed as well (so 1 icon only is now diff --git a/simple-launcher.backup b/simple-launcher.backup new file mode 100644 index 0000000..5efec5c --- /dev/null +++ b/simple-launcher.backup @@ -0,0 +1,5 @@ + + + $HOME/.slarc + + -- 1.7.9.5