Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374888 Details for
Bug 507602
x11-themes/faenza-icon-theme-1.3 - replace symbolic links with the traditional XDG directory structure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new faenza-icon-theme-1.3-r1.ebuild
faenza-ebuild.patch (text/plain), 1.12 KB, created by
Gino McCarty
on 2014-04-14 00:38:50 UTC
(
hide
)
Description:
new faenza-icon-theme-1.3-r1.ebuild
Filename:
MIME Type:
Creator:
Gino McCarty
Created:
2014-04-14 00:38:50 UTC
Size:
1.12 KB
patch
obsolete
>--- /usr/portage/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild 2013-12-25 05:01:40.000000000 -0500 >+++ /usr/local/portage/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild 2014-04-13 20:38:06.351293825 -0400 >@@ -26,7 +26,28 @@ > S="${WORKDIR}" > > src_prepare() { >- local res x >+ local res x cat >+ >+ #Make FreeDesktop Compliant >+ for x in Faenza Faenza-Dark Faenza-Ambiance Faenza-Darker Faenza-Darkest Faenza-Radiance; do >+ for res in 16 22 24 32 48 64 96; do >+ for cat in apps actions categories emblems devices extras mimetypes places status stock; do >+ if [ -d "${x}"/${cat}/${res} ]; then >+ mkdir -p "${x}"/${res}x${res} || die >+ ln -s ../${cat}/${res} \ >+ "${x}"/${res}x${res}/${cat} || die >+ fi >+ done >+ done >+ for cat in apps actions categories emblems devices extras mimetypes places status stock; do >+ if [ -d "${x}"/${cat}/scalable ]; then >+ mkdir -p "${x}"/scalable || die >+ ln -s ../${cat}/scalable \ >+ "${x}"/scalable/${cat} || die >+ fi >+ done >+ done >+ > for x in Faenza Faenza-Dark; do > for res in 22 24 32 48; do > cp "${x}"/places/${res}/start-here-gentoo.png \
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 507602
:
374882
| 374888