diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /data/pluma.pc.in | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'data/pluma.pc.in')
-rwxr-xr-x | data/pluma.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/pluma.pc.in b/data/pluma.pc.in new file mode 100755 index 00000000..ca673245 --- /dev/null +++ b/data/pluma.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: pluma +Description: pluma +Requires: gtksourceview-2.0 +Version: @VERSION@ +Cflags: -I${includedir}/pluma-@PLUMA_API_VERSION@ +Libs: -L${libdir} @PLUMA_IMPLIB@ |