summaryrefslogtreecommitdiff
path: root/deskutils/rubrica/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-05 21:55:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-05 21:55:11 +0000
commit930f56e5fe1c315ad2dbfb93597f9d25054d1bdb (patch)
treea8ed1cbb0a78d06e55f38b76e3731542a41a72c4 /deskutils/rubrica/files
parent- Update to 2.0.6 (diff)
- Update to 0.11.0
PR: 116928 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'deskutils/rubrica/files')
-rw-r--r--deskutils/rubrica/files/patch-Makefile.in21
-rw-r--r--deskutils/rubrica/files/patch-doc::Makefile.in11
-rw-r--r--deskutils/rubrica/files/patch-rubrica2.schemas.in21
-rw-r--r--deskutils/rubrica/files/patch-src::Makefile.in10
4 files changed, 21 insertions, 42 deletions
diff --git a/deskutils/rubrica/files/patch-Makefile.in b/deskutils/rubrica/files/patch-Makefile.in
deleted file mode 100644
index 09265aaa8c11..000000000000
--- a/deskutils/rubrica/files/patch-Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.in.orig Sun Sep 3 13:11:07 2006
-+++ Makefile.in Sun Sep 3 13:12:59 2006
-@@ -656,7 +656,7 @@ info: info-recursive
-
- info-am:
-
--install-data-am: install-desktopDATA install-rubricadocDATA \
-+install-data-am: install-desktopDATA \
- install-schemas_DATA
-
- install-exec-am:
-@@ -710,8 +710,7 @@ uninstall-info: uninstall-info-recursive
-
-
- install-schemas: $(schemas__DATA)
-- gconftool-2 --shutdown
-- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(schemas_dir)/$(schemas__DATA)
-+ GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(schemas_dir)/$(schemas__DATA)
-
- uninstall-local:
- @$(NORMAL_UNINSTALL)
diff --git a/deskutils/rubrica/files/patch-doc::Makefile.in b/deskutils/rubrica/files/patch-doc::Makefile.in
deleted file mode 100644
index 03b153767055..000000000000
--- a/deskutils/rubrica/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Thu Feb 5 03:10:13 2004
-+++ doc/Makefile.in Thu Feb 5 17:24:42 2004
-@@ -245,7 +245,7 @@
-
- info-am:
-
--install-data-am: install-extradocDATA
-+install-data-am:
-
- install-exec-am:
-
diff --git a/deskutils/rubrica/files/patch-rubrica2.schemas.in b/deskutils/rubrica/files/patch-rubrica2.schemas.in
new file mode 100644
index 000000000000..a5507aea8c54
--- /dev/null
+++ b/deskutils/rubrica/files/patch-rubrica2.schemas.in
@@ -0,0 +1,21 @@
+--- rubrica2.schemas.in.orig Thu Aug 16 20:00:44 2007
++++ rubrica2.schemas.in Thu Sep 6 21:59:36 2007
+@@ -77,7 +77,7 @@
+ <key>/schemas/apps/rubrica2/file/load_files</key>
+ <applyto>/apps/rubrica2/file/load_files</applyto>
+ <owner>rubrica</owner>
+- <type>boolean</type>
++ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Load addressbooks on startup</short>
+@@ -89,7 +89,8 @@
+ <applyto>/apps/rubrica2/file/files</applyto>
+ <owner>rubrica</owner>
+ <type>list</type>
+- <default></default>
++ <list_type>string</list_type>
++ <default>[]</default>
+ <locale name="C">
+ <short>Files that rubrica will open at startup</short>
+ </locale>
diff --git a/deskutils/rubrica/files/patch-src::Makefile.in b/deskutils/rubrica/files/patch-src::Makefile.in
deleted file mode 100644
index 8e3ddde85f91..000000000000
--- a/deskutils/rubrica/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Wed May 25 01:30:59 2005
-+++ src/Makefile.in Wed May 25 01:30:59 2005
-@@ -190,7 +190,6 @@
- -DRUBRICA_SCRIPT_DIR=\""${datadir}/rubrica"\" \
- -DFILE_FORMAT=@FILE_FORMAT@
-
--AM_CFLAGS = -DHAVE_CONFIG_H -Wall -O -g
- rubrica_SOURCES = \
- rubrica_type.h \
- account.c account.h \