Skip to content

Commit

Permalink
* qucs: fixed deps and build
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Sep 14, 2018
1 parent af37884 commit ae8b4d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 36 deletions.
1 change: 0 additions & 1 deletion sci-electronics/qucs/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST qucs-0.0.19-150523-git-0046130.tar.gz 48174723 SHA256 6deb5ee2d76b2c87e62c2b5eff17dfa4b99be3972463447d5640880411234c82 SHA512 01b2babbed992c9a4a4bf5dbe9a327e716a7b047682947a198821e838188b9218a3ef38977e531f34c69069f04e820a9bf8bd26c9791106f12d92bdefde72cfb WHIRLPOOL e21b836d1d4b4840504505162bd40c77142fbdeb2d8ca7d2a8393c78fb6b1a3f0d356e823930df9c2272a40b351200564bdb806afeb22ff5287d56c29a120f0b
DIST qucs-0.0.19.tar.gz 20594557 SHA256 45c6434fde24c533e63550675ac21cdbd3cc6cbba29b82a1dc3f36e7dd4b3b3e SHA512 0ce68bc84a14ba0515bee4acb3f6e77f9637de817e3a75cba20ca88f093d0e06b9ad229df09e7d0953ceb5b0902dc4dd902a6b5bf7fee1e4a056b55fc7bb3867 WHIRLPOOL 0b67370831bca376c005256121a0d1480fb0e0f9ebdd3eee5be7f3cb609fdbd3eab457a2c65a9f410f54f0556e490c2e0c00358c19b29e1c31f32d1248b90517
7 changes: 7 additions & 0 deletions sci-electronics/qucs/qucs-0.0.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ IUSE="doc"

RDEPEND="dev-qt/qtcore:4[qt3support]
dev-qt/qtgui:4[qt3support]
dev-qt/qtsvg:4
dev-qt/qt3support:4
x11-libs/libX11"
DEPEND="${RDEPEND}
doc? ( sci-mathematics/octave )"

AUTOTOOLS_IN_SOURCE_BUILD=1

# picks proper moc
export QT_SELECT=qt4

# picks clang++ otherwise for some strange reason
export CXX=g++

src_configure() {
# the package doesn't use pkg-config on Linux, only on Darwin
# very smart of upstream...
Expand Down
35 changes: 0 additions & 35 deletions sci-electronics/qucs/qucs-0.0.19_pre150523.ebuild

This file was deleted.

0 comments on commit ae8b4d6

Please sign in to comment.