1- # utils/update-elements.sh: Derived from freedesktop-sdk.bst freedesktop-sdk-24.08.23 components/cups-base.bst
1+ # utils/update-elements.sh: Derived from freedesktop-sdk.bst freedesktop-sdk-24.08.25 components/cups-base.bst
22
33kind : autotools
44description :
@@ -14,8 +14,10 @@ build-depends:
1414- freedesktop-sdk.bst:components/systemd.bst
1515
1616variables :
17+ license-files-extra : NOTICE
1718 # Makefiles not added to build-dir which makes it unusable
1819 build-dir : ' '
20+ make-install-args : DSTROOT="%{install-root}" install
1921 conf-local : >-
2022 --enable-debug
2123 --with-components=all
@@ -30,16 +32,14 @@ variables:
3032
3133config :
3234 install-commands :
33- - |
34- make -j1 DSTROOT="%{install-root}" install
35+ (>) :
36+ - |
37+ tmpfilesdir="$(pkg-config --variable tmpfilesdir systemd)"
38+ install -Dm644 tmpfiles.conf "%{install-root}${tmpfilesdir}/cups.conf"
3539
36- - |
37- tmpfilesdir="$(pkg-config --variable tmpfilesdir systemd)"
38- install -Dm644 tmpfiles.conf "%{install-root}${tmpfilesdir}/cups.conf"
39-
40- - |
41- sysusersdir="$(pkg-config --variable sysusersdir systemd)"
42- install -Dm644 sysusers.conf "%{install-root}${sysusersdir}/cups.conf"
40+ - |
41+ sysusersdir="$(pkg-config --variable sysusersdir systemd)"
42+ install -Dm644 sysusers.conf "%{install-root}${sysusersdir}/cups.conf"
4343
4444public :
4545 bst :
@@ -68,12 +68,6 @@ public:
6868sources :
6969- kind : git_repo
7070 url : github:OpenPrinting/cups.git
71- track : v*
72- exclude :
73- - " *a*"
74- - " *b*"
75- - " *rc*"
76- - " *op*"
7771 ref : v2.4.10-0-gf3e5cc069c25647619aba8e0aefaa1969d71447e
7872- kind : local
7973 # Overridde: Modified to name the system group "sudo".
0 commit comments