summaryrefslogtreecommitdiff
path: root/misc/kchmviewer/patches
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-16 10:46:00 +0000
committerwiz <wiz>2015-01-16 10:46:00 +0000
commit1f7722f88671f33d86b63ed671048a9ef5c679f1 (patch)
tree1472bf2913ce658d9e286c779db6bc840a75fff3 /misc/kchmviewer/patches
parentfddc33a132908af2d53c19e8bce9a7196d46d31d (diff)
downloadpkgsrc-1f7722f88671f33d86b63ed671048a9ef5c679f1.tar.gz
Update to 7.2.1. Switch to qt5.
2014-12-23 tim <gyunaev@ulduzsoft.com> - Version 7.2 released - Ported to Qt5 (but still builds and works with Qt4) - Added support for 3rd party integration - Fixed some minor issues
Diffstat (limited to 'misc/kchmviewer/patches')
-rw-r--r--misc/kchmviewer/patches/patch-build-release.sh33
-rw-r--r--misc/kchmviewer/patches/patch-po_kchmviewer_it.po4
2 files changed, 3 insertions, 34 deletions
diff --git a/misc/kchmviewer/patches/patch-build-release.sh b/misc/kchmviewer/patches/patch-build-release.sh
deleted file mode 100644
index 8c856317331..00000000000
--- a/misc/kchmviewer/patches/patch-build-release.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-build-release.sh,v 1.1 2014/11/27 15:32:38 wiz Exp $
-
-Fix unportable test(1) comparison operator.
-
---- build-release.sh.orig 2014-04-13 08:04:55.000000000 +0000
-+++ build-release.sh
-@@ -34,7 +34,7 @@ svn export . "$BUILDDIR/" || exit 1
- tar zcf "$RELEASEDIR/$PACKAGE-$CURRENTVER.tar.gz" $BUILDDIR || exit 1
-
- # Build 64-bit onr
--if [ "$BUILD_RPM64" == 1 ]; then
-+if [ "$BUILD_RPM64" = 1 ]; then
-
- # Making the RPM root
- rm -rf "$BUILDDIR/buildroot"
-@@ -57,7 +57,7 @@ if [ "$BUILD_RPM64" == 1 ]; then
- fi
-
- # Build 32-bit RPM
--if [ "$BUILD_RPM32" == 1 ]; then
-+if [ "$BUILD_RPM32" = 1 ]; then
-
- # Clean up first
- pushd "$BUILDDIR"
-@@ -97,7 +97,7 @@ if [ "$BUILD_RPM32" == 1 ]; then
- fi
-
- # win32
--if [ "$BUILD_WINDOWS" == 1 ]; then
-+if [ "$BUILD_WINDOWS" = 1 ]; then
- sh build-win32-mingw.sh || exit 1
- (cd nsis && sh create_installer.sh) || exit 1
- mv nsis/InstallKchmviewer*.exe $RELEASEDIR
diff --git a/misc/kchmviewer/patches/patch-po_kchmviewer_it.po b/misc/kchmviewer/patches/patch-po_kchmviewer_it.po
index 4a46534ed91..adc163b8d87 100644
--- a/misc/kchmviewer/patches/patch-po_kchmviewer_it.po
+++ b/misc/kchmviewer/patches/patch-po_kchmviewer_it.po
@@ -1,4 +1,6 @@
-$NetBSD: patch-po_kchmviewer_it.po,v 1.2 2014/11/27 15:32:38 wiz Exp $
+$NetBSD: patch-po_kchmviewer_it.po,v 1.3 2015/01/16 10:46:00 wiz Exp $
+
+Add missing tag.
--- po/kchmviewer_it.po.orig 2011-12-19 07:22:45.000000000 +0000
+++ po/kchmviewer_it.po