mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 02:42:47 +00:00
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:
parent
57d96b8582
commit
fbd411dd47
4 changed files with 5 additions and 9 deletions
|
@ -35,8 +35,7 @@ build() {
|
||||||
cd build
|
cd build
|
||||||
cmake ../kde-extraapps \
|
cmake ../kde-extraapps \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-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.23.0.r2156.f0afb63c
|
pkgver=4.23.0.r2178.2f78f4d8
|
||||||
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,8 +47,7 @@ build() {
|
||||||
cd build
|
cd build
|
||||||
cmake ../kde-workspace \
|
cmake ../kde-workspace \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-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.23.0.r3634.5e3ceb0d
|
pkgver=4.23.0.r3738.f8521999
|
||||||
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')
|
||||||
|
@ -33,7 +33,6 @@ 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
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
# https://wiki.archlinux.org/index.php/Arch_package_guidelines
|
||||||
|
|
||||||
pkgname=libdbusmenu-katie
|
pkgname=libdbusmenu-katie
|
||||||
pkgver=4.23.0.r22.a1addb7
|
pkgver=4.23.0.r36.b630e21
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Katie implementation of the DBusMenu protocol"
|
pkgdesc="Katie implementation of the DBusMenu protocol"
|
||||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||||
|
@ -29,7 +29,6 @@ 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