Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108426 Details for
Bug 164324
can't emerge QtParted with x11-libs/qt-embedded
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for qt-parted-0.4.5.ebuild
qtparted-0.4.5.ebuild.patch (text/plain), 1.86 KB, created by
a thing
on 2007-01-28 22:13:09 UTC
(
hide
)
Description:
patch for qt-parted-0.4.5.ebuild
Filename:
MIME Type:
Creator:
a thing
Created:
2007-01-28 22:13:09 UTC
Size:
1.86 KB
patch
obsolete
>5,6c5 >< inherit multilib autotools >< use X && inherit qt3 || inherit qt-embedded >--- >> inherit qt3 multilib autotools >8c7 >< DESCRIPTION="Qt partition tool" >--- >> DESCRIPTION="nice Qt partition tool for Linux" >15c14 >< IUSE="jfs ntfs reiserfs xfs gnome kde" >--- >> IUSE="jfs ntfs reiserfs xfs gnome kde" # kdeenablefinal" >19a19 >> jfs? ( >=sys-fs/jfsutils-1.1.2 ) >22,23c22 >< xfs? ( >=sys-fs/xfsprogs-2.3.9 ) >< jfs? ( >=sys-fs/jfsutils-1.1.2 )" >--- >> xfs? ( >=sys-fs/xfsprogs-2.3.9 )" >26,29c25,26 >< X? ( >< kde? ( || ( kde-base/kdesu kde-base/kdebase ) ) >< kde? ( x11-libs/gksu ) >< )" >--- >> kde? ( || ( kde-base/kdesu kde-base/kdebase ) ) >> !kde? ( x11-libs/gksu )" >39,46c36,41 >< # Switch from gksu to kdesu for the KDE desktop >< if use X; then >< if use kde; then >< use gnome || sed -i -e 's/gksu/kdesu/' debian/menu || >< die "sed debian/menu failed" >< sed -i -e 's/Exec=/Exec=kdesu /' data/qtparted.desktop || >< die "sed data/qtparted.desktop failed" >< fi >--- >> # Switch from gksu to kdesu for the KDE desktop. >> if use kde; then >> use gnome || sed -i -e 's/gksu/kdesu/' debian/menu || >> die "sed debian/menu failed" >> sed -i -e 's/Exec=/Exec=kdesu /' data/qtparted.desktop || >> die "sed data/qtparted.desktop failed" >73a69 >> --disable-final \ >75d70 >< $(if ! use X; then echo '--enable-embedded'; fi) \ >84,101d78 >< if ! use X; then #GPM screws up QT Embedded >< cd ${D}/usr/sbin >< mv qtparted .qtparted >< >< echo '#!/bin/sh' >qtparted >< echo 'set -e' >>qtparted >< echo 'if pidof gpm &>/dev/null; then' >>qtparted >< echo ' gpm=0' >>qtparted >< echo ' /etc/init.d/gpm stop &>/dev/null' >>qtarted >< echo 'fi' >>qtparted >< echo '$(dirname $0)/.qtparted' >>qtparted >< echo 'if [ $gpm ]; then' >>qtparted >< echo ' /etc/init.d/gpm start &>/dev/null' >>qtparted >< echo 'fi' >>qtparted >< echo 'clear' >>qtparted >< >< chmod +x qtparted >< fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164324
:
108426
|
108453