[Xfce-bugs] [Bug 3280] New: gtk-xfce-engine-2 'make install' is broken, installs redudant files.

View: New views
4 Messages — Rating Filter:   Alert me  

[Xfce-bugs] [Bug 3280] New: gtk-xfce-engine-2 'make install' is broken, installs redudant files.

by Bugzilla from bugzilla-daemon@xfce.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3280

           Summary: gtk-xfce-engine-2 'make install' is broken, installs
                    redudant files.
           Product: Xfce
           Version: unknown
          Platform: All
               URL: http://bugs.gentoo.org/show_bug.cgi?id=178791
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: general
        AssignedTo: xfce-bugs@...
        ReportedBy: drac@...


'make install' seems broken as it installs these,

/usr/share/themes/Xfce-smooth/README.html
/usr/share/themes/Xfce-smooth/ICON.png
/usr/share/themes/Xfce/README.html
/usr/share/themes/Xfce/ICON.png
/usr/share/themes/Xfce-winter/README.html
/usr/share/themes/Xfce-winter/ICON.png
/usr/share/themes/Xfce-stellar/README.html
/usr/share/themes/Xfce-stellar/ICON.png
/usr/share/themes/Xfce-saltlake/README.html
/usr/share/themes/Xfce-saltlake/ICON.png
/usr/share/themes/Xfce-b5/README.html
/usr/share/themes/Xfce-b5/ICON.png
/usr/share/themes/Xfce-4.0/README.html
/usr/share/themes/Xfce-4.0/ICON.png
/usr/share/themes/Xfce-4.2/README.html
/usr/share/themes/Xfce-4.2/ICON.png
/usr/share/themes/Xfce-redmondxp/README.html
/usr/share/themes/Xfce-redmondxp/ICON.png
/usr/share/themes/Xfce-cadmium/README.html
/usr/share/themes/Xfce-cadmium/ICON.png
/usr/share/themes/Xfce-dawn/README.html
/usr/share/themes/Xfce-dawn/ICON.png
/usr/share/themes/Xfce-dusk/README.html
/usr/share/themes/Xfce-dusk/ICON.png
/usr/share/themes/Xfce-kde2/README.html
/usr/share/themes/Xfce-kde2/ICON.png
/usr/share/themes/Xfce-kolors/README.html
/usr/share/themes/Xfce-kolors/ICON.png
/usr/share/themes/Xfce-orange/README.html
/usr/share/themes/Xfce-orange/ICON.png
/usr/share/themes/Xfce-basic/README.html
/usr/share/themes/Xfce-basic/ICON.png
/usr/share/themes/Xfce-curve/README.html
/usr/share/themes/Xfce-curve/ICON.png
/usr/share/themes/Xfce-light/README.html
/usr/share/themes/Xfce-light/ICON.png

where ICON.png is file, sized 0 bytes and README.html is allways same with
content,

-- cut --

<pre>
The default GTK theme with Xfce engine.

Olivier Fourdan <fourdan@...>
</pre>

-- cut --


--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xfce-bugs mailing list
Xfce-bugs@...
http://foo-projects.org/mailman/listinfo/xfce-bugs

[Xfce-bugs] [Bug 3280] gtk-xfce-engine-2 'make install' is broken, installs redudant files.

by Bugzilla from bugzilla-daemon@xfce.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3280





------- Comment #1 from drac@...  2007-05-25 15:18 UTC -------
For record,

sed -i -e 's:ICON.png README.html::g' themes/*/Makefile*


--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xfce-bugs mailing list
Xfce-bugs@...
http://foo-projects.org/mailman/listinfo/xfce-bugs

[Bug 3280] gtk-xfce-engine-2 'make install' is broken, installs redudant files.

by Bugzilla from bugzilla-daemon@xfce.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.xfce.org/show_bug.cgi?id=3280


Samuli Suominen <ssuominen@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|xfce-4.4.2                  |xfce-4.6rc1




--- Comment #2 from Samuli Suominen <ssuominen@...>  2008-12-08 22:50:02 UTC ---
The problem is still there with latest version 2.4.3, with every Makefile.am
files in themes/ these are redudant:

theme_DATA = ICON.png README.html
EXTRA_DIST = $(theme_DATA)

Can we get this simple thing fixed? Delete all the ICON.png, README.html files
and remove these lines from Makefile.am's. They are duplicates... and ends up
at end users system.

--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
Xfce-bugs@...
http://foo-projects.org/mailman/listinfo/xfce-bugs

[Bug 3280] gtk-xfce-engine-2 'make install' is broken, installs redudant files.

by Bugzilla from bugzilla-daemon@xfce.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.xfce.org/show_bug.cgi?id=3280


Samuli Suominen <ssuominen@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Samuli Suominen <ssuominen@...>  2009-07-09 22:27:25 UTC ---
Looks like this bug is fixed in 2.6.0

Thanks, appericiated :-)

Closing

--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
Xfce-bugs@...
http://foo-projects.org/mailman/listinfo/xfce-bugs