added backup facility
authormishas <mikhail.sobolev@gmail.com>
Sat, 24 Mar 2007 10:35:26 +0000 (10:35 +0000)
committermishas <mikhail.sobolev@gmail.com>
Sat, 24 Mar 2007 10:35:26 +0000 (10:35 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@124 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile
debian/changelog
simple-launcher.backup [new file with mode: 0644]

index fb27a98..dfe440d 100644 (file)
--- 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
index ac862fa..1d3aa54 100644 (file)
@@ -1,3 +1,9 @@
+simple-launcher (0.9.3) unstable; urgency=low
+
+  * the config file can now be backed up
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  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 (file)
index 0000000..5efec5c
--- /dev/null
@@ -0,0 +1,5 @@
+<backup-configuration>
+  <locations>
+    <location type="file" category="settings">$HOME/.slarc</location>
+  </locations>
+</backup-configuration>