mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
gtk-integration, qtcurve, clamav updates
This commit is contained in:
parent
9421940899
commit
191f50289a
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=clamav
|
||||
pkgver=0.97.2
|
||||
pkgver=0.97.3
|
||||
pkgrel=1
|
||||
pkgdesc='Anti-virus toolkit for Unix'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -23,7 +23,7 @@ source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.
|
||||
'clamav.logrotate'
|
||||
'config.patch')
|
||||
|
||||
sha1sums=('27d47c6ad22edc87c030f6d483fab1e13320cbf7'
|
||||
sha1sums=('263c7b8b7dc1536652ab64e32263d1c60e138655'
|
||||
'7f15f0b13a1c11235bc99ef0add01efd8a442f07'
|
||||
'cb116cdab49a810381a515cbcfb6a6c148547f07'
|
||||
'be3310d2b41a68ce06e33c84ab68ffe59fdce104'
|
||||
@ -31,7 +31,7 @@ sha1sums=('27d47c6ad22edc87c030f6d483fab1e13320cbf7'
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 < ../config.patch
|
||||
patch -p1 -i ../config.patch
|
||||
./configure --prefix=/usr --sysconfdir=/etc/clamav \
|
||||
--with-dbdir=/var/lib/clamav --disable-clamav
|
||||
make
|
||||
|
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gtk-integration-engine-qtcurve
|
||||
pkgver=1.8.8
|
||||
pkgver=1.8.11
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
@ -19,7 +19,7 @@ conflicts=('qtcurve-gtk2')
|
||||
makedepends=('pkgconfig' 'cmake')
|
||||
options=('!libtool')
|
||||
source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
|
||||
md5sums=('2146fda49c8e078c985725db30228b9a')
|
||||
md5sums=('d1e70f10801dd9f05174aa81fb2f371d')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
|
@ -5,12 +5,12 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=gtk-integration
|
||||
pkgver=2.6
|
||||
pkgrel=3
|
||||
pkgver=3.0
|
||||
pkgrel=2
|
||||
iconspkgver=2.5.0
|
||||
widgetpkgver=1.1.3
|
||||
widgetpkgver=1.1.4
|
||||
_colors=3.0
|
||||
cgcver=1.6
|
||||
cgcver=1.7
|
||||
|
||||
pkgdesc="A bundles and Gtk apps integration package for Chakra GNU/Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -29,8 +29,8 @@ source=("http://download.tuxfamily.org/oxygenrefit2/oxygen-refit-2-$iconspkgver.
|
||||
"http://chakra-project.org/sources/gtk-integration/chakra-gtk-config-${cgcver}.tar.gz")
|
||||
|
||||
md5sums=('60f32f98d8d33d82db79b6bb934f0580'
|
||||
'e3b280a61cbe4363c41c26083e94643d'
|
||||
'd924ec89729cd00e31d48b888e8e2324')
|
||||
'61a7424e77785501df27b5c050e5f287'
|
||||
'd7e9c6ba2a9dc06252589f3d86b44489')
|
||||
|
||||
function create_install() {
|
||||
cat > "${startdir}/${pkgname}.install" <<EOF
|
||||
@ -70,8 +70,8 @@ function build() {
|
||||
rm -rf build
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr .. || return 1
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr .. || return 1
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
post_install() {
|
||||
cat <<-'EOF'
|
||||
|
||||
GTK - Integration v2.6-3
|
||||
GTK - Integration v3.0-2
|
||||
|
||||
You can install aditional engines:
|
||||
----------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user