Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219706 | Differences between
and this patch

Collapse All | Expand All

(-)qnapi-0.2.3.old/doc/qnapi-download.desktop (-2 / +2 lines)
Lines 7-13 Link Here
7
GenericName[it_IT]=Scarica sottotitoli con QNapi
7
GenericName[it_IT]=Scarica sottotitoli con QNapi
8
Name[pl_PL]=Pobierz napisy do filmu z QNapi
8
Name[pl_PL]=Pobierz napisy do filmu z QNapi
9
GenericName[pl_PL]=Pobierz napisy do filmu z QNapi
9
GenericName[pl_PL]=Pobierz napisy do filmu z QNapi
10
Icon=qnapi-48
10
Icon=qnapi
11
ServiceTypes=video/x-msvideo,video/x-ms-asf,video/mpeg,video/x-ms-wmv,video/mp4,video/quicktime,video/x-theora,video/x-matroska,video/3gpp,application/vnd.rn-realmedia,application/vnd.rn-realmedia-vbr
11
ServiceTypes=video/x-msvideo,video/x-ms-asf,video/mpeg,video/x-ms-wmv,video/mp4,video/quicktime,video/x-theora,video/x-matroska,video/3gpp,application/vnd.rn-realmedia,application/vnd.rn-realmedia-vbr
12
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
12
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
13
Type=Service
13
Type=Service
Lines 17-20 Link Here
17
Name[it_IT]=Scarica sottotitoli con QNapi
17
Name[it_IT]=Scarica sottotitoli con QNapi
18
Name[pl_PL]=Pobierz napisy do filmu z QNapi
18
Name[pl_PL]=Pobierz napisy do filmu z QNapi
19
Exec=qnapi %F
19
Exec=qnapi %F
20
Icon=qnapi-48
20
Icon=qnapi
(-)qnapi-0.2.3.old/doc/qnapi-download.schemas (-1 / +1 lines)
Lines 32-38 Link Here
32
        <short>The icon of the menu item</short>
32
        <short>The icon of the menu item</short>
33
        <long>The icon of the menu item that will appear next to the label in the Nautilus popup menu when the selection matches the appearance conditions settings</long>
33
        <long>The icon of the menu item that will appear next to the label in the Nautilus popup menu when the selection matches the appearance conditions settings</long>
34
      </locale>
34
      </locale>
35
      <default>/usr/share/icons/qnapi.png</default>
35
      <default>/usr/share/pixmaps/qnapi.png</default>
36
    </schema>
36
    </schema>
37
    <schema>
37
    <schema>
38
      <key>/schemas/apps/nautilus-actions/configurations/12e76756-c203-4a27-830f-af5a1527869e/path</key>
38
      <key>/schemas/apps/nautilus-actions/configurations/12e76756-c203-4a27-830f-af5a1527869e/path</key>
(-)qnapi-0.2.3.old/qnapi.pro (-21 / +4 lines)
Lines 12-46 Link Here
12
    target.files += qnapi
12
    target.files += qnapi
13
    target.path = $${INSTALL_PREFIX}/bin
13
    target.path = $${INSTALL_PREFIX}/bin
14
    doc.path = $${INSTALL_PREFIX}/share/doc/qnapi
14
    doc.path = $${INSTALL_PREFIX}/share/doc/qnapi
15
    doc.files = doc/ChangeLog \
15
    doc.files = doc/ChangeLog
16
        doc/LICENSE \
17
        doc/LICENSE-pl \
18
        doc/COPYRIGHT \
19
        doc/qnapi-download.desktop \
20
        doc/qnapi-scan.desktop \
21
        doc/qnapi-download.schemas \
22
        doc/qnapi-scan.schemas
23
    man.path = $${INSTALL_PREFIX}/share/man/man1/
16
    man.path = $${INSTALL_PREFIX}/share/man/man1/
24
    man.files = doc/man/qnapi.1.gz
17
    man.files = doc/man/qnapi.1.gz
25
    man_it.path = $${INSTALL_PREFIX}/share/man/it/man1/
18
    man_it.path = $${INSTALL_PREFIX}/share/man/it/man1/
26
    man_it.files = doc/man/it/qnapi.1.gz
19
    man_it.files = doc/man/it/qnapi.1.gz
27
    man_pl.path = $${INSTALL_PREFIX}/share/man/pl/man1/
20
    man_pl.path = $${INSTALL_PREFIX}/share/man/pl/man1/
28
    man_pl.files = doc/man/pl/qnapi.1.gz
21
    man_pl.files = doc/man/pl/qnapi.1.gz
29
    icons16.files = gui/res/icons/16x16/apps/qnapi.png
22
    icons.path =  /usr/share/pixmaps
30
    icons16.path = $${DATADIR}/icons/hicolor/16x16/apps/
23
    icons.files = gui/res/icons/48x48/apps/qnapi.png
31
    icons32.files = gui/res/icons/32x32/apps/qnapi.png
32
    icons32.path = $${DATADIR}/icons/hicolor/32x32/apps/
33
    icons48.files = gui/res/icons/48x48/apps/qnapi.png
34
    icons48.path = $${DATADIR}/icons/hicolor/48x48/apps/
35
    icons128.files = gui/res/icons/128x128/apps/qnapi.png
36
    icons128.path = $${DATADIR}/icons/hicolor/128x128/apps/
37
    icons512.files = gui/res/icons/512x512/apps/qnapi.png
38
    icons512.path = $${DATADIR}/icons/hicolor/512x512/apps/
39
    INSTALLS += icons16 icons32 icons48 icons128 icons512
40
41
    desktop.path = $${INSTALL_PREFIX}/share/applications
24
    desktop.path = $${INSTALL_PREFIX}/share/applications
42
    desktop.files = doc/qnapi.desktop
25
    desktop.files = doc/qnapi.desktop
43
    INSTALLS += target doc man man_it man_pl desktop
26
    INSTALLS += target doc man man_it man_pl icons desktop
44
}
27
}
45
28
46
macx {
29
macx {

Return to bug 219706