diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 08:56:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 08:56:04 +0800 |
commit | 530ada40404c49563905fe6f726265a15a79046b (patch) | |
tree | c145e384ffea08f8bba8452db54a3883b6a9000b /polish/qnapi/files | |
parent | 016acd086fe25e4bc3da8c5ff0210cd352497812 (diff) | |
download | freebsd-ports-gnome-530ada40404c49563905fe6f726265a15a79046b.tar.gz freebsd-ports-gnome-530ada40404c49563905fe6f726265a15a79046b.tar.zst freebsd-ports-gnome-530ada40404c49563905fe6f726265a15a79046b.zip |
[NEW PORT] polish/qnapi
This is port of polish subtitle distribution project Qt4 client.
WWW: http://krzemin.iglu.cz/?page_id=29
PR: ports/122909
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Diffstat (limited to 'polish/qnapi/files')
-rw-r--r-- | polish/qnapi/files/patch-doc-qnapi.desktop | 11 | ||||
-rw-r--r-- | polish/qnapi/files/patch-doc-qnapi_download.desktop | 17 | ||||
-rw-r--r-- | polish/qnapi/files/patch-doc-qnapi_download.schemas | 11 | ||||
-rw-r--r-- | polish/qnapi/files/patch-qnapi.pro | 48 |
4 files changed, 87 insertions, 0 deletions
diff --git a/polish/qnapi/files/patch-doc-qnapi.desktop b/polish/qnapi/files/patch-doc-qnapi.desktop new file mode 100644 index 000000000000..4e0037176b1b --- /dev/null +++ b/polish/qnapi/files/patch-doc-qnapi.desktop @@ -0,0 +1,11 @@ +--- doc/qnapi.desktop.orig Tue Feb 26 20:18:29 2008 ++++ doc/qnapi.desktop Thu Apr 10 20:07:03 2008 +@@ -1,7 +1,7 @@ + [Desktop Entry] + Exec=qnapi + Name=QNapi +-Icon=/usr/share/icons/qnapi-48.png ++Icon=@PREFIX@/share/icons/qnapi.png + Type=Application + Categories=Application;Multimedia;AudioVideo;Utility;Qt; + Comment=Program do pobierania napisów do filmów diff --git a/polish/qnapi/files/patch-doc-qnapi_download.desktop b/polish/qnapi/files/patch-doc-qnapi_download.desktop new file mode 100644 index 000000000000..f2dfdbc98f4f --- /dev/null +++ b/polish/qnapi/files/patch-doc-qnapi_download.desktop @@ -0,0 +1,17 @@ +--- doc/qnapi-download.desktop.orig Mon Apr 7 20:55:58 2008 ++++ doc/qnapi-download.desktop Thu Apr 10 20:08:37 2008 +@@ -4,7 +4,7 @@ + Actions=QNapiDownload; + Name=Pobierz napisy do filmu z QNapi + GenericName=Pobierz napisy do filmu z QNapi +-Icon=/usr/share/icons/qnapi-48.png ++Icon=@PREFIX@/share/icons/qnapi.png + 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 + X-KDE-ServiceTypes=KonqPopupMenu/Plugin + Type=Service +@@ -12,4 +12,4 @@ + [Desktop Action QNapiDownload] + Name=Pobierz napisy do filmu z QNapi + Exec=qnapi %F +-Icon=/usr/share/icons/qnapi-48.png ++Icon=@PREFIX@/share/icons/qnapi.png diff --git a/polish/qnapi/files/patch-doc-qnapi_download.schemas b/polish/qnapi/files/patch-doc-qnapi_download.schemas new file mode 100644 index 000000000000..0175e6b86e18 --- /dev/null +++ b/polish/qnapi/files/patch-doc-qnapi_download.schemas @@ -0,0 +1,11 @@ +--- doc/qnapi-download.schemas.orig Sat Feb 23 11:31:20 2008 ++++ doc/qnapi-download.schemas Thu Apr 10 20:11:23 2008 +@@ -32,7 +32,7 @@ + <short>The icon of the menu item</short> + <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> + </locale> +- <default>/usr/share/icons/qnapi.png</default> ++ <default>@PREFIX@/share/icons/qnapi.png</default> + </schema> + <schema> + <key>/schemas/apps/nautilus-actions/configurations/12e76756-c203-4a27-830f-af5a1527869e/path</key> diff --git a/polish/qnapi/files/patch-qnapi.pro b/polish/qnapi/files/patch-qnapi.pro new file mode 100644 index 000000000000..e7df63966f89 --- /dev/null +++ b/polish/qnapi/files/patch-qnapi.pro @@ -0,0 +1,48 @@ +--- qnapi.pro.orig Tue May 20 18:50:01 2008 ++++ qnapi.pro Mon Jun 2 15:00:17 2008 +@@ -77,7 +77,7 @@ + #QMAKE_BUNDLE_DATA += 7ZIP_BINARY + } + unix { +- INSTALL_PREFIX = /usr ++ INSTALL_PREFIX = @PREFIX@ + target.path = $${INSTALL_PREFIX}/bin + doc.path = $${INSTALL_PREFIX}/share/doc/$${TARGET} + doc.files = doc/ChangeLog \ +@@ -89,29 +89,27 @@ + doc/COPYRIGHT \ + doc/qnapi-download.desktop \ + doc/qnapi-download.schemas +- man.path = $${INSTALL_PREFIX}/share/man/man1 ++ man.path = $${INSTALL_PREFIX}/man/man1 + man.files = doc/$${TARGET}.1.gz +- icons.path = /usr/share/icons ++ icons.path = $${INSTALL_PREFIX}/share/icons + icons.files = res/qnapi.png res/qnapi-48.png res/qnapi-128.png res/qnapi-512.png +- desktop.path = /usr/share/applications ++ desktop.path = $${INSTALL_PREFIX}/share/applications + desktop.files = doc/$${TARGET}.desktop +- dolphin_integration.path = /usr/share/apps/dolphin/servicemenus ++ dolphin_integration.path = $${INSTALL_PREFIX}/share/apps/dolphin/servicemenus + dolphin_integration.files = doc/$${TARGET}-download.desktop +- d3lphin_integration.path = /usr/share/apps/d3lphin/servicemenus ++ d3lphin_integration.path = $${INSTALL_PREFIX}/share/apps/d3lphin/servicemenus + d3lphin_integration.files = doc/$${TARGET}-download.desktop +- konqueror_integration.path = /usr/share/apps/konqueror/servicemenus ++ konqueror_integration.path = $${INSTALL_PREFIX}/share/apps/konqueror/servicemenus + konqueror_integration.files = doc/$${TARGET}-download.desktop + kde4_integration.path = /usr/lib/kde4/share/kde4/services/ServiceMenus + kde4_integration.files = doc/$${TARGET}-download.desktop + INSTALLS = target \ +- doc \ + man \ + icons \ + desktop \ + dolphin_integration \ + d3lphin_integration \ +- konqueror_integration \ +- kde4_integration ++ konqueror_integration + } + win32 { + RC_FILE = win32/qnapi.rc |