diff options
Diffstat (limited to 'emulators/q4wine')
-rw-r--r-- | emulators/q4wine/Makefile | 67 | ||||
-rw-r--r-- | emulators/q4wine/distinfo | 2 | ||||
-rw-r--r-- | emulators/q4wine/files/patch-src_q4wine-gui_process.cpp | 11 | ||||
-rw-r--r-- | emulators/q4wine/pkg-descr | 16 | ||||
-rw-r--r-- | emulators/q4wine/pkg-message | 31 | ||||
-rw-r--r-- | emulators/q4wine/pkg-plist | 63 |
6 files changed, 0 insertions, 190 deletions
diff --git a/emulators/q4wine/Makefile b/emulators/q4wine/Makefile deleted file mode 100644 index 4b5da353c70f..000000000000 --- a/emulators/q4wine/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com> -# $FreeBSD$ - -PORTNAME= q4wine -DISTVERSION= 1.1-r2 -PORTREVISION= 3 -CATEGORIES= emulators deskutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:S/.r/-r/}/ - -MAINTAINER= koalative@gmail.com -COMMENT= QT4 front-end for WINE - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BUILD_DEPENDS= icotool:graphics/icoutils -RUN_DEPENDS= sudo:security/sudo \ - wget:ftp/wget \ - cabextract:archivers/cabextract \ - icotool:graphics/icoutils - -USES= cmake desktop-file-utils qt:4 -CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_QT= qmake_build rcc_build moc_build uic_build \ - linguisttools_build corelib gui sql sql-sqlite3_run network -ONLY_FOR_ARCHS= i386 amd64 - -PORTDOCS= AUTHORS ChangeLog README TODO - -OPTIONS_DEFINE= DOCS NLS DBUS -OPTIONS_DEFAULT= DBUS - -OPTIONS_SUB= yes - -DBUS_CMAKE_ON= -DWITH_DBUS:BOOL=ON -DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF -DBUS_USES= qt:4 -DBUS_USE= QT=dbus - -.include <bsd.port.options.mk> - -.if ${ARCH} == "i386" -RUN_DEPENDS+= wine:emulators/wine-devel -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/share/man|/man|' \ - ${WRKSRC}/src/CMakeLists.txt - @${REINPLACE_CMD} \ - -e 's|^Categories=.*|Categories=Qt;System;Emulator;Utility;Game;|' \ - ${WRKSRC}/${PORTNAME}.desktop - -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|install(FILES|#install(FILES|' \ - ${WRKSRC}/src/i18n/CMakeLists.txt -.endif - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/emulators/q4wine/distinfo b/emulators/q4wine/distinfo deleted file mode 100644 index dcc3f79cb149..000000000000 --- a/emulators/q4wine/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (q4wine-1.1-r2.tar.gz) = a104adc9c589a9c50688a78b506d5d2ca0ae2a9af1397b122fe23ae71302283b -SIZE (q4wine-1.1-r2.tar.gz) = 1113912 diff --git a/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp b/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp deleted file mode 100644 index 73264d956d24..000000000000 --- a/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/q4wine-gui/process.cpp.orig 2015-07-24 20:19:50 UTC -+++ src/q4wine-gui/process.cpp -@@ -16,6 +16,8 @@ - * * - ***************************************************************************/ - -+#include <locale.h> -+ - #include "process.h" - - Process::Process (QStringList args, QString exec, QString dir, QString info, QString caption, bool showErr, QStringList env, QWidget * parent, Qt::WFlags f) diff --git a/emulators/q4wine/pkg-descr b/emulators/q4wine/pkg-descr deleted file mode 100644 index cb4c346cc04b..000000000000 --- a/emulators/q4wine/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Q4wine is an Qt4 (http://www.qtsoftware.com/) GUI for wine (http://winehq.org/). -It will help you to manage wine prefixes and installed applications. - -General features: - - Exports QT color theme into wine colors settings - - Works with different wine versions at same time - - Creates, deletes and manages prefixes (WINEPREFIX) - - Easy controlling wine process - - Autostart icons support - - Easy CD image usage - - Supports extraction of icons from PE files (.exe, .dll) - - Easy backup and restore for managed prefixes - - Winetricks support - - More - -WWW: https://sourceforge.net/projects/q4wine/ diff --git a/emulators/q4wine/pkg-message b/emulators/q4wine/pkg-message deleted file mode 100644 index c74bb837a121..000000000000 --- a/emulators/q4wine/pkg-message +++ /dev/null @@ -1,31 +0,0 @@ -################################################################################ - -Q4Wine has been installed. - - -For more info about running wine on FreeBSD please see: - -http://wiki.freebsd.org/Wine - - -FreeBSD/amd64 users: -You need to manually install Wine 32bit binary from: - -https://wiki.freebsd.org/i386-Wine - - -This program will attempt to obtain some system information by accessing files -in procfs. You must mount procfs filesystem for this to work correctly. -This can be accomplished by adding the following line to your /etc/fstab file: - -# Device Mountpoint FStype Options Dump Pass# -proc /proc procfs rw 0 0 - -and then, as root, executing the command: - -mount /proc - -Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for -work with ISO images. - -################################################################################ diff --git a/emulators/q4wine/pkg-plist b/emulators/q4wine/pkg-plist deleted file mode 100644 index 3e2df8973bdd..000000000000 --- a/emulators/q4wine/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -bin/q4wine -bin/q4wine-cli -bin/q4wine-helper -lib/q4wine/libq4wine-core.so -man/man1/q4wine-cli.1.gz -man/man1/q4wine-helper.1.gz -man/man1/q4wine.1.gz -share/applications/q4wine.desktop -share/icons/hicolor/128x128/apps/q4wine.png -share/icons/hicolor/16x16/apps/q4wine.png -share/icons/hicolor/192x192/apps/q4wine.png -share/icons/hicolor/22x22/apps/q4wine.png -share/icons/hicolor/256x256/apps/q4wine.png -share/icons/hicolor/32x32/apps/q4wine.png -share/icons/hicolor/48x48/apps/q4wine.png -share/icons/hicolor/64x64/apps/q4wine.png -share/icons/hicolor/96x96/apps/q4wine.png -share/icons/hicolor/scalable/apps/q4wine.svg -%%NLS%%%%DATADIR%%/i18n/q4wine_af_za.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_cs_cz.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_de_de.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_en_us.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_es_es.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_fa_ir.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_he_il.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_it_it.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_pl_pl.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_pt_br.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_ru_ru.qm -%%NLS%%%%DATADIR%%/i18n/q4wine_uk_ua.qm -%%DATADIR%%/icons/control.png -%%DATADIR%%/icons/eject.png -%%DATADIR%%/icons/exec_wine.png -%%DATADIR%%/icons/explorer.png -%%DATADIR%%/icons/iexplore.png -%%DATADIR%%/icons/notepad.png -%%DATADIR%%/icons/oleview.png -%%DATADIR%%/icons/regedit.png -%%DATADIR%%/icons/taskmgr.png -%%DATADIR%%/icons/uninstaller.png -%%DATADIR%%/icons/winecfg.png -%%DATADIR%%/icons/wineconsole.png -%%DATADIR%%/icons/winemine.png -%%DATADIR%%/icons/wordpad.png -%%DATADIR%%/scripts/mount_image.sh -%%DATADIR%%/scripts/umount.sh -%%DATADIR%%/theme/nuvola/data/configure.png -%%DATADIR%%/theme/nuvola/data/down.png -%%DATADIR%%/theme/nuvola/data/edit.png -%%DATADIR%%/theme/nuvola/data/exec.png -%%DATADIR%%/theme/nuvola/data/exec_wine.png -%%DATADIR%%/theme/nuvola/data/exit.png -%%DATADIR%%/theme/nuvola/data/folder.png -%%DATADIR%%/theme/nuvola/data/folder_open.png -%%DATADIR%%/theme/nuvola/data/kill.png -%%DATADIR%%/theme/nuvola/data/power.png -%%DATADIR%%/theme/nuvola/data/prefix.png -%%DATADIR%%/theme/nuvola/data/rebuild.png -%%DATADIR%%/theme/nuvola/data/reload.png -%%DATADIR%%/theme/nuvola/data/stop.png -%%DATADIR%%/theme/nuvola/data/up.png -%%DATADIR%%/theme/nuvola/data/wine.png -%%DATADIR%%/theme/nuvola/data/wizard.png |