|
Revision 139, 250 bytes
(checked in by bjourne, 2 years ago)
|
Simplify the installed paths. Change pkg-config name from gtkimageview-1.0 to gtkimageview. Change installed include path from
${includedir}/gtkimageview-1.0/gtkimageview to ${includedir}/gtkimageview. Change so-name to libgtkimageview.so. The point of these
changes is to make the paths look more aestethically pleasing. There will never be a need for installing multiple versions of
GtkImageView, so naming the files with a -1.0 suffix is redundant.
|
| Line | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
Name: @PACKAGE_NAME@ |
|---|
| 7 |
Description: GTK+ 2.0 Image Viewer Widget |
|---|
| 8 |
Version: @PACKAGE_VERSION@ |
|---|
| 9 |
Requires: gtk+-2.0 |
|---|
| 10 |
Libs: -L${libdir} -lgtkimageview |
|---|
| 11 |
Cflags: -I${includedir} |
|---|