Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84865 Details for
Bug 99433
Thunar new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xfce-extra/thunar/thunar-0.3.0_beta1.ebuild
thunar-0.3.0_beta1.ebuild (text/plain), 1.29 KB, created by
Michal Kurgan (RETIRED)
on 2006-04-17 14:26:31 UTC
(
hide
)
Description:
xfce-extra/thunar/thunar-0.3.0_beta1.ebuild
Filename:
MIME Type:
Creator:
Michal Kurgan (RETIRED)
Created:
2006-04-17 14:26:31 UTC
Size:
1.29 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 > >inherit xfce4 > >DESCRIPTION="Modern file manager for Xfce aiming to be easy-to-use and fast" >HOMEPAGE="http://thunar.xfce.org/" >SRC_URI="http://thunar.xfce.org/download/releases/beta1/Thunar-0.3.0beta1.tar.bz2" >KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" >S="${WORKDIR}/Thunar-0.3.0beta1" >IUSE="dbus exif hal pcre no-plugins startup-notification thumbnail" > >RDEPEND=">=dev-lang/perl-5.6.0 > >=x11-libs/gtk+-2.6 > >=xfce-extra/exo-0.3.1.6_beta1 > >=xfce-base/libxfce4util-4.2.0 > >=media-libs/libpng-1.2.0 > dbus? ( >=sys-apps/dbus-0.34 ) > exif? ( >=media-libs/libexif-0.6.0 ) > hal? ( >=sys-apps/hal-0.5 ) > pcre? ( >=dev-libs/libpcre-6.0.0 ) > startup-notification? ( >=x11-libs/startup-notification-0.4.0 ) > thumbnail? ( >=gnome-base/gconf-2.4.0)" > >src_compile() { > local myconf > > if use hal; then > myconf="${myconf} --with-volume-manager=hal" > else > myconf="${myconf} --with-volume-manager=none" > fi > > if use no-plugins; then > myconf="${myconf} --disable-uca-plugin --disable-sbr-plugin --disable-apr-plugin" > fi > > econf \ > ${myconf} \ > $(use_enable dbus) \ > $(use_enable exif) \ > $(use_enable pcre) \ > $(use_enable startup-notification) \ > $(use_enable thumbnail gnome-thumbnailers) \ > || die "econf failed" > > emake || die "emake failed" >} >
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 Raw
Actions:
View
Attachments on
bug 99433
:
63701
|
63702
|
81905
|
81906
|
84864
| 84865 |
84868