mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 10:22:46 +00:00
packaging: skip RPATH when building Arch packages
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
064e3ff428
commit
668ea81568
4 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katana-extraapps
|
||||
pkgver=4.22.0.r1178.b77042ff
|
||||
pkgver=4.22.0.r1181.4815a57d
|
||||
pkgrel=1
|
||||
pkgdesc="Katana extra applications"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
@ -38,7 +38,7 @@ build() {
|
|||
cmake ../kde-extraapps \
|
||||
-Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
-DCMAKE_SKIP_RPATH=TRUE
|
||||
make
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katana-workspace
|
||||
pkgver=4.22.0.r1680.27b1b535
|
||||
pkgver=4.22.0.r1686.624185ad
|
||||
pkgrel=1
|
||||
pkgdesc="Katana workspace interface, base applications and tools"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
@ -47,7 +47,7 @@ build() {
|
|||
cmake ../kde-workspace \
|
||||
-Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
-DCMAKE_SKIP_RPATH=TRUE
|
||||
make
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||
|
||||
pkgname=katanalibs
|
||||
pkgver=4.22.0.r2739.f061b1a7
|
||||
pkgver=4.22.0.r2797.7a8eccb9
|
||||
pkgrel=1
|
||||
pkgdesc="Katana core libraries"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
@ -39,6 +39,7 @@ 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 \
|
||||
|
|
|
@ -29,6 +29,7 @@ build() {
|
|||
cmake ../libdbusmenu-qt \
|
||||
-Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue