Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/a/accountsservice/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : accountsservice
version : 23.13.9
release : 37
release : 38
source :
- https://www.freedesktop.org/software/accountsservice/accountsservice-23.13.9.tar.xz : adda4cdeae24fa0992e7df3ffff9effa7090be3ac233a3edfdf69d5a9c9b924f
homepage : https://www.freedesktop.org/wiki/Software/AccountsService
Expand Down Expand Up @@ -29,7 +29,7 @@
%patch -p1 -i $pkgfiles/0001-build-Add-option-to-disable-tests.patch

%meson_configure --sysconfdir=/usr/share \
-Dadmin_group=sudo \
-Dadmin_group=wheel \
-Dextra_admin_groups="adm,lpadmin" \
-Ddefault_user_groups="audio,video,cdrom,dialout,fuse,users,sambashares" \
-Dgtk_doc=true \
Expand Down
14 changes: 7 additions & 7 deletions packages/a/accountsservice/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>accountsservice</Name>
<Homepage>https://www.freedesktop.org/wiki/Software/AccountsService</Homepage>
<Packager>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>desktop.core</PartOf>
Expand Down Expand Up @@ -116,7 +116,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="37">accountsservice</Dependency>
<Dependency release="38">accountsservice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/accountsservice-1.0/act/act-user-enum-types.h</Path>
Expand Down Expand Up @@ -157,12 +157,12 @@
</Files>
</Package>
<History>
<Update release="37">
<Date>2025-10-28</Date>
<Update release="38">
<Date>2025-12-01</Date>
<Version>23.13.9</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Update>
</History>
</PISI>
29 changes: 0 additions & 29 deletions packages/h/hplip/files/0001-Ensure-sudo-use-on-Solus.patch

This file was deleted.

1 change: 0 additions & 1 deletion packages/h/hplip/files/series
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
0001-Ensure-sudo-use-on-Solus.patch
0001-Fix-desktop-files.patch
0005-Cope-with-prnt-hpcups-ErnieFilter.-cpp-h-removal-by-.patch
0081-Don-t-start-hp-systray-in-GNOME.patch
Expand Down
3 changes: 1 addition & 2 deletions packages/h/hplip/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : hplip
version : 3.25.2
release : 68
release : 69
source :
- https://sourceforge.net/projects/hplip/files/hplip/3.25.2/hplip-3.25.2.tar.gz : e872ff28eb2517705a95f6e1839efa1e50a77a33aae8905278df2bd820919653
homepage : https://developers.hp.com/hp-linux-imaging-and-printing/gethplip
Expand Down Expand Up @@ -63,7 +63,6 @@ setup : |
sed -i -e "s|open('/etc/issue', 'r').read().lower().strip()|'Solus'|" installer/core_install.py

# No shebang and python3 everywhere
export PYTHON=/usr/bin/python3
sed -i -e "s:/usr/bin/\(env python\|python\):$PYTHON:" $(find . -type f -exec grep -l "#! \?/usr/bin.*python" {} +)

# If AUTOMAKE='automake --foreign' is not set, autoreconf complains about missing files
Expand Down
6 changes: 3 additions & 3 deletions packages/h/hplip/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Description>
<PartOf>desktop.core</PartOf>
<RuntimeDependencies>
<Dependency release="68">hplip-drivers</Dependency>
<Dependency release="69">hplip-drivers</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/hp/hplip.conf</Path>
Expand Down Expand Up @@ -2057,8 +2057,8 @@
</Files>
</Package>
<History>
<Update release="68">
<Date>2025-06-05</Date>
<Update release="69">
<Date>2025-12-01</Date>
<Version>3.25.2</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
7 changes: 3 additions & 4 deletions packages/p/polkit/package.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : polkit
version : '126'
release : 34
release : 35
source :
- https://github.com/polkit-org/polkit/archive/refs/tags/126.tar.gz : 2814a7281989f6baa9e57bd33bbc5e148827e2721ccef22aaf28ab2b376068e8
homepage : https://github.com/polkit-org/polkit
license :
- GPL-2.0-or-later
license : GPL-2.0-or-later
summary : Application-level authorization toolkit
component :
- system.base
Expand All @@ -33,7 +32,7 @@
-Dpolkitd_uid=27 \
-Dpolkitd_user=polkitd \
-Dtests=true \
-Dprivileged_group=sudo
-Dprivileged_group=wheel
build : |
%ninja_build
install : |
Expand Down
14 changes: 7 additions & 7 deletions packages/p/polkit/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>polkit</Name>
<Homepage>https://github.com/polkit-org/polkit</Homepage>
<Packager>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>system.base</PartOf>
Expand Down Expand Up @@ -83,7 +83,7 @@
</Description>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="34">polkit</Dependency>
<Dependency release="35">polkit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/polkit-1/polkit/polkit.h</Path>
Expand Down Expand Up @@ -188,12 +188,12 @@
</Files>
</Package>
<History>
<Update release="34">
<Date>2025-11-08</Date>
<Update release="35">
<Date>2025-12-01</Date>
<Version>126</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Update>
</History>
</PISI>
5 changes: 5 additions & 0 deletions packages/q/qol-assist/files/wheel_group_admin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
description = "Add all admin users into the wheel group"

