aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--data/epiphany.pc.in1
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e4277542..753dc12d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-08 Luca Ferretti <elle.uca@libero.it>
+
+ * data/epiphany.pc.in:
+
+ Added "icondir" variable ( == $datadir/$package/icons ).
+ The purpose is allow extensions to install custom themeable icons
+ in this directory, so they can use named icons without add a new
+ icon search path.
+
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/glade/form-signing-dialog.glade:
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in
index 06eeaf5ba..ec65b98ed 100644
--- a/data/epiphany.pc.in
+++ b/data/epiphany.pc.in
@@ -4,6 +4,7 @@ libdir=@libdir@
includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@
extensionsdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/extensions
loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders
+icondir=@datadir@/@PACKAGE@/icons
features=@EPIPHANY_FEATURES@
Name: Epiphany Browser