summaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes/xfce.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* xfce.bbclass: Mark string as raw in a regexpKhem Raj2021-10-161-1/+1
| | | | | | | | | Fixes python Deprecated behavior warning xfce.bbclass:3: DeprecationWarning: invalid escape sequence \. m = re.match("^([0-9]+)\.([0-9]+)", v) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller2018-06-141-8/+0
| | | | | | | These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* meta-xfce: add intltool-native to DEPENDSAndreas Müller2016-05-061-0/+2
| | | | | | | | | fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce.bbclass: change SRC_URI calculationAndreas Müller2012-09-181-1/+6
| | | | | | | * grabbed from oe-core gnomebase.bbclass * old calculation did not work for version numbers with multiple digits (4.10) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce.bbclass: inherit gettextAndreas Müller2012-01-051-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbgAndreas Müller2011-11-021-0/+3
| | | | | | | | | | | * Some panel-plugins (e.g xfce4-clipman-plugin) store libraries in /usr/lib/xfce4/panel/plugins instead of /usr/lib/xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce.bbclass: Move static libraries to ${PN}-staticdevAndreas Müller2011-10-251-0/+1
| | | | | | | | * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-dev-tools: add native supportAndreas Müller2011-09-221-1/+1
|
* xfce.bbclass: A class for xfce-global settingsAndreas Mueller2011-08-051-0/+11