[[users-update]]
only = ["admin"]
group = "wheel"
2 changes: 1 addition & 1 deletion packages/q/qol-assist/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : qol-assist
version : 0.9.0
release : 18
release : 19
source :
- https://github.com/getsolus/qol-assist/releases/download/v0.9.0/qol-assist-v0.9.0.tar.gz : c62a112ad5e9511ec2c8e51bf0cb6f7896092114be92b0069203b4ff8a6547c4
homepage : https://github.com/getsolus/qol-assist
Expand Down
5 changes: 3 additions & 2 deletions packages/q/qol-assist/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
<Path fileType="data">/usr/share/defaults/qol-assist.d/scanner_group.toml</Path>
<Path fileType="data">/usr/share/defaults/qol-assist.d/users_group_gid.toml</Path>
<Path fileType="data">/usr/share/defaults/qol-assist.d/users_group_update.toml</Path>
<Path fileType="data">/usr/share/defaults/qol-assist.d/wheel_group_admin.toml</Path>
<Path fileType="data">/usr/share/defaults/qol-assist.d/wheel_group_gid.toml</Path>
<Path fileType="man">/usr/share/man/man1/qol-assist.1.zst</Path>
</Files>
</Package>
<History>
<Update release="18">
<Date>2025-11-27</Date>
<Update release="19">
<Date>2025-12-01</Date>
<Version>0.9.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
4 changes: 2 additions & 2 deletions packages/s/sudo/files/sudoers
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Defaults secure_path="/usr/sbin:/usr/bin:/sbin:/bin"
root ALL=(ALL:ALL) ALL

## Uncomment to allow members of group wheel to execute any command
# %wheel ALL=(ALL) ALL
%wheel ALL=(ALL) ALL

## Same thing without a password
# %wheel ALL=(ALL:ALL) NOPASSWD: ALL

## Uncomment to allow members of group sudo to execute any command
%sudo ALL=(ALL) ALL
# %sudo ALL=(ALL) ALL

## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).
Expand Down
2 changes: 1 addition & 1 deletion packages/s/sudo/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : sudo
version : 1.9.17_p2
release : 57
release : 58
source :
- https://www.sudo.ws/dist/sudo-1.9.17p2.tar.gz : 4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb
homepage : https://www.sudo.ws/
Expand Down
6 changes: 3 additions & 3 deletions packages/s/sudo/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="57">sudo</Dependency>
<Dependency release="58">sudo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/sudo_plugin.h</Path>
Expand Down Expand Up @@ -172,8 +172,8 @@
</Files>
</Package>
<History>
<Update release="57">
<Date>2025-09-12</Date>
<Update release="58">
<Date>2025-12-01</Date>
<Version>1.9.17_p2</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down
3 changes: 2 additions & 1 deletion packages/s/systemd/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : systemd
version : '257.10'
release : 178
release : 179
source :
- https://github.com/systemd/systemd/archive/refs/tags/v257.10.tar.gz : 5a2f477e6268630f6e2829c7bb3e442017549798a4122635817934eaa0c6ac10
license :
Expand Down Expand Up @@ -218,6 +218,7 @@
-Dusers-gid=100 \
-Dutmp=${_IS_64BIT_BOOL} \
-Dvconsole=${_IS_64BIT_BOOL} \
-Dwheel-group=true \
-Dxdg-autostart=${_IS_64BIT_BOOL} \
-Dxkbcommon=${_IS_64BIT_FEAT} \
-Dzlib=${_IS_64BIT_FEAT}
Expand Down
20 changes: 10 additions & 10 deletions packages/s/systemd/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>systemd</Name>
<Homepage>https://www.github.com/systemd/systemd</Homepage>
<Packager>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<License>GPL-2.0-or-later</License>
Expand Down Expand Up @@ -1333,7 +1333,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="178">systemd</Dependency>
<Dependency release="179">systemd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libnss_myhostname.so.2</Path>
Expand All @@ -1356,8 +1356,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="178">systemd-devel</Dependency>
<Dependency release="178">systemd-32bit</Dependency>
<Dependency release="179">systemd-32bit</Dependency>
<Dependency release="179">systemd-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib32/pkgconfig/libsystemd.pc</Path>
Expand All @@ -1371,7 +1371,7 @@
</Description>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="178">systemd</Dependency>
<Dependency release="179">systemd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libudev.h</Path>
Expand Down Expand Up @@ -2191,12 +2191,12 @@
</Files>
</Package>
<History>
<Update release="178">
<Date>2025-11-14</Date>
<Update release="179">
<Date>2025-12-01</Date>
<Version>257.10</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Update>
</History>
</PISI>
Loading