Package Details: netemul 1.0-2

Git Clone URL: https://aur.archlinux.org/netemul.git (read-only, click to copy)
Package Base: netemul
Description: a program for simulating computer networks
Upstream URL: http://sourceforge.net/projects/netemul
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 2
Popularity: 0.000000
First Submitted: 2009-08-23 11:52 (UTC)
Last Updated: 2015-06-15 12:20 (UTC)

Latest Comments

krenix commented on 2025-03-07 18:58 (UTC)

To fix the build, apply the patch:

--- a/netemul.pro
+++ b/netemul.pro
@@ -37,7 +37,7 @@ INCLUDEPATH += . \
     src/interfaces
 QT += script

-QMAKE_POST_LINK += cd ipedit && qmake && make && cd ..
+QMAKE_POST_LINK += cd ipedit && qmake-qt4 && make && cd ..

 # Default translations path
 TRANSLATIONS_PATH = "translation"

This patch enforces build of plugin with Qt 4's qmake instead of default qt version which may be qt5 or qt6.