From 4fe36dd9ca7bb29b54a474f815b2fd1adea7ed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 28 May 2012 15:09:19 -0300 Subject: clementine-libre: new libre package for Parabola --- libre/clementine-libre/clementine-fresh-start.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libre/clementine-libre/clementine-fresh-start.patch (limited to 'libre/clementine-libre/clementine-fresh-start.patch') diff --git a/libre/clementine-libre/clementine-fresh-start.patch b/libre/clementine-libre/clementine-fresh-start.patch new file mode 100644 index 000000000..9bf12973d --- /dev/null +++ b/libre/clementine-libre/clementine-fresh-start.patch @@ -0,0 +1,9 @@ +diff -rupN clementine-0.7.1.old/data/schema/schema.sql clementine-0.7.1/data/schema/schema.sql +--- clementine-0.7.1.old/data/schema/schema.sql 2011-03-29 15:16:12.000000000 -0400 ++++ clementine-0.7.1/data/schema/schema.sql 2012-01-12 19:15:39.889374607 -0500 +@@ -35,4 +35,5 @@ CREATE TABLE songs ( + CREATE TABLE schema_version ( + version INTEGER NOT NULL + ); ++ + INSERT INTO schema_version (version) VALUES (0); -- cgit v1.2.3-2-g168b