remove patchelf
This commit is contained in:
parent
26e70cda0b
commit
1f33aefff2
2 changed files with 0 additions and 15 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -5,7 +5,6 @@ pkgbase = cemu-bin
|
||||||
url = https://cemu.info
|
url = https://cemu.info
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MPL2
|
license = MPL2
|
||||||
makedepends = patchelf
|
|
||||||
depends = at-spi2-core
|
depends = at-spi2-core
|
||||||
depends = cairo
|
depends = cairo
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
|
|
14
PKGBUILD
14
PKGBUILD
|
@ -10,7 +10,6 @@ url="https://cemu.info"
|
||||||
license=('MPL2')
|
license=('MPL2')
|
||||||
depends=('at-spi2-core' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'glu' 'gtk3' 'harfbuzz' 'hicolor-icon-theme'
|
depends=('at-spi2-core' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'glu' 'gtk3' 'harfbuzz' 'hicolor-icon-theme'
|
||||||
'libglvnd' 'libice' 'libpng' 'libsm' 'libx11' 'libxext' 'libxrender' 'pango' 'wayland')
|
'libglvnd' 'libice' 'libpng' 'libsm' 'libx11' 'libxext' 'libxrender' 'pango' 'wayland')
|
||||||
makedepends=('patchelf')
|
|
||||||
provides=('cemu')
|
provides=('cemu')
|
||||||
conflicts=('cemu' 'cemu-git')
|
conflicts=('cemu' 'cemu-git')
|
||||||
options=(!strip !docs libtool emptydirs)
|
options=(!strip !docs libtool emptydirs)
|
||||||
|
@ -24,19 +23,6 @@ sha256sums=('2f06d12635ef13012523a515e7669e38e53c8f4c11133286bb2e5779fb057b8e'
|
||||||
'6458a99b8bd54e44857efa0f82bfd6035e7e072e7e080e3330e4e2cfe89cbd33'
|
'6458a99b8bd54e44857efa0f82bfd6035e7e072e7e080e3330e4e2cfe89cbd33'
|
||||||
'9a281a8c5b9d0dbe826c5ea0d942f5d2c307d6d9e60729352240e82ee24c5bfe')
|
'9a281a8c5b9d0dbe826c5ea0d942f5d2c307d6d9e60729352240e82ee24c5bfe')
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd $srcdir/Cemu_$_srcver
|
|
||||||
|
|
||||||
_libs=('libffi.so.7' 'libicuuc.so.71' 'libicui18n.so.71' 'libicudata.so.71')
|
|
||||||
for lib in ${_libs[@]}
|
|
||||||
do
|
|
||||||
patchelf --replace-needed $lib ${lib%.*} ./Cemu
|
|
||||||
done
|
|
||||||
|
|
||||||
patchelf --remove-needed libsepol.so.1 ./Cemu
|
|
||||||
patchelf --remove-needed libselinux.so.1 ./Cemu
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $srcdir/Cemu_$_srcver
|
cd $srcdir/Cemu_$_srcver
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue