aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-10-29 06:24:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-10-29 06:24:57 +0800
commit4a0e99b5349b95aecd97a71063d4d65c29688cfa (patch)
tree254823e62dbafb1fadd7379326f185e31445557b /deskutils
parent1af20d9d71a5dcaa30978a44c9cc813dd4439bca (diff)
downloadfreebsd-ports-gnome-4a0e99b5349b95aecd97a71063d4d65c29688cfa.tar.gz
freebsd-ports-gnome-4a0e99b5349b95aecd97a71063d4d65c29688cfa.tar.zst
freebsd-ports-gnome-4a0e99b5349b95aecd97a71063d4d65c29688cfa.zip
- Update to 0.120
PR: 151193 Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/q4wine/Makefile16
-rw-r--r--deskutils/q4wine/distinfo6
-rw-r--r--deskutils/q4wine/files/patch-src-man1_CMakeLists.txt18
-rw-r--r--deskutils/q4wine/pkg-descr2
-rw-r--r--deskutils/q4wine/pkg-message3
-rw-r--r--deskutils/q4wine/pkg-plist2
6 files changed, 20 insertions, 27 deletions
diff --git a/deskutils/q4wine/Makefile b/deskutils/q4wine/Makefile
index 4d009c6629f5..110fc64fdaa5 100644
--- a/deskutils/q4wine/Makefile
+++ b/deskutils/q4wine/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= q4wine
-PORTVERSION= 0.118
+PORTVERSION= 0.120
CATEGORIES= deskutils emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
@@ -17,7 +17,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \
wine:${PORTSDIR}/emulators/wine \
wget:${PORTSDIR}/ftp/wget \
cabextract:${PORTSDIR}/archivers/cabextract \
- xdg-open:${PORTSDIR}/devel/xdg-utils
+ icotool:${PORTSDIR}/graphics/icoutils
USE_QT_VER= 4
QT_COMPONENTS= qmake_build rcc_build moc_build uic_build \
@@ -30,7 +30,17 @@ MAN1= q4wine-cli.1 q4wine-helper.1 q4wine.1
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
-USE_LDCONFIG= yes
+CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man/
+
+OPTIONS= DBUS "Enable DBus notification support" on
+
+.include <bsd.port.options.mk>
+
+.if defined(WITHOUT_DBUS)
+CMAKE_ARGS+= -DWITH_DBUS:BOOL=OFF
+.else
+QT_COMPONENTS+= dbus
+.endif
post-install:
@-update-desktop-database
diff --git a/deskutils/q4wine/distinfo b/deskutils/q4wine/distinfo
index 71a1585d4630..4bc784ef001c 100644
--- a/deskutils/q4wine/distinfo
+++ b/deskutils/q4wine/distinfo
@@ -1,3 +1,3 @@
-MD5 (q4wine-0.118.tar.gz) = 314a5eaaa2cce0bd4f3141baf94c82eb
-SHA256 (q4wine-0.118.tar.gz) = f27cb42c15edf0aee8d1df929710e62d00ad016bbc686f7552c0c2d033e4e8b4
-SIZE (q4wine-0.118.tar.gz) = 750016
+MD5 (q4wine-0.120.tar.gz) = db09ca2e694e2adb30bdd9902e888212
+SHA256 (q4wine-0.120.tar.gz) = 9db9cc021722403709e6f2bb81318e285cfad9eba24d1343532b0fa32f823996
+SIZE (q4wine-0.120.tar.gz) = 836328
diff --git a/deskutils/q4wine/files/patch-src-man1_CMakeLists.txt b/deskutils/q4wine/files/patch-src-man1_CMakeLists.txt
deleted file mode 100644
index e17eac6ce4d3..000000000000
--- a/deskutils/q4wine/files/patch-src-man1_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/man1/CMakeLists.txt.orig 2010-05-22 12:08:37.000000000 -0300
-+++ src/man1/CMakeLists.txt 2010-05-22 12:10:08.000000000 -0300
-@@ -40,7 +40,6 @@
- endforeach()
-
- install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/man1 DESTINATION
-- ${CMAKE_INSTALL_PREFIX}/share/man FILES_MATCHING PATTERN "*.1.${ARC_SUFF}"
- PATTERN "CMakeFiles" EXCLUDE)
-
- ELSE (ARC)
-@@ -48,6 +47,6 @@
- MESSAGE(STATUS "Installing not compressed man pages --\n")
-
- install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/man1 DESTINATION
-- ${CMAKE_INSTALL_PREFIX}/share/man FILES_MATCHING PATTERN "*.1"
-+ ${CMAKE_INSTALL_PREFIX}/man FILES_MATCHING PATTERN "*.1"
- PATTERN "CMakeFiles" EXCLUDE)
- ENDIF (ARC)
diff --git a/deskutils/q4wine/pkg-descr b/deskutils/q4wine/pkg-descr
index a48f6b4d247b..235d5e71aecf 100644
--- a/deskutils/q4wine/pkg-descr
+++ b/deskutils/q4wine/pkg-descr
@@ -13,4 +13,4 @@ General features:
- Winetricks support
- More
-WWW: http://api.qt-apps.org/content/show.php?content=85751
+WWW: http://q4wine.brezblock.org.ua/
diff --git a/deskutils/q4wine/pkg-message b/deskutils/q4wine/pkg-message
index ed68cfb37e1f..ffcdbcbba7d4 100644
--- a/deskutils/q4wine/pkg-message
+++ b/deskutils/q4wine/pkg-message
@@ -11,6 +11,7 @@ and then, as root, executing the command:
mount /proc
-Also you need sudo for mdconfig, mount_cd9660, umount commands
+Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for
+work with ISO images
################################################################################
diff --git a/deskutils/q4wine/pkg-plist b/deskutils/q4wine/pkg-plist
index 3e92993b9c80..9c781ef9e660 100644
--- a/deskutils/q4wine/pkg-plist
+++ b/deskutils/q4wine/pkg-plist
@@ -4,6 +4,7 @@ bin/q4wine-helper
lib/q4wine/libq4wine-core.so
share/applications/q4wine.desktop
share/pixmaps/q4wine.png
+%%DATADIR%%/i18n/cs_cz.qm
%%DATADIR%%/i18n/en_us.qm
%%DATADIR%%/i18n/es_es.qm
%%DATADIR%%/i18n/it_it.qm
@@ -44,6 +45,5 @@ share/pixmaps/q4wine.png
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/i18n
@dirrm %%DATADIR%%
-@dirrm share/man
@dirrmtry share/applications
@dirrm lib/q4wine