mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +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
|
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||||
|
|
||||||
pkgname=katana-extraapps
|
pkgname=katana-extraapps
|
||||||
pkgver=4.22.0.r1178.b77042ff
|
pkgver=4.22.0.r1181.4815a57d
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Katana extra applications"
|
pkgdesc="Katana extra applications"
|
||||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||||
|
@ -38,7 +38,7 @@ build() {
|
||||||
cmake ../kde-extraapps \
|
cmake ../kde-extraapps \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_SKIP_RPATH=TRUE
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||||
|
|
||||||
pkgname=katana-workspace
|
pkgname=katana-workspace
|
||||||
pkgver=4.22.0.r1680.27b1b535
|
pkgver=4.22.0.r1686.624185ad
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Katana workspace interface, base applications and tools"
|
pkgdesc="Katana workspace interface, base applications and tools"
|
||||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||||
|
@ -47,7 +47,7 @@ build() {
|
||||||
cmake ../kde-workspace \
|
cmake ../kde-workspace \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_SKIP_RPATH=TRUE
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||||
|
|
||||||
pkgname=katanalibs
|
pkgname=katanalibs
|
||||||
pkgver=4.22.0.r2739.f061b1a7
|
pkgver=4.22.0.r2797.7a8eccb9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Katana core libraries"
|
pkgdesc="Katana core libraries"
|
||||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||||
|
@ -39,6 +39,7 @@ build() {
|
||||||
cmake ../kdelibs \
|
cmake ../kdelibs \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_SKIP_RPATH=TRUE \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DKDE4_SYSCONF_INSTALL_DIR=/etc \
|
-DKDE4_SYSCONF_INSTALL_DIR=/etc \
|
||||||
-DKDE4_LIBEXEC_INSTALL_DIR=/usr/lib/kde4 \
|
-DKDE4_LIBEXEC_INSTALL_DIR=/usr/lib/kde4 \
|
||||||
|
|
|
@ -29,6 +29,7 @@ build() {
|
||||||
cmake ../libdbusmenu-qt \
|
cmake ../libdbusmenu-qt \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_SKIP_RPATH=TRUE \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue