cleanup package files

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2015-12-10 08:56:10 +02:00
parent bfbc380756
commit da3db56c50
2 changed files with 8 additions and 11 deletions

View file

@ -2,11 +2,11 @@
# Maintainer: Ivailo Monev <xakepa10@gmail.com>
pkgname=katie-git
pkgver=4.8.7.8e7f2a8
pkgver=4.8.7.bfbc380
pkgrel=1
pkgdesc='C++ library derived from the existing Qt 4.8 framework'
pkgdesc='C++ toolkit derived from the Qt 4.8 framework'
arch=('i686' 'x86_64')
url='http://fluxer.github.io/katana'
url='https://github.com/fluxer/katie'
license=('LGPL' 'FDL' 'custom')
depends=('openssl' 'zlib' 'cups' 'alsa-lib' 'gtk2' 'nas' 'libgl' 'libice'
'libsm' 'libxcursor' 'libxext' 'libxfixes' 'libxi' 'libxinerama'
@ -17,7 +17,7 @@ optdepends=('postgresql-libs: PostgreSQL driver'
'libmariadbclient: MariaDB driver'
'unixodbc: ODBC driver'
'vlc: Phonon VLC backend')
source=("git+https://bitbucket.org/smil3y/katie")
source=("git+https://github.com/fluxer/katie")
sha1sums=('SKIP')
conflicts=('katie')
# options=('debug')
@ -36,9 +36,8 @@ build() {
cmake ../katie \
-Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
# -DTOOLS_SUFFIX=-kt
-DCMAKE_SKIP_RPATH=OFF
make
}

View file

@ -1,16 +1,13 @@
# Maintainer: Ivailo Monev <xakepa10@gmail.com>
# http://www.linuxfromscratch.org/blfs/view/svn/x/qt4.html
# http://qt-project.org/doc/qt-4.8/configure-options.html
version=4.8.7
description='Cross-platform application and UI framework'
description='C++ toolkit derived from the Qt 4.8 framework'
depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib' 'dbus'
'fontconfig' 'xorg-libraries' 'alsa-lib' 'icu' 'hicolor-icon-theme'
'mesalib' 'cups')
makedepends=('python')
optdepends=('gtk2' 'mariadb' 'unixodbc' 'vlc')
sources=("https://smil3y@bitbucket.com/smil3y/katie.git")
sources=("https://github.com/fluxer/katie.git")
src_compile() {
mkdir -p build && cd build
@ -22,6 +19,7 @@ src_compile() {
cmake ../katie.git \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=OFF \
$_options -Wno-dev
make
}