Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 525466 - [gnome-overlay] x11-themes/adwaita-icon-theme-3.14.0 does not install due typo
Summary: [gnome-overlay] x11-themes/adwaita-icon-theme-3.14.0 does not install due typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks: gnome-3.14
  Show dependency tree
 
Reported: 2014-10-15 08:05 UTC by Stefan G. Weichinger
Modified: 2014-10-15 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan G. Weichinger 2014-10-15 08:05:41 UTC
x11-themes/adwaita-icon-theme fails to install.
I applied two changes which let me emerge it.
Pls fix it in the overlay as well.



Reproducible: Always




my patch:

--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
@@ -38,15 +38,15 @@ src_prepare() {
        if use branding; then
                for i in 16 22 24 32 48; do
                        cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
-                       "${S}"/adwaita/${i}x${i}/places/start-here.png \
+                       "${S}"/Adwaita/${i}x${i}/places/start-here.png \
                        || die "Copying gentoo logos failed"
                done
        fi
 
        # Install cursors in the right place
        sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-               -i Adwaita/cursors/Makefile.am \
-               -i Adwaita/cursors/Makefile.in || die
+               -i Makefile.am \
+               -i Makefile.in || die
 
        gnome2_src_prepare
 }
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-10-15 21:58:51 UTC
commit 3c273383a90614f2e49ccdedebee8ee91f3fad55
Author: Gilles Dartiguelongue <eva@gentoo.org>
Date:   Wed Oct 15 23:57:33 2014 +0200

    x11-themes/adwaita-icon-theme: fix typos, bug #525466

Thanks for reporting.