← recipes

Commit d0fdb10

621
plików
+506
dodanych
-865
usuniętych
@@ -189,7 +189,6 @@ hooks:
189 189 build: |
190 190 cd ${pkgname}-5.3
191 191 patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
192 - cd /tmp/src-bash-5.3.15
193 192 cd bash-5.3
194 193
195 194 ./configure --prefix=/usr \
@@ -421,7 +421,6 @@ build: |
421 421 patch -Np1 -i ../busybox-1.33.0_modprobe.patch
422 422 # Busybox default patch doen't fit for NuTyX
423 423 patch -Np1 -i ../bb_default_path.patch
424 - cd /tmp/src-busybox-1.36.1
425 424 cd ${pkgname}-${pkgver}
426 425 cp ../${pkgname}.config .config
427 426 make CC=musl-gcc
@@ -2329,7 +2329,7 @@ build: |
2329 2329 ${PKGDIR}/usr/share/doc/${pkgname}
2330 2330
2331 2331
2332 - rm ${PKGDIR}/usr/lib/libcurl.la
2332 + rm -f ${PKGDIR}/usr/lib/libcurl.la
2333 2333 install -Dm 644 ./cacert.pem ${PKGDIR}/etc/ssl/cacert.pem
2334 2334
2335 2335 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
@@ -300,7 +300,6 @@ build: |
300 300 # now 4.1.2, named differently
301 301 mkdir ./${pkgname}-4.1.2
302 302 unzip -q -d ./${pkgname}-4.1.2 ./docbkx412.zip
303 - cd /tmp/src-docbook-xml-4.5
304 303 # copy to proper locations
305 304 for DB_VER in 4.5 4.4 4.3 4.2 4.1.2
306 305 do
@@ -36,8 +36,6 @@ footprint_doxygen_man: |
36 36 -rw-r--r-- root/root usr/share/man/man1/doxywizard.1.gz
37 37
38 38 build: |
39 - tar xf ${pkgname}-${pkgver}.src.tar.gz -C /tmp/work/src
40 - cd /tmp/src-doxygen-1.18.0
41 39 cd ${pkgname}-${pkgver}
42 40
43 41 sed -i '/mutex/a#include <utility>' src/cache.h
@@ -63,7 +63,7 @@ build: |
63 63 install -v -m755 -d ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}
64 64 install -v -m644 doc/*.{html,css} ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}
65 65 # Obsolet lib
66 - rm ${PKGDIR}/usr/lib/libexpat.la
66 + rm -f ${PKGDIR}/usr/lib/libexpat.la
67 67
68 68 package: |
69 69 true
@@ -48,7 +48,7 @@ build: |
48 48 make DESTDIR=${PKGDIR} install
49 49
50 50 # Obsolet lib
51 - rm ${PKGDIR}/usr/lib/libmagic.la
51 + rm -f ${PKGDIR}/usr/lib/libmagic.la
52 52
53 53 package: |
54 54 true
@@ -389,7 +389,7 @@ build: |
389 389 install -v -m755 -d ${PKGDIR}/usr/share/doc/${pkgname}
390 390 cp -v -R docs/* ${PKGDIR}/usr/share/doc/${pkgname}
391 391
392 - rm ${PKGDIR}/usr/lib/libfreetype.la
392 + rm -f ${PKGDIR}/usr/lib/libfreetype.la
393 393
394 394 package: |
395 395 true
@@ -2793,8 +2793,6 @@ footprint_gcc_man: |
2793 2793 -rw-r--r-- root/root usr/share/man/man7/gpl.7.gz
2794 2794
2795 2795 build: |
2796 - tar -xf ${pkgname}-${pkgver}.tar.xz
2797 - cd /tmp/src-gcc-16.2.0
2798 2796 cd gcc-${pkgver}
2799 2797
2800 2798 #sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
@@ -2834,7 +2832,7 @@ build: |
2834 2832
2835 2833 cd ${PKGDIR}/usr/lib/bfd-plugins
2836 2834 sed -i "s|-L.[^ ]* ||g" \
2837 - ${PKGDIR}/usr/lib/{libstdc++.la,libsupc++.la}
2835 + -f ${PKGDIR}/usr/lib/{libstdc++.la,libsupc++.la}
2838 2836 mv -v ${PKGDIR}/usr/lib/*gdb.py \
2839 2837 ${PKGDIR}/usr/share/gdb/auto-load/usr/lib
2840 2838 ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/${pkgver}/liblto_plugin.so
@@ -856,7 +856,6 @@ build: |
856 856 then
857 857 mv -vf ${PKGDIR}/usr/include/glib-2.0{,.old}
858 858 fi
859 - cd /tmp/src-glib-2.88.3
860 859 cd build
861 860
862 861 meson --prefix=/usr \
@@ -16682,7 +16682,6 @@ build: |
16682 16682 -C ./go${pkgver} --strip-components=1
16683 16683 bsdtar -xf ./go${pkgver}.src.tar.gz \
16684 16684 -C .
16685 - cd /tmp/src-go-1.26.6
16686 16685 export GOCACHE=./go-build
16687 16686 export GOROOT_BOOTSTRAP=./go${pkgver}
16688 16687 export GOROOT_FINAL=/usr/lib/go
@@ -954,7 +954,6 @@ build: |
954 954
955 955 # First fix a bug introduced in grub-2.14
956 956 sed 's/--image-base/--nonexist-linker-option/' -i configure
957 - cd /tmp/src-grub-2.14
958 957 cp -a grub-${pkgver} grub-efi-${pkgver}
959 958 cp -a grub-${pkgver} grub-efi-${pkgver}-i386
960 959
@@ -34,7 +34,6 @@ footprint: |
34 34
35 35 build: |
36 36 mv ${pkgname}-r${pkgver} ${pkgname}-${pkgver}
37 - cd /tmp/src-inih-62
38 37 cd ${pkgname}-${pkgver}
39 38
40 39 mkdir build
@@ -1116,7 +1116,6 @@ footprint_iso-codes_zh: |
1116 1116
1117 1117 build: |
1118 1118 mv ${pkgname}-v${pkgver} ${pkgname}-${pkgver}
1119 - cd /tmp/src-iso-codes-4.20.1
1120 1119 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true iso-codes-4.20.1 builddir
1121 1120 meson compile -C builddir
1122 1121
@@ -46,7 +46,6 @@ build: |
46 46 cd ${pkgname}-${pkgver}
47 47 patch -Np1 -i ../fix-crash-wrong-encoding.patch
48 48 autoreconf -fvi
49 - cd /tmp/src-itstool-2.0.7
50 49 cd ${pkgname}-${pkgver}
51 50 PYTHON=/usr/bin/python3 ./configure --prefix=/usr
52 51 make
@@ -95,7 +95,6 @@ footprint_libarchive_man: |
95 95
96 96 build: |
97 97 sed '/linux\/fs\.h/d' -i ${pkgname}-${pkgver}/libarchive/archive_read_disk_posix.c
98 - cd /tmp/src-libarchive-3.8.9
99 98 cd ${pkgname}-${pkgver}
100 99 ./configure --prefix=/usr \
101 100 --disable-xattr --disable-acl
@@ -106,4 +105,4 @@ build: |
106 105
107 106 package: |
108 107 # Obsolet lib
109 - rm ${PKGDIR}/usr/lib/libarchive.la
108 + rm -f ${PKGDIR}/usr/lib/libarchive.la
@@ -49,4 +49,4 @@ build: |
49 49 make DESTDIR=${PKGDIR} install
50 50
51 51 package: |
52 - rm ${PKGDIR}/usr/lib/libffi.la
52 + rm -f ${PKGDIR}/usr/lib/libffi.la
@@ -67,7 +67,7 @@ build: |
67 67
68 68 # Obsolet lib
69 69
70 - rm ${PKGDIR}/usr/lib/libgcrypt.la
70 + rm -f ${PKGDIR}/usr/lib/libgcrypt.la
71 71
72 72 package: |
73 73 true
@@ -203,7 +203,7 @@ build: |
203 203 ./configure --prefix=/usr --disable-static
204 204 make
205 205 make DESTDIR=${PKGDIR} install
206 - rm ${PKGDIR}/usr/lib/${pkgname}.la
206 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
207 207
208 208 package: |
209 209 true
@@ -63,7 +63,7 @@ build: |
63 63 --disable-static
64 64 make
65 65 make DESTDIR=${PKGDIR} install
66 - rm ${PKGDIR}/usr/lib/${pkgname}{,16}.la
66 + rm -f ${PKGDIR}/usr/lib/${pkgname}{,16}.la
67 67
68 68 mkdir -p ${PKGDIR}/usr/share/doc/${pkgname}
69 69 cp -v README libpng-manual.txt ${PKGDIR}/usr/share/doc/${pkgname}
@@ -48,7 +48,7 @@ build: |
48 48 make
49 49 make DESTDIR=${PKGDIR} install
50 50 # Obsolet libs
51 - rm ${PKGDIR}/usr/lib/libpsl.la
51 + rm -f ${PKGDIR}/usr/lib/libpsl.la
52 52
53 53 package: |
54 54 true
@@ -227,10 +227,9 @@ footprint_libssh2_man: |
227 227 build: |
228 228 cd ${pkgname}-${pkgver}
229 229 patch -Np1 -i ../security_fixes-1.patch
230 - cd /tmp/src-libssh2-1.11.1
231 230 cd libssh2-1.11.1
232 231 ./configure --prefix=/usr
233 232 make
234 233
235 234 package: |
236 - rm ${PKGDIR}/usr/lib/libssh2.la
235 + rm -f ${PKGDIR}/usr/lib/libssh2.la
@@ -89,7 +89,7 @@ build: |
89 89 --infodir=/usr/share/info
90 90 make
91 91 make DESTDIR=${PKGDIR} install
92 - rm ${PKGDIR}/usr/lib/${pkgname}.la
92 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
93 93
94 94 package: |
95 95 true
@@ -83,7 +83,6 @@ build: |
83 83
84 84 sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
85 85 -i $(find -name \*.in.h)
86 - cd /tmp/src-libunistring-1.4.2
87 86 cd ${pkgname}-${pkgver}
88 87 ./configure --prefix=/usr \
89 88 -disable-static \
@@ -92,7 +91,7 @@ build: |
92 91 make
93 92
94 93 make DESTDIR=${PKGDIR} install
95 - rm ${PKGDIR}/usr/lib/libunistring.la
94 + rm -f ${PKGDIR}/usr/lib/libunistring.la
96 95
97 96 package: |
98 97 true
@@ -41,7 +41,7 @@ build: |
41 41 ./configure --prefix=/usr --disable-static
42 42 make
43 43 make DESTDIR=${PKGDIR} install
44 - rm ${PKGDIR}/usr/lib/${pkgname}.la
44 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
45 45
46 46 package: |
47 47 true
@@ -175,4 +175,4 @@ build: |
175 175 make DESTDIR=${PKGDIR} install
176 176
177 177 package: |
178 - rm ${PKGDIR}/usr/lib/lib{e,}xslt.la
178 + rm -f ${PKGDIR}/usr/lib/lib{e,}xslt.la
@@ -58,7 +58,7 @@ build: |
58 58 --docdir=/usr/share/doc/lzo-${pkgver}
59 59 make
60 60 make DESTDIR=${PKGDIR} install
61 - rm ${PKGDIR}/usr/lib/liblzo2.la
61 + rm -f ${PKGDIR}/usr/lib/liblzo2.la
62 62
63 63 package: |
64 64 true
@@ -587,7 +587,6 @@ footprint_meson_man: |
587 587 build: |
588 588 cd ${pkgname}-${pkgver}
589 589 patch -Np1 -i ../skip-test.diff
590 - cd /tmp/src-meson-1.12.0
591 590 cd ${pkgname}-${pkgver}
592 591
593 592 pip3 wheel -w dist \
@@ -1292,7 +1292,6 @@ build: |
1292 1292 make INSTALL_HDR_PATH=dest headers_install
1293 1293 mkdir -p ${PKGDIR}/usr/include/musl
1294 1294 cp -rv dest/include/* ${PKGDIR}/usr/include/musl
1295 - cd /tmp/src-musl-1.2.6
1296 1295 cd ${pkgname}-${pkgver}
1297 1296 ./configure --prefix=/usr/lib/musl \
1298 1297 --exec-prefix=/usr \
@@ -34,7 +34,6 @@ build: |
34 34 if ( jobs != NULL ) j = atoi( jobs );\
35 35 if ( j > 0 ) return j;\
36 36 ' src/ninja.cc
37 - cd /tmp/src-ninja-1.13.2
38 37 cd ${pkgname}-${pkgver}
39 38 python3 configure.py --bootstrap
40 39
@@ -240,7 +240,6 @@ footprint_pam_man: |
240 240 build: |
241 241 mv Linux-PAM-${pkgver} \
242 242 ${pkgname}-${pkgver}
243 - cd /tmp/src-pam-1.7.2
244 243 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true pam-1.7.2 builddir --libdir lib -Ddocdir=/usr/share/doc/Linux-PAM --sbindir bin
245 244 meson compile -C builddir
246 245
@@ -23,7 +23,6 @@ footprint_pax_man: |
23 23
24 24 build: |
25 25 mv ${pkgname} ${pkgname}-${pkgver}
26 - cd /tmp/src-pax-20240817
27 26 cd ${pkgname}-${pkgver}
28 27 bash Build.sh
29 28
@@ -253,8 +253,8 @@ build: |
253 253 mv -v ${PKGDIR}/usr/lib/libpcre.so.* ${PKGDIR}/lib
254 254 ln -sfv ../../lib/$(readlink ${PKGDIR}/usr/lib/libpcre.so) ${PKGDIR}/usr/lib/libpcre.so
255 255
256 - rm ${PKGDIR}/usr/lib/libpcre{,16,32}.la
257 - rm ${PKGDIR}/usr/lib/libpcre{posix,cpp}.la
256 + rm -f ${PKGDIR}/usr/lib/libpcre{,16,32}.la
257 + rm -f ${PKGDIR}/usr/lib/libpcre{posix,cpp}.la
258 258
259 259 package: |
260 260 true
@@ -289,10 +289,10 @@ build: |
289 289 make DESTDIR=${PKGDIR} install
290 290
291 291 # Obsolets libs
292 - rm ${PKGDIR}/usr/lib/libpcre2-16.la
293 - rm ${PKGDIR}/usr/lib/libpcre2-32.la
294 - rm ${PKGDIR}/usr/lib/libpcre2-8.la
295 - rm ${PKGDIR}/usr/lib/libpcre2-posix.la
292 + rm -f ${PKGDIR}/usr/lib/libpcre2-16.la
293 + rm -f ${PKGDIR}/usr/lib/libpcre2-32.la
294 + rm -f ${PKGDIR}/usr/lib/libpcre2-8.la
295 + rm -f ${PKGDIR}/usr/lib/libpcre2-posix.la
296 296
297 297 package: |
298 298 true
@@ -71,7 +71,6 @@ build: |
71 71 localedef -i en_US -f UTF-8 en_US.UTF-8
72 72 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 \
73 73 bsdtar -xf ./wheel-${pkgver}.tar.gz
74 - cd /tmp/src-python-wheel-0.48.0
75 74 cd wheel-${pkgver}
76 75
77 76 pip3 wheel -w dist \
@@ -10016,7 +10016,6 @@ build: |
10016 10016 bsdtar -xf Python-${pkgver}.tar.xz
10017 10017 cd Python-${pkgver}
10018 10018 patch -Np1 -i ../${pkgname}-${pkgver}-openssl_4-1.patch
10019 - cd /tmp/src-python-3.14.7
10020 10019 cd Python-${pkgver}
10021 10020 CXX="/usr/bin/g++" \
10022 10021 ./configure --prefix=/usr \
@@ -64,7 +64,6 @@ footprint_rhash_man: |
64 64
65 65 build: |
66 66 mv RHash-${pkgver} ${pkgname}-${pkgver}
67 - cd /tmp/src-rhash-1.4.6
68 67 unset MAKEFLAGS
69 68 cd ${pkgname}-${pkgver}
70 69 ./configure --prefix=/usr --sysconfdir=/etc \
@@ -40,7 +40,6 @@ build: |
40 40 useradd -c "rsyncd Daemon" -d /home/rsync \
41 41 -g $UN -s /usr/bin/false -u 48 $UN
42 42 fi
43 - cd /tmp/src-rsync-3.5.0
44 43 cd ${pkgname}-${pkgver}
45 44 ./configure --prefix=/usr \
46 45 -mandir=/usr/share/man \
@@ -201,7 +201,6 @@ build: |
201 201 -e '/name = "openssl-sys"/,/^$/{/source|checksum/d;s/0.9.112/0.9.114/}' \
202 202 -e '/name = "openssl"/,/^$/{/source|checksum/d;s/0.10.76/0.10.78/}' \
203 203 -e '/name = "openssl-macros"/,/^$/{/source|checksum/d}'
204 - cd /tmp/src-rustc-1.96.0
205 204 export MAKEFLAGS=-j15
206 205 cd ${pkgname}-${pkgver}-src
207 206 cat <<EOF > config.toml
@@ -52,7 +52,7 @@ build: |
52 52
53 53 make DESTDIR=${PKGDIR} install
54 54
55 - # rm ${PKGDIR}/usr/lib/libsqlite3.la
55 + # rm -f ${PKGDIR}/usr/lib/libsqlite3.la
56 56
57 57 package: |
58 58 true
@@ -42,7 +42,6 @@ build: |
42 42 sed -i 's@^struct cache@extern struct cache@' mksquashfs.h
43 43 sed -i '1,1i#include <sys/sysmacros.h>' mksquashfs.c unsquashfs.c
44 44 sed -i 's@ln -fs $(INSTALL_DIR)/@ln -s @' Makefile
45 - cd /tmp/src-squashfs-4.7.5
46 45 cd ${pkgname}-tools-${pkgver}/squashfs-tools
47 46
48 47 make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZA_SUPPORT= \
@@ -2580,7 +2580,6 @@ build: |
2580 2580 sed -e 's/GROUP="render"/GROUP="video"/' \
2581 2581 -e 's/GROUP="sgx", //' \
2582 2582 -i rules.d/50-udev-default.rules.in
2583 - cd /tmp/src-systemd-261.2
2584 2583 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true systemd-261.2 builddir -Ddefault-dnssec=no -Ddev-kvm-mode=0660 -Dfirstboot=false -Dldconfig=false -Dhomed=disabled -Dmode=release -Dnobody-group=nogroup -Dpam=enabled -Dpamconfdir=/etc/pam.d -Drpmmacrosdir=no -Dmount-path=/usr/bin/mount -Dsplit-bin=false -Dumount-path=/usr/bin/umount -Dswapon-path=/usr/bin/swapon -Dswapoff-path=/usr/bin/swapoff -Dagetty-path=/usr/bin/agetty -Dkmod-path=/usr/bin/kmod -Dkernel-install=false -Dukify=disabled
2585 2584 meson compile -C builddir
2586 2585
@@ -39,7 +39,6 @@ build: |
39 39 cd ${pkgname}60
40 40 # patch -Np1 -i ./cumulative.patch
41 41 # patch -p1 -F3 -i ./28-cve-2022-0529-and-cve-2022-0530.patch
42 - cd /tmp/src-unzip-6.0
43 42 cd ${pkgname}60
44 43 export CFLAGS="$CFLAGS -std=gnu17 -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
45 44 -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
@@ -259,7 +259,6 @@ build: |
259 259 NEW_LINE+='&& OPENSSL_VERSION_NUMBER < 0x40000000L'
260 260 sed -i "/SSL3/c $NEW_LINE" src/openssl.c
261 261 unset NEW_LINE
262 - cd /tmp/src-wget-1.25.0
263 262 cd ${pkgname}-${pkgver}
264 263 ./configure --prefix=/usr \
265 264 --sysconfdir=/etc \
@@ -601,7 +601,7 @@ build: |
601 601 make
602 602 make DESTDIR=${PKGDIR} install
603 603
604 - rm ${PKGDIR}/usr/lib/libxapian.la
604 + rm -f ${PKGDIR}/usr/lib/libxapian.la
605 605
606 606 package: |
607 607 true
@@ -62,7 +62,6 @@ build: |
62 62 cd ${pkgname}-*
63 63 patch -Np1 -i ../consolidate-1.patch
64 64 autoreconf -fi
65 - cd /tmp/src-aalib-1.4rc5
66 65 cd aalib-*
67 66 sed -i -e '/AM_PATH_AALIB,/s/AM_PATH_AALIB/[&]/' aalib.m4
68 67
@@ -72,6 +71,6 @@ build: |
72 71 make
73 72 make DESTDIR=${PKGDIR} install
74 73 # Obsolet lib
75 - rm ${PKGDIR}/usr/lib/libaa.la
74 + rm -f ${PKGDIR}/usr/lib/libaa.la
76 75 package: |
77 76 true
@@ -420,7 +420,6 @@ footprint_alacarte_zh: |
420 420 build: |
421 421 cd ${pkgname}-${pkgver}
422 422 NOCONFIGURE=1 ./autogen.sh
423 - cd /tmp/src-alacarte-3.58.0
424 423 cd ${pkgname}-${pkgver}
425 424 ./configure --prefix=/usr --disable-documentation \
426 425 --sysconfdir=/etc --localstatedir=/var
@@ -93,21 +93,21 @@ build: |
93 93 install -Dm644 ./${pkgname}.conf ${PKGDIR}/etc/asound.conf
94 94
95 95 # Obsolets libs
96 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_conf_pulse.la
97 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_arcam_av.la
98 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_oss.la
99 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_pulse.la
100 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_a52.la
101 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_jack.la
102 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_oss.la
103 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_pulse.la
104 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_upmix.la
105 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_usb_stream.la
106 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_vdownmix.la
107 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_lavrate.la
108 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_samplerate.la
109 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_speexrate.la
110 - rm ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_speex.la
96 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_conf_pulse.la
97 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_arcam_av.la
98 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_oss.la
99 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_ctl_pulse.la
100 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_a52.la
101 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_jack.la
102 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_oss.la
103 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_pulse.la
104 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_upmix.la
105 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_usb_stream.la
106 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_vdownmix.la
107 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_lavrate.la
108 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_samplerate.la
109 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_rate_speexrate.la
110 + rm -f ${PKGDIR}/usr/lib/alsa-lib/libasound_module_pcm_speex.la
111 111
112 112 package: |
113 113 true
@@ -52,7 +52,6 @@ build: |
52 52 cd ${pkgname}-${pkgver}
53 53
54 54 sed -i 's/xsl-ns/xsl/' docs/meson.build
55 - cd /tmp/src-appstream-qt-1.1.6
56 55 cd ${pkgname}-${pkgver}
57 56 mkdir build
58 57 cd build
@@ -807,7 +807,6 @@ build: |
807 807 cd ${pkgname}-${pkgver}
808 808
809 809 sed -i 's/xsl-ns/xsl/' docs/meson.build
810 - cd /tmp/src-appstream-1.1.6
811 810 cd ${pkgname}-${pkgver}
812 811 mkdir build
813 812 cd build
@@ -334,7 +334,6 @@ build: |
334 334 sed -i "/mate_desktop/d" meson.build
335 335
336 336 patch -Np1 -i ../mate-desktop.patch
337 - cd /tmp/src-atril-1.28.2
338 337 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true atril-1.28.2 builddir
339 338 meson compile -C builddir
340 339 package: |
@@ -164,7 +164,6 @@ build: |
164 164 (getent group ${pkgname} > /dev/null) || groupadd -fg 84 ${pkgname}
165 165 (getent passwd ${pkgname} > /dev/null) || useradd -c "Avahi Daemon Owner" \
166 166 -d /var/run/avahi-daemon -u 84 -g ${pkgname} -s /bin/false ${pkgname}
167 - cd /tmp/src-avahi-0.8
168 167 cd ${pkgname}-${pkgver}
169 168 ./configure \
170 169 --prefix=/usr \
@@ -186,6 +185,6 @@ build: |
186 185 make DESTDIR=${PKGDIR} install
187 186
188 187 rm -fr ${PKGDIR}/{etc/avahi,var,usr/share/man/man8,usr/sbin}
189 - rm ${PKGDIR}/usr/lib/libavahi-{common,core,client,glib,gobject}.la
188 + rm -f ${PKGDIR}/usr/lib/libavahi-{common,core,client,glib,gobject}.la
190 189 package: |
191 190 true
@@ -57,7 +57,6 @@ footprint: |
57 57
58 58 build: |
59 59 git clone https://github.com/AyatanaIndicators/ayatana-ido.git
60 - cd /tmp/src-ayatana-ido-0.10.4
61 60 cd ${pkgname}
62 61
63 62 mkdir build
@@ -135,7 +135,6 @@ footprint: |
135 135 build: |
136 136 cd ${pkgname}-${pkgver}
137 137 sed -i s/Description/description/ meson.build
138 - cd /tmp/src-babl-0.1.128
139 138 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true babl-0.1.128 builddir
140 139 meson compile -C builddir
141 140
@@ -769,7 +769,6 @@ footprint_baloo_zh: |
769 769 build: |
770 770 cd ${pkgname}-${pkgver}
771 771 patch -Np1 -i ../sys-ioprio-set.patch
772 - cd /tmp/src-baloo-6.28.0
773 772 cmake -B build -S baloo-6.28.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
774 773 cmake --build build
775 774
@@ -395,7 +395,6 @@ build: |
395 395 sed -i 's/gtk_update_icon_cache_program.found()/false/' images/meson.build
396 396
397 397 patch -Np1 -i ../libical-4.patch
398 - cd /tmp/src-balsa-2.6.5
399 398 cd ${pkgname}-${pkgver}
400 399
401 400 mkdir build
@@ -105,7 +105,7 @@ build: |
105 105 make DESTDIR=${PKGDIR} install
106 106
107 107 # Obsolet lib
108 - rm ${PKGDIR}/usr/lib/libbamf3.la
108 + rm -f ${PKGDIR}/usr/lib/libbamf3.la
109 109
110 110 package: |
111 111 true
@@ -273,7 +273,6 @@ footprint_bazaar_zh: |
273 273
274 274 build: |
275 275 sed -i "s/Utility/System/" ${pkgname}-${pkgver}/data/io.github.kolunmi.Bazaar.desktop.in
276 - cd /tmp/src-bazaar-0.9.4
277 276 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true bazaar-0.9.4 builddir
278 277 meson compile -C builddir
279 278
@@ -209,7 +209,6 @@ build: |
209 209 patch -Np1 -i ../120_include-ctime-header.patch # Fix build
210 210 sed -e '/AC_DISABLE_SHARED/d' -i configure.ac # Build shared library
211 211 ./autogen.sh
212 - cd /tmp/src-blackbox-0.77
213 212 cd ./blackboxwm-${pkgver}
214 213 sed -e '/AC_DISABLE_SHARED/d' -i configure.ac # Build shared library
215 214 ./autogen.sh
@@ -589,7 +589,6 @@ build: |
589 589
590 590 sed '/infbrowser/d' -i src/Makefile.am
591 591 autoreconf
592 - cd /tmp/src-bluefish-2.2.19
593 592 cd ${pkgname}-${pkgver}
594 593
595 594 ./configure --prefix=/usr \
@@ -185,7 +185,6 @@ footprint: |
185 185
186 186 build: |
187 187 mv ${pkgname}-v${pkgver} ${pkgname}-${pkgver}
188 - cd /tmp/src-blueprint-compiler-0.22.2
189 188 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true blueprint-compiler-0.22.2 builddir
190 189 meson compile -C builddir
191 190
@@ -132,7 +132,6 @@ hooks:
132 132 build: |
133 133 cd ${pkgname}-${pkgver}
134 134 ./bootstrap
135 - cd /tmp/src-bluez-d45fd43
136 135 cd ${pkgname}-${pkgver}
137 136
138 137 ./configure --prefix=/usr \
@@ -194,7 +193,7 @@ build: |
194 193 install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB
195 194
196 195 # Obsolet lib
197 - rm ${PKGDIR}/usr/lib/libbluetooth.la
196 + rm -f ${PKGDIR}/usr/lib/libbluetooth.la
198 197
199 198 package: |
200 199 true
@@ -213,7 +213,6 @@ build: |
213 213 cd ${pkgname}-${pkgver}
214 214 patch -p0 -i ../bomberclone-0.11.9-build-fix.patch
215 215 patch -p0 -i ../snprintf.diff
216 - cd /tmp/src-bomberclone-0.11.9
217 216 cd ${pkgname}-${pkgver}
218 217
219 218 sed -i -e '/^packagedatadir=/s|share/games/${PACKAGE}|share/${PACKAGE}|' configure
@@ -1283,7 +1283,6 @@ build: |
1283 1283 cd ${pkgname}-${pkgver}
1284 1284
1285 1285 patch -Np1 -i ../brasero-3.12.3-upstream_fixes-1.patch
1286 - cd /tmp/src-brasero-3.12.3
1287 1286 cd ${pkgname}-${pkgver}
1288 1287
1289 1288 ./configure --prefix=/usr \
@@ -1642,7 +1642,6 @@ footprint: |
1642 1642 build: |
1643 1643 mkdir -p \
1644 1644 ${PKGDIR}/usr/{bin,share/{icons/hicolor,mime/packages,metainfo,applications,desktop-directories,${pkgname}}}
1645 - cd /tmp/src-calibre-9.13.0
1646 1645 cd ${PKGDIR}/usr/share/${pkgname}
1647 1646 bsdtar xf ./${pkgname}-${pkgver}-x86_64.txz
1648 1647 export XDG_DATA_DIRS=${PKGDIR}/usr/share
@@ -3733,7 +3733,6 @@ footprint: |
3733 3733
3734 3734 build: |
3735 3735 git clone https://github.com/EliverLara/candy-icons.git
3736 - cd /tmp/src-candy-icons-20241001
3737 3736 mkdir -p ${PKGDIR}/usr/share/{icons,licenses/${pkgname}}
3738 3737 cp -a ${pkgname} ${PKGDIR}/usr/share/icons/${pkgname}
3739 3738 mv ${PKGDIR}/usr/share/{icons,licenses}/${pkgname}/LICENSE
@@ -109,7 +109,6 @@ footprint_cbatticon_zh: |
109 109 build: |
110 110 git clone $url
111 111 mv ${pkgname} ${pkgname}-${pkgver}
112 - cd /tmp/src-cbatticon-1.6.13
113 112 cd ${pkgname}-${pkgver}
114 113 git checkout 2b87a0f033a6c
115 114 make WITH_NOTIFY=1 WITH_GTK3=1
@@ -174,7 +174,6 @@ footprint_chrome_man: |
174 174
175 175 build: |
176 176 bsdtar -xf *.deb
177 - cd /tmp/src-chrome-137.0.7151.55
178 177 bsdtar -xf data.tar.xz -C "${PKGDIR}/"
179 178
180 179 # Icons
@@ -469,7 +469,6 @@ build: |
469 469 cd ${pkgname}-${pkgver}
470 470
471 471 patch -Np1 -i ../libical-4.patch
472 - cd /tmp/src-claws-mail-4.4.0
473 472 cd ${pkgname}-${pkgver}
474 473
475 474 ./configure --prefix=/usr --mandir=/usr/share/man \
@@ -28,8 +28,8 @@ build: |
28 28 make DESTDIR=${PKGDIR} install
29 29
30 30 # Obsolet libs
31 - rm ${PKGDIR}/usr/lib/gstreamer-1.0/libcluttergst3.la
32 - rm ${PKGDIR}/usr/lib/libclutter-gst-3.0.la
31 + rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libcluttergst3.la
32 + rm -f ${PKGDIR}/usr/lib/libclutter-gst-3.0.la
33 33
34 34 package: |
35 35 true
@@ -94,4 +94,4 @@ build: |
94 94
95 95 package: |
96 96 # Obsolet lib
97 - rm ${PKGDIR}/usr/lib/libclutter-gtk-1.0.la
97 + rm -f ${PKGDIR}/usr/lib/libclutter-gtk-1.0.la
@@ -688,7 +688,7 @@ build: |
688 688 make DESTDIR=${PKGDIR} install
689 689
690 690 # Obsolet lib
691 - rm ${PKGDIR}/usr/lib/libclutter-1.0.la
691 + rm -f ${PKGDIR}/usr/lib/libclutter-1.0.la
692 692
693 693 package: |
694 694 true
@@ -1858,7 +1858,6 @@ build: |
1858 1858 src/mime/Makefile.am
1859 1859
1860 1860 autoreconf -fiv
1861 - cd /tmp/src-codeblocks-25.03
1862 1861 cd ${pkgname}_${pkgver}
1863 1862
1864 1863 ./configure --prefix=/usr \
@@ -339537,7 +339537,6 @@ footprint: |
339537 339537 build: |
339538 339538 git clone https://github.com/vinceliuice/Colloid-icon-theme.git \
339539 339539 ${pkgname}-${pkgver}
339540 - cd /tmp/src-colloid-icon-theme-2024-11-16
339541 339540 cd ${pkgname}-${pkgver}
339542 339541 install -d ${PKGDIR}/usr/share/icons
339543 339542
@@ -521,7 +521,6 @@ build: |
521 521 useradd -c "Color Daemon Owner" -d /var/lib/$SN \
522 522 -u $IDN -g $SN -s /usr/bin/false $SN
523 523 fi
524 - cd /tmp/src-colord-1.4.8
525 524 cd ${pkgname}-${pkgver}
526 525 mv po/fur.po po/ur.po
527 526 sed -i 's/fur/ur/' po/LINGUAS
@@ -139,7 +139,6 @@ footprint: |
139 139 build: |
140 140 cd ${pkgname}-${pkgver}
141 141 patch -Np1 -i ../translations-location.patch
142 - cd /tmp/src-cppcheck-2.21.1
143 142 cd ${pkgname}-${pkgver}
144 143 export CXXFLAGS+=" -DNDEBUG"
145 144
@@ -121,7 +121,6 @@ build: |
121 121 cd ${pkgname}-${pkgver}
122 122 sed -i '/proc_func)()/s/()/(FILE*, FILE*, void*)/' filter/foomatic-rip/process.h
123 123 patch -Np1 -i ../cups-filters-2.0.1-security_fix-1.patch
124 - cd /tmp/src-cups-filters-2.0.1
125 124 #unset MAKEFLAGS
126 125
127 126 cd ${pkgname}-${pkgver}
@@ -1070,7 +1070,6 @@ build: |
1070 1070 useradd -c "Printer Service User" -d /var/spool/cups \
1071 1071 -u $IDN -g $UN -s /bin/false -u $UN
1072 1072 fi
1073 - cd /tmp/src-cups-2.4.19
1074 1073 cd ${pkgname}-${pkgver}
1075 1074 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c
1076 1075
@@ -297,7 +297,6 @@ footprint_d-feet_zh: |
297 297 build: |
298 298 cd ${pkgname}-${pkgver}
299 299 patch -Np1 -i ../meson.patch
300 - cd /tmp/src-d-feet-0.3.16
301 300 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true d-feet-0.3.16 builddir
302 301 meson compile -C builddir
303 302
@@ -83,7 +83,7 @@ build: |
83 83 --sysconfdir=/etc
84 84 make
85 85 make DESTDIR=${PKGDIR} install
86 - rm ${PKGDIR}/usr/lib/libdbus-glib-1.la
86 + rm -f ${PKGDIR}/usr/lib/libdbus-glib-1.la
87 87
88 88 package: |
89 89 true
@@ -56,7 +56,6 @@ footprint: |
56 56
57 57 build: |
58 58 sed -i "s|Exec=.*|Exec=/usr/bin/${pkgname}|" Discord/${pkgname}.desktop
59 - cd /tmp/src-discord-1.0.154
60 59 install -d ${PKGDIR}/opt/${pkgname}
61 60 cp -a Discord/. ${PKGDIR}/opt/${pkgname}
62 61 chmod 755 ${PKGDIR}/opt/${pkgname}/discord
@@ -138,7 +138,7 @@ build: |
138 138 done
139 139
140 140 # Obsolet lib
141 - rm ${PKGDIR}/usr/lib/libdjvulibre.la
141 + rm -f ${PKGDIR}/usr/lib/libdjvulibre.la
142 142
143 143 package: |
144 144 true
@@ -165,7 +165,6 @@ footprint: |
165 165
166 166 build: |
167 167 bsdtar -xf *.deb
168 - cd /tmp/src-element-desktop-1.11.101
169 168 tar -xvf data.tar.xz -C ${PKGDIR}/
170 169
171 170 install -Dm644 ${PKGDIR}/opt/Element/LICENSES.chromium.html ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSES.chromium.html
@@ -82,8 +82,8 @@ build: |
82 82 ln -sfv enchant-2.pc ${PKGDIR}/usr/lib/pkgconfig/enchant.pc
83 83
84 84 # Obsolets libs
85 - #rm ${PKGDIR}/usr/lib/enchant-2/enchant_aspell.la
86 - rm ${PKGDIR}/usr/lib/libenchant-2.la
85 + #rm -f ${PKGDIR}/usr/lib/enchant-2/enchant_aspell.la
86 + rm -f ${PKGDIR}/usr/lib/libenchant-2.la
87 87
88 88 install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB
89 89
@@ -651,11 +651,9 @@ footprint: |
651 651
652 652 build: |
653 653 cd .
654 - tar xzf ${pkgname}-${pkgver}-1.tar.gz
655 654
656 655 cd ${pkgname}-${pkgver}
657 656 autoreconf -vif
658 - cd /tmp/src-epson-inkjet-printer-escpr-1.8.6
659 657 cd ${pkgname}-${pkgver}
660 658 #patch -Np1 -i ../bug_x86_64.patch
661 659
@@ -387,7 +387,7 @@ build: |
387 387 make DESTDIR=${PKGDIR} install
388 388
389 389 # Obsolets libs
390 - rm ${PKGDIR}/usr/lib/libexo-2.la
390 + rm -f ${PKGDIR}/usr/lib/libexo-2.la
391 391
392 392 package: |
393 393 true
@@ -141,19 +141,18 @@ build: |
141 141 cd ${pkgname}-${pkgver}
142 142 patch -p1 -i ../farstream-make-4.3.patch # Fix build with make 4.3
143 143 ./autogen.sh
144 - cd /tmp/src-farstream-0.2.9
145 144 cd farstream-0.2.9
146 145 ./configure --prefix=/usr
147 146 make
148 147
149 148 package: |
150 149 # Obsolets libs
151 - rm ${PKGDIR}/usr/lib/farstream-0.2/libmulticast-transmitter.la
152 - rm ${PKGDIR}/usr/lib/farstream-0.2/libnice-transmitter.la
153 - rm ${PKGDIR}/usr/lib/farstream-0.2/librawudp-transmitter.la
154 - rm ${PKGDIR}/usr/lib/farstream-0.2/libshm-transmitter.la
155 - rm ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrawconference.la
156 - rm ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrtpconference.la
157 - rm ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrtpxdata.la
158 - rm ${PKGDIR}/usr/lib/gstreamer-1.0/libfsvideoanyrate.la
159 - rm ${PKGDIR}/usr/lib/libfarstream-0.2.la
150 + rm -f ${PKGDIR}/usr/lib/farstream-0.2/libmulticast-transmitter.la
151 + rm -f ${PKGDIR}/usr/lib/farstream-0.2/libnice-transmitter.la
152 + rm -f ${PKGDIR}/usr/lib/farstream-0.2/librawudp-transmitter.la
153 + rm -f ${PKGDIR}/usr/lib/farstream-0.2/libshm-transmitter.la
154 + rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrawconference.la
155 + rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrtpconference.la
156 + rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libfsrtpxdata.la
157 + rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libfsvideoanyrate.la
158 + rm -f ${PKGDIR}/usr/lib/libfarstream-0.2.la
@@ -201,7 +201,6 @@ footprint_ffmpeg_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/r
201 201 -rw-r--r--\troot/root\tusr/share/man/man3/libswscale.3.gz\n"
202 202 build: |
203 203 cd ffmpeg-${pkgver}
204 - cd /tmp/src-ffmpeg-8.1.2
205 204 cd ffmpeg-${pkgver}
206 205 ./configure --prefix=/usr --disable-static --enable-shared --disable-debug --enable-gpl --enable-version3 --enable-nonfree --enable-fontconfig --enable-gmp --enable-ladspa --enable-libass --enable-libbluray --enable-libfdk-aac --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-openssl \
207 206 --docdir=/usr/share/doc/${pkgname}
@@ -268,7 +268,6 @@ build: |
268 268 cd ${pkgname}-${pkgver}
269 269
270 270 patch -Np1 -i ../0001-Install-under-remoting-name.patch
271 - cd /tmp/src-firefox-153.0.4
272 271 export AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib CC=clang CXX=clang++
273 272
274 273 cd ${pkgname}-${pkgver}
@@ -394,7 +394,6 @@ hooks:
394 394
395 395 build: |
396 396 localedef -i C -f UTF-8 /usr/lib/locale/C.UTF-8 #Never complain, never explain
397 - cd /tmp/src-flatpak-1.18.1
398 397 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true flatpak-1.18.1 builddir -Dsystem_bubblewrap=bwrap -Dsystem_dbus_proxy=xdg-dbus-proxy -Dtests=false -Ddbus_config_dir=/usr/share/dbus-1/system.d -Dselinux_module=disabled
399 398 meson compile -C builddir
400 399
@@ -350,7 +350,6 @@ footprint_fluxbox_man: |
350 350 build: |
351 351 cd ${pkgname}-${pkgver}
352 352 patch -Np1 -i ../c-plus-plus-17.patch
353 - cd /tmp/src-fluxbox-1.3.7
354 353 cd fluxbox-1.3.7
355 354 ./configure --prefix=/usr
356 355 make
@@ -500,8 +500,8 @@ build: |
500 500 make
501 501 make DESTDIR=${PKGDIR} install
502 502 # Obsolets libs
503 - rm ${PKGDIR}/usr/lib/libCHART-1.6.la
504 - rm ${PKGDIR}/usr/lib/libFOX-1.6.la
503 + rm -f ${PKGDIR}/usr/lib/libCHART-1.6.la
504 + rm -f ${PKGDIR}/usr/lib/libFOX-1.6.la
505 505
506 506 package: |
507 507 true
@@ -22,4 +22,4 @@ build: |
22 22 make
23 23 package: |
24 24 # Obsolet lib
25 - rm ${PKGDIR}/usr/lib/libalut.la
25 + rm -f ${PKGDIR}/usr/lib/libalut.la
@@ -224,7 +224,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
224 224 root/root\tusr/share/FreeRDP/images/test_icon.png\n-rw-r--r--\troot/root\tusr/share/FreeRDP/images/test_icon.webp\n"
225 225 build: |
226 226 mv FreeRDP-${pkgver} ${pkgname}-${pkgver}
227 - cd /tmp/src-freerdp-3.30.0
228 227 export CFLAGS+=" -Wno-incompatible-pointer-types"
229 228 export CXXFLAGS+=" -Wno-incompatible-pointer-types"
230 229
@@ -112,7 +112,6 @@ footprint: |
112 112
113 113 build: |
114 114 bsdtar -xf *.deb
115 - cd /tmp/src-freetube-0.23.5
116 115 tar -xf data.tar.xz -C ${PKGDIR}
117 116
118 117 package: |
@@ -95,7 +95,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\ndrwxr-
95 95 root/root\tusr/share/licenses/frei0r-plugins/COPYING\n"
96 96 build: |
97 97 mv frei0r-${pkgver} ${pkgname}-${pkgver}
98 - cd /tmp/src-frei0r-plugins-3.2.3
99 98 cd ${pkgname}-${pkgver}
100 99
101 100 mkdir -p build
@@ -167,7 +167,6 @@ build: |
167 167 cd ${pkgname}-${pkgver}
168 168 git cherry-pick -n 5b776fe265810ff98f3a4e918d2afb0d337aa965
169 169 autoreconf -fi
170 - cd /tmp/src-gavl-v2.0.1
171 170 cd ${pkgname}-${pkgver}
172 171 ./configure --prefix=/usr \
173 172 --localstatedir=/var \
@@ -179,7 +178,7 @@ build: |
179 178 make DESTDIR=${PKGDIR} install
180 179
181 180 # Obsolet lib
182 - rm ${PKGDIR}/usr/lib/libgavl.la
181 + rm -f ${PKGDIR}/usr/lib/libgavl.la
183 182
184 183 package: |
185 184 true
@@ -433,7 +433,6 @@ footprint_gcr-4_zh: |
433 433
434 434 build: |
435 435 mv gcr-${pkgver} ${pkgname}-${pkgver}
436 - cd /tmp/src-gcr-4-4.4.0.1
437 436 mkdir build
438 437 cd build
439 438 meson --prefix=/usr \
@@ -1784,7 +1784,6 @@ build: |
1784 1784 git submodule init
1785 1785 git submodule set-url subprojects/libgd ./libgd
1786 1786 git -c protocol.file.allow=always submodule update
1787 - cd /tmp/src-gedit-50.0
1788 1787 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gedit-50.0 builddir -Dgtk_doc=false
1789 1788 meson compile -C builddir
1790 1789
@@ -94,7 +94,6 @@ footprint_geocode-glib_lib: |
94 94
95 95 build: |
96 96 cp -a ${pkgname}-${pkgver} ${pkgname}-2-${pkgver}
97 - cd /tmp/src-geocode-glib-3.26.4
98 97 mkdir {build,build-2}
99 98 cd build
100 99 meson --prefix=/usr \
@@ -22,7 +22,7 @@ build: |
22 22 make DESTDIR=${PKGDIR} install
23 23
24 24 # Obsolet lib
25 - rm ${PKGDIR}/usr/lib/libgiblib.la
25 + rm -f ${PKGDIR}/usr/lib/libgiblib.la
26 26
27 27 package: |
28 28 true
@@ -3301,7 +3301,6 @@ footprint_gimp_zh: |
3301 3301
3302 3302 build: |
3303 3303 localedef -i en_US -f UTF-8 en_US.UTF-8
3304 - cd /tmp/src-gimp-3.2.4
3305 3304 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gimp-3.2.4 builddir -Dgi-docgen=disabled -Dbug-report-url=https://github.com/NuTyX/x86_64/issues
3306 3305 meson compile -C builddir
3307 3306
@@ -242,7 +242,6 @@ build: |
242 242
243 243 rm -rf build
244 244 mkdir build
245 - cd /tmp/src-glbinding-3.5.0
246 245 cd ${pkgname}-${pkgver}/build
247 246 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None \
248 247 -DOPTION_BUILD_TESTS=OFF
@@ -39,7 +39,6 @@ footprint: |
39 39
40 40 build: |
41 41 mv glycin-${pkgver} ${pkgname}-${pkgver}
42 - cd /tmp/src-glycin-gtk4-2.1.5
43 42 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true glycin-gtk4-2.1.5 builddir -Dtests=false
44 43 meson compile -C builddir
45 44
@@ -212,7 +212,6 @@ build: |
212 212 cd gmime-${pkgver}
213 213 sed -i '/AM_INIT_AUTOMAKE/s/]/ foreign]/' configure.ac
214 214 autoreconf -fvi
215 - cd /tmp/src-gmime3-3.2.15
216 215 cd gmime-${pkgver}
217 216 ./configure --prefix=/usr \
218 217 --program-prefix=$pkgname \
@@ -339,7 +339,6 @@ footprint_gnome-calendar_zh: |
339 339 build: |
340 340 cd ${pkgname}-${pkgver}
341 341 patch -Np1 -i ../Support-libical-4.0.0.patch
342 - cd /tmp/src-gnome-calendar-50.0
343 342 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-calendar-50.0 builddir
344 343 meson compile -C builddir
345 344
@@ -276,7 +276,6 @@ footprint_gnome-console_zh: |
276 276
277 277 build: |
278 278 mv console-${pkgver} ${pkgname}-${pkgver}
279 - cd /tmp/src-gnome-console-50.0
280 279 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-console-50.0 builddir
281 280 meson compile -C builddir
282 281
@@ -417,7 +417,6 @@ footprint_gnome-keyring_zh: |
417 417
418 418 build: |
419 419 sed -i 's:"/desktop:"/org:' ${pkgname}-${pkgver}/schema/*.xml
420 - cd /tmp/src-gnome-keyring-50.0
421 420 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-keyring-50.0 builddir -Dssh-agent=true
422 421 meson compile -C builddir
423 422
@@ -419,7 +419,7 @@ build: |
419 419 make DESTDIR=${PKGDIR} install
420 420
421 421 # Obsolet lib
422 - rm ${PKGDIR}/usr/lib/libgnome-menu-3.la
422 + rm -f ${PKGDIR}/usr/lib/libgnome-menu-3.la
423 423
424 424 package: |
425 425 true
@@ -635,7 +635,6 @@ build: |
635 635 cd ${pkgname}-${pkgver}
636 636 sed -i '/i18n.merge_file/s/(.*/(/' $(find -name meson.build)
637 637 patch -Np1 -i ../gnome-nettool-42.0-ping_and_netstat_fixes-1.patch
638 - cd /tmp/src-gnome-nettool-42.0
639 638 cd ${pkgname}-${pkgver}
640 639
641 640 mkdir build
@@ -1132,7 +1132,6 @@ build: |
1132 1132
1133 1133 #allow implicit function declaration
1134 1134 sed -i '/-Werror=implicit-function-declaration/d' ${pkgname}-${pkgver}/meson.build
1135 - cd /tmp/src-gnome-online-accounts-3.58.1
1136 1135 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-online-accounts-3.58.1 builddir -Dgtk_doc=true
1137 1136 meson compile -C builddir
1138 1137
@@ -198,7 +198,6 @@ build: |
198 198 cd ${pkgname}-${pkgver}
199 199 patch -Np1 -i ../${pkgname}-fix-crash-on-close.patch
200 200 patch -Np1 -i ../${pkgname}-fix-crash-on-shutdown.patch
201 - cd /tmp/src-gnome-shell-extension-dash-to-panel-v73
202 201 cd ${pkgname}-${pkgver}
203 202 make
204 203
@@ -481,7 +481,6 @@ footprint_gnome-shell_zh: |
481 481 build: |
482 482 cd ${pkgname}-${pkgver}
483 483 patch -Np1 -i ../Fix-build-with-libical-4.patch
484 - cd /tmp/src-gnome-shell-50.4
485 484 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-shell-50.4 builddir -Dtests=false
486 485 meson compile -C builddir
487 486
@@ -1304,7 +1304,6 @@ footprint_gnome-terminal_zh: |
1304 1304 build: |
1305 1305 cd ${pkgname}-${pkgver}
1306 1306 sed -i -r 's:"(/system):"/org/gnome\1:g' src/external.gschema.xml
1307 - cd /tmp/src-gnome-terminal-3.60.0
1308 1307 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gnome-terminal-3.60.0 builddir
1309 1308 meson compile -C builddir
1310 1309
@@ -698,7 +698,7 @@ build: |
698 698 make
699 699
700 700 package: |
701 - rm ${PKGDIR}/usr/lib/libgoffice-0.10.la
701 + rm -f ${PKGDIR}/usr/lib/libgoffice-0.10.la
702 702 for FILE in `find ${PKGDIR}/usr/lib/goffice/${pkgver}/plugins -name "*.la"`
703 703 do
704 704 rm $FILE
@@ -48,7 +48,7 @@ build: |
48 48 make
49 49 make DESTDIR=${PKGDIR} install
50 50
51 - rm ${PKGDIR}/usr/lib/libgraphite2.la
51 + rm -f ${PKGDIR}/usr/lib/libgraphite2.la
52 52
53 53 package: |
54 54 true
@@ -495,31 +495,31 @@ build: |
495 495 ${PKGDIR}/usr/share/doc/graphviz-${pkgver}
496 496
497 497 # Obsolets libs
498 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_core.la
499 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_dot_layout.la
500 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_gs.la
501 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_neato_layout.la
502 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_pango.la
503 - rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_xlib.la
504 - rm ${PKGDIR}/usr/lib/graphviz/lua/libgv_lua.la
505 - rm ${PKGDIR}/usr/lib/graphviz/perl/libgv_perl.la
506 - rm ${PKGDIR}/usr/lib/graphviz/tcl/libgv_tcl.la
507 - rm ${PKGDIR}/usr/lib/graphviz/tcl/libtcldot.la
508 - rm ${PKGDIR}/usr/lib/graphviz/tcl/libtcldot_builtin.la
509 - rm ${PKGDIR}/usr/lib/graphviz/tcl/libtclplan.la
510 - rm ${PKGDIR}/usr/lib/libcdt.la
511 - rm ${PKGDIR}/usr/lib/libcgraph.la
512 - rm ${PKGDIR}/usr/lib/libgvc.la
513 - rm ${PKGDIR}/usr/lib/libgvpr.la
514 - #rm ${PKGDIR}/usr/lib/liblab_gamut.la
515 - rm ${PKGDIR}/usr/lib/libpathplan.la
516 - rm ${PKGDIR}/usr/lib/libxdot.la
517 - rm ${PKGDIR}/usr/lib/tcl8.6/graphviz/libgv_tcl.la
518 - rm ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtcldot.la
519 - rm ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtcldot_builtin.la
520 - rm ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtclplan.la
521 - #rm ${PKGDIR}/usr/lib/graphviz/libgvplugin_visio.la
522 - rm ${PKGDIR}/usr/lib/graphviz/python3/libgv_python3.la
498 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_core.la
499 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_dot_layout.la
500 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_gs.la
501 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_neato_layout.la
502 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_pango.la
503 + rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_xlib.la
504 + rm -f ${PKGDIR}/usr/lib/graphviz/lua/libgv_lua.la
505 + rm -f ${PKGDIR}/usr/lib/graphviz/perl/libgv_perl.la
506 + rm -f ${PKGDIR}/usr/lib/graphviz/tcl/libgv_tcl.la
507 + rm -f ${PKGDIR}/usr/lib/graphviz/tcl/libtcldot.la
508 + rm -f ${PKGDIR}/usr/lib/graphviz/tcl/libtcldot_builtin.la
509 + rm -f ${PKGDIR}/usr/lib/graphviz/tcl/libtclplan.la
510 + rm -f ${PKGDIR}/usr/lib/libcdt.la
511 + rm -f ${PKGDIR}/usr/lib/libcgraph.la
512 + rm -f ${PKGDIR}/usr/lib/libgvc.la
513 + rm -f ${PKGDIR}/usr/lib/libgvpr.la
514 + #rm -f ${PKGDIR}/usr/lib/liblab_gamut.la
515 + rm -f ${PKGDIR}/usr/lib/libpathplan.la
516 + rm -f ${PKGDIR}/usr/lib/libxdot.la
517 + rm -f ${PKGDIR}/usr/lib/tcl8.6/graphviz/libgv_tcl.la
518 + rm -f ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtcldot.la
519 + rm -f ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtcldot_builtin.la
520 + rm -f ${PKGDIR}/usr/lib/tcl8.6/graphviz/libtclplan.la
521 + #rm -f ${PKGDIR}/usr/lib/graphviz/libgvplugin_visio.la
522 + rm -f ${PKGDIR}/usr/lib/graphviz/python3/libgv_python3.la
523 523
524 524 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
525 525
@@ -326,7 +326,6 @@ build: |
326 326 schemas/org.gnome.desktop.background.gschema.xml.in
327 327
328 328 sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in
329 - cd /tmp/src-gsettings-desktop-schemas-50.1
330 329 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gsettings-desktop-schemas-50.1 builddir
331 330 meson compile -C builddir
332 331
@@ -358,7 +358,6 @@ footprint_gstreamer-plugins-bad_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_
358 358 drwxr-xr-x\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-1.0.mo\n"
359 359 build: |
360 360 mv gst-plugins-bad-${pkgver} ${pkgname}-${pkgver}
361 - cd /tmp/src-gstreamer-plugins-bad-1.28.6
362 361 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-bad-1.28.6 builddir
363 362 meson compile -C builddir
364 363 package: |
@@ -280,7 +280,6 @@ footprint_gstreamer-plugins-base_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh
280 280 -rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo\n"
281 281 build: |
282 282 mv gst-plugins-base-${pkgver} ${pkgname}-${pkgver}
283 - cd /tmp/src-gstreamer-plugins-base-1.28.6
284 283 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-base-1.28.6 builddir -Dpackage-origin=http://downloads.nutyx.org/
285 284 meson compile -C builddir
286 285 package: |
@@ -319,7 +319,6 @@ footprint_gstreamer-plugins-good_zh: |
319 319
320 320 build: |
321 321 mv gst-plugins-good-${pkgver} ${pkgname}-${pkgver}
322 - cd /tmp/src-gstreamer-plugins-good-1.28.6
323 322 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-good-1.28.6 builddir -Dpackage-origin=http://downloads.nutyx.org/
324 323 meson compile -C builddir
325 324
@@ -109,7 +109,6 @@ footprint_gstreamer-plugins-ugly_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh
109 109 drwxr-xr-x\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-1.0.mo\n"
110 110 build: |
111 111 mv gst-plugins-ugly-${pkgver} ${pkgname}-${pkgver}
112 - cd /tmp/src-gstreamer-plugins-ugly-1.28.6
113 112 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-ugly-1.28.6 builddir -Dpackage-origin=http://downloads.nutyx.org/
114 113 meson compile -C builddir
115 114 package: |
@@ -1478,7 +1478,6 @@ build: |
1478 1478 cd gtk+-${pkgver}
1479 1479 patch -Np1 -i ../consolidate-1.patch
1480 1480 autoreconf -fvi
1481 - cd /tmp/src-gtk2-2.24.33
1482 1481 cd gtk+-${pkgver}
1483 1482 sed -i 's#l \(gtk-.*\).sgml#& -o \1#' docs/{faq,tutorial}/Makefile.in
1484 1483
@@ -1019,7 +1019,6 @@ footprint_gtk4_zh: |
1019 1019
1020 1020 build: |
1021 1021 mv gtk-${pkgver} ${pkgname}-${pkgver}
1022 - cd /tmp/src-gtk4-4.22.4
1023 1022 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gtk4-4.22.4 builddir --sysconfdir=/etc -Dbroadway-backend=true -Dtracker=enabled -Dcolord=enabled -Dintrospection=enabled
1024 1023 meson compile -C builddir
1025 1024
@@ -1930,8 +1930,8 @@ build: |
1930 1930 make DESTDIR=${PKGDIR} install
1931 1931
1932 1932 # Obsolets libs
1933 - rm ${PKGDIR}/usr/lib/libgdkmm-2.4.la
1934 - rm ${PKGDIR}/usr/lib/libgtkmm-2.4.la
1933 + rm -f ${PKGDIR}/usr/lib/libgdkmm-2.4.la
1934 + rm -f ${PKGDIR}/usr/lib/libgtkmm-2.4.la
1935 1935
1936 1936 package: |
1937 1937 true
@@ -607,14 +607,13 @@ footprint_gtksourceview_zh: |
607 607 build: |
608 608 cd ${pkgname}-${pkgver}
609 609 sed -i 's/g_object_ref (buffer)/g_object_ref (GTK_SOURCE_BUFFER (buffer))/' gtksourceview/gtksourceview.c
610 - cd /tmp/src-gtksourceview-3.24.11
611 610 cd gtksourceview-3.24.11
612 611 ./configure --prefix=/usr
613 612 make
614 613
615 614 package: |
616 615 # Obsolet lib
617 - rm ${PKGDIR}/usr/lib/libgtksourceview-3.0.la
616 + rm -f ${PKGDIR}/usr/lib/libgtksourceview-3.0.la
618 617
619 618 update: |
620 619 local latest lastversion url
@@ -584,7 +584,6 @@ footprint_gtksourceview4_zh: |
584 584
585 585 build: |
586 586 mv gtksourceview-${pkgver} ${pkgname}-${pkgver}
587 - cd /tmp/src-gtksourceview4-4.8.4
588 587 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gtksourceview4-4.8.4 builddir
589 588 meson compile -C builddir
590 589
@@ -455,7 +455,6 @@ footprint_gtksourceview5_zh: |
455 455
456 456 build: |
457 457 mv gtksourceview-${pkgver} ${pkgname}-${pkgver}
458 - cd /tmp/src-gtksourceview5-5.20.0
459 458 cd ${pkgname}-${pkgver}
460 459
461 460 mkdir build
@@ -124,6 +124,6 @@ build: |
124 124 make DESTDIR=${PKGDIR} install
125 125
126 126 # Obsolet lib
127 - rm ${PKGDIR}/usr/lib/libgtkspell3-3.la
127 + rm -f ${PKGDIR}/usr/lib/libgtkspell3-3.la
128 128 package: |
129 129 true
@@ -418,7 +418,6 @@ build: |
418 418 m4local/stp_cups.m4
419 419
420 420 autoreconf -vfi
421 - cd /tmp/src-gutenprint-5.3.5
422 421 cd ${pkgname}-${pkgver}
423 422
424 423 ./configure --prefix=/usr --disable-static \
@@ -363,7 +363,6 @@ footprint_gweather-locations_zh: |
363 363 build: |
364 364 sed -i "s|'Locations\.xml',|meson.current_source_dir() / 'Locations.xml',|" \
365 365 ${pkgname}-${pkgver}/data/meson.build
366 - cd /tmp/src-gweather-locations-2026.2
367 366 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gweather-locations-2026.2 builddir
368 367 meson compile -C builddir
369 368
@@ -187,7 +187,6 @@ build: |
187 187 cd ${pkgname}
188 188 mkdir build
189 189 cd -
190 - cd /tmp/src-hardinfo-0.5.1
191 190 cd ${pkgname}/build
192 191
193 192 cmake \
@@ -1437,7 +1437,6 @@ build: |
1437 1437 patch -Np1 -i ../consolidate.patch
1438 1438 export AUTOMAKE='automake --foreign'
1439 1439 autoreconf -fi
1440 - cd /tmp/src-hplip-3.24.4
1441 1440 export PYTHON=/usr/bin/python3
1442 1441 cd ${pkgname}-${pkgver}
1443 1442 export CFLAGS+=" -Wno-deprecated-declarations \
@@ -241,9 +241,9 @@ build: |
241 241 make DESTDIR=${PKGDIR} install
242 242
243 243 # Obsolets libs
244 - #rm ${PKGDIR}/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.la
245 - #rm ${PKGDIR}/usr/lib/gtk-3.0/3.0.0/immodules/im-ibus.la
246 - #rm ${PKGDIR}/usr/lib/libibus-1.0.la
244 + #rm -f ${PKGDIR}/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.la
245 + #rm -f ${PKGDIR}/usr/lib/gtk-3.0/3.0.0/immodules/im-ibus.la
246 + #rm -f ${PKGDIR}/usr/lib/libibus-1.0.la
247 247
248 248 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
249 249 install -Dm644 COPYING.unicode ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.unicode
@@ -31,7 +31,6 @@ footprint_iftop_man: |
31 31 build: |
32 32 cd ${pkgname}-${pkgver}
33 33 patch -p0 -i ../mac-address-fix.patch
34 - cd /tmp/src-iftop-1.0pre4
35 34 cd ${pkgname}-${pkgver}
36 35 CFLAGS+=' -fcommon'
37 36 ./configure --prefix=/usr \
@@ -90,7 +90,6 @@ footprint_imake_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/ro
90 90 build: |
91 91 cd xorg-cf-files-1.0.7
92 92 patch -p1 -i ../linuxconfig.patch
93 - cd /tmp/src-imake-1.0.11
94 93 for i in *; do
95 94 if [ -d "${i}" ]; then
96 95 pushd "${i}"
@@ -128,24 +128,24 @@ build: |
128 128
129 129
130 130 # Obsolets libs
131 - rm ${PKGDIR}/usr/lib/libImlib2.la
132 - rm ${PKGDIR}/usr/lib/imlib2/filters/bumpmap.la
133 - rm ${PKGDIR}/usr/lib/imlib2/filters/colormod.la
134 - rm ${PKGDIR}/usr/lib/imlib2/filters/testfilter.la
135 - rm ${PKGDIR}/usr/lib/imlib2/loaders/argb.la
136 - rm ${PKGDIR}/usr/lib/imlib2/loaders/bmp.la
137 - #rm ${PKGDIR}/usr/lib/imlib2/loaders/bz2.la
138 - rm ${PKGDIR}/usr/lib/imlib2/loaders/ff.la
139 - rm ${PKGDIR}/usr/lib/imlib2/loaders/gif.la
140 - rm ${PKGDIR}/usr/lib/imlib2/loaders/id3.la
141 - rm ${PKGDIR}/usr/lib/imlib2/loaders/jpeg.la
142 - rm ${PKGDIR}/usr/lib/imlib2/loaders/lbm.la
143 - rm ${PKGDIR}/usr/lib/imlib2/loaders/png.la
144 - rm ${PKGDIR}/usr/lib/imlib2/loaders/pnm.la
145 - rm ${PKGDIR}/usr/lib/imlib2/loaders/tga.la
146 - rm ${PKGDIR}/usr/lib/imlib2/loaders/tiff.la
147 - rm ${PKGDIR}/usr/lib/imlib2/loaders/xpm.la
148 - rm ${PKGDIR}/usr/lib/imlib2/loaders/zlib.la
131 + rm -f ${PKGDIR}/usr/lib/libImlib2.la
132 + rm -f ${PKGDIR}/usr/lib/imlib2/filters/bumpmap.la
133 + rm -f ${PKGDIR}/usr/lib/imlib2/filters/colormod.la
134 + rm -f ${PKGDIR}/usr/lib/imlib2/filters/testfilter.la
135 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/argb.la
136 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/bmp.la
137 + #rm -f ${PKGDIR}/usr/lib/imlib2/loaders/bz2.la
138 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/ff.la
139 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/gif.la
140 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/id3.la
141 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/jpeg.la
142 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/lbm.la
143 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/png.la
144 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/pnm.la
145 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/tga.la
146 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/tiff.la
147 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/xpm.la
148 + rm -f ${PKGDIR}/usr/lib/imlib2/loaders/zlib.la
149 149
150 150 package: |
151 151 true
@@ -52,7 +52,6 @@ footprint: |
52 52
53 53 build: |
54 54 mv media-driver-intel-media-${pkgver} ${pkgname}-${pkgver}
55 - cd /tmp/src-intel-media-driver-26.2.4
56 55 cd ${pkgname}-${pkgver}
57 56
58 57 mkdir build
@@ -32,7 +32,7 @@ build: |
32 32 make DESTDIR=${PKGDIR} install
33 33
34 34 # Obsolet lib
35 - rm ${PKGDIR}/usr/lib/dri/i965_drv_video.la
35 + rm -f ${PKGDIR}/usr/lib/dri/i965_drv_video.la
36 36
37 37 package: |
38 38 true
@@ -124,7 +124,6 @@ footprint_jwm_zh: |
124 124 build: |
125 125 cd ./${pkgname}-${pkgver}
126 126 sed -i 's|/usr/local/share/|/usr/share/|' contrib/Makefile po/Makefile* example.jwmrc
127 - cd /tmp/src-jwm-2.4.6
128 127 cd ./${pkgname}-${pkgver}
129 128 ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi
130 129 make
@@ -1104,7 +1104,6 @@ build: |
1104 1104 mv ${pkgname}-kde-${pkgver} ${pkgname}-${pkgver}
1105 1105 cd ${pkgname}-${pkgver}
1106 1106 patch -Np1 -i ../openssl4.patch
1107 - cd /tmp/src-kdeconnect-26.04.3
1108 1107 cmake -B build -S kdeconnect-26.04.3 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
1109 1108 cmake --build build
1110 1109
@@ -38,6 +38,6 @@ build: |
38 38 make DESTDIR=${PKGDIR} install
39 39
40 40 # Obsolet lib
41 - rm ${PKGDIR}/usr/lib/libkeybinder-3.0.la
41 + rm -f ${PKGDIR}/usr/lib/libkeybinder-3.0.la
42 42 package: |
43 43 true
@@ -220,7 +220,6 @@ footprint_kf5-archive_zh: |
220 220
221 221 build: |
222 222 mv karchive-${pkgver} ${pkgname}-${pkgver}
223 - cd /tmp/src-kf5-archive-5.116.0
224 223 cmake -B build -S karchive-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
225 224 cmake --build build
226 225
@@ -437,7 +437,6 @@ footprint_kf5-auth_zh: |
437 437
438 438 build: |
439 439 mv kauth-${pkgver} ${pkgname}-${pkgver}
440 - cd /tmp/src-kf5-auth-5.116.0
441 440 cmake -B build -S kauth-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
442 441 cmake --build build
443 442
@@ -397,7 +397,6 @@ footprint_kf5-codecs_zh: |
397 397
398 398 build: |
399 399 mv kcodecs-${pkgver} ${pkgname}-${pkgver}
400 - cd /tmp/src-kf5-codecs-5.116.0
401 400 cmake -B build -S kcodecs-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
402 401 cmake --build build
403 402
@@ -409,7 +409,6 @@ footprint_kf5-completion_zh: |
409 409
410 410 build: |
411 411 mv kcompletion-${pkgver} ${pkgname}-${pkgver}
412 - cd /tmp/src-kf5-completion-5.116.0
413 412 cmake -B build -S kcompletion-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
414 413 cmake --build build
415 414
@@ -438,7 +438,6 @@ footprint_kf5-config_zh: |
438 438
439 439 build: |
440 440 mv kconfig-${pkgver} ${pkgname}-${pkgver}
441 - cd /tmp/src-kf5-config-5.116.0
442 441 cmake -B build -S kconfig-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
443 442 cmake --build build
444 443
@@ -516,7 +516,6 @@ footprint_kf5-configwidgets_zh: |
516 516
517 517 build: |
518 518 mv kconfigwidgets-${pkgver} ${pkgname}-${pkgver}
519 - cd /tmp/src-kf5-configwidgets-5.116.0
520 519 cmake -B build -S kconfigwidgets-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
521 520 cmake --build build
522 521
@@ -505,7 +505,6 @@ footprint_kf5-coreaddons_zh: |
505 505
506 506 build: |
507 507 mv kcoreaddons-${pkgver} ${pkgname}-${pkgver}
508 - cd /tmp/src-kf5-coreaddons-5.116.0
509 508 cmake -B build -S kcoreaddons-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
510 509 cmake --build build
511 510
@@ -273,7 +273,6 @@ footprint_kf5-dbusaddons_zh: |
273 273
274 274 build: |
275 275 mv kdbusaddons-${pkgver} ${pkgname}-${pkgver}
276 - cd /tmp/src-kf5-dbusaddons-5.116.0
277 276 cmake -B build -S kdbusaddons-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
278 277 cmake --build build
279 278
@@ -75,7 +75,6 @@ footprint: |
75 75
76 76 build: |
77 77 mv frameworkintegration-${pkgver} ${pkgname}-${pkgver}
78 - cd /tmp/src-kf5-frameworkintegration-5.116.0
79 78 cmake -B build \
80 79 -S ${pkgname}-${pkgver} \
81 80 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -77,7 +77,6 @@ footprint: |
77 77
78 78 build: |
79 79 mv kguiaddons-${pkgver} ${pkgname}-${pkgver}
80 - cd /tmp/src-kf5-guiaddons-5.116.0
81 80 cmake -B build \
82 81 -S ${pkgname}-${pkgver} \
83 82 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -476,7 +476,6 @@ footprint_kf5-i18n_zh: |
476 476
477 477 build: |
478 478 mv ki18n-${pkgver} ${pkgname}-${pkgver}
479 - cd /tmp/src-kf5-i18n-5.116.0
480 479 cmake -B build -S ki18n-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
481 480 cmake --build build
482 481
@@ -386,7 +386,6 @@ footprint_kf5-iconthemes_zh: |
386 386
387 387 build: |
388 388 mv kiconthemes-${pkgver} ${pkgname}-${pkgver}
389 - cd /tmp/src-kf5-iconthemes-5.116.0
390 389 cmake -B build -S kiconthemes-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
391 390 cmake --build build
392 391
@@ -419,7 +419,6 @@ footprint_kf5-notifications_zh: |
419 419
420 420 build: |
421 421 mv knotifications-${pkgver} ${pkgname}-${pkgver}
422 - cd /tmp/src-kf5-notifications-5.116.0
423 422 cmake -B build -S knotifications-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
424 423 cmake --build build
425 424
@@ -267,7 +267,6 @@ footprint_kf5-package_zh: |
267 267
268 268 build: |
269 269 mv kpackage-${pkgver} ${pkgname}-${pkgver}
270 - cd /tmp/src-kf5-package-5.116.0
271 270 cmake -B build -S kpackage-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
272 271 cmake --build build
273 272
@@ -433,7 +433,6 @@ footprint_kf5-service_zh: |
433 433
434 434 build: |
435 435 mv kservice-${pkgver} ${pkgname}-${pkgver}
436 - cd /tmp/src-kf5-service-5.116.0
437 436 cmake -B build -S kservice-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
438 437 cmake --build build
439 438
@@ -170,7 +170,6 @@ build: |
170 170 mv kwayland-${pkgver} ${pkgname}-${pkgver}
171 171 cd ${pkgname}-${pkgver}
172 172 patch -Np1 -i ../0954a179.patch
173 - cd /tmp/src-kf5-wayland-5.116.0
174 173 cmake -B build -S kwayland-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
175 174 cmake --build build
176 175
@@ -551,7 +551,6 @@ footprint_kf5-widgetsaddons_zh: |
551 551
552 552 build: |
553 553 mv kwidgetsaddons-${pkgver} ${pkgname}-${pkgver}
554 - cd /tmp/src-kf5-widgetsaddons-5.116.0
555 554 cmake -B build -S kwidgetsaddons-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
556 555 cmake --build build
557 556
@@ -430,7 +430,6 @@ footprint_kf5-windowsystem_zh: |
430 430
431 431 build: |
432 432 mv kwindowsystem-${pkgver} ${pkgname}-${pkgver}
433 - cd /tmp/src-kf5-windowsystem-5.116.0
434 433 cmake -B build -S kwindowsystem-5.116.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
435 434 cmake --build build
436 435
@@ -347,7 +347,6 @@ build: |
347 347 cd ${pkgname}-${pkgver}
348 348 patch -Rp1 -i ../compat.patch
349 349 sed -e 's|KF_DEP_VERSION VERSION_LESS 6.27|TRUE|' -i CMakeLists.txt
350 - cd /tmp/src-kmime-6.28.0
351 350 cmake -B build -S kmime-6.28.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
352 351 cmake --build build
353 352
@@ -449,7 +449,6 @@ build: |
449 449 do
450 450 install -Dm644 $file ${PKGDIR}/etc/pam.d/$file
451 451 done
452 - cd /tmp/src-kscreenlocker-6.7.4
453 452 cmake -B build -S kscreenlocker-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
454 453 cmake --build build
455 454
@@ -265,7 +265,6 @@ footprint: |
265 265
266 266 build: |
267 267 git clone $url.git
268 - cd /tmp/src-kvantum-1.1.8
269 268 cd Kvantum/Kvantum
270 269 mkdir build
271 270 cd build
@@ -132,7 +132,6 @@ footprint: |
132 132
133 133 build: |
134 134 mv ${pkgname}-VERSION_${pkgver} ${pkgname}-${pkgver}
135 - cd /tmp/src-libaccounts-glib-1.27
136 135 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libaccounts-glib-1.27 builddir
137 136 meson compile -C builddir
138 137
@@ -99,7 +99,6 @@ build: |
99 99 mv ${pkgname}-VERSION_${pkgver} ${pkgname}-${pkgver}
100 100 cd ${pkgname}-${pkgver}
101 101 sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
102 - cd /tmp/src-libaccounts-qt-1.17
103 102 cd ${pkgname}-${pkgver}
104 103 qmake6 PREFIX=/usr LIBDIR=/usr/lib
105 104 make
@@ -14,7 +14,6 @@ source: []
14 14 sha256sums: []
15 15 build: |
16 16 git clone https://git.xiph.org/libao.git ${pkgname}
17 - cd /tmp/src-libao-1.2.2-git
18 17 cd ${pkgname}
19 18
20 19 ./autogen.sh
@@ -32,10 +31,10 @@ build: |
32 31 EOF
33 32
34 33 # Obsolets libs
35 - rm ${PKGDIR}/usr/lib/ao/plugins-4/libalsa.la
36 - rm ${PKGDIR}/usr/lib/ao/plugins-4/liboss.la
37 - rm ${PKGDIR}/usr/lib/ao/plugins-4/libpulse.la
38 - rm ${PKGDIR}/usr/lib/libao.la
34 + rm -f ${PKGDIR}/usr/lib/ao/plugins-4/libalsa.la
35 + rm -f ${PKGDIR}/usr/lib/ao/plugins-4/liboss.la
36 + rm -f ${PKGDIR}/usr/lib/ao/plugins-4/libpulse.la
37 + rm -f ${PKGDIR}/usr/lib/libao.la
39 38
40 39 package: |
41 40 true
@@ -39,7 +39,7 @@ build: |
39 39 make DESTDIR=${PKGDIR} install
40 40
41 41 # Obsolet lib
42 - rm ${PKGDIR}/usr/lib/libass.la
42 + rm -f ${PKGDIR}/usr/lib/libass.la
43 43
44 44 package: |
45 45 true
@@ -51,7 +51,6 @@ footprint: |
51 51
52 52 build: |
53 53 git clone https://github.com/AyatanaIndicators/libayatana-indicator.git
54 - cd /tmp/src-libayatana-indicator-0.9.5
55 54 cd ${pkgname}
56 55
57 56 mkdir build
@@ -31,7 +31,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
31 31 \ -> libbluray.so.3.1.0\n-rwxr-xr-x\troot/root\tusr/lib/libbluray.so.3.1.0\n"
32 32 build: |
33 33 rsync -av --delete libudfread-1.2.0/ libbluray-${pkgver}/contrib/libudfread/
34 - cd /tmp/src-libbluray-1.4.1
35 34 meson setup --prefix /usr \
36 35 --buildtype plain -D bdj_jar=disabled \
37 36 libbluray-${pkgver} builddir
@@ -496,8 +496,8 @@ build: |
496 496 make DESTDIR=${PKGDIR} install
497 497
498 498 # Obsolets libs
499 - rm ${PKGDIR}/usr/lib/libcaca++.la
500 - rm ${PKGDIR}/usr/lib/libcaca.la
499 + rm -f ${PKGDIR}/usr/lib/libcaca++.la
500 + rm -f ${PKGDIR}/usr/lib/libcaca.la
501 501
502 502 package: |
503 503 true
@@ -103,7 +103,6 @@ footprint: |
103 103 build: |
104 104 cd ${pkgname}-${pkgver}
105 105 patch -Np1 -i ../libcanberra-0.30-wayland-1.patch
106 - cd /tmp/src-libcanberra-0.30
107 106 cd ${pkgname}-${pkgver}
108 107 ./configure --prefix=/usr \
109 108 --sysconfdir=/etc \
@@ -115,16 +114,16 @@ build: |
115 114 make -j1 DESTDIR=${PKGDIR} install
116 115
117 116 # Obsolets libs
118 - rm ${PKGDIR}/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.la
119 - rm ${PKGDIR}/usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.la
120 - rm ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-alsa.la
121 - rm ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-gstreamer.la
122 - rm ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-multi.la
123 - rm ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-null.la
124 - rm ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-pulse.la
125 - rm ${PKGDIR}/usr/lib/libcanberra-gtk.la
126 - rm ${PKGDIR}/usr/lib/libcanberra-gtk3.la
127 - rm ${PKGDIR}/usr/lib/libcanberra.la
117 + rm -f ${PKGDIR}/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.la
118 + rm -f ${PKGDIR}/usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.la
119 + rm -f ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-alsa.la
120 + rm -f ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-gstreamer.la
121 + rm -f ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-multi.la
122 + rm -f ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-null.la
123 + rm -f ${PKGDIR}/usr/lib/libcanberra-0.30/libcanberra-pulse.la
124 + rm -f ${PKGDIR}/usr/lib/libcanberra-gtk.la
125 + rm -f ${PKGDIR}/usr/lib/libcanberra-gtk3.la
126 + rm -f ${PKGDIR}/usr/lib/libcanberra.la
128 127
129 128 package: |
130 129 true
@@ -52,7 +52,6 @@ footprint: |
52 52 build: |
53 53 git clone https://gitlab.gnome.org/World/libcloudproviders.git \
54 54 ${pkgname}-${pkgver}
55 - cd /tmp/src-libcloudproviders-0.4.0
56 55 cd ${pkgname}-${pkgver}
57 56
58 57 mkdir build
@@ -67,7 +67,6 @@ build: |
67 67 cd libdbusmenu-${pkgver}
68 68 sed -i 's/-Werror//' libdbusmenu-*/Makefile.{am,in}
69 69 cd ..
70 - cd /tmp/src-libdbusmenu-gtk-16.04.0
71 70 export HAVE_VALGRIND_TRUE='#'
72 71 export HAVE_VALGRIND_FALSE=''
73 72
@@ -30,6 +30,6 @@ build: |
30 30 make DESTDIR=${PKGDIR} install
31 31
32 32 # Obsolet lib
33 - rm ${PKGDIR}/usr/lib/libdv.la
33 + rm -f ${PKGDIR}/usr/lib/libdv.la
34 34 package: |
35 35 true
@@ -15,7 +15,6 @@ sha256sums:
15 15 build: |
16 16 cd ${pkgname}-${pkgver}-*
17 17 autoreconf -fiv
18 - cd /tmp/src-libdvbpsi-1.3.3
19 18 cd ${pkgname}-${pkgver}-*
20 19
21 20 ./configure \
@@ -24,7 +23,7 @@ build: |
24 23 make DESTDIR=${PKGDIR} install
25 24
26 25 # Obsolet lib
27 - rm ${PKGDIR}/usr/lib/libdvbpsi.la
26 + rm -f ${PKGDIR}/usr/lib/libdvbpsi.la
28 27
29 28 package: |
30 29 true
@@ -50,4 +50,4 @@ build: |
50 50 make
51 51
52 52 package: |
53 - rm ${PKGDIR}/usr/lib/${pkgname}.la
53 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
@@ -42,7 +42,7 @@ build: |
42 42 make DESTDIR=${PKGDIR} install
43 43
44 44 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libfakekey.la
45 + rm -f ${PKGDIR}/usr/lib/libfakekey.la
46 46
47 47 package: |
48 48 true
@@ -45,7 +45,7 @@ build: |
45 45 --disable-static
46 46 make
47 47 make DESTDIR=${PKGDIR} install
48 - rm ${PKGDIR}/usr/lib/${pkgname}.la
48 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
49 49
50 50 package: |
51 51 true
@@ -48,4 +48,4 @@ build: |
48 48
49 49 package: |
50 50 # Obsolet lib
51 - rm ${PKGDIR}/usr/lib/libgee-0.8.la
51 + rm -f ${PKGDIR}/usr/lib/libgee-0.8.la
@@ -65,7 +65,6 @@ footprint: |
65 65
66 66 build: |
67 67 mv gexiv2-${pkgver} ${pkgname}-${pkgver}
68 - cd /tmp/src-libgexiv2-0.14.7
69 68 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libgexiv2-0.14.7 builddir
70 69 meson compile -C builddir
71 70
@@ -137,7 +137,6 @@ footprint: |
137 137 build: |
138 138 cd ${pkgname}-${pkgver}
139 139 patch -Np1 -i ../Fix-definition-of-GGIT_VERSION_HEX.patch
140 - cd /tmp/src-libgit2-glib-1.2.1
141 140 cd ${pkgname}-${pkgver}
142 141
143 142 mkdir build
@@ -76,7 +76,7 @@ build: |
76 76 make DESTDIR=${PKGDIR} install
77 77
78 78 # Obsolet lib
79 - rm ${PKGDIR}/usr/lib/libglade-2.0.la
79 + rm -f ${PKGDIR}/usr/lib/libglade-2.0.la
80 80
81 81 package: |
82 82 true
@@ -36,7 +36,6 @@ footprint: |
36 36
37 37 build: |
38 38 mv glycin-${pkgver} libglycin-${pkgver}
39 - cd /tmp/src-libglycin-2.1.1
40 39 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libglycin-2.1.1 builddir -Dlibglycin-gtk4=false -Dintrospection=false -Dglycin-loaders=false -Dvapi=false -Dglycin-thumbnailer=false
41 40 meson compile -C builddir
42 41
@@ -29,7 +29,7 @@ build: |
29 29 make DESTDIR=${PKGDIR} install
30 30
31 31 # Obsolet lib
32 - rm ${PKGDIR}/usr/lib/libgnome-keyring.la
32 + rm -f ${PKGDIR}/usr/lib/libgnome-keyring.la
33 33
34 34 package: |
35 35 true
@@ -478,7 +478,7 @@ build: |
478 478 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
479 479
480 480 # Obsolet lib
481 - rm ${PKGDIR}/usr/lib/libgtop-2.0.la
481 + rm -f ${PKGDIR}/usr/lib/libgtop-2.0.la
482 482
483 483 package: |
484 484 true
@@ -450,7 +450,6 @@ footprint_libgweather-4_zh: |
450 450
451 451 build: |
452 452 mv libgweather-${pkgver} ${pkgname}-${pkgver}
453 - cd /tmp/src-libgweather-4-4.6.0
454 453 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libgweather-4-4.6.0 builddir -Dgtk_doc=false
455 454 meson compile -C builddir
456 455
@@ -94,7 +94,6 @@ build: |
94 94 git clone https://gitlab.gnome.org/GNOME/libgxps.git ${pkgname}-${pkgver}
95 95 cd ${pkgname}-${pkgver}
96 96 git checkout ${pkgver}
97 - cd /tmp/src-libgxps-0.3.2
98 97 meson --prefix=/usr \
99 98 ${pkgname}-${pkgver} \
100 99 build \
@@ -88,4 +88,4 @@ build: |
88 88
89 89 package: |
90 90 # Obsolet libs
91 - rm ${PKGDIR}/usr/lib/libiptcdata.la
91 + rm -f ${PKGDIR}/usr/lib/libiptcdata.la
@@ -367,7 +367,7 @@ build: |
367 367
368 368 package: |
369 369 # Obsolet lib
370 - rm ${PKGDIR}/usr/lib/libmypaint.la
370 + rm -f ${PKGDIR}/usr/lib/libmypaint.la
371 371 cd ${pkgname}-${pkgver}
372 372 install -Dm 644 README.md -t ${PKGDIR}/usr/share/doc/${pkgname}
373 373 install -Dm 644 COPYING -t ${PKGDIR}/usr/share/licenses/${pkgname}
@@ -23,7 +23,6 @@ footprint: |
23 23
24 24 build: |
25 25 bsdtar -xf *.deb
26 - cd /tmp/src-libndi-bin-4.5.1
27 26 cd "."
28 27 tar -xJf data.tar.xz -C "${PKGDIR}"
29 28 rm "${PKGDIR}"/usr/lib/libndi.so.4
@@ -89,7 +89,6 @@ footprint_libnih_man: |
89 89 build: |
90 90 cd ${pkgname}-${pkgver}
91 91 patch -Np1 -i ../fix_gcc-10.patch
92 - cd /tmp/src-libnih-1.0.3
93 92 cd ${pkgname}-${pkgver}
94 93
95 94 ./configure --prefix=/usr
@@ -99,5 +98,5 @@ build: |
99 98
100 99 package: |
101 100 # Obsolets libs
102 - rm ${PKGDIR}/usr/lib/libnih-dbus.la
103 - rm ${PKGDIR}/usr/lib/libnih.la
101 + rm -f ${PKGDIR}/usr/lib/libnih-dbus.la
102 + rm -f ${PKGDIR}/usr/lib/libnih.la
@@ -114,7 +114,6 @@ footprint: |
114 114 build: |
115 115 sed -i "s/#include <math.h>/#include <math.h>\n#include <cstdint>/" \
116 116 ${pkgname}-${pkgver}/src/OdfGenerator.cxx
117 - cd /tmp/src-libodfgen-0.1.8
118 117 cd ${pkgname}-${pkgver}
119 118 ./configure --prefix=/usr --disable-werror
120 119 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -265,7 +265,6 @@ footprint_libosinfo_zh: |
265 265 build: |
266 266 cd ${pkgname}-${pkgver}
267 267 patch -Np1 -i ../libxml2.patch
268 - cd /tmp/src-libosinfo-1.12.0
269 268 cd ${pkgname}-${pkgver}
270 269
271 270 mkdir build
@@ -105,7 +105,6 @@ footprint_libostree_service: |
105 105 build: |
106 106 cd ${pkgname}-${pkgver}
107 107 NOCONFIGURE=1 ./autogen.sh
108 - cd /tmp/src-libostree-2026.3
109 108 cd ${pkgname}-${pkgver}
110 109 ./configure --prefix=/usr \
111 110 --with-openssl \
@@ -78,7 +78,6 @@ footprint: |
78 78 build: |
79 79 cd ${pkgname}-${pkgver}
80 80 patch -Np1 < ./fix_glslang_linking.patch
81 - cd /tmp/src-libplacebo-7.360.1
82 81 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libplacebo-7.360.1 builddir -Dtests=true -Ddemos=false
83 82 meson compile -C builddir
84 83
@@ -119,7 +119,6 @@ build: |
119 119 mv ${pkgname} ${pkgname}-${pkgver}
120 120 cd ${pkgname}-${pkgver}
121 121 git checkout ${pkgver}
122 - cd /tmp/src-libproxy-0.5.12
123 122 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libproxy-0.5.12 builddir
124 123 meson compile -C builddir
125 124
@@ -6127,8 +6127,6 @@ footprint_libreoffice_zh: "drwxr-xr-x\troot/root\tusr/lib/libreoffice/help/zh-CN
6127 6127 build: |
6128 6128 unset ACLOCAL
6129 6129
6130 - tar -xf ${pkgname}-${pkgver}.tar.xz --no-overwrite-dir
6131 -
6132 6130 cd ${pkgname}-${pkgver}
6133 6131
6134 6132 patch -Np1 -i ../Remove-check-if-root-due-to-issue-with-fakeroot.patch
@@ -6157,7 +6155,6 @@ build: |
6157 6155 ln -sv src/libreoffice-help-${pkgver}/helpcontent2/
6158 6156 ln -sv src/libreoffice-dictionaries-${pkgver}/dictionaries/
6159 6157 ln -sv src/libreoffice-translations-${pkgver}/translations/
6160 - cd /tmp/src-libreoffice-26.2.5.2
6161 6158 cd ${pkgname}-${pkgver}
6162 6159
6163 6160 ./autogen.sh --prefix=/usr \
@@ -504,9 +504,9 @@ build: |
504 504 make
505 505 make DESTDIR=${PKGDIR} install
506 506 # Obsolet libs
507 - rm ${PKGDIR}/usr/lib/librevenge-0.0.la
508 - rm ${PKGDIR}/usr/lib/librevenge-stream-0.0.la
509 - rm ${PKGDIR}/usr/lib/librevenge-generators-0.0.la
507 + rm -f ${PKGDIR}/usr/lib/librevenge-0.0.la
508 + rm -f ${PKGDIR}/usr/lib/librevenge-stream-0.0.la
509 + rm -f ${PKGDIR}/usr/lib/librevenge-generators-0.0.la
510 510
511 511 package: |
512 512 true
@@ -42,4 +42,4 @@ build: |
42 42
43 43 package: |
44 44 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libspectre.la
45 + rm -f ${PKGDIR}/usr/lib/libspectre.la
@@ -26,7 +26,7 @@ build: |
26 26 make DESTDIR=${PKGDIR} install
27 27
28 28 # Obsolet lib
29 - rm ${PKGDIR}/usr/lib/libunique-1.0.la
29 + rm -f ${PKGDIR}/usr/lib/libunique-1.0.la
30 30
31 31 package: |
32 32 true
@@ -108,9 +108,9 @@ build: |
108 108 DESTDIR=${PKGDIR} ninja install
109 109
110 110 # Obsolets libs
111 - #rm ${PKGDIR}/usr/lib/libva-drm.la
112 - #rm ${PKGDIR}/usr/lib/libva-x11.la
113 - #rm ${PKGDIR}/usr/lib/libva.la
111 + #rm -f ${PKGDIR}/usr/lib/libva-drm.la
112 + #rm -f ${PKGDIR}/usr/lib/libva-x11.la
113 + #rm -f ${PKGDIR}/usr/lib/libva.la
114 114
115 115 install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
116 116
@@ -94,8 +94,8 @@ build: |
94 94 rm -rf ${PKGDIR}/usr/share/fonts
95 95
96 96 # Obsolets libs
97 - rm ${PKGDIR}/usr/lib/libwmf.la
98 - rm ${PKGDIR}/usr/lib/libwmflite.la
97 + rm -f ${PKGDIR}/usr/lib/libwmf.la
98 + rm -f ${PKGDIR}/usr/lib/libwmflite.la
99 99
100 100 package: |
101 101 true
@@ -1386,7 +1386,6 @@ footprint: |
1386 1386 build: |
1387 1387 cd ${pkgname}-${pkgver}
1388 1388 patch -Np1 -i ../libwpd-gcc11.patch
1389 - cd /tmp/src-libwpd-0.10.3
1390 1389 cd libwpd-0.10.3
1391 1390 ./configure --prefix=/usr
1392 1391 make
@@ -2502,7 +2502,7 @@ build: |
2502 2502 --enable-xkb
2503 2503 make
2504 2504 make DESTDIR=${PKGDIR} install
2505 - rm ${PKGDIR}/usr/lib/*.la
2505 + rm -f ${PKGDIR}/usr/lib/*.la
2506 2506
2507 2507 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
2508 2508
@@ -396,8 +396,8 @@ build: |
396 396 do rm ${PKGDIR}/$i
397 397 done
398 398 # Obsolets libs
399 - rm ${PKGDIR}/usr/lib/libxfce4kbd-private-3.la
400 - rm ${PKGDIR}/usr/lib/libxfce4ui-2.la
399 + rm -f ${PKGDIR}/usr/lib/libxfce4kbd-private-3.la
400 + rm -f ${PKGDIR}/usr/lib/libxfce4ui-2.la
401 401
402 402 package: |
403 403 true
@@ -367,7 +367,7 @@ build: |
367 367 make
368 368 make DESTDIR=${PKGDIR} install
369 369 # Obsolet lib
370 - rm ${PKGDIR}/usr/lib/${pkgname}.la
370 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
371 371
372 372 package: |
373 373 true
@@ -92,7 +92,6 @@ footprint_libxkbcommon_man: |
92 92
93 93 build: |
94 94 mv ${pkgname}-xkbcommon-${pkgver} ${pkgname}-${pkgver}
95 - cd /tmp/src-libxkbcommon-1.13.2
96 95 cd ${pkgname}-${pkgver}
97 96
98 97 mkdir build
@@ -337,7 +337,6 @@ build: |
337 337 mv ${pkgname}-${pkgname}-${pkgver} ${pkgname}-${pkgver}
338 338 cd ${pkgname}-${pkgver}
339 339 NOCONFIGURE=1 ./autogen.sh
340 - cd /tmp/src-lightdm-gtk-greeter-2.0.9
341 340 cd ${pkgname}-${pkgver}
342 341 CFLAGS+=" -Wno-declaration-after-statement \
343 342 -Wno-error=deprecated-declarations"
@@ -233,13 +233,12 @@ hooks:
233 233 fi
234 234 build: "SN=\"lightdm\"\nIDN=\"65\"\nif ! (getent group $SN > /dev/null); then\n groupadd -g $IDN $SN\nfi\nif ! (getent passwd\
235 235 \ $SN > /dev/null); then\n useradd -c \"Lightdm Daemon\" -d /var/lib/$SN \\\n -u $IDN -g $SN -s /bin/false $SN\nfi\n\
236 - cd /tmp/src-lightdm-1.32.0\ncd ${pkgname}-${pkgver} \n\n./configure \\\n --prefix=/usr \\\n --libexecdir=/usr/lib/lightdm\
237 236 \ \\\n --localstatedir=/var \\\n --sbindir=/usr/bin \\\n --sysconfdir=/etc \\\n --disable-static \\\n --disable-tests\
238 237 \ \\\n --with-greeter-user=${pkgname} \\\n --with-greeter-session=lightdm-gtk-greeter \\\n --docdir=/usr/share/doc/${pkgname}-${pkgver}\n\
239 238 \nmake\nmake DESTDIR=${PKGDIR} install\n\ncp tests/src/lightdm-session ${PKGDIR}/usr/bin\n\nsed -i '1 s/sh/bash --login/'\
240 239 \ ${PKGDIR}/usr/bin/lightdm-session\n\nrm -rf ${PKGDIR}/etc/init\ninstall -v -dm755 -o lightdm -g lightdm ${PKGDIR}/var/lib/lightdm\n\
241 240 install -v -dm755 -o lightdm -g lightdm ${PKGDIR}/var/lib/lightdm-data\ninstall -v -dm755 -o lightdm -g lightdm ${PKGDIR}/var/cache/lightdm\n\
242 - install -v -dm770 -o lightdm -g lightdm ${PKGDIR}/var/log/lightdm\n\n\n# Obsolets libs\nrm ${PKGDIR}/usr/lib/liblightdm-gobject-1.la\n\
241 + install -v -dm770 -o lightdm -g lightdm ${PKGDIR}/var/log/lightdm\n\n\n# Obsolets libs\nrm -f ${PKGDIR}/usr/lib/liblightdm-gobject-1.la\n\
243 242 \n# service\ncd ./nutyx-scripts-20260315\nmake DESTDIR=${PKGDIR} install-sysd-${pkgname}\n"
244 243 package: |
245 244 true
@@ -412,7 +412,6 @@ build: |
412 412 rm -fv /usr/share/dbus-1/services/org.freedesktop.Tracker3.Miner.Files.service
413 413 rm -fv /usr/share/dbus-1/services/org.freedesktop.Tracker3.Writeback.service
414 414 rm -fv /usr/share/dbus-1/services/org.freedesktop.Tracker3.Miner.Files.Control.service
415 - cd /tmp/src-localsearch-3.10.2
416 415 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true localsearch-3.10.2 builddir -Dman=false -Dlandlock=enabled
417 416 meson compile -C builddir
418 417
@@ -407,7 +407,6 @@ build: |
407 407 git submodule init
408 408 git submodule set-url subprojects/gvdb ./gvdb
409 409 git -c protocol.file.allow=always -c protocol.allow=never submodule update
410 - cd /tmp/src-malcontent-0.14.0
411 410 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true malcontent-0.14.0 builddir
412 411 meson compile -C builddir
413 412 package: |
@@ -42,7 +42,7 @@ build: |
42 42 make DESTDIR=${PKGDIR} install
43 43
44 44 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libmenu-cache.la
45 + rm -f ${PKGDIR}/usr/lib/libmenu-cache.la
46 46
47 47 package: |
48 48 true
@@ -55,7 +55,6 @@ hooks:
55 55 build: |
56 56 cd ${pkgname}-${pkgver}
57 57 sed -i "15,23 s/^/#/" setup.py
58 - cd /tmp/src-mercurial-7.2.4
59 58 cd ${pkgname}-${pkgver}/
60 59
61 60 export PYTHON=python3
@@ -122,7 +122,6 @@ build: |
122 122 cd ${pkgname}-${pkgver}
123 123 patch -p1 -i ../consolidate.patch
124 124 ./autogen.sh
125 - cd /tmp/src-minidlna-1.3.3
126 125 cd ${pkgname}-${pkgver}
127 126 ./configure --prefix=/usr \
128 127 --sbindir=/usr/bin
@@ -17514,7 +17514,6 @@ footprint: |
17514 17514 build: |
17515 17515 git clone https://github.com/zayronxio/Mojave-CT.git \
17516 17516 ${pkgname}-${pkgver}
17517 - cd /tmp/src-mojave-ct-icon-theme-51da5e4
17518 17517 install -d ${PKGDIR}/usr/share/icons
17519 17518 cp -a --no-preserve=ownership ${pkgname}-${pkgver} ${PKGDIR}/usr/share/icons/Mojave-CT
17520 17519 rm -r ${PKGDIR}/usr/share/icons/Mojave-CT/.git
@@ -92,4 +92,4 @@ build: |
92 92
93 93 package: |
94 94 # Obsolet lib
95 - rm ${PKGDIR}/usr/lib/libmovit.la
95 + rm -f ${PKGDIR}/usr/lib/libmovit.la
@@ -80,7 +80,6 @@ sha256sums:
80 80 - SKIP
81 81 - SKIP
82 82 build: "cd MPlayer-${pkgver}\npatch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch\npatch -Np1 -d ffmpeg < ../ffmpeg-6.0-binutils_2.41-1.patch\n\
83 - cd /tmp/src-mplayer-1.4\ncd MPlayer-${pkgver}\n\n./configure --prefix=/usr \\\n --confdir=/etc/mplayer\
84 83 \ \\\n --enable-dynamic-plugins \\\n --enable-menu \\\n --enable-gui \t\t\
85 84 \t\\\n --enable-radio \\\n --enable-radio-capture \\\n --enable-rpath \\\n \
86 85 \ --with-vidix-drivers=radeon,nvidia,cyberblade,ivtv,mach64,mga,mga_crtc2,pm2,pm3,rage128,s3,sis,unichrome\\\n \
@@ -188,7 +188,6 @@ build: |
188 188 USE_SYSTEM_CURL := yes
189 189 USE_SYSTEM_GUMBO := no
190 190 EOF
191 - cd /tmp/src-mupdf-1.27.2
192 191 unset MAKEFLAGS
193 192 cd ${pkgname}-${pkgver}-source
194 193
@@ -26,7 +26,7 @@ build: |
26 26 make
27 27 make DESTDIR=${PKGDIR} install
28 28 # Obsolet lib
29 - rm ${PKGDIR}/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.la
29 + rm -f ${PKGDIR}/usr/lib/gtk-2.0/2.10.0/engines/libmurrine.la
30 30
31 31 package: |
32 32 true
@@ -685,7 +685,6 @@ build: |
685 685
686 686 sed "/tests_c_args =/s/$/ + ['-U', 'G_DISABLE_ASSERT']/" -i src/tests/meson.build &&
687 687 sed "/c_args:/a '-U', 'G_DISABLE_ASSERT'," -i src/tests/cogl/unit/meson.build
688 - cd /tmp/src-mutter-50.4
689 688 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true mutter-50.4 builddir -Dprofiler=false -Dbash_completion=false -Dtests=disabled
690 689 meson compile -C builddir
691 690
@@ -436,7 +436,6 @@ footprint: |
436 436 build: |
437 437 cd ${pkgname}-${pkgver}
438 438 autoreconf -fiv
439 - cd /tmp/src-mypaint-brushes-2.0.2
440 439 cd ${pkgname}-${pkgver}
441 440 ./configure --prefix=/usr
442 441 make
@@ -620,7 +620,6 @@ build: |
620 620 cd ${pkgname}-${pkgver}
621 621 grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'
622 622 sed -i "s/2\.0/3\.0/g" tools/generate-docs-nm-settings-docs-gir.py
623 - cd /tmp/src-networkmanager-1.58.0
624 623 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true NetworkManager-1.58.0 builddir -Dsession_tracking=systemd -Dlibaudit=no -Dlibpsl=false -Dnmtui=true -Dselinux=false -Dqt=false -Dovs=false -Dppp=false -Dmodem_manager=false -Dnm_cloud_setup=false -Ddocs=false -Dvapi=true -D nbft=false -D clat=false
625 624 meson compile -C builddir
626 625
@@ -1290,7 +1290,6 @@ build: |
1290 1290 -e '/pip install/s#(ZENMAP|NDIFF)DIR\)/#&dist/*.whl#'
1291 1291 sed 's/, "setuptools-gettext"//' -i zenmap/pyproject.toml
1292 1292 sed '/py-modules/s/f"/&, "Version"/' -i ndiff/pyproject.toml
1293 - cd /tmp/src-nmap-7.991
1294 1293 cd ${pkgname}-${pkgver}
1295 1294 ./configure --prefix=/usr \
1296 1295 --mandir=/usr/share/man \
@@ -22,7 +22,6 @@ build: |
22 22
23 23 cd ${pkgname}-${pkgver}
24 24 git checkout v${pkgver}
25 - cd /tmp/src-notepad-next-0.5
26 25 mkdir build
27 26 cd build
28 27 qmake ../${pkgname}-${pkgver}/src/NotepadNext.pro
@@ -12133,7 +12133,6 @@ footprint: |
12133 12133
12134 12134 build: |
12135 12135 git clone https://github.com/numixproject/numix-icon-theme-circle.git ${pkgname}
12136 - cd /tmp/src-numix-circle-icon-theme-25.01.31
12137 12136 cd ${pkgname}
12138 12137 install -dm 755 "${PKGDIR}"/usr/share/icons
12139 12138 cp -dr --no-preserve='ownership' Numix-Circle{,-Light} "${PKGDIR}"/usr/share/icons/
@@ -30963,7 +30963,6 @@ footprint: |
30963 30963
30964 30964 build: |
30965 30965 git clone https://github.com/numixproject/numix-icon-theme.git ${pkgname}
30966 - cd /tmp/src-numix-icon-theme-25.01.31
30967 30966 cd ${pkgname}
30968 30967 install -dm 755 "${PKGDIR}"/usr/share/icons
30969 30968 cp -dr --no-preserve='ownership' Numix{,-Light} "${PKGDIR}"/usr/share/icons/
@@ -375,7 +375,6 @@ build: |
375 375 cd ${pkgname}-${pkgver}
376 376 patch -Np1 -i ../openbox-3.6.1-consolidate-1.patch
377 377 autoreconf -ifv
378 - cd /tmp/src-openbox-3.6.1
379 378 cd ${pkgname}-${pkgver}
380 379
381 380 ./configure --prefix=/usr \
@@ -390,8 +389,8 @@ build: |
390 389 rm -r ${PKGDIR}/usr/share/gnome-session
391 390
392 391 # Obsolets libs
393 - rm ${PKGDIR}/usr/lib/libobrender.la
394 - rm ${PKGDIR}/usr/lib/libobt.la
392 + rm -f ${PKGDIR}/usr/lib/libobrender.la
393 + rm -f ${PKGDIR}/usr/lib/libobt.la
395 394
396 395 package: |
397 396 true
@@ -475,7 +475,6 @@ build: |
475 475 cd ${pkgname}-${pkgver}
476 476 patch -Np1 -i ../config.patch
477 477 patch -Np1 -i ../${pkgname}-${pkgver}-cards-consolidate-${pkgrel}.patch
478 - cd /tmp/src-packagekit-v1.3.5
479 478 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true packagekit-v1.3.5 builddir -Dsystemd=true -Dpackaging_backend=cards -Dgstreamer_plugin=false -Dcron=false -Dgtk_doc=false -Dgtk_module=false -Dman_pages=false -Dlegacy_tools=true
480 479 meson compile -C builddir
481 480
@@ -4396,7 +4396,6 @@ footprint_plasma-desktop_zh: |
4396 4396 build: |
4397 4397 cd ${pkgname}-${pkgver}
4398 4398 patch -Np1 -i ../nutyx-26.06-1.patch
4399 - cd /tmp/src-plasma-desktop-6.7.4
4400 4399 cmake -B build -S plasma-desktop-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
4401 4400 cmake --build build
4402 4401
@@ -347,7 +347,6 @@ build: |
347 347 ln -sv arch ${pkgname}-${pkgver}/data/pam/nutyx
348 348 sed -e "s@arch@nutyx@g" -e "s@Arch@NuTyX@g" \
349 349 -i ${pkgname}-${pkgver}/data/CMakeLists.txt
350 - cd /tmp/src-plasma-login-manager-6.7.4
351 350 cmake -B build -S ${pkgname}-${pkgver} \
352 351 -DCMAKE_INSTALL_PREFIX=/usr \
353 352 -DCMAKE_BUILD_TYPE=Release \
@@ -6062,7 +6062,6 @@ footprint_plasma-workspace_zh: |
6062 6062 build: |
6063 6063 cd ${pkgname}-${pkgver}
6064 6064 sed -i "s@Image=Next@Image=NuTyX-26.06@" lookandfeel/org.kde.breeze/contents/defaults
6065 - cd /tmp/src-plasma-workspace-6.7.4
6066 6065 cmake -B build -S plasma-workspace-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
6067 6066 cmake --build build
6068 6067
@@ -312,7 +312,6 @@ footprint_polkit-kde-agent_zh: |
312 312
313 313 build: |
314 314 mv ${pkgname}-1-${pkgver} ${pkgname}-${pkgver}
315 - cd /tmp/src-polkit-kde-agent-6.7.4
316 315 cmake -B build -S polkit-kde-agent-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
317 316 cmake --build build
318 317
@@ -77,7 +77,6 @@ footprint: |
77 77
78 78 build: |
79 79 mv pyatspi-${pkgver} ${pkgname}-${pkgver}
80 - cd /tmp/src-python-atspi-2.58.2
81 80 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true python-atspi-2.58.2 builddir
82 81 meson compile -C builddir
83 82
@@ -64,7 +64,7 @@ build: |
64 64 find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf
65 65
66 66 # Obsolets libs
67 - #rm ${PKGDIR}/usr/lib/python3.12/site-packages/_dbus_bindings.la
68 - #rm ${PKGDIR}/usr/lib/python3.12/site-packages/_dbus_glib_bindings.la
67 + #rm -f ${PKGDIR}/usr/lib/python3.12/site-packages/_dbus_bindings.la
68 + #rm -f ${PKGDIR}/usr/lib/python3.12/site-packages/_dbus_glib_bindings.la
69 69 package: |
70 70 true
@@ -41,7 +41,6 @@ build: |
41 41 mkdir build
42 42 cd qca-${pkgver}
43 43 sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt
44 - cd /tmp/src-qca-qt6-2.3.10
45 44 cd build
46 45 cmake ../qca-${pkgver} \
47 46 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -411,7 +411,6 @@ build: |
411 411 do
412 412 install -D -m755 $i ${PKGDIR}/usr/bin/$i
413 413 done
414 - cd /tmp/src-qemu-11.1.0
415 414 cd qemu-${pkgver}
416 415
417 416 mkdir -vp build
@@ -42,7 +42,7 @@ build: |
42 42 make
43 43 make DESTDIR=${PKGDIR} install
44 44 # Obsolet libs
45 - rm ${PKGDIR}/usr/lib/libqrencode.la
45 + rm -f ${PKGDIR}/usr/lib/libqrencode.la
46 46
47 47 package: |
48 48 true
@@ -29,7 +29,6 @@ sha256sums:
29 29
30 30 build: |
31 31 mv ${pkgname}-opensource-src-${pkgver} ${pkgname}-${pkgver}
32 - cd /tmp/src-qt-creator-10.0.1
33 32 cmake -B build -S qt-creator-10.0.1 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
34 33 cmake --build build
35 34
@@ -1447,18 +1447,18 @@ build: |
1447 1447 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
1448 1448 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
1449 1449 # Obsolet libs
1450 - rm ${PKGDIR}/usr/lib/libQt53DAnimation.la
1451 - rm ${PKGDIR}/usr/lib/libQt53DCore.la
1452 - rm ${PKGDIR}/usr/lib/libQt53DExtras.la
1453 - rm ${PKGDIR}/usr/lib/libQt53DInput.la
1454 - rm ${PKGDIR}/usr/lib/libQt53DLogic.la
1455 - rm ${PKGDIR}/usr/lib/libQt53DQuick.la
1456 - rm ${PKGDIR}/usr/lib/libQt53DQuickAnimation.la
1457 - rm ${PKGDIR}/usr/lib/libQt53DQuickExtras.la
1458 - rm ${PKGDIR}/usr/lib/libQt53DQuickInput.la
1459 - rm ${PKGDIR}/usr/lib/libQt53DQuickRender.la
1460 - rm ${PKGDIR}/usr/lib/libQt53DQuickScene2D.la
1461 - rm ${PKGDIR}/usr/lib/libQt53DRender.la
1450 + rm -f ${PKGDIR}/usr/lib/libQt53DAnimation.la
1451 + rm -f ${PKGDIR}/usr/lib/libQt53DCore.la
1452 + rm -f ${PKGDIR}/usr/lib/libQt53DExtras.la
1453 + rm -f ${PKGDIR}/usr/lib/libQt53DInput.la
1454 + rm -f ${PKGDIR}/usr/lib/libQt53DLogic.la
1455 + rm -f ${PKGDIR}/usr/lib/libQt53DQuick.la
1456 + rm -f ${PKGDIR}/usr/lib/libQt53DQuickAnimation.la
1457 + rm -f ${PKGDIR}/usr/lib/libQt53DQuickExtras.la
1458 + rm -f ${PKGDIR}/usr/lib/libQt53DQuickInput.la
1459 + rm -f ${PKGDIR}/usr/lib/libQt53DQuickRender.la
1460 + rm -f ${PKGDIR}/usr/lib/libQt53DQuickScene2D.la
1461 + rm -f ${PKGDIR}/usr/lib/libQt53DRender.la
1462 1462
1463 1463 package: |
1464 1464 true
@@ -5088,7 +5088,6 @@ footprint: |
5088 5088 build: |
5089 5089 cd qtbase-everywhere-src-${pkgver}
5090 5090 patch -Np1 -i ../qt-everywhere-src-${pkgver}-openssl4_fix-1.patch
5091 - cd /tmp/src-qt6-base-6.11.1
5092 5091 mkdir build
5093 5092 cd build
5094 5093 cmake -G Ninja \
@@ -3968,7 +3968,7 @@ build: |
3968 3968 sed -i "s|${name}-everywhere-src-${pkgver}|/usr|" \
3969 3969 ${PKGDIR}/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
3970 3970
3971 - rm ${PKGDIR}/usr/lib/*.la
3971 + rm -f ${PKGDIR}/usr/lib/*.la
3972 3972
3973 3973 package: |
3974 3974 true
@@ -392,7 +392,7 @@ build: |
392 392 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
393 393 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
394 394 # Obsolet Lib
395 - rm ${PKGDIR}/usr/lib/libQt5Charts.la
395 + rm -f ${PKGDIR}/usr/lib/libQt5Charts.la
396 396
397 397 package: |
398 398 true
@@ -306,7 +306,7 @@ build: |
306 306 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
307 307 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
308 308 # Obsolet Libs
309 - rm ${PKGDIR}/usr/lib/libQt5{Bluetooth,Nfc}.la
309 + rm -f ${PKGDIR}/usr/lib/libQt5{Bluetooth,Nfc}.la
310 310
311 311 package: |
312 312 true
@@ -215,7 +215,7 @@ build: |
215 215 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
216 216
217 217 # Obsolet Lib
218 - rm ${PKGDIR}/usr/lib/libQt5DataVisualization.la
218 + rm -f ${PKGDIR}/usr/lib/libQt5DataVisualization.la
219 219
220 220 package: |
221 221 true
@@ -1074,14 +1074,14 @@ build: |
1074 1074 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
1075 1075 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
1076 1076 # Obsolets libs:
1077 - rm ${PKGDIR}/usr/lib/libQt5PacketProtocol.la
1078 - rm ${PKGDIR}/usr/lib/libQt5Qml.la
1079 - rm ${PKGDIR}/usr/lib/libQt5QmlDebug.la
1080 - rm ${PKGDIR}/usr/lib/libQt5QmlDevTools.la
1081 - rm ${PKGDIR}/usr/lib/libQt5Quick.la
1082 - rm ${PKGDIR}/usr/lib/libQt5QuickParticles.la
1083 - rm ${PKGDIR}/usr/lib/libQt5QuickTest.la
1084 - rm ${PKGDIR}/usr/lib/libQt5QuickWidgets.la
1077 + rm -f ${PKGDIR}/usr/lib/libQt5PacketProtocol.la
1078 + rm -f ${PKGDIR}/usr/lib/libQt5Qml.la
1079 + rm -f ${PKGDIR}/usr/lib/libQt5QmlDebug.la
1080 + rm -f ${PKGDIR}/usr/lib/libQt5QmlDevTools.la
1081 + rm -f ${PKGDIR}/usr/lib/libQt5Quick.la
1082 + rm -f ${PKGDIR}/usr/lib/libQt5QuickParticles.la
1083 + rm -f ${PKGDIR}/usr/lib/libQt5QuickTest.la
1084 + rm -f ${PKGDIR}/usr/lib/libQt5QuickWidgets.la
1085 1085
1086 1086 package: |
1087 1087 true
@@ -12081,7 +12081,6 @@ build: |
12081 12081 # patch -Np1 -i ../../qt5-webengine-python3.patch
12082 12082 cd ../qttools
12083 12083 ln -s /usr/bin
12084 - cd /tmp/src-qtdoc-5.15.19
12085 12084 export PATH="$SCR/bin:$PATH"
12086 12085 cd qt-everywhere-src-${pkgver}
12087 12086
@@ -82,7 +82,7 @@ build: |
82 82 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
83 83 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
84 84 # Obsolet Lib
85 - rm ${PKGDIR}/usr/lib/libQt5Gamepad.la
85 + rm -f ${PKGDIR}/usr/lib/libQt5Gamepad.la
86 86
87 87 package: |
88 88 true
@@ -34,7 +34,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
34 34 -rw-r--r--\troot/root\tusr/share/qt6keychain/translations/qtkeychain_zh.qm\n"
35 35 build: |
36 36 mkdir -p build
37 - cd /tmp/src-qtkeychain-qt6-0.17.0
38 37 cd build
39 38 cmake ../qtkeychain-${pkgver} \
40 39 -DCMAKE_BUILD_TYPE=Release \
@@ -56,7 +56,6 @@ footprint: |
56 56
57 57 build: |
58 58 mkdir -p build
59 - cd /tmp/src-qtkeychain-0.14.3
60 59 cd build
61 60 cmake ../${pkgname}-${pkgver} \
62 61 -DCMAKE_BUILD_TYPE=Release \
@@ -436,7 +436,6 @@ build: |
436 436 -i src/3rdparty/mapbox-gl-native/include/mbgl/util/geometry.hpp \
437 437 src/3rdparty/mapbox-gl-native/include/mbgl/util/string.hpp \
438 438 src/3rdparty/mapbox-gl-native/src/mbgl/gl/stencil_mode.hpp
439 - cd /tmp/src-qtlocation-5.15.19
440 439 mkdir build
441 440 cd build
442 441
@@ -449,9 +448,9 @@ build: |
449 448 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
450 449
451 450 # Obsolet libs
452 - rm ${PKGDIR}/usr/lib/libQt5Location.la
453 - rm ${PKGDIR}/usr/lib/libQt5Positioning.la
454 - rm ${PKGDIR}/usr/lib/libQt5PositioningQuick.la
451 + rm -f ${PKGDIR}/usr/lib/libQt5Location.la
452 + rm -f ${PKGDIR}/usr/lib/libQt5Positioning.la
453 + rm -f ${PKGDIR}/usr/lib/libQt5PositioningQuick.la
455 454
456 455 package: |
457 456 true
@@ -665,8 +665,8 @@ build: |
665 665 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
666 666 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
667 667 # Obsolet libs
668 - rm ${PKGDIR}/usr/lib/libQt5QuickControls2.la
669 - rm ${PKGDIR}/usr/lib/libQt5QuickTemplates2.la
668 + rm -f ${PKGDIR}/usr/lib/libQt5QuickControls2.la
669 + rm -f ${PKGDIR}/usr/lib/libQt5QuickTemplates2.la
670 670
671 671 package: |
672 672 true
@@ -139,7 +139,7 @@ build: |
139 139 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
140 140 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
141 141 # Obsolet Lib
142 - rm ${PKGDIR}/usr/lib/libQt5RemoteObjects.la
142 + rm -f ${PKGDIR}/usr/lib/libQt5RemoteObjects.la
143 143
144 144 package: |
145 145 true
@@ -216,7 +216,6 @@ footprint: |
216 216 build: |
217 217 cd ${name}-everywhere-src-${pkgver}
218 218 sed -i 's|^asm volatile ($|asm (|' src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
219 - cd /tmp/src-qtscript-5.15.19
220 219 mkdir build
221 220 cd build
222 221 qmake ../${name}-everywhere-src-${pkgver}
@@ -227,8 +226,8 @@ build: |
227 226 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
228 227 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
229 228 # Obsolets libs
230 - rm ${PKGDIR}/usr/lib/libQt5Script.la
231 - rm ${PKGDIR}/usr/lib/libQt5ScriptTools.la
229 + rm -f ${PKGDIR}/usr/lib/libQt5Script.la
230 + rm -f ${PKGDIR}/usr/lib/libQt5ScriptTools.la
232 231
233 232 package: |
234 233 true
@@ -115,7 +115,7 @@ build: |
115 115 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
116 116 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
117 117 # Obsolet Lib
118 - rm ${PKGDIR}/usr/lib/libQt5Scxml.la
118 + rm -f ${PKGDIR}/usr/lib/libQt5Scxml.la
119 119
120 120 package: |
121 121 true
@@ -90,7 +90,7 @@ build: |
90 90 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
91 91 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
92 92 # Obsolet lib
93 - rm ${PKGDIR}/usr/lib/libQt5Svg.la
93 + rm -f ${PKGDIR}/usr/lib/libQt5Svg.la
94 94
95 95 package: |
96 96 true
@@ -500,11 +500,11 @@ build: |
500 500 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
501 501 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
502 502 # Obsolets libs
503 - rm ${PKGDIR}/usr/lib/libQt5Designer.la
504 - rm ${PKGDIR}/usr/lib/libQt5DesignerComponents.la
505 - rm ${PKGDIR}/usr/lib/libQt5Help.la
506 - rm ${PKGDIR}/usr/lib/libQt5UiTools.la
507 - rm ${PKGDIR}/usr/lib/Qt5UiPlugin.la
503 + rm -f ${PKGDIR}/usr/lib/libQt5Designer.la
504 + rm -f ${PKGDIR}/usr/lib/libQt5DesignerComponents.la
505 + rm -f ${PKGDIR}/usr/lib/libQt5Help.la
506 + rm -f ${PKGDIR}/usr/lib/libQt5UiTools.la
507 + rm -f ${PKGDIR}/usr/lib/Qt5UiPlugin.la
508 508
509 509 package: |
510 510 true
@@ -431,7 +431,7 @@ build: |
431 431 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
432 432 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
433 433 # Obsolets Libs
434 - rm ${PKGDIR}/usr/lib/libQt5Wayland{Client,Compositor}.la
434 + rm -f ${PKGDIR}/usr/lib/libQt5Wayland{Client,Compositor}.la
435 435
436 436 package: |
437 437 true
@@ -75,7 +75,6 @@ footprint: |
75 75 build: |
76 76 cd ${name}-everywhere-src-${pkgver}
77 77 patch -Np1 -i ../kf5-1.patch
78 - cd /tmp/src-qtwebchannel-5.15.19
79 78 mkdir build
80 79 cd build
81 80
@@ -88,7 +87,7 @@ build: |
88 87 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
89 88 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
90 89 # Obsolet lib
91 - rm ${PKGDIR}/usr/lib/libQt5WebChannel.la
90 + rm -f ${PKGDIR}/usr/lib/libQt5WebChannel.la
92 91
93 92 package: |
94 93 true
@@ -78,7 +78,6 @@ footprint: |
78 78 build: |
79 79 cd ${name}-everywhere-src-${pkgver}
80 80 patch -Np1 -i ../kf5-1.patch
81 - cd /tmp/src-qtwebsockets-5.15.19
82 81 mkdir build
83 82 cd build
84 83
@@ -91,7 +90,7 @@ build: |
91 90 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
92 91 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
93 92 # Obsolet Lib
94 - rm ${PKGDIR}/usr/lib/libQt5WebSockets.la
93 + rm -f ${PKGDIR}/usr/lib/libQt5WebSockets.la
95 94
96 95 package: |
97 96 true
@@ -64,7 +64,7 @@ build: |
64 64 find "${PKGDIR}/usr/lib" -type f -name '*.prl' \
65 65 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
66 66 # Remove obsolet libs
67 - rm ${PKGDIR}/usr/lib/libQt5X11Extras.la
67 + rm -f ${PKGDIR}/usr/lib/libQt5X11Extras.la
68 68
69 69 package: |
70 70 true
@@ -140,9 +140,9 @@ build: |
140 140 make DESTDIR=${PKGDIR} install
141 141
142 142 # Obsolets libs
143 - rm ${PKGDIR}/usr/lib/librdf.la
144 - rm ${PKGDIR}/usr/lib/redland/librdf_storage_sqlite.la
145 - rm ${PKGDIR}/usr/lib/redland/librdf_storage_virtuoso.la
143 + rm -f ${PKGDIR}/usr/lib/librdf.la
144 + rm -f ${PKGDIR}/usr/lib/redland/librdf_storage_sqlite.la
145 + rm -f ${PKGDIR}/usr/lib/redland/librdf_storage_virtuoso.la
146 146
147 147
148 148 package: |
@@ -112,7 +112,6 @@ footprint_redshift_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-xr
112 112 build: |
113 113 cd ${pkgname}-${pkgver}
114 114 ./bootstrap
115 - cd /tmp/src-redshift-1.12
116 115 cd ${pkgname}-${pkgver}
117 116 ./configure --prefix=/usr \
118 117 --enable-drm --enable-randr \
@@ -994,7 +994,6 @@ footprint_rhythmbox_zh: |
994 994
995 995 build: |
996 996 sed -i '/unsupported version of meson/d' ${pkgname}-${pkgver}/meson.build
997 - cd /tmp/src-rhythmbox-3.4.9
998 997 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true rhythmbox-3.4.9 builddir
999 998 meson compile -C builddir
1000 999
@@ -109,7 +109,6 @@ footprint_rofi_man: |
109 109 build: |
110 110 cd ${pkgname}-${pkgver}
111 111 patch -Np1 -i ../fix_xfce4-terminal_binary_name.patch
112 - cd /tmp/src-rofi-2.0.0
113 112 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true rofi-2.0.0 builddir
114 113 meson compile -C builddir
115 114
@@ -31,7 +31,6 @@ sha256sums:
31 31
32 32 build: |
33 33 patch -d ${pkgname}-${pkgver} -p1 < perl-5.38.patch
34 - cd /tmp/src-rxvt-unicode-9.31
35 34 cd ${pkgname}-${pkgver}
36 35 ./configure --prefix=/usr \
37 36 --sysconfdir=/etc \
@@ -377,6 +377,6 @@ build: "cd backends-${pkgver}\n\n # Fix autotools macro not detecting the
377 377 \ -d ${PKGDIR}/etc/udev/rules.d\ninstall -m 644 -v tools/udev/libsane.rules \\\n\t${PKGDIR}/etc/udev/rules.d/65-scanner.rules\n\
378 378 \n # fix hp officejets\necho \"#hpaio\" >> ${PKGDIR}/etc/sane.d/dll.conf\n\ninstall -v -m644 doc/sane.png doc/sane-logo.png\
379 379 \ \\\n\t${PKGDIR}/usr/share/sane\n\nmkdir -p ${PKGDIR}/var/lock/sane\nchmod 775 ${PKGDIR}/var/lock/sane\nchgrp scanner ${PKGDIR}/var/lock/sane\n\
380 - \n# Obsolet libs\nrm ${PKGDIR}/usr/lib/libsane.la\nrm ${PKGDIR}/usr/lib/sane/libsane-*.la\n"
380 + \n# Obsolet libs\nrm -f ${PKGDIR}/usr/lib/libsane.la\nrm -f ${PKGDIR}/usr/lib/sane/libsane-*.la\n"
381 381 package: |
382 382 true
@@ -304,7 +304,6 @@ build: |
304 304 -d /var/lib/sddm \
305 305 -u 64 -g sddm \
306 306 -s /sbin/false sddm
307 - cd /tmp/src-sddm-0.21.0
308 307 cd ${pkgname}-${pkgver}
309 308 patch -Np1 -i ../sddm-0.20.0-consolidate-1.patch
310 309
@@ -48,7 +48,7 @@ build: |
48 48 make DESTDIR=${PKGDIR} install
49 49
50 50 # Obsolet lib
51 - rm ${PKGDIR}/usr/lib/libSDL2_image.la
51 + rm -f ${PKGDIR}/usr/lib/libSDL2_image.la
52 52
53 53 package: |
54 54 true
@@ -74,7 +74,7 @@ build: "CFLAGS+=\" -ffat-lto-objects\"\ncd SDL2-${pkgver}\nmkdir build \ncd buil
74 74 \n -D SDL_STATIC=OFF \\\n -D SDL_RPATH=OFF \\\n ..\nmake\n\n\nmake DESTDIR=${PKGDIR} install\n\n# For some\
75 75 \ reason, this isn't named correctly and we have to fix it to reflect the actual staticlib name.\nsed -i \"s/libSDL2\\.a/libSDL2main.a/g\"\
76 76 \ \"$pkgdir\"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake\n\n# install -Dm644 SDL2-${pkgver}/LICENSE.txt ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE\n\
77 - \n# Obsolet libs\n# rm ${PKGDIR}/usr/lib/libSDL2.la\n# rm ${PKGDIR}/usr/lib/libSDL2_test.la\n# rm ${PKGDIR}/usr/lib/libSDL2main.la\n\
77 + \n# Obsolet libs\n# rm -f ${PKGDIR}/usr/lib/libSDL2.la\n# rm -f ${PKGDIR}/usr/lib/libSDL2_test.la\n# rm -f ${PKGDIR}/usr/lib/libSDL2main.la\n\
78 78 \n# Static obsolet libs\n# rm ${PKGDIR}/usr/lib/libSDL2*.a\n"
79 79 package: |
80 80 true
@@ -30,6 +30,6 @@ build: |
30 30 make DESTDIR=${PKGDIR} install
31 31
32 32 # Obsolet lib
33 - rm ${PKGDIR}/usr/lib/libSDL_image.la
33 + rm -f ${PKGDIR}/usr/lib/libSDL_image.la
34 34 package: |
35 35 true
@@ -40,7 +40,7 @@ build: |
40 40 make DESTDIR=${PKGDIR} install
41 41
42 42 # Obsolet lib
43 - rm ${PKGDIR}/usr/lib/libSDL_mixer.la
43 + rm -f ${PKGDIR}/usr/lib/libSDL_mixer.la
44 44
45 45 package: |
46 46 true
@@ -20,6 +20,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
20 20 \ -> libSDL_ttf-2.0.so.0.10.1\n-rwxr-xr-x\troot/root\tusr/lib/libSDL_ttf-2.0.so.0.10.1\n-rw-r--r--\troot/root\tusr/lib/libSDL_ttf.a\n\
21 21 lrwxrwxrwx\troot/root\tusr/lib/libSDL_ttf.so -> libSDL_ttf-2.0.so.0.10.1\n"
22 22 build: "cd SDL_ttf-${pkgver}\npatch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch \n\ntouch NEWS README AUTHORS ChangeLog\n\
23 - \nautoreconf -vi\n\n./configure \\\n--prefix=/usr\n\nmake \nmake DESTDIR=${PKGDIR} install\n\nrm ${PKGDIR}/usr/lib/libSDL_ttf.la\n"
23 + \nautoreconf -vi\n\n./configure \\\n--prefix=/usr\n\nmake \nmake DESTDIR=${PKGDIR} install\n\nrm -f ${PKGDIR}/usr/lib/libSDL_ttf.la\n"
24 24 package: |
25 25 true
@@ -124,7 +124,7 @@ footprint_sdl1_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/roo
124 124 -rw-r--r--\troot/root\tusr/share/man/man3/SDL_WasInit.3.gz\n-rw-r--r--\troot/root\tusr/share/man/man3/SDL_keysym.3.gz\n\
125 125 -rw-r--r--\troot/root\tusr/share/man/man3/SDL_mutexP.3.gz\n-rw-r--r--\troot/root\tusr/share/man/man3/SDL_mutexV.3.gz\n"
126 126 build: "cd SDL-${pkgver}\nsed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h \n./configure\
127 - \ --prefix=/usr --disable-static \nmake\nmake DESTDIR=${PKGDIR} install\n\n# Obsolets libs\nrm ${PKGDIR}/usr/lib/libSDL.la\n\
128 - rm ${PKGDIR}/usr/lib/libSDLmain.la\n"
127 + \ --prefix=/usr --disable-static \nmake\nmake DESTDIR=${PKGDIR} install\n\n# Obsolets libs\nrm -f ${PKGDIR}/usr/lib/libSDL.la\n\
128 + rm -f ${PKGDIR}/usr/lib/libSDLmain.la\n"
129 129 package: |
130 130 true
@@ -1204,7 +1204,6 @@ footprint_seahorse_zh: |
1204 1204 build: |
1205 1205 cd ${pkgname}-${pkgver}
1206 1206 patch -Np1 -i ../gpgme-2.0.patch
1207 - cd /tmp/src-seahorse-47.0.1
1208 1207 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true seahorse-47.0.1 builddir
1209 1208 meson compile -C builddir
1210 1209
@@ -124,7 +124,6 @@ build: |
124 124 # Fix header install dir
125 125 git cherry-pick -n d252378a3980c99e23340e6b722631182814d8bb \
126 126 71c4d1750463c99ab9cbff7e1d7162210506f225
127 - cd /tmp/src-shiboken-6.11
128 127 cmake -B build -S ${pkgname}-${pkgver} -G Ninja \
129 128 -DCMAKE_INSTALL_PREFIX=/usr \
130 129 -DCMAKE_BUILD_TYPE=None \
@@ -190,7 +190,6 @@ build: |
190 190 cp -a slim_themes/themes ${PKGDIR}/usr/share/slim/themes
191 191 cd ${pkgname}-${pkgver}
192 192 patch -Np1 -i ../${pkgname}-${pkgver}-conglo-1.patch
193 - cd /tmp/src-slim-1.4.0
194 193 cd build
195 194 cmake \
196 195 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
@@ -37,7 +37,6 @@ build: |
37 37 patch -Np1 -i ../clutter-gst3.patch
38 38
39 39 autoreconf -fiv
40 - cd /tmp/src-snappy-player-1.0
41 40 cd snappy-${pkgver}
42 41 ./configure --prefix=/usr
43 42 make
@@ -751,10 +751,10 @@ build: |
751 751 ${PKGDIR}/usr/lib/pkgconfig/speech-dispatcher.pc
752 752
753 753 # Obsolets libs
754 - rm ${PKGDIR}/usr/lib/libspeechd.la
755 - rm ${PKGDIR}/usr/lib/speech-dispatcher/spd_alsa.la
756 - rm ${PKGDIR}/usr/lib/speech-dispatcher/spd_oss.la
757 - rm ${PKGDIR}/usr/lib/speech-dispatcher/spd_pulse.la
754 + rm -f ${PKGDIR}/usr/lib/libspeechd.la
755 + rm -f ${PKGDIR}/usr/lib/speech-dispatcher/spd_alsa.la
756 + rm -f ${PKGDIR}/usr/lib/speech-dispatcher/spd_oss.la
757 + rm -f ${PKGDIR}/usr/lib/speech-dispatcher/spd_pulse.la
758 758
759 759 # Broken one
760 760 rm ${PKGDIR}/usr/libexec/speech-dispatcher-modules/sd_kali
@@ -91,11 +91,9 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\nlrwxrw
91 91 usr/share/spotify/spotify\n-rw-rw-r--\troot/root\tusr/share/spotify/v8_context_snapshot.bin\n-rw-rw-r--\troot/root\tusr/share/spotify/vk_swiftshader_icd.json\n"
92 92 build: |
93 93 bsdtar -xf *.deb
94 - cd /tmp/src-spotify-1.2.63.394
95 94 cd curl-8.13.0
96 95 ./configure --with-gnutls
97 96 make -C lib
98 - cd /tmp/src-spotify-1.2.63.394
99 97 bsdtar -xf data.tar.gz -C ${PKGDIR}
100 98 package: |
101 99 sed -i 's/^Exec=.*/Exec=spotify --uri=%U/' ${PKGDIR}/usr/share/spotify/spotify.desktop
@@ -21,7 +21,6 @@ build: |
21 21 cd ${pkgname}-${pkgver}
22 22 sed -i '/\@tic /d' Makefile
23 23 ## cp ../config.h config.h
24 - cd /tmp/src-st-0.9
25 24 cd ${pkgname}-${pkgver}
26 25 CC=/usr/bin/gcc make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
27 26 make PREFIX=/usr DESTDIR=${PKGDIR} TERMINFO=${PKGDIR}/usr/share/terminfo install
@@ -43,7 +43,7 @@ build: |
43 43 ./configure --prefix=/usr --disable-static
44 44 make
45 45 make DESTDIR=${PKGDIR} install
46 - rm ${PKGDIR}/usr/lib/libstartup-notification-1.la
46 + rm -f ${PKGDIR}/usr/lib/libstartup-notification-1.la
47 47
48 48 package: |
49 49 true
@@ -19,7 +19,6 @@ sha256sums:
19 19 build: |
20 20 cd ${pkgname}-${pkgver}
21 21 ln -s config.def.h config.h
22 - cd /tmp/src-sxiv-26
23 22 make -C ${pkgname}-${pkgver}
24 23 package: |
25 24 cd ${pkgname}-${pkgver}
@@ -24,7 +24,6 @@ sha256sums:
24 24
25 25 build: |
26 26 bsdtar -xf *.deb
27 - cd /tmp/src-teams-1.5.00.23861
28 27 tar -xf data.tar.xz -C "${PKGDIR}/"
29 28
30 29 package: |
@@ -26,7 +26,7 @@ build: |
26 26 make DESTDIR=${PKGDIR} install
27 27
28 28 # Obsolet lib
29 - rm ${PKGDIR}/usr/lib/libtelepathy-farstream.la
29 + rm -f ${PKGDIR}/usr/lib/libtelepathy-farstream.la
30 30
31 31 package: |
32 32 true
@@ -403,7 +403,6 @@ build: |
403 403 cd ${pkgname}-${pkgver}
404 404
405 405 patch -Np1 -i ../telepathy-glib.patch
406 - cd /tmp/src-telepathy-glib-0.24.2
407 406 cd ${pkgname}-${pkgver}
408 407 ./configure --prefix=/usr \
409 408 --enable-vala-bindings \
@@ -413,7 +412,7 @@ build: |
413 412 make DESTDIR=${PKGDIR} install
414 413
415 414 # Obsolet lib
416 - rm ${PKGDIR}/usr/lib/libtelepathy-glib.la
415 + rm -f ${PKGDIR}/usr/lib/libtelepathy-glib.la
417 416
418 417 package: |
419 418 true
@@ -26,7 +26,7 @@ build: |
26 26 make DESTDIR=${PKGDIR} install
27 27
28 28 # Obsolet lib
29 - rm ${PKGDIR}/usr/lib/libtelepathy-logger.la
29 + rm -f ${PKGDIR}/usr/lib/libtelepathy-logger.la
30 30
31 31 package: |
32 32 true
@@ -104,7 +104,7 @@ build: |
104 104 make
105 105 make DESTDIR=${PKGDIR} install
106 106 # Obsolet lib
107 - rm ${PKGDIR}/usr/lib/libmission-control-plugins.la
107 + rm -f ${PKGDIR}/usr/lib/libmission-control-plugins.la
108 108
109 109 package: |
110 110 true
@@ -24,7 +24,6 @@ sha256sums:
24 24
25 25 build: |
26 26 chmod +x ${pkgname}-${pkgver}/configure
27 - cd /tmp/src-terminus-font-4.49.1
28 27 cd ${pkgname}-${pkgver}
29 28
30 29 ./configure \
@@ -1429,7 +1429,6 @@ footprint_totem_zh: |
1429 1429 build: |
1430 1430 cd ${pkgname}-${pkgver}
1431 1431 patch -Np1 -i ../libpeas-1.38.patch
1432 - cd /tmp/src-totem-43.2
1433 1432 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true totem-43.2 builddir
1434 1433 meson compile -C builddir
1435 1434
@@ -28,7 +28,6 @@ build: |
28 28 git clone https://github.com/unoconv/unoconv.git
29 29
30 30 mv unoconv unoconv-${pkgver}
31 - cd /tmp/src-unoconv-0.9.0
32 31 cd ${pkgname}-${pkgver}
33 32
34 33 make DESTDIR=${PKGDIR} install
@@ -168,7 +168,6 @@ footprint_upower_sv: |
168 168
169 169 build: |
170 170 mv ${pkgname}-v${pkgver} ${pkgname}-${pkgver}
171 - cd /tmp/src-upower-1.91.3
172 171 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true upower-1.91.3 builddir
173 172 meson compile -C builddir
174 173
@@ -481,11 +481,11 @@ build: |
481 481
482 482 # Obsolets libs
483 483
484 - rm ${PKGDIR}/usr/lib/libvala{,doc}-0.56.la
485 - rm ${PKGDIR}/usr/lib/vala-0.56/libvalaccodegen.la
486 - rm ${PKGDIR}/usr/lib/valadoc-0.56/doclets/html/libdoclet.la
487 - rm ${PKGDIR}/usr/lib/valadoc-0.56/doclets/gtkdoc/libdoclet.la
488 - rm ${PKGDIR}/usr/lib/valadoc-0.56/doclets/devhelp/libdoclet.la
484 + rm -f ${PKGDIR}/usr/lib/libvala{,doc}-0.56.la
485 + rm -f ${PKGDIR}/usr/lib/vala-0.56/libvalaccodegen.la
486 + rm -f ${PKGDIR}/usr/lib/valadoc-0.56/doclets/html/libdoclet.la
487 + rm -f ${PKGDIR}/usr/lib/valadoc-0.56/doclets/gtkdoc/libdoclet.la
488 + rm -f ${PKGDIR}/usr/lib/valadoc-0.56/doclets/devhelp/libdoclet.la
489 489
490 490 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
491 491
@@ -110,7 +110,6 @@ build: |
110 110 mv vde-2-${pkgver} ${pkgname}-${pkgver}
111 111 cd ${pkgname}-${pkgver}
112 112 autoreconf -fiv
113 - cd /tmp/src-vde2-2.3.3
114 113 cd ${pkgname}-${pkgver}
115 114
116 115 ./configure --prefix=/usr \
@@ -19,7 +19,6 @@ sha256sums:
19 19 build: |
20 20 cd Viewnior-${pkgname}-${pkgver}
21 21 patch -Np1 -i ../exiv2-0.28.patch
22 - cd /tmp/src-viewnior-1.8
23 22 cd Viewnior-${pkgname}-${pkgver}
24 23 meson setup --prefix=/usr build
25 24 ninja -C build
@@ -1516,7 +1516,6 @@ build: |
1516 1516 cd ${pkgname}-${pkgver}
1517 1517 patch -Np1 -i ../${pkgname}-${pkgver}-taglib-1.patch
1518 1518 patch -Np1 -i ../${pkgname}-${pkgver}-fedora_ffmpeg7-1.patch
1519 - cd /tmp/src-vlc-3.0.21
1520 1519 cd ${pkgname}-${pkgver}
1521 1520
1522 1521 sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h
@@ -1558,9 +1557,9 @@ build: |
1558 1557 done
1559 1558
1560 1559 # Obsolets libs
1561 - rm ${PKGDIR}/usr/lib/libvlc{,core}.la
1562 - rm ${PKGDIR}/usr/lib/vlc/libcompat.la
1563 - rm ${PKGDIR}/usr/lib/vlc/libvlc{_pulse,_vdpau,_xcb_events}.la
1560 + rm -f ${PKGDIR}/usr/lib/libvlc{,core}.la
1561 + rm -f ${PKGDIR}/usr/lib/vlc/libcompat.la
1562 + rm -f ${PKGDIR}/usr/lib/vlc/libvlc{_pulse,_vdpau,_xcb_events}.la
1564 1563
1565 1564 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
1566 1565 install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB
@@ -34,7 +34,6 @@ build: |
34 34 # Add install instructions
35 35 cp install.pri ${pkgname}NG-${pkgver}/src/
36 36 echo 'include(install.pri)' >> ${pkgname}NG-${pkgver}/src/${pkgname}NG.pro
37 - cd /tmp/src-vokoscreen-4.10.0
38 37 cd ${pkgname}NG-${pkgver}
39 38 mkdir -p ../build
40 39 cd ../build
@@ -50,7 +50,6 @@ sha256sums:
50 50
51 51 build: |
52 52 bsdtar -xf *.deb
53 - cd /tmp/src-vscodium-1.90.2.24171
54 53 tar -xf data.tar.xz -C ${PKGDIR}/
55 54
56 55 mkdir -p ${PKGDIR}/usr/bin
@@ -26,7 +26,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
26 26 -rw-r--r--\troot/root\tusr/share/licenses/vulkan-icd-loader-1.4.357/LICENSE.txt\n"
27 27 build: |
28 28 mv Vulkan-Loader-${pkgver} ${pkgname}-${pkgver}
29 - cd /tmp/src-vulkan-icd-loader-1.4.357
30 29 cd ${pkgname}-${pkgver}
31 30 mkdir build
32 31 cd build
@@ -93,7 +93,6 @@ build: |
93 93
94 94 sed -i '1i#define HAVE_WLR' include/factory.hpp
95 95 sed -i '2i#define USE_EXPERIMENTAL' include/factory.hpp
96 - cd /tmp/src-waybar-0.15.0
97 96 cd ${pkgname}-${pkgver}
98 97 mkdir build
99 98 cd build
@@ -1106,7 +1106,6 @@ build: |
1106 1106
1107 1107 sed '/U_SHOW_CPLUSPLUS_API/a#define U_SHOW_CPLUSPLUS_HEADER_API 0' \
1108 1108 -i Source/WTF/wtf/Platform.h
1109 - cd /tmp/src-webkit2gtk-4-2.52.4
1110 1109 cd webkitgtk-${pkgver}
1111 1110
1112 1111 mkdir -p build
@@ -1060,7 +1060,6 @@ build: |
1060 1060
1061 1061 sed '/U_SHOW_CPLUSPLUS_API/a#define U_SHOW_CPLUSPLUS_HEADER_API 0' \
1062 1062 -i Source/WTF/wtf/Platform.h
1063 - cd /tmp/src-webkit2gtk-6-2.52.4
1064 1063 cd webkitgtk-${pkgver}
1065 1064 mkdir -p build
1066 1065 cd build
@@ -20,7 +20,6 @@ build: |
20 20 cd ${pkgname}-${pkgver}
21 21 # Fix libwebp dependency
22 22 #patch -Np1 -i ../834657c8.patch
23 - cd /tmp/src-webp-pixbuf-loader-0.2.7
24 23 cd ${pkgname}-${pkgver}
25 24
26 25 mkdir build
@@ -130,7 +130,6 @@ footprint: |
130 130
131 131 build: |
132 132 bsdtar -xf *.deb
133 - cd /tmp/src-whatsapp-for-linux-1.0.1
134 133 tar -xvf data.tar.xz --exclude=usr/share/doc -C "${PKGDIR}/"
135 134
136 135 cd ${PKGDIR}/usr/share
@@ -34,7 +34,6 @@ build: |
34 34 sed -i -e "s:/opt/share/WindowMaker:/usr/share/WindowMaker:g;" "$file"
35 35 fi;
36 36 done;
37 - cd /tmp/src-windowmaker-0.96.0
38 37 cd WindowMaker-${pkgver}
39 38 export LINGUAS="da de es fi fr it pt ru tr"
40 39
@@ -269,7 +269,6 @@ hooks:
269 269 usr/bin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap\n"
270 270 build: |
271 271 getent group wireshark ||groupadd -g 62 wireshark
272 - cd /tmp/src-wireshark-4.7.2
273 272 cd ${pkgname}-${pkgver}
274 273
275 274 mkdir build
@@ -36,7 +36,6 @@ build: |
36 36 # done
37 37
38 38 autoreconf -fiv
39 - cd /tmp/src-x11vnc-0.9.17
40 39 cd ${pkgname}-${pkgver}
41 40
42 41 ./configure --prefix=/usr --mandir=/usr/share/man
@@ -46,7 +46,7 @@ build: |
46 46 make DESTDIR=${PKGDIR} install
47 47
48 48 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/libxcb-cursor.la
49 + rm -f ${PKGDIR}/usr/lib/libxcb-cursor.la
50 50
51 51 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
52 52
@@ -41,7 +41,7 @@ build: |
41 41 make DESTDIR=${PKGDIR} install
42 42
43 43 # Obsolets libs
44 - rm ${PKGDIR}/usr/lib/libxcb-image.la
44 + rm -f ${PKGDIR}/usr/lib/libxcb-image.la
45 45
46 46 package: |
47 47 true
@@ -37,7 +37,7 @@ build: |
37 37
38 38 # Obsolet lib
39 39
40 - rm ${PKGDIR}/usr/lib/libxcb-keysyms.la
40 + rm -f ${PKGDIR}/usr/lib/libxcb-keysyms.la
41 41
42 42 package: |
43 43 true
@@ -38,7 +38,7 @@ build: |
38 38 make DESTDIR=${PKGDIR} install
39 39
40 40 # Obsolet lib
41 - rm ${PKGDIR}/usr/lib/libxcb-render-util.la
41 + rm -f ${PKGDIR}/usr/lib/libxcb-render-util.la
42 42
43 43 package: |
44 44 true
@@ -44,8 +44,8 @@ build: |
44 44 make DESTDIR=${PKGDIR} install
45 45
46 46 # Obsolet lib
47 - rm ${PKGDIR}/usr/lib/libxcb-ewmh.la
48 - rm ${PKGDIR}/usr/lib/libxcb-icccm.la
47 + rm -f ${PKGDIR}/usr/lib/libxcb-ewmh.la
48 + rm -f ${PKGDIR}/usr/lib/libxcb-icccm.la
49 49
50 50 package: |
51 51 true
@@ -26,4 +26,4 @@ build: |
26 26 make
27 27 package: |
28 28 # Obsolets libs
29 - rm ${PKGDIR}/usr/lib/libxcb-xrm.la
29 + rm -f ${PKGDIR}/usr/lib/libxcb-xrm.la
@@ -43,7 +43,7 @@ build: |
43 43 make
44 44 make DESTDIR=${PKGDIR} install
45 45 # Obsolet lib
46 - rm ${PKGDIR}/usr/lib/libxcb-util.la
46 + rm -f ${PKGDIR}/usr/lib/libxcb-util.la
47 47
48 48 package: |
49 49 true
@@ -693,7 +693,6 @@ footprint_xed_zh: |
693 693 build: |
694 694 cd ${pkgname}-${pkgver}
695 695 patch -Np1 -i ../libxml-2.12.patch
696 - cd /tmp/src-xed-3.8.9
697 696 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xed-3.8.9 builddir
698 697 meson compile -C builddir
699 698
@@ -507,7 +507,6 @@ build: |
507 507 patch -Np1 -i ../default-xml.patch
508 508 sed -i "s/org.xfce.panel.applicationsmenu\"/nutyx\"/" \
509 509 plugins/applicationsmenu/applicationsmenu.c
510 - cd /tmp/src-xfce4-panel-4.20.8
511 510 cd ${pkgname}-${pkgver}
512 511
513 512 ./configure --prefix=/usr \
@@ -505,7 +505,6 @@ footprint_xfce4-settings_zh: |
505 505 build: |
506 506 cd ${pkgname}-${pkgver}
507 507 patch -Np1 -i ../default-xsettings-xml.patch
508 - cd /tmp/src-xfce4-settings-4.20.5
509 508 cd ${pkgname}-${pkgver}
510 509
511 510 ./configure --prefix=/usr \
@@ -354,7 +354,7 @@ build: |
354 354 make DESTDIR=${PKGDIR} install
355 355
356 356 # Obsolet libs
357 - rm ${PKGDIR}/usr/lib/lib${pkgname}-0.la
357 + rm -f ${PKGDIR}/usr/lib/lib${pkgname}-0.la
358 358
359 359 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
360 360
@@ -26,7 +26,6 @@ build: |
26 26 aclocal
27 27 automake --add-missing
28 28 autoreconf
29 - cd /tmp/src-xfe-1.45
30 29 cd xfe-1.45
31 30 ./configure --prefix=/usr
32 31 make
@@ -233,10 +233,10 @@ build: |
233 233 make DESTDIR=${PKGDIR} install
234 234
235 235 # Obsolet libs
236 - rm ${PKGDIR}/usr/lib/libxmlsec1-gnutls.la
237 - rm ${PKGDIR}/usr/lib/libxmlsec1-nss.la
238 - rm ${PKGDIR}/usr/lib/libxmlsec1.la
239 - rm ${PKGDIR}/usr/lib/libxmlsec1-openssl.la
236 + rm -f ${PKGDIR}/usr/lib/libxmlsec1-gnutls.la
237 + rm -f ${PKGDIR}/usr/lib/libxmlsec1-nss.la
238 + rm -f ${PKGDIR}/usr/lib/libxmlsec1.la
239 + rm -f ${PKGDIR}/usr/lib/libxmlsec1-openssl.la
240 240
241 241 install -Dm644 Copyright ${PKGDIR}/usr/share/licenses/${pkgname}/Copyright
242 242
@@ -206,7 +206,6 @@ footprint_xorg-fontconfig_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\nd
206 206 -rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo\n-rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo\n"
207 207 build: |
208 208 mv fontconfig-${pkgver} xorg-fontconfig-${pkgver}
209 - cd /tmp/src-xorg-fontconfig-2.18.3
210 209 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true fontconfig-2.18.3 builddir
211 210 meson compile -C builddir
212 211 package: |
@@ -20,7 +20,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
20 20 root/root\tusr/lib/libGLU.so.1.3.1\n"
21 21 build: |
22 22 mv glu-${pkgver} ${pkgname}-${pkgver}
23 - cd /tmp/src-xorg-glu-9.0.3
24 23 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true glu-9.0.3 builddir
25 24 meson compile -C builddir
26 25 package: |
@@ -34,7 +34,7 @@ build: |
34 34 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
35 35 make
36 36 package: |
37 - rm ${PKGDIR}/usr/lib/libdmx.la
37 + rm -f ${PKGDIR}/usr/lib/libdmx.la
38 38 update: |
39 39 local ext url name LINX
40 40 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -52,7 +52,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
52 52 root/root\tusr/share/libdrm/amdgpu.ids\n"
53 53 build: |
54 54 mv libdrm-${pkgver} ${pkgname}-${pkgver}
55 - cd /tmp/src-xorg-libdrm-2.4.134
56 55 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libdrm-2.4.134 builddir
57 56 meson compile -C builddir
58 57 package: |
@@ -38,7 +38,7 @@ build: |
38 38 make
39 39
40 40 package: |
41 - rm ${PKGDIR}/usr/lib/libfontenc.la
41 + rm -f ${PKGDIR}/usr/lib/libfontenc.la
42 42
43 43 update: |
44 44 local ext url name LINX
@@ -42,7 +42,7 @@ build: |
42 42 make
43 43
44 44 package: |
45 - rm ${PKGDIR}/usr/lib/libFS.la
45 + rm -f ${PKGDIR}/usr/lib/libFS.la
46 46
47 47 update: |
48 48 local ext url name LINX
@@ -48,7 +48,7 @@ build: |
48 48 make
49 49
50 50 package: |
51 - rm ${PKGDIR}/usr/lib/libICE.la
51 + rm -f ${PKGDIR}/usr/lib/libICE.la
52 52
53 53 update: |
54 54 local ext url name LINX
@@ -19,7 +19,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
19 19 usr/lib/libpciaccess.so.0.11.1\n"
20 20 build: |
21 21 mv libpciaccess-${pkgver} ${pkgname}-${pkgver}
22 - cd /tmp/src-xorg-libpciaccess-0.19
23 22 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libpciaccess-0.19 builddir
24 23 meson compile -C builddir
25 24 package: |
@@ -46,7 +46,7 @@ build: |
46 46 make
47 47
48 48 package: |
49 - rm ${PKGDIR}/usr/lib/libSM.la
49 + rm -f ${PKGDIR}/usr/lib/libSM.la
50 50
51 51 update: |
52 52 local ext url name LINX
@@ -642,7 +642,7 @@ build: |
642 642 --disable-thread-safety-constructor
643 643 make DESTDIR=${PKGDIR} install
644 644 package: |
645 - rm ${PKGDIR}/usr/lib/libX11{,-xcb}.la
645 + rm -f ${PKGDIR}/usr/lib/libX11{,-xcb}.la
646 646 update: |
647 647 local ext url name LINX
648 648 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -27,7 +27,7 @@ build: |
27 27 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
28 28 make
29 29 package: |
30 - rm ${PKGDIR}/usr/lib/libXau.la
30 + rm -f ${PKGDIR}/usr/lib/libXau.la
31 31 update: |
32 32 local ext url name LINX
33 33 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -174,7 +174,7 @@ build: |
174 174 make
175 175
176 176 package: |
177 - rm ${PKGDIR}/usr/lib/libXaw{6,7}.la
177 + rm -f ${PKGDIR}/usr/lib/libXaw{6,7}.la
178 178
179 179 update: |
180 180 local ext url name LINX
@@ -32,7 +32,7 @@ build: |
32 32 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
33 33 make
34 34 package: |
35 - rm ${PKGDIR}/usr/lib/libXcomposite.la
35 + rm -f ${PKGDIR}/usr/lib/libXcomposite.la
36 36 update: |
37 37 local ext url name LINX
38 38 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -56,7 +56,7 @@ build: |
56 56 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
57 57 make
58 58 package: |
59 - rm ${PKGDIR}/usr/lib/libXcursor.la
59 + rm -f ${PKGDIR}/usr/lib/libXcursor.la
60 60 update: |
61 61 local ext url name LINX
62 62 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -23,7 +23,7 @@ build: |
23 23 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
24 24 make
25 25 package: |
26 - rm ${PKGDIR}/usr/lib/libXdamage.la
26 + rm -f ${PKGDIR}/usr/lib/libXdamage.la
27 27 update: |
28 28 local ext url name LINX
29 29 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -23,7 +23,7 @@ build: |
23 23 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
24 24 make
25 25 package: |
26 - rm ${PKGDIR}/usr/lib/libXdmcp.la
26 + rm -f ${PKGDIR}/usr/lib/libXdmcp.la
27 27 update: |
28 28 local ext url name LINX
29 29 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -64,7 +64,7 @@ build: |
64 64 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
65 65 make
66 66 package: |
67 - rm ${PKGDIR}/usr/lib/libXext.la
67 + rm -f ${PKGDIR}/usr/lib/libXext.la
68 68 update: |
69 69 local ext url name LINX
70 70 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -25,7 +25,7 @@ build: |
25 25 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
26 26 make
27 27 package: |
28 - rm ${PKGDIR}/usr/lib/libXfixes.la
28 + rm -f ${PKGDIR}/usr/lib/libXfixes.la
29 29 update: |
30 30 local ext url name LINX
31 31 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -30,7 +30,7 @@ build: |
30 30 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
31 31 make
32 32 package: |
33 - rm ${PKGDIR}/usr/lib/libXfont.la
33 + rm -f ${PKGDIR}/usr/lib/libXfont.la
34 34 update: |
35 35 local ext url name LINX
36 36 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -38,7 +38,7 @@ build: |
38 38 make
39 39
40 40 package: |
41 - rm ${PKGDIR}/usr/lib/libXfont2.la
41 + rm -f ${PKGDIR}/usr/lib/libXfont2.la
42 42
43 43 update: |
44 44 local ext url name LINX
@@ -121,7 +121,7 @@ build: |
121 121 make
122 122
123 123 package: |
124 - rm ${PKGDIR}/usr/lib/libXft.la
124 + rm -f ${PKGDIR}/usr/lib/libXft.la
125 125
126 126 update: |
127 127 local ext url name LINX
@@ -125,7 +125,7 @@ build: |
125 125 make
126 126
127 127 package: |
128 - rm ${PKGDIR}/usr/lib/libXi.la
128 + rm -f ${PKGDIR}/usr/lib/libXi.la
129 129
130 130 update: |
131 131 local ext url name LINX
@@ -28,7 +28,7 @@ build: |
28 28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
29 29 make
30 30 package: |
31 - rm ${PKGDIR}/usr/lib/libXinerama.la
31 + rm -f ${PKGDIR}/usr/lib/libXinerama.la
32 32 update: |
33 33 local ext url name LINX
34 34 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -38,7 +38,6 @@ footprint: |
38 38
39 39 build: |
40 40 mv libxkbfile-${pkgver} ${pkgname}-${pkgver}
41 - cd /tmp/src-xorg-libxkbfile-1.2.0
42 41 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libxkbfile-1.2.0 builddir
43 42 meson compile -C builddir
44 43
@@ -84,7 +84,7 @@ build: |
84 84 make
85 85 make DESTDIR=${PKGDIR} install
86 86 # remove la lib
87 - rm ${PKGDIR}/usr/lib/libxklavier.la
87 + rm -f ${PKGDIR}/usr/lib/libxklavier.la
88 88
89 89 package: |
90 90 true
@@ -71,7 +71,7 @@ build: |
71 71 make
72 72
73 73 package: |
74 - rm ${PKGDIR}/usr/lib/libXmu{,u}.la
74 + rm -f ${PKGDIR}/usr/lib/libXmu{,u}.la
75 75
76 76 update: |
77 77 local ext url name LINX
@@ -41,7 +41,7 @@ build: |
41 41 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
42 42 make
43 43 package: |
44 - rm ${PKGDIR}/usr/lib/libXp.la
44 + rm -f ${PKGDIR}/usr/lib/libXp.la
45 45 update: |
46 46 local ext url name LINX
47 47 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -55,7 +55,7 @@ build: |
55 55
56 56 make DESTDIR=${PKGDIR} install
57 57 package: |
58 - rm ${PKGDIR}/usr/lib/libXpm.la
58 + rm -f ${PKGDIR}/usr/lib/libXpm.la
59 59 update: |
60 60 local ext url name LINX
61 61 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -58,6 +58,6 @@ build: |
58 58 make
59 59
60 60 package: |
61 - rm ${PKGDIR}/usr/lib/libXpresent.la
61 + rm -f ${PKGDIR}/usr/lib/libXpresent.la
62 62 cd libXpresent-${pkgver}
63 63 install -D -m 0644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
@@ -34,7 +34,7 @@ build: |
34 34 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
35 35 make
36 36 package: |
37 - rm ${PKGDIR}/usr/lib/libXrandr.la
37 + rm -f ${PKGDIR}/usr/lib/libXrandr.la
38 38 update: |
39 39 local ext url name LINX
40 40 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -25,7 +25,7 @@ build: |
25 25 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
26 26 make
27 27 package: |
28 - rm ${PKGDIR}/usr/lib/libXrender.la
28 + rm -f ${PKGDIR}/usr/lib/libXrender.la
29 29 update: |
30 30 local ext url name LINX
31 31 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -28,7 +28,7 @@ build: |
28 28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
29 29 make
30 30 package: |
31 - rm ${PKGDIR}/usr/lib/libXRes.la
31 + rm -f ${PKGDIR}/usr/lib/libXRes.la
32 32 update: |
33 33 local ext url name LINX
34 34 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -54,7 +54,7 @@ build: |
54 54 make
55 55
56 56 package: |
57 - rm ${PKGDIR}/usr/lib/libXss.la
57 + rm -f ${PKGDIR}/usr/lib/libXss.la
58 58
59 59 update: |
60 60 local ext url name LINX
@@ -35,7 +35,7 @@ build: |
35 35 make
36 36
37 37 package: |
38 - rm ${PKGDIR}/usr/lib/libxshmfence.la
38 + rm -f ${PKGDIR}/usr/lib/libxshmfence.la
39 39
40 40 update: |
41 41 local ext url name LINX
@@ -369,7 +369,7 @@ build: |
369 369 make DESTDIR=${PKGDIR} install
370 370
371 371 package: |
372 - rm ${PKGDIR}/usr/lib/libXt.la
372 + rm -f ${PKGDIR}/usr/lib/libXt.la
373 373
374 374 update: |
375 375 local ext url name LINX
@@ -61,7 +61,7 @@ build: |
61 61 make
62 62
63 63 package: |
64 - rm ${PKGDIR}/usr/lib/libXtst.la
64 + rm -f ${PKGDIR}/usr/lib/libXtst.la
65 65
66 66 update: |
67 67 local ext url name LINX
@@ -68,7 +68,7 @@ build: |
68 68 make
69 69
70 70 package: |
71 - rm ${PKGDIR}/usr/lib/libXv.la
71 + rm -f ${PKGDIR}/usr/lib/libXv.la
72 72
73 73 update: |
74 74 local ext url name LINX
@@ -28,7 +28,7 @@ build: |
28 28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
29 29 make
30 30 package: |
31 - rm ${PKGDIR}/usr/lib/libXvMC{,W}.la
31 + rm -f ${PKGDIR}/usr/lib/libXvMC{,W}.la
32 32 update: |
33 33 local ext url name LINX
34 34 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -64,7 +64,7 @@ build: |
64 64 make
65 65
66 66 package: |
67 - rm ${PKGDIR}/usr/lib/libXxf86dga.la
67 + rm -f ${PKGDIR}/usr/lib/libXxf86dga.la
68 68
69 69 update: |
70 70 local ext url name LINX
@@ -37,7 +37,7 @@ build: |
37 37 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
38 38 make
39 39 package: |
40 - rm ${PKGDIR}/usr/lib/libXxf86vm.la
40 + rm -f ${PKGDIR}/usr/lib/libXxf86vm.la
41 41 update: |
42 42 local ext url name LINX
43 43 LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
@@ -33,7 +33,6 @@ build: |
33 33 line4="#endif"
34 34 sed -i -e "s@#ifdef HAVE_CONFIG_H@$line1\n$line2\n$line3\n$line4\n\n&@" sys.c
35 35 unset line1 line2 line3 line4
36 - cd /tmp/src-xorg-luit-20250912
37 36 cd ${name/xorg-/}-20250912
38 37 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
39 38 make
@@ -37,7 +37,6 @@ footprint: |
37 37
38 38 build: |
39 39 mv pixman-${pkgver} ${pkgname}-${pkgver}
40 - cd /tmp/src-xorg-pixman-0.46.4
41 40 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true pixman-0.46.4 builddir
42 41 meson compile -C builddir
43 42
@@ -258,7 +258,6 @@ footprint_xorg-server_man: |
258 258 build: |
259 259 cd ${pkgname}-${pkgver}
260 260 patch -Np1 -i ../xorg-server-tearfree_backport-1.patch
261 - cd /tmp/src-xorg-server-21.1.24
262 261 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xorg-server-21.1.24 builddir --sysconfdir=/etc --localstatedir=/var -Dxkb_output_dir=/var/lib/xkb -Dglamor=true
263 262 meson compile -C builddir
264 263
@@ -43,7 +43,6 @@ build: |
43 43 patch -Np1 -i ../${pkgname}-color-1.patch
44 44 sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap
45 45 printf '\tkbs=\\177,\n' >> terminfo
46 - cd /tmp/src-xorg-term-410
47 46 cd xterm-${pkgver}
48 47 #patch -Np1 -i ../${pkgname}-${pkgver}-color-1.patch
49 48 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
@@ -47,7 +47,7 @@ build: |
47 47
48 48 package: |
49 49 # Obsolet lib
50 - rm ${PKGDIR}/usr/lib/xorg/modules/input/evdev_drv.la
50 + rm -f ${PKGDIR}/usr/lib/xorg/modules/input/evdev_drv.la
51 51
52 52 update: |
53 53 local ext url name LINX
@@ -49,7 +49,7 @@ build: |
49 49 make DESTDIR=${PKGDIR} install
50 50
51 51 # Obsolet lib
52 - rm ${PKGDIR}/usr/lib/xorg/modules/input/libinput_drv.la
52 + rm -f ${PKGDIR}/usr/lib/xorg/modules/input/libinput_drv.la
53 53
54 54 package: |
55 55 true
@@ -55,4 +55,4 @@ build: |
55 55
56 56 package: |
57 57 # Obsolet lib
58 - rm ${PKGDIR}/usr/lib/xorg/modules/input/synaptics_drv.la
58 + rm -f ${PKGDIR}/usr/lib/xorg/modules/input/synaptics_drv.la
@@ -52,7 +52,7 @@ build: |
52 52 make DESTDIR=${PKGDIR} install
53 53
54 54 # Obsolet lib
55 - rm ${PKGDIR}/usr/lib/xorg/modules/input/vmmouse_drv.la
55 + rm -f ${PKGDIR}/usr/lib/xorg/modules/input/vmmouse_drv.la
56 56
57 57 package: |
58 58 true
@@ -70,7 +70,7 @@ build: |
70 70 make DESTDIR=${PKGDIR} install
71 71
72 72 # Obsolets libs
73 - rm ${PKGDIR}/usr/lib/xorg/modules/input/wacom_drv.la
73 + rm -f ${PKGDIR}/usr/lib/xorg/modules/input/wacom_drv.la
74 74
75 75 package: |
76 76 true
@@ -36,7 +36,6 @@ footprint_xorg-xf86-video-amdgpu_man: |
36 36
37 37 build: |
38 38 mv xf86-video-amdgpu-${pkgver} ${pkgname}-${pkgver}
39 - cd /tmp/src-xorg-xf86-video-amdgpu-25.0.0
40 39 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true ${name/xorg-/}-25.0.0 builddir
41 40 meson compile -C builddir
42 41
@@ -39,15 +39,14 @@ footprint_xorg-xf86-video-ati_man: |
39 39 build: |
40 40 cd xf86-video-ati-${pkgver}
41 41 #patch -Np1 -i ../xorg-xf86-video-ati-upstream_fixes-1.patch
42 - cd /tmp/src-xorg-xf86-video-ati-22.0.0
43 42 cd ${name/xorg-/}-22.0.0
44 43 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
45 44 make
46 45
47 46 package: |
48 47 # Obsolets libs
49 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/ati_drv.la
50 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/radeon_drv.la
48 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/ati_drv.la
49 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/radeon_drv.la
51 50
52 51 update: |
53 52 local ext url name LINX
@@ -35,7 +35,7 @@ build: |
35 35
36 36 package: |
37 37 # Obsolet lib
38 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/fbdev_drv.la
38 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/fbdev_drv.la
39 39
40 40 update: |
41 41 local ext url name LINX
@@ -72,8 +72,8 @@ build: |
72 72 make DESTDIR=${PKGDIR} install
73 73
74 74 # Obsolets libs
75 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/intel_drv.la
76 - rm ${PKGDIR}/usr/lib/libIntelXvMC.la
75 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/intel_drv.la
76 + rm -f ${PKGDIR}/usr/lib/libIntelXvMC.la
77 77
78 78 package: |
79 79 true
@@ -32,14 +32,13 @@ footprint_xorg-xf86-video-nouveau_man: |
32 32 build: |
33 33 cd xf86-video-nouveau-${pkgver}
34 34 grep -rl slave | xargs sed -i s/slave/secondary/
35 - cd /tmp/src-xorg-xf86-video-nouveau-1.0.18
36 35 cd ${name/xorg-/}-1.0.18
37 36 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
38 37 make
39 38
40 39 package: |
41 40 # Obsolet lib
42 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/nouveau_drv.la
41 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/nouveau_drv.la
43 42
44 43 update: |
45 44 local ext url name LINX
@@ -46,8 +46,8 @@ build: |
46 46 install -v -D -m0755 scripts/Xspice "${PKGDIR}"/usr/bin/Xspice
47 47
48 48 # Obsolets libs
49 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/qxl_drv.la
50 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/spiceqxl_drv.la
49 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/qxl_drv.la
50 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/spiceqxl_drv.la
51 51
52 52 package: |
53 53 true
@@ -35,7 +35,7 @@ build: |
35 35
36 36 package: |
37 37 # Obsolet lib
38 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/vboxvideo_drv.la
38 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/vboxvideo_drv.la
39 39
40 40 update: |
41 41 local ext url name LINX
@@ -34,4 +34,4 @@ build: |
34 34 make
35 35
36 36 package: |
37 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/vesa_drv.la
37 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/vesa_drv.la
@@ -35,4 +35,4 @@ build: |
35 35 make
36 36
37 37 package: |
38 - rm ${PKGDIR}/usr/lib/xorg/modules/drivers/vmware_drv.la
38 + rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/vmware_drv.la
@@ -582,7 +582,6 @@ footprint_xorg-xkeyboard-config_zh: |
582 582 build: |
583 583 cd xkeyboard-config-${pkgver}
584 584 sed -i -E 's/(ln -s)/\1f/' rules/meson.build
585 - cd /tmp/src-xorg-xkeyboard-config-2.48
586 585 cd xkeyboard-config-${pkgver}
587 586 mkdir build
588 587 cd build
@@ -59,7 +59,6 @@ build: |
59 59 sed -i '/install_man/,$d' \
60 60 xwayland-${pkgver}/meson.build
61 61 mv xwayland-${pkgver} ${pkgname}-${pkgver}
62 - cd /tmp/src-xorg-xwayland-24.1.13
63 62 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xorg-xwayland-24.1.13 builddir -Dipv6=true -Dxvfb=false -Dxdmcp=false -Dxcsecurity=true -Ddri3=true -Dglamor=true -Dxkb_dir=/usr/share/X11/xkb -Dxkb_output_dir=/var/lib/xkb
64 63 meson compile -C builddir
65 64
@@ -71,7 +71,6 @@ footprint: |
71 71 build: |
72 72 cd ${pkgname}-${pkgver}
73 73 patch -Np1 -i ../system-stb.patch
74 - cd /tmp/src-zxing-cpp-3.0.2
75 74 cmake -B build -S ${pkgname}-${pkgver} \
76 75 -DCMAKE_INSTALL_PREFIX=/usr \
77 76 -D CMAKE_INSTALL_LIBDIR=lib \
@@ -55,7 +55,6 @@ build: |
55 55 cd ${pkgname}-${pkgver}
56 56 sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
57 57 sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
58 - cd /tmp/src-abcde-2.9.3
59 58 cd ${pkgname}-${pkgver}
60 59 make DESTDIR=${PKGDIR} \
61 60 prefix=/usr \
@@ -28,7 +28,6 @@ footprint_abduco_man: |
28 28 build: |
29 29 cd ${pkgname}-${pkgver}
30 30 cp "../config.h" .
31 - cd /tmp/src-abduco-0.6
32 31 cd ${pkgname}-${pkgver}
33 32 make all
34 33 make DESTDIR=${PKGDIR} PREFIX=/usr install
@@ -29,7 +29,6 @@ footprint: |
29 29
30 30 build: |
31 31 mv acpica-unix-${pkgver} acpica-${pkgver}
32 - cd /tmp/src-acpica-20260408
33 32 cd acpica-${pkgver}
34 33 NOWERROR=TRUE make
35 34 make DESTDIR=${PKGDIR} install
@@ -973,7 +973,7 @@ build: |
973 973 install -v -m644 doc/doxygen/html/search/* \
974 974 ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}/html/search
975 975
976 - rm ${PKGDIR}/usr/lib/libasound.la
976 + rm -f ${PKGDIR}/usr/lib/libasound.la
977 977
978 978 package: |
979 979 true
@@ -1834,7 +1834,6 @@ build: |
1834 1834 useradd -c "http Server" -d /srv/www \
1835 1835 -g $UN -s /usr/bin/false -u 25 $UN
1836 1836 fi
1837 - cd /tmp/src-apache-2.4.68
1838 1837 cd httpd-${pkgver}
1839 1838
1840 1839 unset MAKEFLAGS
@@ -86,10 +86,10 @@ build: |
86 86 make DESTDIR=${PKGDIR} install
87 87
88 88 # Obsolets libs
89 - rm ${PKGDIR}/usr/lib/apr-util-1/apr_crypto_openssl.la
90 - rm ${PKGDIR}/usr/lib/apr-util-1/apr_dbd_sqlite3.la
91 - rm ${PKGDIR}/usr/lib/apr-util-1/apr_dbm_gdbm.la
92 - rm ${PKGDIR}/usr/lib/libaprutil-1.la
89 + rm -f ${PKGDIR}/usr/lib/apr-util-1/apr_crypto_openssl.la
90 + rm -f ${PKGDIR}/usr/lib/apr-util-1/apr_dbd_sqlite3.la
91 + rm -f ${PKGDIR}/usr/lib/apr-util-1/apr_dbm_gdbm.la
92 + rm -f ${PKGDIR}/usr/lib/libaprutil-1.la
93 93
94 94 package: |
95 95 true
@@ -88,7 +88,7 @@ build: |
88 88 make DESTDIR=${PKGDIR} install
89 89
90 90 # Obsolet lib
91 - rm ${PKGDIR}/usr/lib/libapr-1.la
91 + rm -f ${PKGDIR}/usr/lib/libapr-1.la
92 92
93 93 package: |
94 94 true
@@ -231,7 +231,6 @@ footprint_aria2_zh: |
231 231 build: |
232 232 cd ${pkgname}-${pkgver}
233 233 patch -Np1 -i ../nettle-4.patch
234 - cd /tmp/src-aria2-1.37.0
235 234 cd ${pkgname}-${pkgver}
236 235 ./configure \
237 236 --prefix=/usr \
@@ -244,7 +244,6 @@ build: |
244 244 autoconf
245 245 # https://github.com/asciidoc-py/asciidoc-py/issues/201
246 246 sed -i -e '/pip install/s/\.$/--root $(DESTDIR) ./' Makefile.in
247 - cd /tmp/src-asciidoc-10.2.1
248 247 SITE=$(python -c 'import sysconfig; print(sysconfig.get_paths()["platlib"])')
249 248
250 249 cd ${pkgname}-py-${pkgver}
@@ -692,7 +692,6 @@ footprint: |
692 692 build: |
693 693 localedef -i en_US -f UTF-8 en_US.UTF-8
694 694 LC_ALL=en_US.UTF-8 LANG=en_US.utf-8
695 - cd /tmp/src-asio-1.38.2
696 695 cd ${pkgname}-${pkgver}
697 696
698 697 autoreconf -fiv
@@ -315,8 +315,8 @@ build: |
315 315 make DESTDIR=${PKGDIR} install
316 316 install -v -m 755 scripts/ispell ${PKGDIR}/usr/bin/
317 317 install -v -m 755 scripts/spell ${PKGDIR}/usr/bin/
318 - rm ${PKGDIR}/usr/lib/lib{a,p}spell.la
319 - rm ${PKGDIR}/usr/lib/aspell-0.60/{context,email,nroff,sgml,tex,texinfo}-filter.la
318 + rm -f ${PKGDIR}/usr/lib/lib{a,p}spell.la
319 + rm -f ${PKGDIR}/usr/lib/aspell-0.60/{context,email,nroff,sgml,tex,texinfo}-filter.la
320 320
321 321 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
322 322
@@ -67,7 +67,6 @@ footprint_atop_service: |
67 67
68 68 build: |
69 69 mkdir -p ${PKGDIR}/etc/default
70 - cd /tmp/src-atop-2.13.0
71 70 cd ${pkgname}-${pkgver}
72 71 make DESTDIR=${PKGDIR} install SBINPATH=/usr/bin \
73 72 SYSDPATH=/usr/lib/systemd/system
@@ -99,7 +99,6 @@ build: |
99 99 patch -Np1 -i ../07_Check-for-multiplication-overflow-in-sfconvert.patch
100 100 patch -Np1 -i ../09_Actually-fail-when-error-occurs-in-parseFormat.patch
101 101 patch -Np1 -i ../10_Check-for-division-by-zero-in-BlockCodec-runPull.patch
102 - cd /tmp/src-audiofile-0.3.6
103 102 cd ${pkgname}-${pkgver}
104 103
105 104 ./configure --prefix=/usr
@@ -17968,7 +17968,6 @@ build: |
17968 17968
17969 17969 sed -i '/#include.*phoenix.*tuple.hpp.*/d' \
17970 17970 ${pkgname}_1_87_0/boost/phoenix/stl.hpp
17971 - cd /tmp/src-boost-1.91.0
17972 17971 cd ${pkgname}_1_87_0
17973 17972 ./bootstrap.sh --prefix=${PKGDIR}/usr/local --with-toolset=gcc --with-python=python3
17974 17973
@@ -35,7 +35,6 @@ footprint: |
35 35
36 36 build: |
37 37 mv Cargo.lock ${pkgname}-${pkgver}/Cargo.lock
38 - cd /tmp/src-cargo-c-0.10.24
39 38 export CFLAGS+=' -ffat-lto-objects'
40 39 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" --manifest-path ${pkgname}-${pkgver}/Cargo.toml
41 40 cargo build --release --frozen --manifest-path ${pkgname}-${pkgver}/Cargo.toml
@@ -281,7 +281,6 @@ footprint: |
281 281
282 282 build: |
283 283 mv Catch2-${pkgver} ${pkgname}-${pkgver}
284 - cd /tmp/src-catch2-3.15.3
285 284 cd ${pkgname}-${pkgver}
286 285
287 286 cmake -B build \
@@ -44,7 +44,7 @@ build: |
44 44 make DESTDIR=${PKGDIR} install
45 45
46 46 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/celt/LICENSE
47 - rm ${PKGDIR}/usr/lib/libcelt0.la
47 + rm -f ${PKGDIR}/usr/lib/libcelt0.la
48 48
49 49 package: |
50 50 true
@@ -41,7 +41,7 @@ build: |
41 41 make
42 42 make DESTDIR=${PKGDIR} install
43 43
44 - rm ${PKGDIR}/usr/lib/libchm.la
44 + rm -f ${PKGDIR}/usr/lib/libchm.la
45 45
46 46 package: |
47 47 true
@@ -44,7 +44,6 @@ footprint_chrpath_man: |
44 44 build: |
45 45 cd ${pkgname}
46 46 sh bootstrap
47 - cd /tmp/src-chrpath-0.18
48 47 cd ${pkgname}
49 48 ./configure --prefix=/usr \
50 49 --mandir=/usr/share/man
@@ -38,7 +38,6 @@ build: |
38 38 cd ${pkgname}-${pkgver}
39 39 sed -e 's|cd \$(ROOTSBINDIR)|cd $(DESTDIR)$(ROOTSBINDIR)|g' -i Makefile.am
40 40 autoreconf -fiv
41 - cd /tmp/src-cifs-utils-7.5
42 41 cd ${pkgname}-${pkgver}
43 42 autoreconf -fiv
44 43 ./configure --prefix=/usr \
@@ -62,7 +62,6 @@ footprint_confuse_sv: |
62 62 build: |
63 63 cd ${pkgname}-${pkgver}
64 64 autoreconf -vfi
65 - cd /tmp/src-confuse-3.4
66 65 cd ${pkgname}-${pkgver}
67 66 ./configure --prefix=/usr --enable-shared
68 67
@@ -72,7 +71,7 @@ build: |
72 71
73 72 # Obsolet lib
74 73
75 - rm ${PKGDIR}/usr/lib/libconfuse.la
74 + rm -f ${PKGDIR}/usr/lib/libconfuse.la
76 75
77 76 package: |
78 77 true
@@ -121,7 +121,7 @@ build: |
121 121 ./configure --prefix=/usr --disable-static
122 122 make
123 123 make DESTDIR=${PKGDIR} install
124 - rm ${PKGDIR}/usr/lib/libcppunit.la
124 + rm -f ${PKGDIR}/usr/lib/libcppunit.la
125 125
126 126 package: |
127 127 true
@@ -290,7 +290,7 @@ build: |
290 290 echo $(hostname) >> ${PKGDIR}/usr/share/dict/cracklib-extra-words
291 291 install -v -m755 -d ${PKGDIR}/lib/cracklib
292 292
293 - rm ${PKGDIR}/usr/lib/libcrack.la
293 + rm -f ${PKGDIR}/usr/lib/libcrack.la
294 294
295 295 package: |
296 296 true
@@ -206,7 +206,7 @@ build: |
206 206 make DESTDIR=${PKGDIR} install
207 207
208 208 # Obsolet lib
209 - rm ${PKGDIR}/usr/lib/libcryptsetup.la
209 + rm -f ${PKGDIR}/usr/lib/libcryptsetup.la
210 210
211 211 package: |
212 212 true
@@ -76,9 +76,9 @@ build: "cd ${pkgname}-${pkgname}-${pkgver}\npatch -Np1 -i ../cyrus-sasl-2.1.28-g
76 76 cd ${pkgname}-${pkgname}-${pkgver}\n./configure --prefix=/usr \\\n --sbindir=/usr/bin \\\n\t--sysconfdir=/etc\
77 77 \ \\\n\t--mandir=/usr/share/man \\\n\t--enable-auth-sasldb \\\n\t--with-dbpath=/var/lib/sasl/sasldb2 \\\n\t--with-saslauthd=/var/run/saslauthd\n\
78 78 \nmake\nmake DESTDIR=${PKGDIR} install\ninstall -v -m700 -d ${PKGDIR}/var/lib/sasl ${PKGDIR}/var/run/saslauthd\n\n# Obsolets\
79 - \ libs\nrm ${PKGDIR}/usr/lib/libsasl2.la\nrm ${PKGDIR}/usr/lib/sasl2/libanonymous.la\nrm ${PKGDIR}/usr/lib/sasl2/libcrammd5.la\n\
80 - rm ${PKGDIR}/usr/lib/sasl2/libdigestmd5.la\nrm ${PKGDIR}/usr/lib/sasl2/libotp.la\nrm ${PKGDIR}/usr/lib/sasl2/libplain.la\n\
81 - rm ${PKGDIR}/usr/lib/sasl2/libsasldb.la\nrm ${PKGDIR}/usr/lib/sasl2/libscram.la\n\n# Service\ncd ./nutyx-scripts-20260315\n\
79 + \ libs\nrm -f ${PKGDIR}/usr/lib/libsasl2.la\nrm -f ${PKGDIR}/usr/lib/sasl2/libanonymous.la\nrm -f ${PKGDIR}/usr/lib/sasl2/libcrammd5.la\n\
80 + rm -f ${PKGDIR}/usr/lib/sasl2/libdigestmd5.la\nrm -f ${PKGDIR}/usr/lib/sasl2/libotp.la\nrm -f ${PKGDIR}/usr/lib/sasl2/libplain.la\n\
81 + rm -f ${PKGDIR}/usr/lib/sasl2/libsasldb.la\nrm -f ${PKGDIR}/usr/lib/sasl2/libscram.la\n\n# Service\ncd ./nutyx-scripts-20260315\n\
82 82 make DESTDIR=${PKGDIR} install-sysd-saslauthd\n"
83 83 package: |
84 84 true
@@ -5701,7 +5701,7 @@ build: |
5701 5701
5702 5702 chown -R 0:0 ${PKGDIR}
5703 5703 chmod -R +w ${PKGDIR}
5704 - rm ${PKGDIR}/usr/lib/{libdb-6.2.la,libdb_cxx-6.2.la}
5704 + rm -f ${PKGDIR}/usr/lib/{libdb-6.2.la,libdb_cxx-6.2.la}
5705 5705
5706 5706 package: |
5707 5707 true
@@ -41,7 +41,6 @@ build: |
41 41 groupadd -g 52 ${pkgname}
42 42 useradd -c 'dhcpcd PrivSep' -d /var/lib/${pkgname} \
43 43 -g ${pkgname} -s /usr/bin/false -u 52 ${pkgname}
44 - cd /tmp/src-dhcpcd-10.5.0
45 44 install -v m700 -d ${PKGDIR}/var/lib/${pkgname}
46 45 cd ${pkgname}-${pkgver}
47 46
@@ -102,7 +102,7 @@ build: |
102 102 ./configure --prefix=/usr
103 103 make DESTDIR=${PKGDIR} install
104 104
105 - rm ${PKGDIR}/usr/lib/libdotconf.la
105 + rm -f ${PKGDIR}/usr/lib/libdotconf.la
106 106
107 107 package: |
108 108 true
@@ -622,7 +622,6 @@ footprint_dracut_service: |
622 622 build: |
623 623 sed -i "s@/lib/modules@/usr/lib/modules@g" \
624 624 ${pkgname}-${pkgver}/${pkgname}.sh
625 - cd /tmp/src-dracut-111
626 625 cd dracut-111
627 626 ./configure --prefix=/usr
628 627 make
@@ -41,7 +41,6 @@ build: |
41 41 cd ${pkgname}-${pkgver}
42 42 autoupdate
43 43 autoheader
44 - cd /tmp/src-dropbear-2026.94
45 44 cd ${pkgname}-${pkgver}
46 45 ./configure --prefix=/usr \
47 46 --sbindir=/usr/bin
@@ -29,6 +29,6 @@ footprint_enca_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/roo
29 29 usr/share/man/man1/enca.1.gz\nlrwxrwxrwx\troot/root\tusr/share/man/man1/enconv.1.gz -> enca.1.gz\n"
30 30 build: "cd ${pkgname}-${pkgver}\n./configure --prefix=/usr \\\n --libexecdir=/usr/lib \\\n --mandir=/usr/share/man\
31 31 \ \\\n --with-librecode=/usr \\\n --enable-external \nmake\nmake DESTDIR=${PKGDIR} install\n\
32 - \nrm ${PKGDIR}/usr/lib/libenca.la\n"
32 + \nrm -f ${PKGDIR}/usr/lib/libenca.la\n"
33 33 package: |
34 34 true
@@ -50,7 +50,7 @@ build: |
50 50 --disable-static
51 51 make
52 52 make DESTDIR=${PKGDIR} install
53 - rm ${PKGDIR}/usr/lib/libexempi.la
53 + rm -f ${PKGDIR}/usr/lib/libexempi.la
54 54
55 55 package: |
56 56 true
@@ -85,7 +85,7 @@ build: |
85 85
86 86 install -dm755 ${PKGDIR}/etc/ld.so.conf.d/
87 87 echo '/usr/lib/libfakeroot' > "${PKGDIR}/etc/ld.so.conf.d/fakeroot.conf"
88 - rm ${PKGDIR}/usr/lib/libfakeroot/libfakeroot.la
88 + rm -f ${PKGDIR}/usr/lib/libfakeroot/libfakeroot.la
89 89
90 90 package: |
91 91 true
@@ -174,7 +174,6 @@ build: |
174 174 unset MAKEFLAGS
175 175 cd ${pkgname}-${pkgver}
176 176 find doc -type f -exec sed -i 's:/usr/local::g' {} \;
177 - cd /tmp/src-fcron-3.4.0
178 177 unset MAKEFLAGS
179 178
180 179 cd ${pkgname}-${pkgver}
@@ -41,7 +41,7 @@ build: |
41 41
42 42 make DESTDIR=${PKGDIR} install
43 43
44 - rm ${PKGDIR}/usr/lib/libfdk-aac.la
44 + rm -f ${PKGDIR}/usr/lib/libfdk-aac.la
45 45
46 46 package: |
47 47 true
@@ -35,7 +35,6 @@ build: |
35 35 git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git ${pkgname}-${pkgver}
36 36 cd ${pkgname}-${pkgver}
37 37 git checkout e844e5b26f46bb77479f063029595293aa8f812d
38 - cd /tmp/src-ffnvcodec-headers-13.0.19.0
39 38 cd ${pkgname}-${pkgver}
40 39
41 40 sed -i -e 's|/include|/include/ffnvcodec|g' ffnvcodec.pc.in
@@ -93,7 +93,6 @@ footprint_fftw_man: |
93 93 build: |
94 94 cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
95 95 cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
96 - cd /tmp/src-fftw-3.3.11
97 96 CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math"
98 97 CONFIGURE="./configure F77=gfortran --prefix=/usr \
99 98 --enable-shared --enable-threads \
@@ -113,15 +112,15 @@ build: |
113 112 make DESTDIR=${PKGDIR} install
114 113
115 114 # Obsolets libs
116 - rm ${PKGDIR}/usr/lib/libfftw3.la
117 - rm ${PKGDIR}/usr/lib/libfftw3_omp.la
118 - rm ${PKGDIR}/usr/lib/libfftw3_threads.la
119 - rm ${PKGDIR}/usr/lib/libfftw3f.la
120 - rm ${PKGDIR}/usr/lib/libfftw3f_omp.la
121 - rm ${PKGDIR}/usr/lib/libfftw3f_threads.la
122 - rm ${PKGDIR}/usr/lib/libfftw3l.la
123 - rm ${PKGDIR}/usr/lib/libfftw3l_omp.la
124 - rm ${PKGDIR}/usr/lib/libfftw3l_threads.la
115 + rm -f ${PKGDIR}/usr/lib/libfftw3.la
116 + rm -f ${PKGDIR}/usr/lib/libfftw3_omp.la
117 + rm -f ${PKGDIR}/usr/lib/libfftw3_threads.la
118 + rm -f ${PKGDIR}/usr/lib/libfftw3f.la
119 + rm -f ${PKGDIR}/usr/lib/libfftw3f_omp.la
120 + rm -f ${PKGDIR}/usr/lib/libfftw3f_threads.la
121 + rm -f ${PKGDIR}/usr/lib/libfftw3l.la
122 + rm -f ${PKGDIR}/usr/lib/libfftw3l_omp.la
123 + rm -f ${PKGDIR}/usr/lib/libfftw3l_threads.la
125 124
126 125 package: |
127 126 true
@@ -77,7 +77,7 @@ build: |
77 77 make
78 78
79 79 make DESTDIR=${PKGDIR} install
80 - rm ${PKGDIR}/usr/lib/libFLAC{,++}.la
80 + rm -f ${PKGDIR}/usr/lib/libFLAC{,++}.la
81 81
82 82 package: |
83 83 true
@@ -25,7 +25,6 @@ footprint: |
25 25 build: |
26 26 cd ${pkgname}-${pkgver}
27 27 patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
28 - cd /tmp/src-ftjam-2.5.3rc2
29 28 cd ftjam-2.5.3rc2
30 29 ./configure --prefix=/usr
31 30 make
@@ -269,7 +269,6 @@ footprint_fuse_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/roo
269 269 usr/share/man/man1/fusermount3.1.gz\ndrwxr-xr-x\troot/root\tusr/share/man/man8/\n-rw-r--r--\troot/root\tusr/share/man/man8/mount.fuse3.8.gz\n"
270 270 build: |
271 271 sed -i '/^udev/,$ s/^/#/' ${pkgname}-${pkgver}/util/meson.build
272 - cd /tmp/src-fuse-3.18.2
273 272 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true fuse-3.18.2 builddir --sbindir=/usr/bin --localstatedir=/var --libdir=/usr/lib
274 273 meson compile -C builddir
275 274 package: |
@@ -107,7 +107,7 @@ build: "cd fuse-${pkgver}\npatch -Np1 -i ../fuse-2.9.9-closefrom-glibc-2-34.patc
107 107 \nmv -v ${PKGDIR}/usr/lib/libfuse.so.* ${PKGDIR}/lib\nln -sfv ../../lib/libfuse.so.${pkgver} ${PKGDIR}/usr/lib/libfuse.so\
108 108 \ \n\nrm -rf ${PKGDIR}/tmp\nrm ${PKGDIR}/dev/fuse\ninstall -v -m755 -d ${PKGDIR}/usr/share/doc/fuse-${pkgver}\ninstall -v\
109 109 \ -m644 doc/kernel.txt \\\n\t${PKGDIR}/usr/share/doc/fuse-${pkgver}\ncp -Rv doc/html \\\n\t${PKGDIR}/usr/share/doc/fuse-${pkgver}\n\
110 - \n# Obsolets libs\nrm ${PKGDIR}/usr/lib/lib{fuse,ulockmgr}.la\n# Obsolet init\nrm -r ${PKGDIR}/etc/init.d\nmkdir -p ${PKGDIR}/etc/modules-load.d\n\
110 + \n# Obsolets libs\nrm -f ${PKGDIR}/usr/lib/lib{fuse,ulockmgr}.la\n# Obsolet init\nrm -r ${PKGDIR}/etc/init.d\nmkdir -p ${PKGDIR}/etc/modules-load.d\n\
111 111 cat > ${PKGDIR}/etc/modules-load.d/fuse2.conf << \"EOF\"\nfuse\nEOF\n"
112 112 package: |
113 113 true
@@ -110,7 +110,6 @@ footprint_gc_man: |
110 110 build: |
111 111 cd ${pkgname}-*
112 112 ./autogen.sh
113 - cd /tmp/src-gc-8.2.12
114 113 cd gc-*
115 114 sed -i 's#pkgdata#doc#' doc/doc.am && autoreconf &&
116 115 ./configure --prefix=/usr \
@@ -122,7 +121,7 @@ build: |
122 121 make
123 122 make DESTDIR=${PKGDIR} install
124 123 # rm obsolets libs
125 - rm ${PKGDIR}/usr/lib/lib{gc{,cpp},cord}.la
124 + rm -f ${PKGDIR}/usr/lib/lib{gc{,cpp},cord}.la
126 125
127 126 package: |
128 127 true
@@ -172,13 +172,13 @@ build: |
172 172 rm ${PKGDIR}/usr/include/sframe-api.h
173 173 rm ${PKGDIR}/usr/include/sframe.h
174 174 rm ${PKGDIR}/usr/lib/libbfd.a
175 - rm ${PKGDIR}/usr/lib/libbfd.la
175 + rm -f ${PKGDIR}/usr/lib/libbfd.la
176 176 rm ${PKGDIR}/usr/lib/libopcodes.a
177 - rm ${PKGDIR}/usr/lib/libopcodes.la
177 + rm -f ${PKGDIR}/usr/lib/libopcodes.la
178 178 rm ${PKGDIR}/usr/lib/libctf-nobfd.a
179 - rm ${PKGDIR}/usr/lib/libctf-nobfd.la
179 + rm -f ${PKGDIR}/usr/lib/libctf-nobfd.la
180 180 rm ${PKGDIR}/usr/lib/libctf.a
181 - rm ${PKGDIR}/usr/lib/libctf.la
181 + rm -f ${PKGDIR}/usr/lib/libctf.la
182 182 rm ${PKGDIR}/usr/lib/libsframe.a
183 183
184 184 # Most of the locale are allready present from binutils, beter get rid of all of them
@@ -53,7 +53,7 @@ build: |
53 53 make DESTDIR=${PKGDIR} install
54 54
55 55 # Obsolet lib
56 - rm ${PKGDIR}/usr/lib/libGeoIP.la
56 + rm -f ${PKGDIR}/usr/lib/libGeoIP.la
57 57
58 58 package: |
59 59 true
@@ -166,7 +166,6 @@ footprint_gi-docgen_man: |
166 166 build: |
167 167 sed '/if err:/s/err/proc.returncode/' \
168 168 -i ${pkgname}-${pkgver}/gidocgen/utils.py
169 - cd /tmp/src-gi-docgen-2026.1
170 169 cd ${pkgname}-${pkgver}
171 170 python setup.py build
172 171 python setup.py install \
@@ -185,7 +185,7 @@ build: |
185 185 make DESTDIR=${PKGDIR} install
186 186
187 187 # Obsolet lib
188 - rm ${PKGDIR}/usr/lib/libgmime-2.6.la
188 + rm -f ${PKGDIR}/usr/lib/libgmime-2.6.la
189 189
190 190 package: |
191 191 true
@@ -1419,7 +1419,7 @@ build: |
1419 1419
1420 1420 # Obsolet lib
1421 1421
1422 - rm ${PKGDIR}/usr/lib/libgnutls{,xx}.la
1422 + rm -f ${PKGDIR}/usr/lib/libgnutls{,xx}.la
1423 1423
1424 1424 package: |
1425 1425 true
@@ -229,7 +229,6 @@ footprint_gobject-introspection_man: |
229 229
230 230 build: |
231 231 pip3 install setuptools
232 - cd /tmp/src-gobject-introspection-1.86.0
233 232 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gobject-introspection-1.86.0 builddir
234 233 meson compile -C builddir
235 234
@@ -60,7 +60,7 @@ build: |
60 60 --disable-gpg-test
61 61 make
62 62 make DESTDIR=${PKGDIR} install
63 - #rm ${PKGDIR}/usr/lib/libgpgme{,pp}.la
63 + #rm -f ${PKGDIR}/usr/lib/libgpgme{,pp}.la
64 64
65 65 package: |
66 66 true
@@ -319,7 +319,7 @@ build: |
319 319 --disable-static
320 320 make
321 321 make DESTDIR=${PKGDIR} install
322 - rm ${PKGDIR}/usr/lib/libgsl{,cblas}.la
322 + rm -f ${PKGDIR}/usr/lib/libgsl{,cblas}.la
323 323
324 324 package: |
325 325 true
@@ -139,7 +139,6 @@ build: |
139 139
140 140 # fixup version as they are never correct
141 141 sed -E "s|(GOOGLETEST_VERSION) [0-9\\.]+|\\1 ${pkgver}|" -i CMakeLists.txt
142 - cd /tmp/src-gtest-1.17.0
143 142 mkdir build && cd build
144 143
145 144 cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -835,7 +835,6 @@ footprint_hunspell_zh: |
835 835
836 836 build: |
837 837 git clone https://github.com/titoBouzout/Dictionaries
838 - cd /tmp/src-hunspell-1.7.3
839 838 cd ${pkgname}-${pkgver}
840 839 ./configure --prefix=/usr \
841 840 --disable-static \
@@ -850,7 +849,7 @@ build: |
850 849 popd
851 850
852 851 # Obsolet lib
853 - rm ${PKGDIR}/usr/lib/libhunspell-1.?.la
852 + rm -f ${PKGDIR}/usr/lib/libhunspell-1.?.la
854 853
855 854 # English dictionaries
856 855 cd ${PKGDIR}
@@ -37,7 +37,7 @@ build: |
37 37 make
38 38 make DESTDIR=${PKGDIR} install
39 39
40 - rm ${PKGDIR}/usr/lib/libhyphen.la
40 + rm -f ${PKGDIR}/usr/lib/libhyphen.la
41 41
42 42 package: |
43 43 true
@@ -336,7 +336,6 @@ build: |
336 336 mv ${pkgname} ${pkgname}-${pkgver}
337 337 bsdtar xf icu4c-77_1-src.tgz
338 338 mv ${pkgname} ${pkgname}-77.1
339 - cd /tmp/src-icu-78.3
340 339 cd ${pkgname}-${pkgver}/source
341 340
342 341 ./configure --prefix=/usr \
@@ -60,7 +60,7 @@ build: |
60 60 make DESTDIR=${PKGDIR} install
61 61
62 62 # Obsolet lib
63 - rm ${PKGDIR}/usr/lib/libid3.la
63 + rm -f ${PKGDIR}/usr/lib/libid3.la
64 64
65 65 package: |
66 66 true
@@ -46,7 +46,7 @@ build: |
46 46 make DESTDIR=${PKGDIR} install
47 47
48 48 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/libijs.la
49 + rm -f ${PKGDIR}/usr/lib/libijs.la
50 50
51 51 package: |
52 52 true
@@ -50,7 +50,6 @@ footprint_inotify-tools_man: |
50 50 build: |
51 51 cd ${pkgname}-${pkgver}
52 52 ./autogen.sh
53 - cd /tmp/src-inotify-tools-4.25.9.0
54 53 cd inotify-tools-4.25.9.0
55 54 ./configure --prefix=/usr
56 55 make
@@ -124,7 +124,6 @@ footprint: |
124 124
125 125 build: |
126 126 mv gmmlib-intel-gmmlib-${pkgver} ${pkgname}-${pkgver}
127 - cd /tmp/src-intel-gmmlib-22.10.0
128 127 cd ${pkgname}-${pkgver}
129 128
130 129 mkdir build
@@ -150,8 +150,8 @@ build: |
150 150
151 151
152 152 # Obsolet libs
153 - rm ${PKGDIR}/usr/lib/libip{{6,4}tc,q}.la
154 - rm ${PKGDIR}/usr/lib/libxtables.la
153 + rm -f ${PKGDIR}/usr/lib/libip{{6,4}tc,q}.la
154 + rm -f ${PKGDIR}/usr/lib/libxtables.la
155 155 package: |
156 156 for f in {arp,eb,ip,ip6}tables{,-restore,-save} iptables-xml; do
157 157 ln -sf xtables-nft-multi ${PKGDIR}/usr/bin/$f
@@ -40,4 +40,4 @@ package: |
40 40 install -Dm644 ${pkgname}-${pkgver}/LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
41 41
42 42 # Obsolet lib
43 - rm ${PKGDIR}/usr/lib/libjansson.la
43 + rm -f ${PKGDIR}/usr/lib/libjansson.la
@@ -75,7 +75,6 @@ build: |
75 75 cd ${pkgname}-version-${pkgver}
76 76 #patch -p1 < ../jasper-1.900.1-fix-filename-buffer-overflow.patch
77 77 sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
78 - cd /tmp/src-jasper-4.2.9
79 78 mkdir BUILD
80 79 cd BUILD
81 80
@@ -50,7 +50,6 @@ footprint_jbig2dec_man: |
50 50 build: |
51 51 cd ${pkgname}-${pkgver}
52 52 autoreconf -vfi
53 - cd /tmp/src-jbig2dec-0.20
54 53 cd ${pkgname}-${pkgver}
55 54 ./configure --prefix=/usr
56 55 make
@@ -227,7 +227,6 @@ build: |
227 227 patch -Np1 -i ../python-3.14.patch
228 228 patch -Np1 -i ../js-config.patch
229 229 # patch -Np1 -i ../rustc-195.patch
230 - cd /tmp/src-js140-140.14.0
231 230 cd firefox-${pkgver}
232 231
233 232 mkdir obj
@@ -1452,7 +1452,6 @@ build: |
1452 1452 patch -Np1 -i ../mitkrb-1.22.2-openssl_4_fixes-1.patch
1453 1453 cd src
1454 1454 sed -i -e '/eq 0/{N;s/12 //}' plugins/kdb/db2/libdb2/test/run.test
1455 - cd /tmp/src-kerberos-1.22.2
1456 1455 cd krb5-${pkgver}/src
1457 1456
1458 1457 ./configure --prefix=/usr \
@@ -102498,7 +102498,6 @@ build: |
102498 102498 cp ../config .config
102499 102499 make olddefconfig
102500 102500 diff -u ../config .config || true
102501 - cd /tmp/src-kernel-612-6.12.103
102502 102501 cd linux-6.12
102503 102502 KERNELRELEASE=$(make -s kernelrelease)
102504 102503 IMAGENAME=$(make -s image_name)
@@ -54055,7 +54055,6 @@ build: |
54055 54055 cp ../config .config
54056 54056 make olddefconfig
54057 54057 diff -u ../config .config || true
54058 - cd /tmp/src-kernel-618-6.18.44
54059 54058 cd linux-6.18
54060 54059 KERNELRELEASE=$(make -s kernelrelease)
54061 54060 IMAGENAME=$(make -s image_name)
@@ -48595,7 +48595,6 @@ build: |
48595 48595 cp ../config .config
48596 48596 make olddefconfig
48597 48597 diff -u ../config .config || true
48598 - cd /tmp/src-kernel-66-6.6.151
48599 48598 cd linux-6.6
48600 48599 KERNELRELEASE=$(make -s kernelrelease)
48601 48600 IMAGENAME=$(make -s image_name)
@@ -56460,7 +56460,6 @@ build: |
56460 56460 cp ../config .config
56461 56461 make olddefconfig
56462 56462 diff -u ../config .config || true
56463 - cd /tmp/src-kernel-mainline-7.2-rc1
56464 56463 cd linux-7.2-rc1
56465 56464 KERNELRELEASE=$(make -s kernelrelease)
56466 56465 IMAGENAME=$(make -s image_name)
@@ -55734,7 +55734,6 @@ build: |
55734 55734 cp ../config .config
55735 55735 make olddefconfig
55736 55736 diff -u ../config .config || true
55737 - cd /tmp/src-kernel-7.1.8
55738 55737 cd linux-7.1
55739 55738 KERNELRELEASE=$(make -s kernelrelease)
55740 55739 IMAGENAME=$(make -s image_name)
@@ -62,7 +62,7 @@ build: |
62 62
63 63 # Obsolet lib
64 64
65 - rm ${PKGDIR}/usr/lib/libmp3lame.la
65 + rm -f ${PKGDIR}/usr/lib/libmp3lame.la
66 66
67 67 package: |
68 68 true
@@ -54,7 +54,7 @@ build: |
54 54 make
55 55 make DESTDIR=${PKGDIR} install
56 56
57 - rm ${PKGDIR}/usr/lib/liblcms2.la
57 + rm -f ${PKGDIR}/usr/lib/liblcms2.la
58 58
59 59 package: |
60 60 true
@@ -206,7 +206,6 @@ footprint_lensfun_man: |
206 206 build: |
207 207 cd ${pkgname}-${pkgver}
208 208 patch -p1 < ../python.patch
209 - cd /tmp/src-lensfun-0.3.4
210 209 cd ${pkgname}-${pkgver}
211 210 mkdir build
212 211 cd build
@@ -90,7 +90,6 @@ footprint: |
90 90 build: |
91 91 cd ${pkgname}-${pkgver}
92 92 ./autogen.sh
93 - cd /tmp/src-leptonica-1.87.0
94 93 cd leptonica-1.87.0
95 94 ./configure --prefix=/usr
96 95 make
@@ -61,7 +61,7 @@ build: |
61 61 ${PKGDIR}/usr/share/doc/liba52-${pkgver}/liba52.txt
62 62
63 63 # Obsolet lib
64 - rm ${PKGDIR}/usr/lib/liba52.la
64 + rm -f ${PKGDIR}/usr/lib/liba52.la
65 65
66 66 package: |
67 67 true
@@ -35,4 +35,4 @@ package: |
35 35 install -Dm644 README.md "${PKGDIR}/usr/share/doc/${pkgname}"/README.md
36 36
37 37 # Obsolet lib
38 - rm ${PKGDIR}/usr/lib/libaacs.la
38 + rm -f ${PKGDIR}/usr/lib/libaacs.la
@@ -46,7 +46,7 @@ build: |
46 46 make DESTDIR=${PKGDIR} install
47 47
48 48 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/libantlr3c.la
49 + rm -f ${PKGDIR}/usr/lib/libantlr3c.la
50 50
51 51 package: |
52 52 true
@@ -108,9 +108,9 @@ build: |
108 108 EOF
109 109
110 110 # Obsolet libs
111 - rm ${PKGDIR}/usr/lib/ao/plugins-4/libalsa.la
112 - rm ${PKGDIR}/usr/lib/ao/plugins-4/liboss.la
113 - rm ${PKGDIR}/usr/lib/libao.la
111 + rm -f ${PKGDIR}/usr/lib/ao/plugins-4/libalsa.la
112 + rm -f ${PKGDIR}/usr/lib/ao/plugins-4/liboss.la
113 + rm -f ${PKGDIR}/usr/lib/libao.la
114 114
115 115 package: |
116 116 true
@@ -44,7 +44,7 @@ build: |
44 44 make DESTDIR=${PKGDIR} install
45 45
46 46 # Obsolet lib
47 - rm ${PKGDIR}/usr/lib/libassuan.la
47 + rm -f ${PKGDIR}/usr/lib/libassuan.la
48 48
49 49 package: |
50 50 true
@@ -51,7 +51,7 @@ build: |
51 51
52 52 # Obsolet libs
53 53
54 - rm ${PKGDIR}/usr/lib/libatasmart.la
54 + rm -f ${PKGDIR}/usr/lib/libatasmart.la
55 55
56 56 package: |
57 57 true
@@ -129,8 +129,8 @@ build: |
129 129 rm -vrf ${PKGDIR}/usr/share/libatomic_ops
130 130
131 131 # Obsolet lib
132 - rm ${PKGDIR}/usr/lib/libatomic_ops.la
133 - rm ${PKGDIR}/usr/lib/libatomic_ops_gpl.la
132 + rm -f ${PKGDIR}/usr/lib/libatomic_ops.la
133 + rm -f ${PKGDIR}/usr/lib/libatomic_ops_gpl.la
134 134
135 135 package: |
136 136 true
@@ -55,7 +55,7 @@ build: |
55 55 make DESTDIR=${PKGDIR} install
56 56
57 57 # Obsolet libs
58 - rm ${PKGDIR}/usr/lib/lib{avc,rom}1394.la
58 + rm -f ${PKGDIR}/usr/lib/lib{avc,rom}1394.la
59 59
60 60 package: |
61 61 true
@@ -190,7 +190,7 @@ build: |
190 190 --sysconfdir=/etc
191 191 make
192 192 make DESTDIR=${PKGDIR} install
193 - rm ${PKGDIR}/usr/lib/*.la
193 + rm -f ${PKGDIR}/usr/lib/*.la
194 194
195 195 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
196 196
@@ -310,7 +310,7 @@ build: |
310 310 make
311 311
312 312 package: |
313 - rm ${PKGDIR}/usr/lib/libbsd.la
313 + rm -f ${PKGDIR}/usr/lib/libbsd.la
314 314
315 315 update: |
316 316 local url ext
@@ -41,7 +41,7 @@ build: |
41 41 make DESTDIR=${PKGDIR} install
42 42
43 43 # Obsolet lib
44 - rm ${PKGDIR}/usr/lib/libburn.la
44 + rm -f ${PKGDIR}/usr/lib/libburn.la
45 45
46 46 package: |
47 47 true
@@ -227,4 +227,4 @@ build: |
227 227
228 228 package: |
229 229 # Obsolet lib
230 - rm ${PKGDIR}/usr/lib/libbytesize.la
230 + rm -f ${PKGDIR}/usr/lib/libbytesize.la
@@ -51,4 +51,4 @@ build: |
51 51
52 52 package: |
53 53 # Obsolet libs
54 - rm ${PKGDIR}/usr/lib/libcacard.la
54 + rm -f ${PKGDIR}/usr/lib/libcacard.la
@@ -79,7 +79,6 @@ build: |
79 79 # make stupid autotools happy -_-
80 80 touch NEWS
81 81 autoreconf -fiv
82 - cd /tmp/src-libcap-ng-0.9.3
83 82 cd ${pkgname}-${pkgver}
84 83 ./configure --prefix=/usr \
85 84 --disable-static \
@@ -88,7 +87,7 @@ build: |
88 87 make DESTDIR=${PKGDIR} install
89 88
90 89 # Obsolet lib
91 - rm ${PKGDIR}/usr/lib/libcap-ng.la
90 + rm -f ${PKGDIR}/usr/lib/libcap-ng.la
92 91
93 92 package: |
94 93 true
@@ -51,11 +51,10 @@ build: |
51 51
52 52 sed -i 's/size_t l;/socklen_t l;/' \
53 53 ${pkgname}-${pkgver}/lib/cddb_net.c
54 - cd /tmp/src-libcddb-1.3.2
55 54 cd libcddb-1.3.2
56 55 ./configure --prefix=/usr
57 56 make
58 57
59 58 package: |
60 59 # Obsolet lib
61 - rm ${PKGDIR}/usr/lib/libcddb.la
60 + rm -f ${PKGDIR}/usr/lib/libcddb.la
@@ -55,7 +55,7 @@ build: |
55 55 make DESTDIR=${PKGDIR} install
56 56
57 57 # Obsolets libs
58 - rm ${PKGDIR}/usr/lib/libcdio_{cdda,paranoia}.la
58 + rm -f ${PKGDIR}/usr/lib/libcdio_{cdda,paranoia}.la
59 59
60 60 package: |
61 61 true
@@ -116,7 +116,6 @@ footprint_libcdio_man: |
116 116
117 117 build: |
118 118 cp version.texi ${pkgname}-${pkgver}/doc
119 - cd /tmp/src-libcdio-2.3.0
120 119 cd ${pkgname}-${pkgver}
121 120
122 121 autoreconf -fvi
@@ -132,9 +131,9 @@ build: |
132 131 make DESTDIR=${PKGDIR} install
133 132
134 133 # Obsolets libs
135 - rm ${PKGDIR}/usr/lib/libcdio{,++}.la
136 - rm ${PKGDIR}/usr/lib/libiso9660{,++}.la
137 - rm ${PKGDIR}/usr/lib/libudf.la
134 + rm -f ${PKGDIR}/usr/lib/libcdio{,++}.la
135 + rm -f ${PKGDIR}/usr/lib/libiso9660{,++}.la
136 + rm -f ${PKGDIR}/usr/lib/libudf.la
138 137
139 138 sed -e "/define CDIO_LIBCDIO_SOURCE_PATH/s|.*|/* #undef CDIO_LIBCDIO_SOURCE_PATH */|" \
140 139 -i ${PKGDIR}/usr/include/cdio/cdio_config.h
@@ -54,12 +54,11 @@ footprint_libconfig_man: |
54 54 build: |
55 55 cd ${pkgname}-${pkgver}
56 56 autoreconf -iv
57 - cd /tmp/src-libconfig-1.8.2
58 57 cd libconfig-1.8.2
59 58 ./configure --prefix=/usr
60 59 make
61 60
62 61 package: |
63 62 # Obsolets libs
64 - rm ${PKGDIR}/usr/lib/libconfig++.la
65 - rm ${PKGDIR}/usr/lib/libconfig.la
63 + rm -f ${PKGDIR}/usr/lib/libconfig++.la
64 + rm -f ${PKGDIR}/usr/lib/libconfig.la
@@ -110,7 +110,7 @@ build: |
110 110 make
111 111
112 112 package: |
113 - rm ${PKGDIR}/usr/lib/${pkgname}-0.6.la
113 + rm -f ${PKGDIR}/usr/lib/${pkgname}-0.6.la
114 114
115 115 update: |
116 116 local latest lastversion url
@@ -49,7 +49,7 @@ build: |
49 49 make DESTDIR=${PKGDIR} install
50 50
51 51 # Obsolet lib
52 - rm ${PKGDIR}/usr/lib/libdaemon.la
52 + rm -f ${PKGDIR}/usr/lib/libdaemon.la
53 53
54 54 package: |
55 55 true
@@ -81,7 +81,6 @@ build: |
81 81 cd ${pkgname}-${pkgver}
82 82 git checkout v${pkgver}
83 83 git submodule update --init --recursive deps/{usrsctp,plog,json}
84 - cd /tmp/src-libdatachannel-0.24.5
85 84 cmake -B build ${pkgname}-${pkgver} \
86 85 -DCMAKE_BUILD_TYPE='None' \
87 86 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -47,7 +47,7 @@ build: |
47 47 --disable-static
48 48 make
49 49 make DESTDIR=${PKGDIR} install
50 - rm ${PKGDIR}/usr/lib/${pkgname}.la
50 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
51 51
52 52 package: |
53 53 true
@@ -43,7 +43,6 @@ footprint: |
43 43 build: |
44 44 cd ${pkgname}-${pkgver}
45 45 patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
46 - cd /tmp/src-libdbi-drivers-0.9.0
47 46 cd ${pkgname}-${pkgver}
48 47 ./configure --prefix=/usr --localstatedir=/var \
49 48 --with-pgsql --with-sqlite3 --with-mysql --disable-docs
@@ -95,4 +95,4 @@ build: |
95 95 make DESTDIR=${PKGDIR} install
96 96
97 97 package: |
98 - rm ${PKGDIR}/usr/lib/libdbi.la
98 + rm -f ${PKGDIR}/usr/lib/libdbi.la
@@ -70,7 +70,6 @@ build: |
70 70 mv swift-corelibs-libdispatch-swift-5.5-RELEASE ${pkgname}-${pkgver}
71 71 find ${pkgname}-${pkgver} -name DispatchCompilerWarnings.cmake \
72 72 -exec sed -i "/-Werror/d" '{}' \;
73 - cd /tmp/src-libdispatch-6.2.2
74 73 cd ${pkgname}-${pkgver}
75 74 mkdir build
76 75 cd build
@@ -39,11 +39,10 @@ footprint_libdmtx_man: |
39 39 build: |
40 40 cd ${pkgname}-${pkgver}
41 41 ./autogen.sh
42 - cd /tmp/src-libdmtx-0.7.8
43 42 cd libdmtx-0.7.8
44 43 ./configure --prefix=/usr
45 44 make
46 45
47 46 package: |
48 47 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/libdmtx.la
48 + rm -f ${PKGDIR}/usr/lib/libdmtx.la
@@ -49,7 +49,6 @@ footprint: |
49 49 build: |
50 50 cd ${pkgname}-${pkgver}
51 51 sed -i "/get_option/s/libdvdnav/&-7.0.0/" meson.build
52 - cd /tmp/src-libdvdnav-7.0.0
53 52 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libdvdnav-7.0.0 builddir
54 53 meson compile -C builddir
55 54
@@ -59,7 +59,6 @@ footprint: |
59 59 build: |
60 60 cd ${pkgname}-${pkgver}
61 61 sed -i "/get_option/s/libdvdread/&-7.0.1/" meson.build
62 - cd /tmp/src-libdvdread-7.1.1
63 62 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libdvdread-7.1.1 builddir
64 63 meson compile -C builddir
65 64
@@ -93,7 +93,7 @@ build: |
93 93 ${PKGDIR}/usr/share/man/man3/el.3
94 94
95 95 # rm .la
96 - rm ${PKGDIR}/usr/lib/${pkgname}.la
96 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
97 97
98 98 package: |
99 99 true
@@ -19,7 +19,6 @@ sha256sums:
19 19 build: |
20 20 mv libESMTP-${pkgver} \
21 21 ${pkgname}-${pkgver}
22 - cd /tmp/src-libesmtp-1.1.0
23 22 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libesmtp-1.1.0 builddir
24 23 meson compile -C builddir
25 24
@@ -119,6 +119,6 @@ build: |
119 119 make DESTDIR=${PKGDIR} install
120 120
121 121 # Obsolet libs
122 - rm ${PKGDIR}/usr/lib/libetpan.la
122 + rm -f ${PKGDIR}/usr/lib/libetpan.la
123 123 package: |
124 124 true
@@ -40,7 +40,7 @@ build: |
40 40 rm ${PKGDIR}/usr/include/event.h
41 41
42 42 # Obsolet lib
43 - rm ${PKGDIR}/usr/lib/libev.la
43 + rm -f ${PKGDIR}/usr/lib/libev.la
44 44
45 45 package: |
46 46 true
@@ -94,4 +94,4 @@ build: |
94 94 install -v -m755 -d ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}/api
95 95
96 96 package: |
97 - rm ${PKGDIR}/usr/lib/libevent{,_core,_pthreads,_openssl,_extra}.la
97 + rm -f ${PKGDIR}/usr/lib/libevent{,_core,_pthreads,_openssl,_extra}.la
@@ -188,7 +188,7 @@ build: |
188 188 --with-doc-dir=/usr/share/doc/libexif-${pkgver}
189 189 make
190 190 make DESTDIR=${PKGDIR} install
191 - rm ${PKGDIR}/usr/lib/${pkgname}.la
191 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
192 192
193 193 package: |
194 194 true
@@ -330,7 +330,7 @@ build: |
330 330 make
331 331 make DESTDIR=${PKGDIR} install
332 332 # Obsolets libs
333 - rm ${PKGDIR}/usr/lib/libfilezilla.la
333 + rm -f ${PKGDIR}/usr/lib/libfilezilla.la
334 334
335 335 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
336 336
@@ -77,7 +77,6 @@ footprint_libfyaml_man: |
77 77 build: |
78 78 cd ${pkgname}-${pkgver}
79 79 autoreconf -fiv
80 - cd /tmp/src-libfyaml-0.9.6
81 80 cd ${pkgname}-${pkgver}
82 81
83 82 ./configure --prefix=/usr
@@ -662,10 +662,10 @@ build: |
662 662
663 663 # Obsolets libs
664 664
665 - rm ${PKGDIR}/usr/lib/libgphoto2.la
666 - # rm ${PKGDIR}/usr/lib/libgphoto2/2.5.16/*.la
667 - rm ${PKGDIR}/usr/lib/libgphoto2_port.la
668 - #rm ${PKGDIR}/usr/lib/libgphoto2_port/0.12.1/*.la
665 + rm -f ${PKGDIR}/usr/lib/libgphoto2.la
666 + # rm -f ${PKGDIR}/usr/lib/libgphoto2/2.5.16/*.la
667 + rm -f ${PKGDIR}/usr/lib/libgphoto2_port.la
668 + #rm -f ${PKGDIR}/usr/lib/libgphoto2_port/0.12.1/*.la
669 669
670 670 package: |
671 671 true
@@ -362,7 +362,7 @@ build: |
362 362 make
363 363
364 364 package: |
365 - rm ${PKGDIR}/usr/lib/libgsf-1.la
365 + rm -f ${PKGDIR}/usr/lib/libgsf-1.la
366 366
367 367 update: |
368 368 local latest lastversion url
@@ -22,7 +22,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\ndrwxr-
22 22 root/root\tusr/lib/libid3tag.so.0 -> libid3tag.so.0.16.3\n-rwxr-xr-x\troot/root\tusr/lib/libid3tag.so.0.16.3\n"
23 23 build: |
24 24 mv ${pkgname} ${pkgname}-${pkgver}
25 - cd /tmp/src-libid3tag-0.16.4
26 25 cd ${pkgname}-${pkgver}
27 26
28 27 mkdir build
@@ -215,7 +215,7 @@ build: |
215 215 rm -rf -v doc/{gdoc,idn.1,stamp-vti,man,texi}
216 216 mkdir -p /usr/share/doc/${pkgname}-${pkgver}
217 217 cp -r -v doc/* /usr/share/doc/${pkgname}-${pkgver}
218 - rm ${PKGDIR}/usr/lib/libidn.la
218 + rm -f ${PKGDIR}/usr/lib/libidn.la
219 219
220 220 package: |
221 221 true
@@ -46,4 +46,4 @@ build: |
46 46
47 47 package: |
48 48 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/libiec61883.la
49 + rm -f ${PKGDIR}/usr/lib/libiec61883.la
@@ -74,7 +74,7 @@ build: |
74 74 rm -rf ${PKGDIR}/usr/share/libiodbc/
75 75
76 76 # Obsolets libs
77 - rm ${PKGDIR}/usr/lib/libiodbc{,inst}.la
77 + rm -f ${PKGDIR}/usr/lib/libiodbc{,inst}.la
78 78
79 79 package: |
80 80 true
@@ -59,7 +59,6 @@ footprint_libisoburn_man: |
59 59
60 60 build: |
61 61 mv ${pkgname}-1.5.8 ${pkgname}-${pkgver}
62 - cd /tmp/src-libisoburn-1.5.8.2
63 62 cd ${pkgname}-${pkgver}
64 63
65 64 ./configure --prefix=/usr \
@@ -30,14 +30,13 @@ footprint: |
30 30
31 31 build: |
32 32 mv ${pkgname}-1.5.8 ${pkgname}-${pkgver}
33 - cd /tmp/src-libisofs-1.5.8.2
34 33 cd ${pkgname}-${pkgver}
35 34 ./configure --prefix=/usr --disable-static \
36 35 --enable-libacl --enable-xattr
37 36
38 37 make
39 38 make DESTDIR=${PKGDIR} install
40 - rm ${PKGDIR}/usr/lib/${pkgname}.la
39 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
41 40
42 41 package: |
43 42 true
@@ -43,7 +43,7 @@ build: |
43 43 make DESTDIR=${PKGDIR} install
44 44
45 45 # Obsolet lib
46 - rm ${PKGDIR}/usr/lib/libksba.la
46 + rm -f ${PKGDIR}/usr/lib/libksba.la
47 47
48 48 package: |
49 49 true
@@ -57,7 +57,7 @@ build: |
57 57 sed -i "s/#version#/${pkgver}/" ${PKGDIR}/usr/lib/pkgconfig/mad.pc
58 58
59 59 # Obsolet lib
60 - rm ${PKGDIR}/usr/lib/libmad.la
60 + rm -f ${PKGDIR}/usr/lib/libmad.la
61 61
62 62 package: |
63 63 true
@@ -100,7 +100,7 @@ package: |
100 100 sed -i -e 's|Version: |Version: '${pkgver}'|g' ${PKGDIR}/usr/lib/pkgconfig/libmediainfo.pc
101 101
102 102 # Obsolet lib
103 - rm ${PKGDIR}/usr/lib/libmediainfo.la
103 + rm -f ${PKGDIR}/usr/lib/libmediainfo.la
104 104
105 105 install -Dm644 ./MediaInfoLib/LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
106 106 install -Dm644 ./MediaInfoLib/License.html ${PKGDIR}/usr/share/licenses/${pkgname}/License.html
@@ -51,7 +51,7 @@ build: |
51 51 make DESTDIR=${PKGDIR} install
52 52
53 53 # Obsolet lib
54 - rm ${PKGDIR}/usr/lib/libmicrohttpd.la
54 + rm -f ${PKGDIR}/usr/lib/libmicrohttpd.la
55 55
56 56 package: |
57 57 true
@@ -47,7 +47,7 @@ build: |
47 47 make DESTDIR=${PKGDIR} install
48 48
49 49 # Obsolet lib
50 - rm ${PKGDIR}/usr/lib/libmikmod.la
50 + rm -f ${PKGDIR}/usr/lib/libmikmod.la
51 51
52 52 package: |
53 53 true
@@ -38,7 +38,7 @@ build: |
38 38 make DESTDIR=${PKGDIR} install
39 39
40 40 # Obsolet lib
41 - rm ${PKGDIR}/usr/lib/libmms.la
41 + rm -f ${PKGDIR}/usr/lib/libmms.la
42 42
43 43 package: |
44 44 true
@@ -59,7 +59,7 @@ build: |
59 59 ${PKGDIR}/usr/share/doc/libmng-${pkgver}
60 60
61 61 # Obsolet lib
62 - rm ${PKGDIR}/usr/lib/libmng.la
62 + rm -f ${PKGDIR}/usr/lib/libmng.la
63 63
64 64 package: |
65 65 true
@@ -33,4 +33,4 @@ build: |
33 33
34 34 package: |
35 35 # Obsolet lib
36 - rm ${PKGDIR}/usr/lib/libmnl.la
36 + rm -f ${PKGDIR}/usr/lib/libmnl.la
@@ -36,4 +36,4 @@ build: |
36 36
37 37 package: |
38 38 # Obsolet lib
39 - rm ${PKGDIR}/usr/lib/libmodplug.la
39 + rm -f ${PKGDIR}/usr/lib/libmodplug.la
@@ -42,7 +42,7 @@ build: |
42 42 make
43 43 make DESTDIR=${PKGDIR} install
44 44 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libmpcdec.la
45 + rm -f ${PKGDIR}/usr/lib/libmpcdec.la
46 46
47 47 package: |
48 48 true
@@ -61,7 +61,7 @@ build: |
61 61 ${PKGDIR}/usr/share/doc/mpeg2dec-${pkgver}
62 62
63 63 # Obsolet lib
64 - rm ${PKGDIR}/usr/lib/libmpeg2{,convert}.la
64 + rm -f ${PKGDIR}/usr/lib/libmpeg2{,convert}.la
65 65
66 66 package: |
67 67 true
@@ -322,7 +322,7 @@ build: |
322 322 make DESTDIR=${PKGDIR} install
323 323
324 324 # Obsolet lib
325 - rm ${PKGDIR}/usr/lib/libmtp.la
325 + rm -f ${PKGDIR}/usr/lib/libmtp.la
326 326
327 327 install -Dm644 doc/man/man3/*.3 -t \
328 328 ${PKGDIR}/usr/share/man/man3/
@@ -91,7 +91,6 @@ build: |
91 91 patch -Np1 -i ../libmusicbrainz5-5.patch
92 92 patch -Np1 -i ../libmusicbrainz5-16.patch
93 93 patch -Np1 -i ../libmusicbrainz5-19.patch
94 - cd /tmp/src-libmusicbrainz5-5.1.0
95 94 cmake -S libmusicbrainz-${pkgver} -B build -G Ninja \
96 95 -DCMAKE_INSTALL_PREFIX:PATH=/usr \
97 96 -DCMAKE_BUILD_TYPE=None \
@@ -45,7 +45,7 @@ build: |
45 45 make DESTDIR=${PKGDIR} install
46 46
47 47 # Obsolet libs
48 - rm ${PKGDIR}/usr/lib/libndp.la
48 + rm -f ${PKGDIR}/usr/lib/libndp.la
49 49
50 50 package: |
51 51 true
@@ -61,7 +61,7 @@ build: |
61 61 install -D -m 755 libnet-config ${PKGDIR}/usr/bin/libnet-config
62 62
63 63 # Obsolet lib
64 - rm ${PKGDIR}/usr/lib/libnet.la
64 + rm -f ${PKGDIR}/usr/lib/libnet.la
65 65
66 66 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
67 67
@@ -47,4 +47,4 @@ build: |
47 47
48 48 package: |
49 49 # Obsolet lib
50 - rm ${PKGDIR}/usr/lib/libnftnl.la
50 + rm -f ${PKGDIR}/usr/lib/libnftnl.la
@@ -53,7 +53,7 @@ build: |
53 53 ln -sfv ../../lib/libnsl.so.3.0.0 ${PKGDIR}/usr/lib/libnsl.so
54 54
55 55 # Obsolet lib
56 - rm ${PKGDIR}/usr/lib/libnsl.la
56 + rm -f ${PKGDIR}/usr/lib/libnsl.la
57 57
58 58 package: |
59 59 true
@@ -46,7 +46,7 @@ build: |
46 46 make DESTDIR=${PKGDIR} install
47 47
48 48 # Obsolet lib
49 - rm ${PKGDIR}/usr/lib/liboauth.la
49 + rm -f ${PKGDIR}/usr/lib/liboauth.la
50 50
51 51 package: |
52 52 true
@@ -126,7 +126,7 @@ build: |
126 126 --disable-static
127 127 make
128 128 make DESTDIR=${PKGDIR} install
129 - rm ${PKGDIR}/usr/lib/${pkgname}.la
129 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
130 130
131 131 package: |
132 132 true
@@ -45,7 +45,7 @@ build: |
45 45 make DESTDIR=${PKGDIR} install
46 46
47 47 # Obsolet lib
48 - rm ${PKGDIR}/usr/lib/libpgf.la
48 + rm -f ${PKGDIR}/usr/lib/libpgf.la
49 49
50 50 package: |
51 51 true
@@ -288,7 +288,6 @@ build: |
288 288 cd ${pkgname}-${pkgver}
289 289 patch -Np1 -i ../python.patch
290 290 autoreconf -fi
291 - cd /tmp/src-libpwquality-1.4.5
292 291 cd ${pkgname}-${pkgver}
293 292 ./configure --prefix=/usr \
294 293 --sysconfdir=/etc \
@@ -360,7 +360,6 @@ footprint_libqalculate_zh: |
360 360 build: |
361 361 cd ${pkgname}-${pkgver}
362 362 ./autogen.sh
363 - cd /tmp/src-libqalculate-5.12.0
364 363 cd ${pkgname}-${pkgver}
365 364 ./configure --prefix=/usr
366 365 make
@@ -77,7 +77,7 @@ build: |
77 77 make
78 78 make DESTDIR=${PKGDIR} install
79 79
80 - rm ${PKGDIR}/usr/lib/libraw{,_r}.la
80 + rm -f ${PKGDIR}/usr/lib/libraw{,_r}.la
81 81
82 82 package: |
83 83 true
@@ -50,7 +50,7 @@ build: |
50 50 make DESTDIR=${PKGDIR} install
51 51
52 52 # Obsolet lib
53 - rm ${PKGDIR}/usr/lib/libraw1394.la
53 + rm -f ${PKGDIR}/usr/lib/libraw1394.la
54 54
55 55 package: |
56 56 true
@@ -49,7 +49,7 @@ build: |
49 49 make DESTDIR=${PKGDIR} install
50 50
51 51 # Obsolet lib
52 - rm ${PKGDIR}/usr/lib/libsass.la
52 + rm -f ${PKGDIR}/usr/lib/libsass.la
53 53
54 54 package: |
55 55 true
@@ -62,7 +62,7 @@ build: |
62 62 make
63 63 make DESTDIR=${PKGDIR} install
64 64
65 - rm ${PKGDIR}/usr/lib/${pkgname}.la
65 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
66 66
67 67 package: |
68 68 true
@@ -116,7 +116,7 @@ build: |
116 116 make
117 117
118 118 package: |
119 - rm ${PKGDIR}/usr/lib/libsodium.la
119 + rm -f ${PKGDIR}/usr/lib/libsodium.la
120 120
121 121 install -Dm644 ./${pkgname}-${pkgver}/LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
122 122
@@ -45,7 +45,6 @@ footprint_libspiro_man: |
45 45 build: |
46 46 cd ${pkgname}-${pkgver}
47 47 autoreconf -fiv
48 - cd /tmp/src-libspiro-20240903
49 48 cd ${pkgname}-${pkgver}
50 49 ./configure \
51 50 --prefix=/usr \
@@ -50,7 +50,6 @@ build: |
50 50 sed 's/cmocka_unit_test(torture_path_expand_tilde_unix),//' \
51 51 -i libssh-${pkgver}/tests/unittests/torture_misc.c
52 52 mkdir -pv build
53 - cd /tmp/src-libssh-0.12.2
54 53 cd build
55 54
56 55 cmake ../${pkgname}-${pkgver} \
@@ -160,7 +160,7 @@ build: |
160 160 make DESTDIR=${PKGDIR} install
161 161
162 162 # Obsolet lib
163 - rm ${PKGDIR}/usr/lib/libstatgrab.la
163 + rm -f ${PKGDIR}/usr/lib/libstatgrab.la
164 164
165 165 package: |
166 166 true
@@ -115,7 +115,7 @@ build: |
115 115 make
116 116
117 117 package: |
118 - rm ${PKGDIR}/usr/lib/${pkgname}.la
118 + rm -f ${PKGDIR}/usr/lib/${pkgname}.la
119 119
120 120 update: |
121 121 local url ext
@@ -161,7 +161,7 @@ build: |
161 161 ./configure --prefix=/usr --disable-static
162 162 make
163 163 make DESTDIR=${PKGDIR} install
164 - rm ${PKGDIR}/usr/lib/${pkgname}{,dec,enc}.la
164 + rm -f ${PKGDIR}/usr/lib/${pkgname}{,dec,enc}.la
165 165
166 166 package: |
167 167 true
@@ -111,7 +111,7 @@ build: |
111 111 ln -sfv ../../lib/libtirpc.so.3.0.0 ${PKGDIR}/usr/lib/libtirpc.so
112 112
113 113 # Obsolet lib
114 - rm ${PKGDIR}/usr/lib/libtirpc.la
114 + rm -f ${PKGDIR}/usr/lib/libtirpc.la
115 115
116 116 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
117 117
@@ -118,8 +118,8 @@ build: |
118 118
119 119 package: |
120 120 # Obsolet libs
121 - rm ${PKGDIR}/usr/lib/libunwind-coredump.la
122 - rm ${PKGDIR}/usr/lib/libunwind-ptrace.la
123 - rm ${PKGDIR}/usr/lib/libunwind-setjmp.la
124 - rm ${PKGDIR}/usr/lib/libunwind-x86_64.la
125 - rm ${PKGDIR}/usr/lib/libunwind.la
121 + rm -f ${PKGDIR}/usr/lib/libunwind-coredump.la
122 + rm -f ${PKGDIR}/usr/lib/libunwind-ptrace.la
123 + rm -f ${PKGDIR}/usr/lib/libunwind-setjmp.la
124 + rm -f ${PKGDIR}/usr/lib/libunwind-x86_64.la
125 + rm -f ${PKGDIR}/usr/lib/libunwind.la
@@ -33,7 +33,6 @@ footprint: |
33 33 build: |
34 34 cd ${pkgname}-${pkgver}
35 35 # ./autogen.sh
36 - cd /tmp/src-libusb-compat-0.1.9
37 36 cd ${pkgname}-${pkgver}
38 37 ./configure --prefix=/usr \
39 38 --mandir=/usr/share/man \
@@ -42,7 +41,7 @@ build: |
42 41 make DESTDIR=${PKGDIR} install
43 42
44 43 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libusb.la
44 + rm -f ${PKGDIR}/usr/lib/libusb.la
46 45
47 46 package: |
48 47 true
@@ -54,7 +54,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
54 54 drwxr-xr-x\troot/root\tusr/share/\n"
55 55 build: "unset MAKEFLAGS\ncd ${pkgname}-${pkgver}\n\n./configure --prefix=/usr \\\n --mandir=/usr/share/man \\\n \
56 56 \ --disable-static \\\n --infodir=/usr/share/info\nmake\n\nsed -i \"s/^TCL_SUBST/#&/; s/wide//\" doc/doxygen.cfg\
57 - \ \nmake -C doc docs\n\nmake DESTDIR=${PKGDIR} install\nrm ${PKGDIR}/usr/lib/libusb-1.0.la\n\n# Documentation\ninstall -v\
57 + \ \nmake -C doc docs\n\nmake DESTDIR=${PKGDIR} install\nrm -f ${PKGDIR}/usr/lib/libusb-1.0.la\n\n# Documentation\ninstall -v\
58 58 \ -d -m755 ${PKGDIR}/usr/share/doc/libusb-${pkgver}/apidocs\ninstall -v -m644 doc/api-1.0/* \\\n${PKGDIR}/usr/share/doc/libusb-${pkgver}/apidocs\n"
59 59 package: |
60 60 true
@@ -44,7 +44,6 @@ footprint_libutempter_man: |
44 44
45 45 build: |
46 46 mv ${pkgname}-${pkgver}-* ${pkgname}-${pkgver}
47 - cd /tmp/src-libutempter-1.2.3
48 47 cd ${pkgname}-${pkgver}/${pkgname}
49 48
50 49 make
@@ -212,7 +212,7 @@ build: |
212 212 make
213 213 make DESTDIR=${PKGDIR} install
214 214 install -v -m644 doc/Vorbis* ${PKGDIR}/usr/share/doc/libvorbis-${pkgver}
215 - rm ${PKGDIR}/usr/lib/${pkgname}{,file,enc}.la
215 + rm -f ${PKGDIR}/usr/lib/${pkgname}{,file,enc}.la
216 216
217 217 package: |
218 218 true
@@ -82,7 +82,7 @@ build: |
82 82 make
83 83 make DESTDIR=${PKGDIR} install
84 84 # Obsolets libs
85 - rm ${PKGDIR}/usr/lib/libwebp{,decoder,demux,mux}.la
85 + rm -f ${PKGDIR}/usr/lib/libwebp{,decoder,demux,mux}.la
86 86
87 87 package: |
88 88 true
@@ -90,7 +90,7 @@ build: |
90 90 sed -i -e 's|Version: |Version: '${pkgver}'|g' \
91 91 ${PKGDIR}/usr/lib/pkgconfig/libzen.pc
92 92 # Obsolet lib
93 - rm ${PKGDIR}/usr/lib/libzen.la
93 + rm -f ${PKGDIR}/usr/lib/libzen.la
94 94
95 95 package: |
96 96 true
@@ -250,7 +250,6 @@ footprint: |
250 250 build: |
251 251 cd live
252 252 find . -name Makefile.head | xargs sed -e 's|/local||g' -i # Fix prefix
253 - cd /tmp/src-live-2025.05.24
254 253 cd live
255 254
256 255 ./genMakefiles linux
@@ -73,7 +73,6 @@ footprint_luajit_man: |
73 73 build: |
74 74 git clone https://github.com/LuaJIT/LuaJIT
75 75 mv LuaJIT ${pkgname}-${pkgver}
76 - cd /tmp/src-luajit-2.1.1753364724
77 76 cd ${pkgname}-${pkgver}
78 77
79 78 make
@@ -291,7 +291,6 @@ hooks:
291 291 build: |
292 292 cd ${pkgname}-${pkgver}
293 293 autoreconf -fi
294 - cd /tmp/src-media-player-info-26
295 294 cd ${pkgname}-${pkgver}
296 295 ./configure --prefix=/usr \
297 296 --with-udevdir=/lib/udev
@@ -39,7 +39,6 @@ footprint: |
39 39
40 40 build: |
41 41 patch -Np1 -d zlib-${pkgver} -i ../headers.patch
42 - cd /tmp/src-minizip-1.3.2
43 42 cd zlib-${pkgver}/contrib/minizip
44 43 cp Makefile Makefile.orig
45 44 cp ../README.contrib readme.txt
@@ -78,7 +78,6 @@ footprint_mm-common_man: |
78 78 build: |
79 79 cd ${pkgname}-${pkgver}
80 80 cp ../libstdc++.tag doctags
81 - cd /tmp/src-mm-common-1.0.8
82 81 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true mm-common-1.0.8 builddir
83 82 meson compile -C builddir
84 83
@@ -420,8 +420,8 @@ build: |
420 420 install -Dm644 ../COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB
421 421
422 422 # Obsolet libs
423 - #rm ${PKGDIR}/usr/lib/ModemManager/*.la
424 - #rm ${PKGDIR}/usr/lib/libmm-glib.la
423 + #rm -f ${PKGDIR}/usr/lib/ModemManager/*.la
424 + #rm -f ${PKGDIR}/usr/lib/libmm-glib.la
425 425
426 426 package: |
427 427 true
@@ -43,7 +43,6 @@ build: |
43 43 cd ${pkgname}-${pkgname}-${pkgver}
44 44 # protobuf 23 requires C++17
45 45 sed -e 's|\[11\]|\[17\]|' -i configure.ac
46 - cd /tmp/src-mosh-1.4.0
47 46 cd ${pkgname}-${pkgname}-${pkgver}
48 47
49 48 ./autogen.sh
@@ -66,8 +66,8 @@ build: |
66 66 make
67 67 make DESTDIR=${PKGDIR} install
68 68 # Obsolets
69 - rm ${PKGDIR}/usr/lib/libout123.la
70 - rm ${PKGDIR}/usr/lib/libmpg123.la
69 + rm -f ${PKGDIR}/usr/lib/libout123.la
70 + rm -f ${PKGDIR}/usr/lib/libmpg123.la
71 71
72 72 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
73 73
@@ -35,7 +35,7 @@ build: |
35 35 --disable-static
36 36 make
37 37 make DESTDIR=${PKGDIR} install
38 - rm ${PKGDIR}/usr/lib/libmtdev.la
38 + rm -f ${PKGDIR}/usr/lib/libmtdev.la
39 39
40 40 package: |
41 41 true
@@ -25,7 +25,6 @@ footprint_neofetch_man: |
25 25
26 26 build: |
27 27 sed -i "s@tot pkginfo -i@dir ${br_prefix}/var/lib/pkg/DB/*@" ${pkgname}-${pkgver}/neofetch
28 - cd /tmp/src-neofetch-7.1.0
29 28 cd ${pkgname}-${pkgver}
30 29
31 30 make DESTDIR=${PKGDIR} install
@@ -339,7 +339,7 @@ build: |
339 339 make DESTDIR=${PKGDIR} install
340 340
341 341 # Obsolet lib
342 - rm ${PKGDIR}/usr/lib/libneon.la
342 + rm -f ${PKGDIR}/usr/lib/libneon.la
343 343
344 344 package: |
345 345 true
@@ -754,12 +754,12 @@ build: |
754 754 done
755 755
756 756 # Obsolets libs
757 - rm ${PKGDIR}/usr/lib/libnetsnmp.la
758 - rm ${PKGDIR}/usr/lib/libnetsnmpagent.la
759 - rm ${PKGDIR}/usr/lib/libnetsnmphelpers.la
760 - rm ${PKGDIR}/usr/lib/libnetsnmpmibs.la
761 - rm ${PKGDIR}/usr/lib/libnetsnmptrapd.la
762 - rm ${PKGDIR}/usr/lib/libsnmp.la
757 + rm -f ${PKGDIR}/usr/lib/libnetsnmp.la
758 + rm -f ${PKGDIR}/usr/lib/libnetsnmpagent.la
759 + rm -f ${PKGDIR}/usr/lib/libnetsnmphelpers.la
760 + rm -f ${PKGDIR}/usr/lib/libnetsnmpmibs.la
761 + rm -f ${PKGDIR}/usr/lib/libnetsnmptrapd.la
762 + rm -f ${PKGDIR}/usr/lib/libsnmp.la
763 763
764 764 package: |
765 765 true
@@ -139,7 +139,6 @@ build: |
139 139 cd ${pkgname}-${pkgver}
140 140 sed -i "s|sbindir = /sbin|sbindir = /usr/bin|g" utils/*/Makefile.am
141 141 autoreconf -vfi
142 - cd /tmp/src-nfs-utils-2.9.2
143 142 # build package
144 143
145 144 cd ${pkgname}-${pkgver}
@@ -136,7 +136,6 @@ build: |
136 136 useradd -c "http Server" -d /dev/null \
137 137 -g $UN -s /bin/false -u 25 $UN
138 138 fi
139 - cd /tmp/src-nginx-1.30.4
140 139 cd ${pkgname}-${pkgver}
141 140 ./configure \
142 141 --with-openssl=/usr/include/openssl \
@@ -56,7 +56,6 @@ build: |
56 56 cd ${pkgname}
57 57 git checkout v${pkgver}
58 58 git cherry-pick --no-commit 756ca22ec5b0d89b5d107b4c30891d1293650c87
59 - cd /tmp/src-nlohmann-json-3.12.0
60 59 cmake -B build \
61 60 -D BUILD_TESTING=ON \
62 61 -D CMAKE_BUILD_TYPE=None \
@@ -37,7 +37,7 @@ build: |
37 37 make -j1 DESTDIR=${PKGDIR} install
38 38
39 39 # Obsolet lib
40 - rm ${PKGDIR}/usr/lib/libnpth.la
40 + rm -f ${PKGDIR}/usr/lib/libnpth.la
41 41
42 42 package: |
43 43 true
@@ -125,7 +125,6 @@ build: |
125 125 cd ${pkgname}-${pkgver}
126 126 autoreconf -fiv
127 127 sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i {ntfsprogs,src}/Makefile.in
128 - cd /tmp/src-ntfs-3g-2026.7.7
129 128 cd ${pkgname}-${pkgver}
130 129
131 130 ./configure --prefix=/usr \
@@ -142,7 +141,7 @@ build: |
142 141 ln -s /usr/bin/ntfs-3g ${PKGDIR}/usr/bin/mount.ntfs
143 142 ln -s ntfs-3g.8 ${PKGDIR}/usr/share/man/man8/mount.ntfs.8
144 143
145 - rm ${PKGDIR}/usr/lib/lib${pkgname}.la
144 + rm -f ${PKGDIR}/usr/lib/lib${pkgname}.la
146 145
147 146 package: |
148 147 true
@@ -379,7 +379,6 @@ build: |
379 379 useradd -c "Network Time Protocol" -d /var/lib/ntp \
380 380 -g $UN -s /usr/bin/false -u 87 $UN
381 381 fi
382 - cd /tmp/src-ntp-4.2.8p18
383 382 cd ${pkgname}-${pkgver}
384 383
385 384 ./configure --prefix=/usr \
@@ -41,7 +41,7 @@ build: |
41 41 make DESTDIR=${PKGDIR} install
42 42
43 43 # Obsolets libs
44 - rm ${PKGDIR}/usr/lib/libopencore-amr{n,w}b.la
44 + rm -f ${PKGDIR}/usr/lib/libopencore-amr{n,w}b.la
45 45
46 46 package: |
47 47 true
@@ -101,9 +101,9 @@ build: |
101 101
102 102
103 103 # Obsolet libs
104 - rm ${PKGDIR}/usr/lib/libogrove.la
105 - rm ${PKGDIR}/usr/lib/libospgrove.la
106 - rm ${PKGDIR}/usr/lib/libostyle.la
104 + rm -f ${PKGDIR}/usr/lib/libogrove.la
105 + rm -f ${PKGDIR}/usr/lib/libospgrove.la
106 + rm -f ${PKGDIR}/usr/lib/libostyle.la
107 107
108 108 package: |
109 109 true
@@ -375,7 +375,6 @@ build: |
375 375
376 376 patch -Np1 -i ../${pkgname}-${pkgver}-consolidated-1.patch
377 377 autoconf
378 - cd /tmp/src-openldap-2.6.13
379 378 cd ${pkgname}-${pkgver}
380 379
381 380 ./configure --prefix=/usr \
@@ -388,7 +387,7 @@ build: |
388 387 make
389 388 make DESTDIR=${PKGDIR} install
390 389
391 - rm ${PKGDIR}/usr/lib/liblber.la
390 + rm -f ${PKGDIR}/usr/lib/liblber.la
392 391
393 392 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
394 393
@@ -271,7 +271,6 @@ footprint_opensp_tr: |
271 271 build: |
272 272 cd OpenSP-${pkgver}
273 273 patch -Np1 -i ../OpenSP-1.5.2-gcc14-1.patch
274 - cd /tmp/src-opensp-1.5.2
275 274 cd OpenSP-${pkgver}
276 275 sed -i 's/32,/253,/' lib/Syntax.cxx &&
277 276 sed -i 's/LITLEN 240 /LITLEN 8092/' \
@@ -298,7 +297,7 @@ build: |
298 297 ln -v -sf libosp.so libsp.so
299 298
300 299 # Obsolet lib
301 - rm ${PKGDIR}/usr/lib/libosp.la
300 + rm -f ${PKGDIR}/usr/lib/libosp.la
302 301
303 302 package: |
304 303 true
@@ -297,7 +297,6 @@ build: |
297 297 git clone https://github.com/AcademySoftwareFoundation/Imath src/deps/Imath
298 298
299 299 sed -e '/cmake/d' -i pyproject.toml
300 - cd /tmp/src-opentimeline-0.18.1
301 300 cmake -B build -S OpenTimelineIO-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr -DOTIO_FIND_IMATH=ON -DOTIO_AUTOMATIC_SUBMODULES=OFF -DOTIO_DEPENDENCIES_INSTALL=OFF
302 301
303 302 cmake --build build
@@ -87,8 +87,8 @@ build: |
87 87 make DESTDIR=${PKGDIR} install
88 88
89 89 # Obsolets libs
90 - rm ${PKGDIR}/usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.la
91 - rm ${PKGDIR}/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la
90 + rm -f ${PKGDIR}/usr/lib/openvpn/plugins/openvpn-plugin-auth-pam.la
91 + rm -f ${PKGDIR}/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la
92 92 rm /usr/bin/rst2{man,html}
93 93
94 94 package: |
@@ -42,7 +42,7 @@ build: |
42 42 make DESTDIR=${PKGDIR} install
43 43
44 44 # Obsolet lib
45 - rm ${PKGDIR}/usr/lib/libopus.la
45 + rm -f ${PKGDIR}/usr/lib/libopus.la
46 46
47 47 package: |
48 48 true
@@ -51,4 +51,4 @@ build: |
51 51
52 52 package: |
53 53 # Obsolet lib
54 - rm ${PKGDIR}/usr/lib/libopus{file,url}.la
54 + rm -f ${PKGDIR}/usr/lib/libopus{file,url}.la
@@ -277,7 +277,7 @@ build: |
277 277 ${PKGDIR}/usr/share/doc/parted-${pkgver}
278 278
279 279 # Obsolets libs
280 - rm ${PKGDIR}/usr/lib/libparted{,-fs-resize}.la
280 + rm -f ${PKGDIR}/usr/lib/libparted{,-fs-resize}.la
281 281
282 282 package: |
283 283 true
@@ -45,7 +45,6 @@ build: |
45 45 localedef -i en_US -f UTF-8 en_US.UTF-8
46 46 LC_ALL=en_US.UTF-8 LANG=en_US.utf-8 \
47 47 tar -p -o -C . -xf ./Module-Pluggable-${pkgver}.tar.gz
48 - cd /tmp/src-perl-module-pluggable-6.4
49 48 cd Module-Pluggable-${pkgver}
50 49 perl Makefile.PL INSTALLDIRS=vendor
51 50 make
@@ -126,7 +126,6 @@ footprint_perl-net-ssleay_man: |
126 126 build: |
127 127 cd Net-SSLeay-${pkgver}
128 128 patch -Np1 -i ../Net-SSLeay-1.96-openssl4_fixes-2.patch
129 - cd /tmp/src-perl-net-ssleay-1.96
130 129 cd Net-SSLeay-${pkgver}
131 130
132 131 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
@@ -37,7 +37,6 @@ footprint_perl-sort-versions_man: |
37 37 build: |
38 38 unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
39 39 export PERL_MM_USE_DEFAULT=1
40 - cd /tmp/src-perl-sort-versions-1.62
41 40 cd Sort-Versions-${pkgver}
42 41
43 42 perl Makefile.PL INSTALLDIRS=vendor
@@ -272,7 +272,6 @@ build: |
272 272 -u $IDN -g $SN -s /usr/bin/false $SN
273 273 fi
274 274 sed -i '/systemd_sysusers_dir/s/^/#/' ${pkgname}-${pkgver}/meson.build
275 - cd /tmp/src-polkit-127
276 275 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true polkit-127 builddir -Dman=false -Dsession_tracking=logind -Dtests=true
277 276 meson compile -C builddir
278 277
@@ -38,6 +38,6 @@ build: |
38 38 install -Dm0644 LICENSE.txt ./usr/share/licenses/portaudio/LICENSE.txt
39 39
40 40 # Obsolet lib
41 - rm ${PKGDIR}/usr/lib/libportaudio{,cpp}.la
41 + rm -f ${PKGDIR}/usr/lib/libportaudio{,cpp}.la
42 42 package: |
43 43 true
@@ -2711,7 +2711,6 @@ build: |
2711 2711 groupadd -g 41 postgres
2712 2712 useradd -c "PostgreSQL Server" -g postgres -d /srv/pgsql/data \
2713 2713 -u 41 postgres
2714 - cd /tmp/src-postgresql-18.6
2715 2714 cd ${pkgname}-${pkgver}
2716 2715 # prepare
2717 2716 sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' \
@@ -38,7 +38,6 @@ footprint_procmail_man: |
38 38 build: |
39 39 cd ${pkgname}-${pkgver}
40 40 patch -Np1 -i ../procmail-3.24-consolidated_fixes-1.patch
41 - cd /tmp/src-procmail-3.24
42 41 cd ${pkgname}-${pkgver}
43 42
44 43 yes n | make BASENAME=${PKGDIR}/usr LOCKINGTEST="/tmp ." \
@@ -47,7 +47,6 @@ footprint: |
47 47 build: |
48 48 cd ${pkgname}-${pkgver}
49 49 patch -Np1 -i ../protobuf-c-1.5.2-protobuf34_fix-1.patch
50 - cd /tmp/src-protobuf-c-1.5.2
51 50 cd ${pkgname}-${pkgver}
52 51
53 52 ./configure --prefix=/usr --disable-static
@@ -22,7 +22,7 @@ build: |
22 22 make -j1 DESTDIR=${PKGDIR} install
23 23
24 24 # Obsolet lib
25 - rm ${PKGDIR}/usr/lib/libpth.la
25 + rm -f ${PKGDIR}/usr/lib/libpth.la
26 26
27 27 package: |
28 28 true
@@ -606,7 +606,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
606 606 -rw-r--r--\troot/root\tusr/lib/python3.14/site-packages/babel/py.typed\n-rw-r--r--\troot/root\tusr/lib/python3.14/site-packages/babel/support.py\n\
607 607 -rw-r--r--\troot/root\tusr/lib/python3.14/site-packages/babel/units.py\n-rw-r--r--\troot/root\tusr/lib/python3.14/site-packages/babel/util.py\n"
608 608 build: "cp ./core.zip babel-${pkgver}/cldr/cldr-core-46.zip\ncp ./cldr-common-46.0.zip babel-${pkgver}/cldr/cldr-common-46.0.zip\n\
609 - cd /tmp/src-python-babel-2.18.0\ncd babel-${pkgver}\n\npython setup.py import_cldr\n\npip3 wheel -w dist \\\n --no-build-isolation\
610 609 \ \\\n --no-deps $PWD\n pip3 install --no-index \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user\
611 610 \ \\\n --root=${PKGDIR} \\\n babel\n\n find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm\
612 611 \ -rf \n"
@@ -70,7 +70,6 @@ footprint: |
70 70
71 71 build: |
72 72 mv charset_normalizer-${pkgver} charset-normalizer-${pkgver}
73 - cd /tmp/src-python-charset-normalizer-3.4.7
74 73
75 74 cd charset-normalizer-${pkgver}
76 75
@@ -71,7 +71,6 @@ build: |
71 71 git clone https://github.com/pexpect/pexpect.git
72 72 cd pexpect
73 73 git checkout 4.9
74 - cd /tmp/src-python-pexpect-4.9.0
75 74 cd pexpect
76 75 pip3 wheel -w dist \
77 76 --no-build-isolation \
@@ -46,7 +46,6 @@ build: |
46 46 cd pytz-${pkgver}
47 47 patch -p2 -i ../0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
48 48 rm -r pytz/zoneinfo/
49 - cd /tmp/src-python-pytz-2026.1
50 49 cd pytz-${pkgver}
51 50 python setup.py build
52 51 python setup.py install --prefix=/usr --root=${PKGDIR}
@@ -81,7 +81,6 @@ build: |
81 81 cd requests-${pkgver}
82 82
83 83 patch -Np1 -i ../requests-use_system_certs-2.patch
84 - cd /tmp/src-python-requests-2.34.2
85 84 cd requests-${pkgver}
86 85
87 86 pip3 wheel -w dist \
@@ -964,7 +964,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
964 964 -rw-r--r--\troot/root\tusr/lib/python3.14/site-packages/sphinx/writers/xml.py\n"
965 965 build: "localedef -i en_US -f UTF-8 en_US.UTF-8\n install -d ./sphinx-${pkgver}\n LC_ALL=en_US.UTF-8 LANG=en_US.utf-8\
966 966 \ \\\n bsdtar -xf ./sphinx-${pkgver}.tar.gz \\\n -C .\nsed -e 's/0.22/0.23/' -i sphinx-${pkgver}/pyproject.toml\n\
967 - cd /tmp/src-python-sphinx-9.1.0\ncd sphinx-${pkgver}\n\npython -m build --wheel \\\n --no-isolation --skip-dependency-check\n\
968 967 \npython -m installer \\\n --destdir=${PKGDIR} \\\n dist/*.whl\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs\
969 968 \ rm -rf \n"
970 969 package: |
@@ -57,7 +57,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\ndrwxr-
57 57 build: |
58 58 cd ${pkgname}-${pkgver}
59 59 patch -p1 -i ../gcc14.patch
60 - cd /tmp/src-rapidjson-1.1.0
61 60 cd ${pkgname}-${pkgver}
62 61
63 62 mkdir -pv build
@@ -159,7 +159,7 @@ build: |
159 159 make DESTDIR=${PKGDIR} install
160 160
161 161 # Obsolets lib
162 - rm ${PKGDIR}/usr/lib/libraptor2.la
162 + rm -f ${PKGDIR}/usr/lib/libraptor2.la
163 163
164 164 package: |
165 165 true
@@ -97,7 +97,7 @@ build: |
97 97 make
98 98 make DESTDIR=${PKGDIR} install
99 99
100 - rm ${PKGDIR}/usr/lib/librarian.la
100 + rm -f ${PKGDIR}/usr/lib/librarian.la
101 101
102 102 install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB
103 103 install -Dm644 COPYING.UTILS ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.UTILS
@@ -97,7 +97,7 @@ build: |
97 97 make DESTDIR=${PKGDIR} install
98 98
99 99 # Obsolet lib
100 - rm ${PKGDIR}/usr/lib/librasqal.la
100 + rm -f ${PKGDIR}/usr/lib/librasqal.la
101 101
102 102 package: |
103 103 true
@@ -32,7 +32,6 @@ footprint_redis_service: "drwxr-xr-x\troot/root\tetc/rc.d/\n-rwxr-xr-x\troot/roo
32 32 build: |
33 33 cd ${pkgname}-${pkgver}
34 34 patch -p1 -i ../redis.conf-sane-defaults.patch
35 - cd /tmp/src-redis-7.2.5
36 35 cd ./${pkgname}-${pkgver}
37 36 make PREFIX=/usr
38 37 package: |
@@ -77,7 +77,7 @@ build: |
77 77 ln -sf reiserfsck ${PKGDIR}/usr/bin/fsck.reiserfs
78 78 ln -sf mkreiserfs ${PKGDIR}/usr/bin/mkfs.reiserfs
79 79
80 - rm ${PKGDIR}/usr/lib/libreiserfscore.la
80 + rm -f ${PKGDIR}/usr/lib/libreiserfscore.la
81 81
82 82 package: |
83 83 true
@@ -46,7 +46,6 @@ build: |
46 46 groupadd -g 28 rpc &&
47 47 useradd -c "RPC Bind Daemon Owner" -d /dev/null -g rpc \
48 48 -s /usr/bin/false -u 28 rpc
49 - cd /tmp/src-rpcbind-1.2.9
50 49 cd rpcbind-${pkgver}
51 50 sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c
52 51
@@ -36,7 +36,6 @@ hooks:
36 36 \ -g rtkit \\\n -d /proc \\\n -s /sbin/nologin \\\n -c \"RealtimeKit\" \\\n rtkit\n fi\n\nfi\n"
37 37 build: |
38 38 mv ${pkgname}-v${pkgver} ${pkgname}-${pkgver}
39 - cd /tmp/src-rtkit-0.14
40 39 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true rtkit-0.14 builddir
41 40 meson compile -C builddir
42 41 package: |
@@ -21963,7 +21963,6 @@ footprint_ruby_man: |
21963 21963 build: |
21964 21964 cd ${pkgname}-${pkgver}
21965 21965 patch -Np1 -i ../ruby-4.0.5-openssl4_fixes-1.patch
21966 - cd /tmp/src-ruby-4.0.5
21967 21966 cd ruby-${pkgver}
21968 21967 ./configure --prefix=/usr --enable-shared \
21969 21968 --docdir=/usr/share/doc/${pkgname}
@@ -39,7 +39,7 @@ build: |
39 39 make
40 40 make DESTDIR=${PKGDIR} install
41 41
42 - rm ${PKGDIR}/usr/lib/libsbc.la
42 + rm -f ${PKGDIR}/usr/lib/libsbc.la
43 43
44 44 package: |
45 45 true
@@ -65,7 +65,6 @@ footprint_screen_man: |
65 65 build: |
66 66 cd ${pkgname}-${pkgver}
67 67 NOCONFIGURE=1 ./autogen.sh
68 - cd /tmp/src-screen-5.0.2
69 68 cd ${pkgname}-${pkgver}
70 69
71 70 ./configure --prefix=/usr \
@@ -224,14 +224,13 @@ footprint_sg3-utils_man: |
224 224 build: |
225 225 cd sg3_utils-${pkgver}
226 226 autoreconf -fiv
227 - cd /tmp/src-sg3-utils-1.49
228 227 cd sg3_utils-${pkgver}
229 228 ./configure --prefix=/usr --disable-static
230 229 make
231 230 make DESTDIR=${PKGDIR} install
232 231
233 232 # Obsolet lib
234 - rm ${PKGDIR}/usr/lib/libsgutils2.la
233 + rm -f ${PKGDIR}/usr/lib/libsgutils2.la
235 234
236 235 package: |
237 236 true
@@ -172,7 +172,6 @@ build: |
172 172 patch -Np1 -i ../gcc10.patch
173 173 patch -Np1 -i ../glibc-2.28.patch
174 174 patch -Np1 -i ../buffer-overflow.patch
175 - cd /tmp/src-sharutils-4.15.2
176 175 cd ${pkgname}-${pkgver}
177 176
178 177 sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
@@ -40,7 +40,6 @@ footprint: |
40 40 build: |
41 41 cd ${pkgname}-${pkgver}
42 42 patch -Np1 -i ../Make-libstemmer-a-shared-library.patch
43 - cd /tmp/src-snowball-3.1.1
44 43 cd ${pkgname}-${pkgver}
45 44 make
46 45 install -d ${PKGDIR}/usr/{bin,lib}
@@ -38,7 +38,6 @@ footprint_socat_man: |
38 38 build: |
39 39 cd ${pkgname}-${pkgver}
40 40 patch -Np1 -i ../socat-1.8.1.1-openssl4_fixes-1.patch
41 - cd /tmp/src-socat-1.8.1.3
42 41 cd socat-1.8.1.3
43 42 ./configure --prefix=/usr
44 43 make
@@ -58,7 +58,7 @@ build: |
58 58 make DESTDIR=${PKGDIR} install
59 59
60 60 # Obsolet lib
61 - rm ${PKGDIR}/usr/lib/libSoundTouch.la
61 + rm -f ${PKGDIR}/usr/lib/libSoundTouch.la
62 62
63 63 package: |
64 64 true
@@ -59,7 +59,7 @@ build: |
59 59 make
60 60 make DESTDIR=${PKGDIR} install
61 61
62 - rm ${PKGDIR}/usr/lib/libspeex.la
62 + rm -f ${PKGDIR}/usr/lib/libspeex.la
63 63
64 64 package: |
65 65 true
@@ -117,7 +117,6 @@ footprint: |
117 117
118 118 build: |
119 119 mv SPIRV-Headers-vulkan-sdk-${pkgver} ${pkgname}-${pkgver}
120 - cd /tmp/src-spirv-headers-1.4.357.0
121 120 cmake -B build -S spirv-headers-1.4.357.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
122 121 cmake --build build
123 122
@@ -89,7 +89,6 @@ build: |
89 89
90 90 cd ${pkgname}-${pkgver}
91 91 git tag ${pkgver}
92 - cd /tmp/src-spirv-tools-1.4.357.0
93 92 cd ${pkgname}-${pkgver}
94 93 mkdir build
95 94 cd build
@@ -104,7 +104,6 @@ build: |
104 104 useradd -c "stunnel Daemon" -d /var/lib/$SN \
105 105 -u $IDN -g $SN -s /bin/false $SN
106 106 fi
107 - cd /tmp/src-stunnel-5.80
108 107
109 108 cd ${pkgname}-${pkgver}
110 109 ./configure --prefix=/usr \
@@ -236,7 +236,6 @@ build: |
236 236 cd ${pkgname}-${pkgver}
237 237
238 238 patch -Np1 -i ../subversion-1.14.5-upstream_fixes-1.patch
239 - cd /tmp/src-subversion-1.14.5
240 239 unset MAKEFLAGS
241 240
242 241 cd ${pkgname}-${pkgver}
@@ -254,20 +253,20 @@ build: |
254 253 cp -v -R doc/* ${PKGDIR}/usr/share/doc/subversion-${pkgver}
255 254
256 255 # Obsolets libs
257 - rm ${PKGDIR}/usr/lib/libsvn_client-1.la
258 - rm ${PKGDIR}/usr/lib/libsvn_delta-1.la
259 - rm ${PKGDIR}/usr/lib/libsvn_diff-1.la
260 - rm ${PKGDIR}/usr/lib/libsvn_fs-1.la
261 - rm ${PKGDIR}/usr/lib/libsvn_fs_fs-1.la
262 - rm ${PKGDIR}/usr/lib/libsvn_fs_util-1.la
263 - rm ${PKGDIR}/usr/lib/libsvn_fs_x-1.la
264 - rm ${PKGDIR}/usr/lib/libsvn_ra-1.la
265 - rm ${PKGDIR}/usr/lib/libsvn_ra_local-1.la
266 - rm ${PKGDIR}/usr/lib/libsvn_ra_serf-1.la
267 - rm ${PKGDIR}/usr/lib/libsvn_ra_svn-1.la
268 - rm ${PKGDIR}/usr/lib/libsvn_repos-1.la
269 - rm ${PKGDIR}/usr/lib/libsvn_subr-1.la
270 - rm ${PKGDIR}/usr/lib/libsvn_wc-1.la
256 + rm -f ${PKGDIR}/usr/lib/libsvn_client-1.la
257 + rm -f ${PKGDIR}/usr/lib/libsvn_delta-1.la
258 + rm -f ${PKGDIR}/usr/lib/libsvn_diff-1.la
259 + rm -f ${PKGDIR}/usr/lib/libsvn_fs-1.la
260 + rm -f ${PKGDIR}/usr/lib/libsvn_fs_fs-1.la
261 + rm -f ${PKGDIR}/usr/lib/libsvn_fs_util-1.la
262 + rm -f ${PKGDIR}/usr/lib/libsvn_fs_x-1.la
263 + rm -f ${PKGDIR}/usr/lib/libsvn_ra-1.la
264 + rm -f ${PKGDIR}/usr/lib/libsvn_ra_local-1.la
265 + rm -f ${PKGDIR}/usr/lib/libsvn_ra_serf-1.la
266 + rm -f ${PKGDIR}/usr/lib/libsvn_ra_svn-1.la
267 + rm -f ${PKGDIR}/usr/lib/libsvn_repos-1.la
268 + rm -f ${PKGDIR}/usr/lib/libsvn_subr-1.la
269 + rm -f ${PKGDIR}/usr/lib/libsvn_wc-1.la
271 270
272 271 package: |
273 272 true
@@ -460,7 +460,6 @@ footprint_syslinux_man: |
460 460 build: |
461 461 cd ${pkgname}-${pkgver}
462 462 patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
463 - cd /tmp/src-syslinux-6.03
464 463 unset MAKEFLAGS
465 464 cd ${pkgname}-${pkgver}
466 465 cp bios/core/isolinux.bin ../isolinux.bin
@@ -265,6 +265,6 @@ build: |
265 265 make DESTDIR=${PKGDIR} install
266 266
267 267 # Obsolet lib
268 - rm ${PKGDIR}/usr/lib/libudisks2.la
268 + rm -f ${PKGDIR}/usr/lib/libudisks2.la
269 269 package: |
270 270 true
@@ -171,7 +171,6 @@ build: |
171 171
172 172 # don't force-enable tcp selective acks
173 173 sed -i -e '/net\/ipv4\/tcp_sack/s/^/#/g' conf/sysctl.conf
174 - cd /tmp/src-ufw-0.36.2
175 174 cd ${pkgname}-${pkgver}
176 175
177 176 python3 setup.py install --root=${PKGDIR}
@@ -88,4 +88,4 @@ package: |
88 88 cp -vR doc/* /usr/share/doc/unixODBC
89 89
90 90 # Obsolets libs
91 - rm ${PKGDIR}/usr/lib/libodbc{,cr,inst}.la
91 + rm -f ${PKGDIR}/usr/lib/libodbc{,cr,inst}.la
@@ -43,7 +43,6 @@ footprint: |
43 43
44 44 build: |
45 45 mv utfcpp-${pkgver} ${pkgname}-${pkgver}
46 - cd /tmp/src-utf8cpp-4.1.1
47 46 cd ${pkgname}-${pkgver}
48 47
49 48 mkdir build
@@ -77,7 +77,7 @@ build: |
77 77 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
78 78
79 79 # Obsolets libs
80 - rm ${PKGDIR}/usr/lib/libvamp-{,host}sdk.la
80 + rm -f ${PKGDIR}/usr/lib/libvamp-{,host}sdk.la
81 81
82 82 package: |
83 83 true
@@ -69,11 +69,10 @@ build: |
69 69 cd ${pkgname}-${pkgver}
70 70
71 71 patch -Np1 -i ../libxml214.patch
72 - cd /tmp/src-vcdimager-2.0.1
73 72 cd vcdimager-2.0.1
74 73 ./configure --prefix=/usr
75 74 make
76 75
77 76 package: |
78 77 # Obsolet lib
79 - rm ${PKGDIR}/usr/lib/libvcdinfo.la
78 + rm -f ${PKGDIR}/usr/lib/libvcdinfo.la
@@ -95,7 +95,6 @@ build: |
95 95 cd ${pkgname}-${pkgver}
96 96 autoreconf -fiv
97 97 find . -name ".pyc" -delete
98 - cd /tmp/src-volume_key-0.3.12
99 98 cd ${pkgname}-${pkgver}
100 99
101 100 export CFLAGS+=" $(python3-config --includes)"
@@ -109,6 +108,6 @@ build: |
109 108 #sed -i '/config.h/d' ${PKGDIR}/usr/include/volume_key/libvolume_key.h
110 109
111 110 # Obsolet lib
112 - rm ${PKGDIR}/usr/lib/libvolume_key.la
111 + rm -f ${PKGDIR}/usr/lib/libvolume_key.la
113 112 package: |
114 113 true
@@ -115,7 +115,6 @@ build: |
115 115 useradd -c "anonymous_user" -d /home/ftp -g $SN2 \
116 116 -s /usr/bin/false -u $IDN2 $SN2
117 117 fi
118 - cd /tmp/src-vsftpd-3.0.5
119 118 cd ${pkgname}-${pkgver}
120 119
121 120 sed -e "s/kVSFSysStrOpenUnknown;/(enum EVSFSysUtilOpenMode)&/" -i sysstr.c
@@ -10580,7 +10580,6 @@ build: |
10580 10580
10581 10581 cd public.sdk
10582 10582 patch -Np1 -i ../../vst3sdk-3.7.7_build_19-public_sdk_gcc13.patch
10583 - cd /tmp/src-vst3sdk-3.8.1_build_84
10584 10583 mkdir -p ${PKGDIR}/usr/lib/pkgconfig
10585 10584
10586 10585 echo "Name: vst3sdk
@@ -54,7 +54,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/share/\ndrwx
54 54 root/root\tusr/share/vulkan/registry/vkconventions.py\n-rw-rw-r--\troot/root\tusr/share/vulkan/registry/vulkan_object.py\n"
55 55 build: |
56 56 mkdir build
57 - cd /tmp/src-vulkan-headers-1.4.357
58 57 cd build
59 58
60 59 cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -58,7 +58,7 @@ build: |
58 58 make
59 59 make DESTDIR=${PKGDIR} install
60 60
61 - rm ${PKGDIR}/usr/lib/libwavpack.la
61 + rm -f ${PKGDIR}/usr/lib/libwavpack.la
62 62
63 63 package: |
64 64 true
@@ -51,7 +51,6 @@ build: |
51 51 git clone https://anongit.freedesktop.org/git/pulseaudio/webrtc-audio-processing ${pkgname}
52 52 cd ${pkgname}
53 53 git checkout e882a5442ac22c93648e12837248d651d18b9247
54 - cd /tmp/src-webrtc-audio-processing-2.1
55 54 cd ${pkgname}
56 55 NOCONFIGURE=1 ./autogen.sh
57 56
@@ -61,7 +60,7 @@ build: |
61 60 make DESTDIR=${PKGDIR} install
62 61
63 62 # Obsolet lib
64 - rm ${PKGDIR}/usr/lib/libwebrtc_audio_processing.la
63 + rm -f ${PKGDIR}/usr/lib/libwebrtc_audio_processing.la
65 64
66 65 package: |
67 66 true
@@ -115,7 +115,6 @@ footprint_wireguard-tools_man: |
115 115 build: |
116 116 cd ${pkgname}-${pkgver}/
117 117 find contrib/ -name '.gitignore' -delete
118 - cd /tmp/src-wireguard-tools-1.0.20260223
119 118 cd ${pkgname}-${pkgver}/src
120 119
121 120 make
@@ -529,7 +529,6 @@ build: |
529 529
530 530 touch AUTHORS ChangeLog
531 531 autoreconf -fi
532 - cd /tmp/src-wv-1.2.9
533 532 cd ${pkgname}-${pkgver}
534 533 ./configure --prefix=/usr --mandir=/usr/share/man
535 534
@@ -537,7 +536,7 @@ build: |
537 536 make DESTDIR=${PKGDIR} install
538 537
539 538 # Obsolet lib
540 - rm ${PKGDIR}/usr/lib/libwv.la
539 + rm -f ${PKGDIR}/usr/lib/libwv.la
541 540
542 541 package: |
543 542 true
@@ -58,7 +58,6 @@ hooks:
58 58
59 59 build: |
60 60 mv ${pkgname}-v${pkgver} ${pkgname}-${pkgver}
61 - cd /tmp/src-xdg-user-dirs-0.20
62 61 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xdg-user-dirs-0.20 builddir
63 62 meson compile -C builddir
64 63
@@ -214,7 +214,7 @@ build: |
214 214 PKG_ROOT_SBIN="/usr/bin" install-dev
215 215 rm -rfv ${PKGDIR}/lib/libhandle.{a,la,so}
216 216 ln -sfv ../../lib/libhandle.so.1 ${PKGDIR}/usr/lib/libhandle.so
217 - rm ${PKGDIR}/usr/lib/libhandle.la
217 + rm -f ${PKGDIR}/usr/lib/libhandle.la
218 218
219 219 package: |
220 220 true
@@ -73,7 +73,6 @@ footprint_xmlto_man: |
73 73 build: |
74 74 cd ${pkgname}-${pkgver}
75 75 autoreconf -fiv
76 - cd /tmp/src-xmlto-0.0.28
77 76 cd ${pkgname}-${pkgver}
78 77 unset MAKEFLAGS
79 78 LINKS="/usr/bin/links" \
@@ -36,7 +36,7 @@ build: |
36 36
37 37 ./configure --prefix=/usr
38 38 make DESTDIR=${PKGDIR} install
39 - rm ${PKGDIR}/usr/lib/libyaml.la
39 + rm -f ${PKGDIR}/usr/lib/libyaml.la
40 40
41 41 package: |
42 42 true
@@ -130,7 +130,7 @@ build: |
130 130 install -Dm644 ./zmq.hpp ${PKGDIR}/usr/include/zmq.hpp
131 131
132 132 # Obsolet lib
133 - rm ${PKGDIR}/usr/lib/libzmq.la
133 + rm -f ${PKGDIR}/usr/lib/libzmq.la
134 134
135 135 install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
136 136
@@ -1559,7 +1559,6 @@ build: |
1559 1559
1560 1560 #sed -e 's|/etc/z|/etc/zsh/z|g' \
1561 1561 # -i Doc/*.*
1562 - cd /tmp/src-zsh-5.9.2
1563 1562 cd ${pkgname}-${pkgver}
1564 1563 ./configure --prefix=/usr \
1565 1564 --bindir=/bin \