You are not logged in.

#1 2009-02-23 12:18:36

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

qtcurve-qt4

I'm a big fan of the qtcurve apps for theming gtk and qt apps. It was irritating that qt4 apps were the odd balls since I don't run kde4, so I decided to alter the qtcurve-kde4 pkgbuild so it doesn't need kdebase-workspace as a dependency. It was only a few edits so I decided not to submit to aur. Anyway it worked out great for theming qt4 apps the same as qt3 and gtk apps. Just thought I'd share.

# $Id: PKGBUILD,v 1.27 2008/07/14 01:07:10 Pierre Exp $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>

pkgname=qtcurve-qt4
pkgver=0.61.1
pkgrel=1
arch=('i686' 'x86_64')
groups=('qtcurve')
license='GPL'
pkgdesc='A configurable set of widget styles for KDE and Gtk'
source=("http://home.freeuk.com/cpdrummond/QtCurve-KDE4-${pkgver}.tar.bz2")
url='http://www.kde-look.org/content/show.php?content=40492'
makedepends=('cmake')
depends=('qt')
md5sums=('da217449f8d9f9658f87699723980058')

build() {
    cd $srcdir
    mkdir build
    cd build
    cmake ../QtCurve-KDE4-${pkgver} \
                -DQTC_NO_KDE4_LINKING=true \
                -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr
    make
    make DESTDIR=$pkgdir install
}

-- archlinux 是一个极好的 linux

Offline

Board footer

Powered by FluxBB