From 322884dde9c0131373989c1fc39d92a4ce7e87f9 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Sat, 19 Jun 2010 08:47:50 -0400 Subject: first pass at providing a gtk3 version --- libindicator/indicator3.pc.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libindicator/indicator3.pc.in (limited to 'libindicator/indicator3.pc.in') diff --git a/libindicator/indicator3.pc.in b/libindicator/indicator3.pc.in new file mode 100644 index 0000000..47b3461 --- /dev/null +++ b/libindicator/indicator3.pc.in @@ -0,0 +1,17 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +bindir=@bindir@ +includedir=@includedir@ + +indicatordir=${libdir}/indicators/3/ +iconsdir=@datarootdir@/@PACKAGE@/icons/ + +Cflags: -I${includedir}/libindicator-3.3 +Requires: gtk+-3.0 +Libs: -lindicator3 + +Name: libindicator3 +Description: libindicator. +Version: @VERSION@ + -- cgit v1.2.3 From 923a1d5b25bbc33513984d413acdad9a5d446ab9 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Sat, 19 Jun 2010 09:32:03 -0400 Subject: don't use 3.3 version, rather use indicator3 --- libindicator/indicator3.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libindicator/indicator3.pc.in') diff --git a/libindicator/indicator3.pc.in b/libindicator/indicator3.pc.in index 47b3461..ba7098c 100644 --- a/libindicator/indicator3.pc.in +++ b/libindicator/indicator3.pc.in @@ -7,11 +7,11 @@ includedir=@includedir@ indicatordir=${libdir}/indicators/3/ iconsdir=@datarootdir@/@PACKAGE@/icons/ -Cflags: -I${includedir}/libindicator-3.3 +Cflags: -I${includedir}/libindicator3-0.3 Requires: gtk+-3.0 Libs: -lindicator3 Name: libindicator3 -Description: libindicator. +Description: libindicator3. Version: @VERSION@ -- cgit v1.2.3 From 5c848a14979bf12357c88a7e90422d1deb045ed5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 11 Nov 2010 09:33:27 -0600 Subject: Putting the GTK3 indicators in a different directory. --- libindicator/indicator3.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator/indicator3.pc.in') diff --git a/libindicator/indicator3.pc.in b/libindicator/indicator3.pc.in index ba7098c..74b93c5 100644 --- a/libindicator/indicator3.pc.in +++ b/libindicator/indicator3.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -indicatordir=${libdir}/indicators/3/ +indicatordir=${libdir}/indicators3/1/ iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator3-0.3 -- cgit v1.2.3