Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdg-utils.eclass: add freedesktop-bugs to maintainer list | Mike Gilbert | 2019-08-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | xdg-utils.eclass: Mark 2 local variables with 'local'. | Arfrever Frehtes Taifersar Arahesis | 2019-08-16 | 1 | -2/+2 |
| | | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | xdg-utils: Clarify icon cache comment to not suggest GTK only | Mart Raudsepp | 2019-02-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | xdg-utils: use path based lookup instead of hardcoded paths | Marty E. Plummer | 2019-02-11 | 1 | -33/+14 |
| | | | | | | Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | gnome2-utils: move icon functions into xdg-utils | Marty E. Plummer | 2019-02-11 | 1 | -1/+49 |
| | | | | | | | | | Kept some dummy stub functions in place in order to maintain functionality of existing ebuilds. Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | xdg-utils.eclass: support EAPI 7 | Mike Gilbert | 2018-10-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | xdg-utils.eclass: avoid duplicate leading slashes | Mike Gilbert | 2018-10-02 | 1 | -4/+4 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | xdg-utils.eclass: add @SUPPORTED_EAPIS | Michał Górny | 2018-08-15 | 1 | -0/+1 |
| | |||||
* | xdg-utils.eclass: fix xdg_desktop_database_update function doc typo | Tim Harder | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | xdg-utils.eclass: use HTTPS for freedesktop.org | David Hicks | 2017-08-17 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 | ||||
* | xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN. | Arfrever Frehtes Taifersar Arahesis | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | xdg*.eclass: add support for EAPI 0, 1 and 2 | Gilles Dartiguelongue | 2015-11-24 | 1 | -1/+1 |
| | | | | | | Until bug #566728 is fixed. https://bugs.gentoo.org/show_bug.cgi?id=566728 | ||||
* | xdg-utils.eclass: add phase check | Gilles Dartiguelongue | 2015-11-24 | 1 | -0/+8 |
| | |||||
* | xdg*.eclass: move phase related logic to xdg.eclass | Gilles Dartiguelongue | 2015-11-24 | 1 | -32/+0 |
| | |||||
* | xdg-utils.eclass: use $HOME instead of $T | Gilles Dartiguelongue | 2015-11-24 | 1 | -3/+3 |
| | | | | | As in original eclass proposition by Mike, mimic default behavior by using portage HOME which is set to a temporary directory. | ||||
* | xdg-utils.eclass: add missing die | Gilles Dartiguelongue | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | xdg-utils.eclass: also unset DBUS_SESSION_BUS_ADDRESS | Gilles Dartiguelongue | 2015-11-24 | 1 | -0/+2 |
| | | | | | | An often needed hack in ebuilds to avoid tests using user's bus. https://bugs.gentoo.org/show_bug.cgi?id=515196 | ||||
* | xdg-utils.eclass: initial commit | Gilles Dartiguelongue | 2015-11-24 | 1 | -0/+127 |
Utility eclass providing basically the same features as fdo-mime, targetting to replace it with its companion xdg.eclass. https://bugs.gentoo.org/show_bug.cgi?id=444568 https://bugs.gentoo.org/show_bug.cgi?id=499288 |