]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 11:58:40 +0000 (12:58 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 11:58:40 +0000 (12:58 +0100)
Package changes:
+app-cdr/cdrdao-1.2.3-r1

.etckeeper
gconf/schemas/gcdmaster.schemas [new file with mode: 0644]

index 2a9d9ea04c52c3124359a21f7423af71f6f170bc..6deac602f9c8b7e014979dbb4ce59c9c12d63b60 100755 (executable)
@@ -680,6 +680,7 @@ maybe chmod 0644 './gconf/schemas/evolution-webcal.schemas'
 maybe chmod 0644 './gconf/schemas/file-roller.schemas'
 maybe chmod 0644 './gconf/schemas/fish.schemas'
 maybe chmod 0644 './gconf/schemas/fontilus.schemas'
+maybe chmod 0644 './gconf/schemas/gcdmaster.schemas'
 maybe chmod 0644 './gconf/schemas/gconf-editor.schemas'
 maybe chmod 0644 './gconf/schemas/gedit-file-browser.schemas'
 maybe chmod 0644 './gconf/schemas/gedit.schemas'
diff --git a/gconf/schemas/gcdmaster.schemas b/gconf/schemas/gcdmaster.schemas
new file mode 100644 (file)
index 0000000..166f378
--- /dev/null
@@ -0,0 +1,31 @@
+<gconfschemafile>
+  <schemalist>
+    <schema>
+      <key>/schemas/apps/gcdmaster/temp_dir</key>
+      <applyto>/apps/gcdmaster/temp_dir</applyto>
+      <owner>gcdmaster</owner>
+      <type>string</type>
+      <default>/tmp</default>
+      <locale name="C">
+        <short>Temporary files directory</short>
+        <long>
+         Directory in which temporary decoded audio files are stored
+        </long>
+      </locale>
+    </schema>
+    <schema>
+      <key>/schemas/apps/gcdmaster/manual_devices</key>
+      <applyto>/apps/gcdmaster/manual_devices</applyto>
+      <owner>gcdmaster</owner>
+      <type>list</type>
+      <list_type>string</list_type>
+      <default>[]</default>
+      <locale name="C">
+        <short>Manually configured devices</short>
+        <long>
+         List of manually configured devices
+        </long>
+      </locale>
+    </schema>
+  </schemalist>
+</gconfschemafile>