From a090eff785cd6c75eb70905b91adea159d64d648 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 8 Jan 2007 19:57:06 +0000 Subject: Added "icondir" variable ( == $datadir/$package/icons ). The purpose is 2007-01-08 Luca Ferretti * 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. svn path=/trunk/; revision=6794 --- ChangeLog | 9 +++++++++ data/epiphany.pc.in | 1 + 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5e4277542..753dc12d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-01-08 Luca Ferretti + + * 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 * 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 -- cgit v1.2.3