From 19f42937be8f6619a85663cb71e24c05b7e8b6d2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Apr 2011 22:32:07 +0000 Subject: Thu Apr 28 22:32:07 UTC 2011 --- community/cairo-compmgr/PKGBUILD | 8 ++++---- community/dwm/PKGBUILD | 18 ++++++++++-------- community/dwm/dwm.install | 17 ----------------- community/go/PKGBUILD | 6 +++--- community/kdenlive/PKGBUILD | 12 ++++++------ community/nut/PKGBUILD | 4 ++-- community/podofo/PKGBUILD | 6 +++--- community/redis/PKGBUILD | 9 +++++---- community/texmaker/PKGBUILD | 4 ++-- 9 files changed, 35 insertions(+), 49 deletions(-) (limited to 'community') diff --git a/community/cairo-compmgr/PKGBUILD b/community/cairo-compmgr/PKGBUILD index 2ece2b9bf..a023590bf 100644 --- a/community/cairo-compmgr/PKGBUILD +++ b/community/cairo-compmgr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 42740 2011-03-20 09:26:47Z bluewind $ +# $Id: PKGBUILD 45705 2011-04-27 13:34:55Z bluewind $ # Maintainer: Florian Pritz # Contributor: Adam Hani Schakaki (krzd) # Contributor: Det @@ -10,14 +10,14 @@ pkgname=cairo-compmgr pkgver=git20110320 _commit=711fc7275b79cc802dc69658eb714ddc50666c06 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A Cairo based composite manager" arch=(i686 x86_64) url="http://cairo-compmgr.tuxfamily.org/" license=(GPL) -makedepends=(gettext gtk-doc "intltool>=0.41" gconf git) -depends=("gtk2>=2.16.0" "vala>=0.11.6" libsm) +makedepends=(gettext gtk-doc "intltool>=0.41" git) +depends=("gtk2>=2.16.0" "vala>=0.11.6" libsm gconf) install=cairo-compmgr.install options=(!libtool) #source=(http://download.tuxfamily.org/ccm/$pkgname/$pkgname-$pkgver.tar.gz) diff --git a/community/dwm/PKGBUILD b/community/dwm/PKGBUILD index fe5428ca6..5236301dc 100644 --- a/community/dwm/PKGBUILD +++ b/community/dwm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 18861 2010-06-16 09:09:52Z spupykin $ +# $Id: PKGBUILD 45679 2011-04-27 08:57:46Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Dag Odenhall # Contributor: Grigorios Bouzakis @@ -13,7 +13,7 @@ license=('MIT') options=(zipman) depends=('libx11' 'libxinerama') install=dwm.install -source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz \ +source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz config.h dwm.desktop) md5sums=('f0b422bfeaa812d66c6dd15c3cc92a6b' @@ -26,13 +26,15 @@ build() { cp $srcdir/config.h config.h sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk - sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk - sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk + sed -i 's/^CFLAGS = -g/#CFLAGS += -g/g' config.mk + sed -i 's/^#CFLAGS = -std/CFLAGS += -std/g' config.mk + sed -i 's/^LDFLAGS = -g/#LDFLAGS += -g/g' config.mk + sed -i 's/^#LDFLAGS = -s/LDFLAGS += -s/g' config.mk - make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 || return 1 - make PREFIX=/usr DESTDIR=$pkgdir install || return 1 + make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 + make PREFIX=/usr DESTDIR=$pkgdir install - install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE && \ - install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README && \ + install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README install -m644 -D $srcdir/dwm.desktop $pkgdir//etc/X11/sessions/dwm.desktop } diff --git a/community/dwm/dwm.install b/community/dwm/dwm.install index d4fa27e62..7415613df 100644 --- a/community/dwm/dwm.install +++ b/community/dwm/dwm.install @@ -4,25 +4,8 @@ pre_install() { /bin/true } -post_install() { - /bin/true -} - pre_upgrade() { echo "-- Edit config.h in PKGBUILD's directory (generally /var/abs/community/x11/dwm/)" echo "-- and rebuild package if you want to change settings." /bin/true } - -post_upgrade() { - /bin/true -} - -pre_remove() { - /bin/true -} - -post_remove() { - /bin/true -} - diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 55f26f725..fc6229e0a 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -5,9 +5,9 @@ # Contributor: Christian Himpel pkgname=go -pkgver=2011_02_15 -_pkgver=2011-02-15 +pkgver=r56 pkgrel=1 +epoch=1 pkgdesc='Google Go compiler and tools (release version)' arch=('i686' 'x86_64') url="http://golang.org/" @@ -48,7 +48,7 @@ build() { mkdir -p "$GOROOT/bin" cd "$GOROOT/src" - hg update release.$_pkgver + hg update release.$pkgver . ./make.bash } diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index 70e1ab84c..d13e3dab9 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 43713 2011-03-29 10:19:44Z spupykin $ +# $Id: PKGBUILD 45687 2011-04-27 09:20:17Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zuf # Contributor: Darwin Bautista pkgname=kdenlive -pkgver=0.7.8 -pkgrel=3 +pkgver=0.8 +pkgrel=1 pkgdesc="A non-linear video editor for Linux" arch=('i686' 'x86_64') url="http://www.kdenlive.org/" license=('GPL') -depends=('kdebase-runtime' 'mlt' 'dvgrab') +depends=('kdebase-runtime' 'mlt' 'dvgrab' 'qjson' 'qimageblitz') makedepends=('automoc4' 'cmake' 'gettext') install=kdenlive.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('7011d0c6b26f7f2350065defef3d9a76') +md5sums=('26170b4360285e8a7bf53fd122d8854e') build() { export LDFLAGS="$LDFLAGS -lX11" cd "${srcdir}" - mkdir build + mkdir build || true cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD index e44333a5f..5ac4a6796 100644 --- a/community/nut/PKGBUILD +++ b/community/nut/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Slash pkgname=nut -pkgver=16.9 +pkgver=16.10 pkgrel=1 pkgdesc='Records what you eat and analyzes your meals for nutrient levels in terms of the Daily Value or DV which is the standard for food labeling in the US.' url='http://nut.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64') source=("http://downloads.sourceforge.net/project/nut/nut/${pkgver}/nut-${pkgver}.tar.gz") -md5sums=('1f5a56a372023f4dcfc5a31fef61f5dd') +md5sums=('7b360d0cc7fed5361f1220385af7aa1b') build() { cd ${pkgname}-${pkgver} diff --git a/community/podofo/PKGBUILD b/community/podofo/PKGBUILD index d6dee8ed0..05c69f99e 100644 --- a/community/podofo/PKGBUILD +++ b/community/podofo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 42262 2011-03-15 21:34:00Z giovanni $ +# $Id: PKGBUILD 45713 2011-04-27 19:09:19Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: BlackEagle < ike DOT devolder AT gmail DOT com > # Contributor: Preecha Patumchareonpol pkgname=podofo -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 pkgdesc="A C++ library to work with the PDF file format" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=( 'gcc-libs' 'fontconfig' 'libpng' 'libtiff') makedepends=('cmake') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2a9ac8cbb5e6575dbc00f083ad8996fb') +md5sums=('cec586ab69f92bc88d38b5d4b8eee5a0') build() { cd ${pkgname}-${pkgver} diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 88f47bdf2..f790238a5 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 44372 2011-04-06 16:45:50Z spupykin $ +# $Id: PKGBUILD 45690 2011-04-27 09:20:54Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jan-Erik Rediger # Contributor: nofxx .com> pkgname=redis -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') -url="http://code.google.com/p/redis" +url="http://redis.io/" +#url="http://code.google.com/p/redis" license=('BSD') depends=('bash') makedepends=('gcc>=3.1' 'make' 'pkgconfig') @@ -17,7 +18,7 @@ backup=("etc/redis.conf" source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.logrotate") -md5sums=('c98260dfab860da934d465e829ad0866' +md5sums=('fe6395bbd2cadc45f4f20f6bbe05ed09' 'bf61968d18d0e42529880f5c488ea9ed' '9e2d75b7a9dc421122d673fe520ef17f') diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index bf7469df0..39d6c2a99 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Paulo Matias pkgname=texmaker -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'ghostscript') source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2") -md5sums=('0e96cbd3e8171363c2858fbe96eb1baa') +md5sums=('d375c8f486fe44f3f2a2a7d2ddac08f3') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf