1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
actions_16dir = $(datadir)/@PACKAGE@/icons/hicolor/16x16/actions
dist_actions_16_DATA = \
hicolor/16x16/actions/download-and-upload.png \
hicolor/16x16/actions/upload.png \
hicolor/16x16/actions/download.png \
hicolor/16x16/actions/statistics.png
actions_22dir = $(datadir)/@PACKAGE@/icons/hicolor/22x22/actions
dist_actions_22_DATA = hicolor/22x22/actions/statistics.png
actions_32dir = $(datadir)/@PACKAGE@/icons/hicolor/32x32/actions
dist_actions_32_DATA = hicolor/32x32/actions/statistics.png
apps_16dir = $(datadir)/icons/hicolor/16x16/apps
dist_apps_16_DATA = hicolor/16x16/apps/@PACKAGE@.png
apps_22dir = $(datadir)/icons/hicolor/22x22/apps
dist_apps_22_DATA = hicolor/22x22/apps/@PACKAGE@.png
apps_24dir = $(datadir)/icons/hicolor/24x24/apps
dist_apps_24_DATA = hicolor/24x24/apps/@PACKAGE@.png
apps_32dir = $(datadir)/icons/hicolor/32x32/apps
dist_apps_32_DATA = hicolor/32x32/apps/@PACKAGE@.png
apps_48dir = $(datadir)/icons/hicolor/48x48/apps
dist_apps_48_DATA = hicolor/48x48/apps/@PACKAGE@.png
apps_72dir = $(datadir)/icons/hicolor/72x72/apps
dist_apps_72_DATA = hicolor/72x72/apps/@PACKAGE@.png
categories_16dir = $(datadir)/@PACKAGE@/icons/hicolor/16x16/categories
dist_categories_16_DATA = \
hicolor/16x16/categories/torrents-seeding.png \
hicolor/16x16/categories/torrents-all.png \
hicolor/16x16/categories/torrents-paused.png \
hicolor/16x16/categories/torrents-checking.png \
hicolor/16x16/categories/torrents-downloading.png \
hicolor/16x16/categories/torrents-waiting-for-download.png \
hicolor/16x16/categories/torrents-uploading.png \
hicolor/16x16/categories/torrents-tracker-error.png
status_16dir = $(datadir)/@PACKAGE@/icons/hicolor/16x16/status
dist_status_16_DATA = \
hicolor/16x16/status/torrent-uploading.png \
hicolor/16x16/status/torrent-downloading.png \
hicolor/16x16/status/torrent-seeding.png \
hicolor/16x16/status/torrent-seeding-paused.png \
hicolor/16x16/status/torrent-seeding-tracker-error.png \
hicolor/16x16/status/torrent-waiting-for-download.png \
hicolor/16x16/status/torrent-allocating-tracker-error.png \
hicolor/16x16/status/torrent-checking-tracker-error.png \
hicolor/16x16/status/torrent-allocating.png \
hicolor/16x16/status/torrent-allocating-paused.png \
hicolor/16x16/status/torrent-checking.png \
hicolor/16x16/status/torrent-checking-paused.png \
hicolor/16x16/status/torrent-downloading-tracker-error.png \
hicolor/16x16/status/torrent-downloading-paused.png \
hicolor/16x16/status/torrent-uploading-paused.png \
hicolor/16x16/status/torrent-uploading-tracker-error.png \
hicolor/16x16/status/torrent-waiting-for-download-paused.png \
hicolor/16x16/status/torrent-waiting-for-download-tracker-error.png
|