Lines 35-41
PLIST_FILES= bin/coyim \
Link Here
|
35 |
share/applications/coyim.desktop \ |
35 |
share/applications/coyim.desktop \ |
36 |
share/pixmaps/coyim.png |
36 |
share/pixmaps/coyim.png |
37 |
|
37 |
|
38 |
GTK_BUILD_TAG= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" |
38 |
GTK_VERSION= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" |
|
|
39 |
GTK_BUILD_TAG= gtk_${GTK_VERSION} |
39 |
|
40 |
|
40 |
COYIM_ICON= coyim.png |
41 |
COYIM_ICON= coyim.png |
41 |
COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png |
42 |
COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png |