mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
Add gtk-integration qtcurve add-on
This commit is contained in:
parent
d87ea8293a
commit
9c898693ab
37
gtk-integration-engine-qtcurve/PKGBUILD
Normal file
37
gtk-integration-engine-qtcurve/PKGBUILD
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gtk-integration-engine-qtcurve
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
pkgdesc='QtCurve-Gtk2 Add-on for Gtk-integration'
|
||||
url='http://www.kde-look.org/content/show.php?content=40492'
|
||||
depends=('gtk-integration')
|
||||
provides=('qtcurve-gtk2')
|
||||
conflicts=('qtcurve-gtk2')
|
||||
makedepends=('pkgconfig' 'cmake')
|
||||
options=('!libtool')
|
||||
source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
|
||||
md5sums=('8b24bcb7e401f8fde47cdac8d2ef1e87')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../QtCurve-Gtk2-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user