← recipes

Commit 764a62f

31
plików
+38
dodanych
-38
usuniętych
@@ -8529,7 +8529,7 @@ hooks:
8529 8529 rm -f usr/share/icons/Arc/icon-theme.cache
8530 8530
8531 8531 build: |
8532 - cd ${pkgname}-${pkgver}
8532 + cd arc-icon-theme
8533 8533 ./autogen.sh --prefix=/usr
8534 8534 make
8535 8535 make DESTDIR=${PKGDIR} install
@@ -130,9 +130,9 @@ hooks:
130 130 systemctl enable --global obex
131 131
132 132 build: |
133 - cd ${pkgname}-${pkgver}
133 + cd bluez
134 134 ./bootstrap
135 - cd ${pkgname}-${pkgver}
135 + cd bluez
136 136
137 137 ./configure --prefix=/usr \
138 138 --sbindir=/usr/bin \
@@ -35,7 +35,7 @@ footprint: |
35 35 -rwxr-xr-x root/root usr/lib/libchromaprint.so.1.6.1
36 36
37 37 build: |
38 - cd ${pkgname}-${pkgver}
38 + cd chromaprint
39 39 cmake \
40 40 -DCMAKE_INSTALL_PREFIX=/usr \
41 41 -DCMAKE_BUILD_TYPE=Release \
@@ -164,10 +164,10 @@ footprint: |
164 164 drwxr-xr-x root/root usr/share/
165 165
166 166 build: |
167 - cd ${pkgname}-${pkgver}
167 + cd gavl
168 168 git cherry-pick -n 5b776fe265810ff98f3a4e918d2afb0d337aa965
169 169 autoreconf -fi
170 - cd ${pkgname}-${pkgver}
170 + cd gavl
171 171 ./configure --prefix=/usr \
172 172 --localstatedir=/var \
173 173 --sysconfdir=/etc \
@@ -1780,7 +1780,7 @@ footprint_gedit_zh: |
1780 1780 build: |
1781 1781 git clone https://gitlab.gnome.org/GNOME/libgd.git
1782 1782
1783 - cd ${pkgname}-${pkgver}
1783 + cd gedit
1784 1784 git submodule init
1785 1785 git submodule set-url subprojects/libgd ./libgd
1786 1786 git -c protocol.file.allow=always submodule update
@@ -570,5 +570,5 @@ build: |
570 570 meson compile -C builddir
571 571
572 572 package: |
573 - cd ${pkgname}-${pkgver}
573 + cd gnome-maps
574 574 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
@@ -195,14 +195,14 @@ footprint_gnome-shell-extension-dash-to-panel_zh: |
195 195 -rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/dash-to-panel.mo
196 196
197 197 build: |
198 - cd ${pkgname}-${pkgver}
198 + cd dash-to-panel
199 199 patch -Np1 -i ../${pkgname}-fix-crash-on-close.patch
200 200 patch -Np1 -i ../${pkgname}-fix-crash-on-shutdown.patch
201 - cd ${pkgname}-${pkgver}
201 + cd dash-to-panel
202 202 make
203 203
204 204 package: |
205 - cd ${pkgname}-${pkgver}
205 + cd dash-to-panel
206 206 make VERSION=${pkgver} DESTDIR=${PKGDIR} install
207 207 install -Dm644 COPYING \
208 208 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
@@ -481,7 +481,7 @@ footprint_graphviz_man: |
481 481 -rw-r--r-- root/root usr/share/man/man7/graphviz.7.gz
482 482
483 483 build: |
484 - cd ${pkgname}-${pkgver}
484 + cd graphviz
485 485
486 486 sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac
487 487
@@ -61,7 +61,7 @@ footprint: |
61 61 -rwxr-xr-x root/root usr/lib/libebml.so.6.0.0
62 62
63 63 build: |
64 - cd ${pkgname}-${pkgver}
64 + cd libebml
65 65 mkdir build
66 66 cd build
67 67 cmake .. \
@@ -52,7 +52,7 @@ footprint: |
52 52 -rwxr-xr-x root/root usr/lib/libmatroska.so.8.0.0
53 53
54 54 build: |
55 - cd ${pkgname}-${pkgver}
55 + cd libmatroska
56 56 mkdir build
57 57 cd build
58 58
@@ -103,9 +103,9 @@ footprint_libostree_service: |
103 103 -rw-r--r-- root/root usr/lib/systemd/system/ostree-state-overlay@.service
104 104
105 105 build: |
106 - cd ${pkgname}-${pkgver}
106 + cd ostree
107 107 NOCONFIGURE=1 ./autogen.sh
108 - cd ${pkgname}-${pkgver}
108 + cd ostree
109 109 ./configure --prefix=/usr \
110 110 --with-openssl \
111 111 --sysconfdir=/etc \
@@ -306,7 +306,7 @@ build: |
306 306
307 307 DESTDIR=${PKGDIR} meson install -C build
308 308
309 - cd ${pkgname}-${pkgver}
309 + cd libshumate
310 310 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
311 311
312 312 package: |
@@ -94,7 +94,7 @@ footprint: |
94 94 -rw-r--r-- root/root usr/share/licenses/libva/COPYING
95 95
96 96 build: |
97 - cd ${pkgname}-${pkgver}
97 + cd libva
98 98
99 99 mkdir libva-build
100 100 cd libva-build
@@ -893,11 +893,11 @@ footprint_libwacom_man: |
893 893 -rw-r--r-- root/root usr/share/man/man1/libwacom-show-stylus.1.gz
894 894
895 895 build: |
896 - cd ${pkgname}-${pkgver}
896 + cd libwacom
897 897 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir -Dtests=disabled
898 898 meson compile -C builddir
899 899 DESTDIR=${PKGDIR} meson install -C builddir
900 900
901 901 package: |
902 - cd ${pkgname}-${pkgver}
902 + cd libwacom
903 903 install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
@@ -402,7 +402,7 @@ footprint_malcontent_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-
402 402 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/malcontent.mo\n"
403 403 build: |
404 404 git clone https://gitlab.gnome.org/GNOME/gvdb.git
405 - cd ${pkgname}-${pkgver}
405 + cd malcontent
406 406 patch -Np1 -i../0001-meson-Statically-link-against-libgcc.patch
407 407 git submodule init
408 408 git submodule set-url subprojects/gvdb ./gvdb
@@ -681,7 +681,7 @@ footprint_mutter_zh: |
681 681 -rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/mutter.mo
682 682
683 683 build: |
684 - cd ${pkgname}-${pkgver}
684 + cd mutter
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
@@ -617,7 +617,7 @@ hooks:
617 617 systemctl disable NetworkManager-wait-online
618 618
619 619 build: |
620 - cd ${pkgname}-${pkgver}
620 + cd NetworkManager
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 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
@@ -472,7 +472,7 @@ footprint_packagekit_zh: |
472 472 -rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/PackageKit.mo
473 473
474 474 build: |
475 - cd ${pkgname}-${pkgver}
475 + cd Packagekit
476 476 patch -Np1 -i ../config.patch
477 477 patch -Np1 -i ../${pkgname}-${pkgver}-cards-consolidate-${pkgrel}.patch
478 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
@@ -300,7 +300,7 @@ footprint_podman_man: |
300 300 -rw-r--r-- root/root usr/share/man/man7/podman-troubleshooting.7.gz
301 301
302 302 build: |
303 - cd ${pkgname}-${pkgver}
303 + cd libpod
304 304
305 305 export PATH=/usr/lib/go/bin:$PATH
306 306 export GOFLAGS="-buildmode=pie"
@@ -2953,7 +2953,7 @@ footprint_scribus_man: |
2953 2953 -rw-r--r-- root/root usr/share/man/pl/man1/scribus.1.gz
2954 2954
2955 2955 build: |
2956 - cd ${pkgname}-${pkgver}
2956 + cd scribus
2957 2957 mkdir build
2958 2958 cd build
2959 2959 cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
@@ -120,7 +120,7 @@ footprint: |
120 120 -rw-r--r-- root/root usr/lib/python3.14/site-packages/shiboken6_generator/_git_shiboken_generator_version.py
121 121
122 122 build: |
123 - cd ${pkgname}-${pkgver}
123 + cd pyside-setup
124 124 # Fix header install dir
125 125 git cherry-pick -n d252378a3980c99e23340e6b722631182814d8bb \
126 126 71c4d1750463c99ab9cbff7e1d7162210506f225
@@ -702,7 +702,7 @@ footprint_yelp_zh: |
702 702 -rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/yelp.mo
703 703
704 704 build: |
705 - cd ${pkgname}-${pkgver}
705 + cd yelp
706 706
707 707 mkdir build
708 708 cd build
@@ -45,7 +45,7 @@ footprint_asciinema_man: |
45 45 -rw-r--r-- root/root usr/share/man/man1/asciinema.1.gz
46 46
47 47 build: |
48 - cd ${pkgname}-${pkgver}
48 + cd asciinema
49 49 env ASCIINEMA_GEN_DIR="." \
50 50 cargo build --release
51 51
@@ -692,7 +692,7 @@ 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 ${pkgname}-${pkgver}
695 + cd asio
696 696
697 697 autoreconf -fiv
698 698
@@ -60,9 +60,9 @@ footprint_confuse_sv: |
60 60 -rw-r--r-- root/root usr/share/locale/sv/LC_MESSAGES/confuse.mo
61 61
62 62 build: |
63 - cd ${pkgname}-${pkgver}
63 + cd libconfuse
64 64 autoreconf -vfi
65 - cd ${pkgname}-${pkgver}
65 + cd libconfuse
66 66 ./configure --prefix=/usr --enable-shared
67 67
68 68 make
@@ -42,7 +42,7 @@ build: |
42 42 useradd -c 'dhcpcd PrivSep' -d /var/lib/${pkgname} \
43 43 -g ${pkgname} -s /usr/bin/false -u 52 ${pkgname}
44 44 install -v m700 -d ${PKGDIR}/var/lib/${pkgname}
45 - cd ${pkgname}-${pkgver}
45 + cd dhcpcd
46 46
47 47 sed -i "s@mkdir@/bin/mkdir@" hooks/*
48 48
@@ -82,7 +82,7 @@ footprint_fastfetch_man: |
82 82 -rw-r--r-- root/root usr/share/man/man1/fastfetch.1.gz
83 83
84 84 build: |
85 - cd ${pkgname}-${pkgver}
85 + cd fastfetch
86 86
87 87 mkdir build
88 88 cd build
@@ -93,7 +93,7 @@ hooks:
93 93 grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
94 94
95 95 build: |
96 - cd ${pkgname}-${pkgver}
96 + cd fish-shell
97 97 mkdir build
98 98 cd build
99 99 cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -69,7 +69,7 @@ footprint_openvpn_man: |
69 69 -rw-r--r-- root/root usr/share/man/man8/openvpn.8.gz
70 70
71 71 build: |
72 - cd ${pkgname}-${pkgver}
72 + cd openvpn
73 73
74 74 sed -i '/^CONFIGURE_DEFINES=/s/set/env/g' configure.ac
75 75 #patch -Np1 < ../0001-unprivileged.patch
@@ -76,7 +76,7 @@ footprint: |
76 76 -rw-r--r-- root/root usr/share/licenses/python-h2/LICENSE
77 77
78 78 build: |
79 - cd ${pkgname}-${pkgver}
79 + cd h2
80 80
81 81 python -m build --wheel --no-isolation
82 82 python -m installer --destdir=${PKGDIR} dist/*.whl
@@ -827,7 +827,7 @@ hooks:
827 827 -g unbound -s /bin/false unbound
828 828
829 829 build: |
830 - cd ${pkgname}-${pkgver}
830 + cd unbound
831 831
832 832 ./configure --prefix=/usr \
833 833 --sbindir=/usr/bin \