Compare commits

..
8 Commits
Author SHA1 Message Date
EnumDev 35427ce743 Rebuild package 2026-07-10 19:15:50 +03:00
EnumDev bdaa2c48df Switch to new package format 2026-06-13 19:59:02 +03:00
EnumDev b4a9d921be Update package version to 2.4.19 2026-05-02 18:24:40 +03:00
EnumDev 0aae3a30cc Update package version to 2.4.18 2026-04-26 16:17:15 +03:00
EnumDev 1606d4d912 Update package version to 2.4.17 2026-04-20 12:19:10 +03:00
EnumDev e78793ff67 Update .gitignore 2026-02-24 12:44:23 +02:00
EnumDev 28bb73792d Fix group issues 2025-12-13 19:44:52 +02:00
EnumDev e00a00dd7d Update package version to 2.4.16 2025-12-05 16:57:47 +02:00
4 changed files with 13 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore BPM archives and signatures
*.bpm
*.bpm.sig
+5 -3
View File
@@ -1,9 +1,11 @@
name: cups
description: An open-source printing system
version: 2.4.15
revision: 4
version: 2.4.19
revision: 3
url: https://openprinting.github.io/cups/
license: Apache2 with LLVM-exception and BSD-3-Clause and Zlib and BSD-2-Clause
maintainers:
- [email protected]
architecture: any
type: source
make_depends:
@@ -20,7 +22,7 @@ downloads:
- url: https://github.com/OpenPrinting/cups/releases/download/v${BPM_PKG_VERSION}/cups-${BPM_PKG_VERSION}-source.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: eff0bbd48ff1abcbb8e46e28e85aefaffa391a1d9c4d8dc92ab3822a13008d7f
checksum: 820984b12a67f98705785aae2dd1347fe0ac097828001d4583ff64574aed6389
split_packages:
- name: cups
keep:
+4 -2
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
@@ -41,8 +41,10 @@ package_cups() {
# Create default cups client config
echo "ServerName /run/cups/cups.sock" | install -Dm644 -g 209 /dev/stdin "$BPM_OUTPUT"/etc/cups/client.conf
# Install sysusesrs
# Install sysusesrs and set user and group in config
install -Dm644 "$BPM_WORKDIR"/sysusers "$BPM_OUTPUT"/usr/lib/sysusers.d/cups.conf
sed -i "s/#User 209/User 209/" "$BPM_OUTPUT"/etc/cups/cups-files.conf{,.default}
sed -i "s/#Group 209/Group 209/" "$BPM_OUTPUT"/etc/cups/cups-files.conf{,.default}
# Install pam configuration file
install -Dm644 "$BPM_WORKDIR"/cups-pam "$BPM_OUTPUT"/etc/pam.d/cups
+1
View File
@@ -1 +1,2 @@
u cups 209 "Cups helper user" /var/spool/cups /bin/false
m cups lpadmin