mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
Merge branch 'master' of https://scm.osdn.net/gitroot/kde/katana
This commit is contained in:
commit
46c6dff450
4 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue