summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated .DirIcon file type detection to match new output I'm getting from aJim Ramsay2008-10-311-3/+4
| | | | recent upgrade of 'file'.
* Fixed python_mod_cleanup to clean up in the right placeJim Ramsay2008-06-041-2/+2
|
* Moved python_mod_optimize to pkg_postinst (Bug #224833)Jim Ramsay2008-06-041-5/+9
|
* Fixing compatibility of wrapper so it REALLY works with /bin/sh (Bug #203987)Jim Ramsay2008-01-021-4/+4
|
* Fixed icon parsing to remove icon type suffix from .desktop fileJim Ramsay2007-12-071-7/+8
|
* A few small readability/sanity fixesJim Ramsay2007-12-041-11/+10
|
* Replaced IFS with marginally more readable valueJim Ramsay2007-11-281-5/+10
| | | | | | Replaced useq with use (thanks to drac for pointing this out) Added warnings about not using 'usemime' in the global scope.
* Minor reorganization, also added support for APPMIME variable in ebuilds to setJim Ramsay2007-11-281-70/+117
| | | | the MimeType of the created .desktop files.
* Updated to use $(get_libdir) instead of hard-coding /usr/libJim Ramsay2007-06-121-4/+4
|
* Added ability to skip a wrapper script (mostly for applets)Jim Ramsay2007-06-121-15/+22
|
* Changed .desktop and /usr/bin/wrapper names to avoid collisionsJim Ramsay2007-02-091-45/+128
|
* Added documentation about new APPCATEGORY variableJim Ramsay2007-01-301-1/+5
|
* Added function for creating .desktop files for ROX desktop applicationsJim Ramsay2007-01-301-6/+45
|
* Replaced call to 'doins -r' with 'cp -pPR' so we don't have to manually ↵Jim Ramsay2006-11-271-33/+10
| | | | assign permissions afterwards
* Moved most DEPEND atoms to RDEPEND since in the python case these don't have toJim Ramsay2006-11-151-9/+12
| | | | | | | | | be DEPENDs. Use eautoconf instead of autoconf (and add autotools eclass to pull in the proper dependencies) Added missing pkgconfig dependency for rox-clib-based builds.
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-11/+11
|
* Bug 150303 part two, adjust LIBDIRPATH before compilingJim Ramsay2006-10-071-3/+5
|
* Added fix for Bug 150303 - Will ignore 0launch when compiling rox-clib ↵Jim Ramsay2006-10-061-11/+32
| | | | applications
* fix varible quoting thanks Peter Hyman - bug #136406Daniel Black2006-06-111-21/+21
|
* Ouch! A few quotations marks in if were gone...Sergey Kuleshov2005-12-091-6/+6
|
* A new version of rox eclass. SET_PERM is now obsolete. Added KEEP_SRC. GeneralSergey Kuleshov2005-12-091-20/+37
| | | | clean up. Thanks to Peter Hyman for outstanding work.
* fixed python_mod_optimize line ( -> )Sergey Kuleshov2005-09-251-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2005-09-251-4/+1
|
* New version of rox.eclass. We now use python eclass to create precompiled pythonSergey Kuleshov2005-09-251-13/+24
| | | | | objects. Also permisions on AppRun and AppletRun are set no matter where exactly they are located.
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-4/+4
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Second version of eclass, modified by simonov, which adds a number of newSergey Kuleshov2005-02-121-9/+53
| | | | functions.
* Forgot to change app-rox to rox-base...Sergey Kuleshov2004-11-261-4/+4
|
* rox eclass - for use with rox applications.Sergey Kuleshov2004-11-261-0/+57