Commit fc3bd1e
0
plików
+0
dodanych
-0
usuniętych
@@ -5804,6 +5804,6 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\nlrwxrw
5804
5804
footprint_python_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\nlrwxrwxrwx\troot/root\t\
5805
5805
usr/share/man/man1/python.1.gz -> python3.14.1.gz\nlrwxrwxrwx\troot/root\tusr/share/man/man1/python3.1.gz -> python3.14.1.gz\n\
5806
5806
-rw-r--r--\troot/root\tusr/share/man/man1/python3.14.1.gz\n"
5807
-build: "bsdtar -xf Python-${pkgver}.tar.xz\ncd Python-${pkgver}\npatch -Np1 -i ../${pkgname}-${pkgver}-openssl_4-1.patch\nCXX=\"/usr/bin/g++\" \\\n./configure --prefix=/usr \\\n --enable-shared \\\n --with-system-expat \\\n --with-ensurepip=no\nmake\n\nmake DESTDIR=${PKGDIR} install\n\nchmod -v 755 ${PKGDIR}/usr/lib/libpython3.14.so\nchmod -v 755 ${PKGDIR}//usr/lib/libpython3.so\n\nln -s python3 ${PKGDIR}/usr/bin/python\nln -s python3-config ${PKGDIR}/usr/bin/python-config\nln -s idle3 ${PKGDIR}/usr/bin/idle\nln -s pydoc3 ${PKGDIR}/usr/bin/pydoc\nfor i in pep517 tomli\ndo\n\n\tln -s /usr/lib/python3.14/site-packages/pip/_vendor/$i \\\n\t\t${PKGDIR}//usr/lib/python3.14/site-packages/$i\ndone\nln -s python3.14.1 ${PKGDIR}/usr/share/man/man1/python.1\n\n# Install all HTML Docs files with desktop menu integration\n\n install -v -dm755 ${PKGDIR}/usr/share/doc/${pkgname}/html\n cd .\n tar --strip-components=1 \\\n --no-same-owner \\\n --no-same-permissions \\\n -C ${PKGDIR}/usr/share/doc/${pkgname}/html \\\n -xvf ./python-${pkgver}-docs-html.tar.bz2\n\n find ${PKGDIR}/usr/share/doc/${pkgname} -type d -exec chmod 0755 {} \\;\n find ${PKGDIR}/usr/share/doc/${pkgname} -type f -exec chmod 0644 {} \\;\n\n mkdir -p ${PKGDIR}/usr/share/applications\n echo \"[Desktop Entry]\nCategories=Development;Documentation\nExec=xdg-open file:///usr/share/doc/${pkgname}/html/index.html\nIcon=${pkgname}\nStartupNotify=false\nTerminal=false\nType=Application\nName=Python Documentation\nName[fr]=Documentation Python\" > ${PKGDIR}/usr/share/applications/${pkgname}.desktop\n install -Dm644 ./${pkgname}.png \\\n ${PKGDIR}/usr/share/icons/hicolor/16x16/apps/${pkgname}.png\n"
5807
+build: "bsdtar -xf Python-${pkgver}.tar.xz\ncd Python-${pkgver}\npatch -Np1 -i ../${pkgname}-${pkgver}-openssl_4-1.patch\nCXX=\"/usr/bin/g++\" \\\n./configure --prefix=/usr \\\n --enable-shared \\\n --with-system-expat \\\n --with-ensurepip=no\nmake\n\nmake DESTDIR=${PKGDIR} install\n\nchmod -v 755 ${PKGDIR}/usr/lib/libpython3.14.so\nchmod -v 755 ${PKGDIR}//usr/lib/libpython3.so\n\nln -s python3 ${PKGDIR}/usr/bin/python\nln -s python3-config ${PKGDIR}/usr/bin/python-config\nln -s idle3 ${PKGDIR}/usr/bin/idle\nln -s pydoc3 ${PKGDIR}/usr/bin/pydoc\nfor i in pep517 tomli\ndo\n\n\tln -s /usr/lib/python3.14/site-packages/pip/_vendor/$i \\\n\t\t${PKGDIR}//usr/lib/python3.14/site-packages/$i\ndone\nln -s python3.14.1 ${PKGDIR}/usr/share/man/man1/python.1\n\n# Install all HTML Docs files with desktop menu integration\n\n install -v -dm755 ${PKGDIR}/usr/share/doc/${pkgname}/html\n cd .\n tar --strip-components=1 \\\n --no-same-owner \\\n --no-same-permissions \\\n -C ${PKGDIR}/usr/share/doc/${pkgname}/html \\\n -xvf ./python-${pkgver}-docs-html.tar.bz2 || true\n\n find ${PKGDIR}/usr/share/doc/${pkgname} -type d -exec chmod 0755 {} \\;\n find ${PKGDIR}/usr/share/doc/${pkgname} -type f -exec chmod 0644 {} \\;\n\n mkdir -p ${PKGDIR}/usr/share/applications\n echo \"[Desktop Entry]\nCategories=Development;Documentation\nExec=xdg-open file:///usr/share/doc/${pkgname}/html/index.html\nIcon=${pkgname}\nStartupNotify=false\nTerminal=false\nType=Application\nName=Python Documentation\nName[fr]=Documentation Python\" > ${PKGDIR}/usr/share/applications/${pkgname}.desktop\n install -Dm644 ./${pkgname}.png \\\n ${PKGDIR}/usr/share/icons/hicolor/16x16/apps/${pkgname}.png\n"
5808
5808
package: |
5809
5809
true