Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / xapp
Commits: c6f436c0 by Antonio Rojas at 2023-09-14T23:32:11+02:00 upgpkg: 2.6.1-2: Install scripts (FS#79691) - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=xapp pkgver=2.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Common library for X-Apps project" arch=(x86_64) url="https://github.com/linuxmint/${pkgname}" @@ -30,9 +30,6 @@ build() { package(){ DESTDIR="${pkgdir}" samu -C build install - # rm useless scripts - rm -r "${pkgdir}"/usr/bin - # byte-compile python modules since meson does not implement autotools’ py-compile. local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") python -m compileall -o 0 -o 1 -o 2 --hardlink-dupes -s "${pkgdir}" "${pkgdir}"${site_packages} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xapp/-/commit/c6f436c0d60596115ea82d798e7acce79bb234dd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xapp/-/commit/c6f436c0d60596115ea82d798e7acce79bb234dd You're receiving this email because of your account on gitlab.archlinux.org.
