aboutsummaryrefslogtreecommitdiffstats
path: root/polish/qnapi/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-08-27 05:04:34 +0800
committerPawel Pekala <pawel@FreeBSD.org>2015-08-27 05:04:34 +0800
commita558f1af5ca6a92e94b61fe1d68afe3913f03aa9 (patch)
tree38477d30dbce4fd3f1cbb8375f6cbccaaf392ad6 /polish/qnapi/files
parentc3d318798bfc80ceaf6ab84e2e508168c5dcacdb (diff)
downloadfreebsd-ports-gnome-a558f1af5ca6a92e94b61fe1d68afe3913f03aa9.tar.gz
freebsd-ports-gnome-a558f1af5ca6a92e94b61fe1d68afe3913f03aa9.tar.zst
freebsd-ports-gnome-a558f1af5ca6a92e94b61fe1d68afe3913f03aa9.zip
Update to version 0.1.9
Changelog: - conversion between subtitle formas: SRT, mDVD, TMP, MPL2 (now ffprobe is required) - select target extension of subtitles - directory scanning now can see other subtitle extensions than .txt (also .srt and .sub) - respect INSTALL_PREFIX on icons and desktop files installation
Diffstat (limited to 'polish/qnapi/files')
-rw-r--r--polish/qnapi/files/patch-qnapi.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/polish/qnapi/files/patch-qnapi.pro b/polish/qnapi/files/patch-qnapi.pro
deleted file mode 100644
index 68c3119c9c74..000000000000
--- a/polish/qnapi/files/patch-qnapi.pro
+++ /dev/null
@@ -1,32 +0,0 @@
---- qnapi.pro.orig 2015-08-08 19:45:00 UTC
-+++ qnapi.pro
-@@ -118,7 +118,7 @@ macx {
- }
-
- unix {
-- INSTALL_PREFIX = /usr
-+ INSTALL_PREFIX = $${PREFIX}
- target.path = $${INSTALL_PREFIX}/bin
- doc.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}
- doc.files = doc/ChangeLog \
-@@ -129,17 +129,16 @@ unix {
- doc/qnapi-scan.desktop \
- doc/qnapi-download.schemas \
- doc/qnapi-scan.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
- INSTALLS = target \
-- doc \
- man \
- icons \
- desktop