Commit Graph

369 Commits

Author SHA1 Message Date
Markus Volk
23f3822519 cleanup python3 bbappend 2022-02-15 04:58:24 +01:00
Markus Volk
b579899897 cage: import recipe
import from https://github.com/schnitzeltony/meta-retro/tree/master/recipes-wayland/cage
2022-02-15 04:57:52 +01:00
Markus Volk
b2e20d5d91 nwg-shell-config: update 2022-02-15 03:40:43 +01:00
Markus Volk
173edd66ca nwg-drawer: update 2022-02-15 03:40:16 +01:00
Markus Volk
de66c42685 nwg-panel: update 2022-02-15 03:39:38 +01:00
Markus Volk
81738e3912 srain: update 2022-02-15 03:39:01 +01:00
Markus Volk
b186937b56 gimp: update 2022-02-15 03:25:55 +01:00
Markus Volk
1e27fd0be7 gtk-layer-shell: update; build vapi files 2022-02-15 03:14:31 +01:00
Markus Volk
368aa07236 gimp: build vala plugins by default; add needed RDEPENDS 2022-02-15 03:06:24 +01:00
Markus Volk
492fc39ef1 wayfire: fix build 2022-02-15 02:30:36 +01:00
Markus Volk
042b2c169e seatd: remove recipe that was added to oe-core 2022-02-06 17:01:04 +01:00
Markus Volk
21fd19c49b fcft: update 2022-02-06 17:00:38 +01:00
Markus Volk
fc0f7e6f32 foot: update 2022-02-06 16:57:43 +01:00
Markus Volk
49dbb1b91d avoid tags in SRCREV
update some recipes on the way
2022-02-01 05:08:34 +01:00
Markus Volk
06cbbaeb7a nwg-panel: update 2022-01-29 14:23:22 +01:00
Markus Volk
8147c536f9 nwg-shell-config: update 2022-01-29 14:23:04 +01:00
Markus Volk
ac017e4aa6 swaync: initial add recipe 2022-01-29 14:22:23 +01:00
Markus Volk
dc7efb91b3 swayidle: update 2022-01-27 19:08:02 +01:00
Markus Volk
f3081e3b76 waybar: update 2022-01-27 19:07:32 +01:00
Markus Volk
522c57bcac sway: update 2022-01-27 18:41:27 +01:00
Markus Volk
fae67ad536 azote: update, remove unneeded patch 2022-01-19 13:35:11 +01:00
Markus Volk
3b463656cd mako: update, remove unneeded patch 2022-01-19 13:34:47 +01:00
Markus Volk
7a368ae7bd sway: update 2022-01-19 12:26:32 +01:00
Markus Volk
c880315354 nwg-shell-config: update 2022-01-19 12:26:16 +01:00
Markus Volk
df2a9e30cb python3-geopy: add recipe 2022-01-18 11:57:43 +01:00
Markus Volk
99d37d9dca nwg-shell-config: add missing RDEPENDS 2022-01-18 11:56:37 +01:00
Markus Volk
47be3e9dcf nwg-shell-config: add recipe 2022-01-18 11:14:03 +01:00
Markus Volk
94791dc364 nwg-panel: cleanup 2022-01-18 11:13:35 +01:00
Markus Volk
6a6164a71a nwg-dock: inherit pkgconfig; update 2022-01-18 11:13:08 +01:00
Markus Volk
a53c0b56f8 nwg-bar: inherit pkgconfig 2022-01-18 11:11:58 +01:00
Markus Volk
3a7e0a365a azote: dont use distutils 2022-01-18 09:55:10 +01:00
Markus Volk
6e04e57fc9 sway: update 2022-01-12 17:46:42 +01:00
Markus Volk
8d1928f227 nwg-panel: update 2022-01-09 10:03:54 +01:00
Markus Volk
a6a42f8388 python-xlib: avoid pip usage 2022-01-09 08:50:09 +01:00
Markus Volk
ff057ae4ae python3: create python link only for target class 2022-01-08 14:13:45 +01:00
Markus Volk
aca95edb72 libjxl: use nobranch=1 for SRC_URI 2022-01-08 08:53:12 +01:00
Markus Volk
8a49d4ea97 wlroots: build libinput backend by default 2022-01-08 08:31:47 +01:00
Markus Volk
1c55dcc4d0 sway: install contributed python scripts 2022-01-08 06:41:55 +01:00
Markus Volk
e64840a68f python3: make it the provider for /usr/bin/python
Reason for this is the underlying problem that in poky /usr/bin/python is
provided by python2 which isn't built inside my image. Therefore i'm lacking
a provider for it.
sway contributes some nice python scripts i'd like to bundle but they contain
/usr/bin/python shebang and do_package_qa test refuses me to install:

ERROR: sway-1.7-rc1-r0 do_package_qa: QA Issue: /usr/bin/inactive-windows-transparency.py contained in package sway requires /usr/bin/python, but no providers found in RDEPENDS:sway? [file-rdeps]
ERROR: sway-1.7-rc1-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/flk/build/poky/build-raspi/tmp/work/cortexa72-poky-linux/sway/1.7-rc1-r0/temp/log.do_package_qa.1866287
ERROR: Task (/home/flk/build/poky/meta-wayland/recipes-wlroots/sway/sway_git.bb:do_package_qa) failed with exit code '1'

Since this is more a general issue with installing python scripts i decided not
to use patch or sed to adjust the scripts but make python3 the provider for python
although its more invasive like this.
2022-01-08 06:19:52 +01:00
Markus Volk
05090da485 nwg-menu: inherit pkgconfig 2022-01-08 04:05:15 +01:00
Markus Volk
448287c7f9 allow network access for do_compile in go recipes 2022-01-08 03:38:07 +01:00
Markus Volk
31827b3e3c python-xlib: allow network access for do_compile 2022-01-08 03:28:09 +01:00
Markus Volk
22ed87bf85 gimp: update 2022-01-06 21:54:38 +01:00
Markus Volk
1f25752e49 gegl: remove unneeded bbappend 2022-01-06 08:54:34 +01:00
Markus Volk
666376c1af remove unneeded bbappends 2022-01-06 08:43:37 +01:00
Markus Volk
471c499355 nwg-wrapper: update 2022-01-06 02:42:54 +01:00
MarkusVolk
75a62d9a11 date: cleanup
replace the pkgconfig hack with a proper patch
2022-01-01 07:02:05 +01:00
MarkusVolk
85a698855a nwg-wrapper: update 2021-12-31 16:14:44 +01:00
MarkusVolk
d08ab2df16 libjxl: update 2021-12-25 23:09:17 +01:00
MarkusVolk
dfcb7addb9 libjxl: fix for arm 2021-12-25 22:34:29 +01:00