|
|
@ -9,7 +9,7 @@ TSM_EXTRACT_ALSO="translations/"
|
|
|
|
inherit trinity-meta-2
|
|
|
|
inherit trinity-meta-2
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="The Trinity application starter panel, capable of applets and extensions"
|
|
|
|
DESCRIPTION="The Trinity application starter panel, capable of applets and extensions"
|
|
|
|
IUSE="xcomposite"
|
|
|
|
IUSE="xcomposite hwlib"
|
|
|
|
|
|
|
|
|
|
|
|
DEPEND="~trinity-base/libkonq-${PV}
|
|
|
|
DEPEND="~trinity-base/libkonq-${PV}
|
|
|
|
~trinity-base/tdebase-data-${PV}
|
|
|
|
~trinity-base/tdebase-data-${PV}
|
|
|
@ -26,6 +26,7 @@ src_configure() {
|
|
|
|
-DWITH_XFIXES="$(usex xcomposite)"
|
|
|
|
-DWITH_XFIXES="$(usex xcomposite)"
|
|
|
|
-DWITH_XRENDER="$(usex xcomposite)"
|
|
|
|
-DWITH_XRENDER="$(usex xcomposite)"
|
|
|
|
-DWITH_XCOMPOSITE="$(usex xcomposite)"
|
|
|
|
-DWITH_XCOMPOSITE="$(usex xcomposite)"
|
|
|
|
|
|
|
|
-DWITH_TDEHWLIB="$(usex hwlib)"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
trinity-meta-2_src_configure
|
|
|
|
trinity-meta-2_src_configure
|
|
|
|