packaging: do not set CMAKE_SKIP_RPATH when building Arch Linux packages

see:
https://github.com/fluxer/katana/issues/36

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-05-20 20:27:59 +03:00
parent 57d96b8582
commit fbd411dd47
4 changed files with 5 additions and 9 deletions

View file

@ -35,8 +35,7 @@ build() {
cd build
cmake ../kde-extraapps \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=TRUE
-DCMAKE_BUILD_TYPE=Release
make
}

View file

@ -3,7 +3,7 @@
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
pkgname=katana-workspace
pkgver=4.23.0.r2156.f0afb63c
pkgver=4.23.0.r2178.2f78f4d8
pkgrel=1
pkgdesc="Katana workspace interface, base applications and tools"
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
@ -47,8 +47,7 @@ build() {
cd build
cmake ../kde-workspace \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=TRUE
-DCMAKE_BUILD_TYPE=Release
make
}

View file

@ -3,7 +3,7 @@
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
pkgname=katanalibs
pkgver=4.23.0.r3634.5e3ceb0d
pkgver=4.23.0.r3738.f8521999
pkgrel=1
pkgdesc="Katana core libraries"
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
@ -33,7 +33,6 @@ build() {
cmake ../kdelibs \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=TRUE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE4_SYSCONF_INSTALL_DIR=/etc \
-DKDE4_LIBEXEC_INSTALL_DIR=/usr/lib/kde4

View file

@ -3,7 +3,7 @@
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
pkgname=libdbusmenu-katie
pkgver=4.23.0.r22.a1addb7
pkgver=4.23.0.r36.b630e21
pkgrel=1
pkgdesc="Katie implementation of the DBusMenu protocol"
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
@ -29,7 +29,6 @@ build() {
cmake ../libdbusmenu-qt \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=TRUE \
-DCMAKE_INSTALL_PREFIX=/usr
make
}