Skip to content

Commit 1ceedbe

Browse files
committed
Merge tag 'v1.1.3' into 1.1
v1.1.3
2 parents b4e8619 + 42916e5 commit 1ceedbe

File tree

10 files changed

+14
-11
lines changed

10 files changed

+14
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Attest Release Files
5858
id: attest
59-
uses: actions/attest-build-provenance@v1
59+
uses: actions/attest-build-provenance@v2
6060
with:
6161
subject-path: 'Containerfile'

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
provenance: false
107107

108108
- name: Attest pushed image
109-
uses: actions/attest-build-provenance@v1
109+
uses: actions/attest-build-provenance@v2
110110
id: attest
111111
if: ${{ github.event_name != 'pull_request' }}
112112
with:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ENV{ID_FS_LABEL}=="vos-init", ENV{UDISKS_IGNORE}="1"
2+
ENV{ID_FS_LABEL}=="vos-a", ENV{UDISKS_IGNORE}="1"
3+
ENV{ID_FS_LABEL}=="vos-b", ENV{UDISKS_IGNORE}="1"

modules/00-vanilla-first-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: dpkg-buildpackage
33
source:
44
type: git
55
url: https://github.com/Vanilla-OS/first-setup.git
6-
tag: v2.2.4
6+
tag: v2.2.5
77
paths:
88
- vanilla-first-setup
99
modules:

modules/00-vanilla-system-operator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ modules:
3939
type: shell
4040
source:
4141
type: tar
42-
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.2.tar.gz
42+
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.3.tar.gz
4343
commands:
4444
- mkdir -p /usr/share/gnome-shell/extensions/
45-
- mv /sources/vso-gnome-ext/vso-gnome-ext-1.2/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org
45+
- mv /sources/vso-gnome-ext/vso-gnome-ext-1.3/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org
4646

4747
- name: vso-deps-install
4848
type: apt

modules/00-vanilla-tour.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: dpkg-buildpackage
33
source:
44
type: git
55
url: https://github.com/Vanilla-OS/vanilla-tour
6-
tag: v0.0.1
6+
tag: v0.0.2
77
paths:
88
- vanilla-tour
99
modules:

modules/02-waydroid-modules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ type: shell
33
commands:
44
- cp -rT /sources/waydroid-modules/binder /usr/src/waydroid-binder-1
55
- cp -rT /sources/waydroid-modules/ashmem /usr/src/waydroid-ashmem-1
6-
- dkms install waydroid-binder/1 -k 6.11.6-amd64
7-
- dkms install waydroid-ashmem/1 -k 6.11.6-amd64
6+
- dkms install waydroid-binder/1 -k $(cat /usr/share/vanilla/kernel-version)
7+
- dkms install waydroid-ashmem/1 -k $(cat /usr/share/vanilla/kernel-version)
88
source:
99
type: git
1010
url: https://github.com/Vanilla-OS/anbox-modules

modules/100-accessibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ type: apt
33
source:
44
packages:
55
- at-spi2-core
6-
- brltty
76
- espeak-ng
87
- mousetweaks
98
- orca

modules/80-printers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ source:
66
- cups
77
- cups-pk-helper
88
- cups-filters
9+
- bluez-cups
910

1011
- printer-driver-brlaser # Brother
1112
- printer-driver-escpr # Epson
12-
- hplip # HP
13+
# - hplip # HP (This package broke with a package sync with debian sid, try readding this in the future)
1314

1415
# Config
1516
- system-config-printer-common

recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ stages:
100100
- name: gnome-software-setup
101101
type: shell
102102
commands:
103-
- rm -f /usr/lib/*/gnome-software/plugins-20/libgs_plugin_packagekit.so
103+
- rm /usr/lib/*/gnome-software/plugins-*/libgs_plugin_packagekit.so
104104

105105
- name: cleanup
106106
type: shell

0 commit comments

Comments
 (0)