Version-up cherokee to 1.0.10, deleting plasma-widget-menubar--renamed

This commit is contained in:
abveritas 2010-11-25 11:57:19 +00:00
parent 1da59e8941
commit c3a898cb7c
2 changed files with 7 additions and 41 deletions

View File

@ -7,7 +7,7 @@
# include global config
pkgname=cherokee
pkgver=1.0.9
pkgver=1.0.10
pkgrel=1
pkgdesc="A very fast, flexible and easy to configure Web Server"
arch=('i686' 'x86_64')
@ -27,13 +27,11 @@ backup=('etc/cherokee/cherokee.conf'
'etc/logrotate.d/cherokee')
source=(http://www.cherokee-project.com/download/1.0/$pkgver/cherokee-$pkgver.tar.gz
cherokee.rc
cherokee.logrotate
r5734-get-rid-of-package-py.patch)
cherokee.logrotate)
options=('!libtool')
md5sums=('d32c71c41845a41fcb7767e8e44bddc7'
md5sums=('bca6dc0ec3eedd1c6e35bce5885bacdc'
'a2d2b69c6220fab57cda4f531b680f9f'
'213069423f1c4a6abbb6e13a5b261bcf'
'9cf21a2d088d2f9be47759c7da9fc012')
'213069423f1c4a6abbb6e13a5b261bcf')
build() {
cd "$srcdir/$pkgname-$pkgver"
@ -42,13 +40,13 @@ build() {
sed -i -r 's|(%localstatedir%/log)|\1/cherokee|' cherokee.conf.sample.pre
# http://code.google.com/p/cherokee/issues/detail?id=1034
patch -Np3 -E -i "$srcdir/r5734-get-rid-of-package-py.patch"
autoreconf -v
#patch -Np3 -E -i "$srcdir/r5734-get-rid-of-package-py.patch"
#autoreconf -v
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-wwwroot=/srv/http --disable-static \
--with-wwwuser=http --with-wwwgroup=http \
--enable-os-string="Arch Linux"
--enable-os-string="Chakra Linux"
make
make -j1 DESTDIR="$pkgdir" install

View File

@ -1,32 +0,0 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=plasma-widget-menubar
pkgver=0.1.13
pkgrel=2
pkgdesc="Plasmoid to display menubar of application windows"
url="https://launchpad.net/plasma-widget-menubar"
arch=('i686' 'x86_64')
license=('GPL')
depends=('kdebase-workspace>=4.4' 'qt' 'qjson')
makedepends=('cmake' 'automoc4')
conflicts=()
provides=()
optdepends=('appmenu-gtk: Showing GTK+ Apps menus')
source=("http://launchpad.net/plasma-widget-menubar/trunk/${pkgver}/+download/plasma-widget-menubar-${pkgver}.tar.bz2")
md5sums=('d66bb5811233ce07c20b3ac04233f780')
build() {
cd ${srcdir}/plasma-widget-menubar-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make || return 1
make DESTDIR=${pkgdir} install || return 1
}