summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/agave/PKGBUILD46
-rw-r--r--community/buoh/PKGBUILD24
-rw-r--r--community/cairo-clock/PKGBUILD12
-rw-r--r--community/cdemu-client/PKGBUILD12
-rwxr-xr-xcommunity/e-modules-extra-svn/PKGBUILD33
-rwxr-xr-xcommunity/e-svn/PKGBUILD4
-rwxr-xr-xcommunity/e_dbus-svn/PKGBUILD4
-rwxr-xr-xcommunity/ecore-svn/PKGBUILD4
-rwxr-xr-xcommunity/edje-svn/PKGBUILD4
-rwxr-xr-xcommunity/eet-svn/PKGBUILD4
-rw-r--r--community/eeze-svn/PKGBUILD4
-rwxr-xr-xcommunity/efreet-svn/PKGBUILD4
-rwxr-xr-xcommunity/eina-svn/PKGBUILD4
-rw-r--r--community/elementary-svn/PKGBUILD4
-rwxr-xr-xcommunity/embryo-svn/PKGBUILD4
-rwxr-xr-xcommunity/emprint-svn/PKGBUILD4
-rw-r--r--community/enet/PKGBUILD21
-rwxr-xr-xcommunity/evas-svn/PKGBUILD6
-rw-r--r--community/ext3grep/PKGBUILD23
-rw-r--r--community/ext3grep/ext3grep-build.patch26
-rw-r--r--community/ext3grep/ext3grep.changelog7
-rw-r--r--community/extundelete/PKGBUILD22
-rw-r--r--community/extundelete/extundelete-build.patch22
-rw-r--r--community/extundelete/extundelete.changelog7
-rw-r--r--community/flashrom/PKGBUILD12
-rw-r--r--community/glitz/PKGBUILD14
-rw-r--r--community/gnonlin/PKGBUILD19
-rw-r--r--community/ibus-qt/PKGBUILD9
-rw-r--r--community/ifuse/PKGBUILD13
-rw-r--r--community/isomaster/PKGBUILD12
-rw-r--r--community/kakasi/PKGBUILD11
-rw-r--r--community/kiwi/PKGBUILD25
-rw-r--r--community/kmess/PKGBUILD16
-rw-r--r--community/mp3splt-gtk/PKGBUILD8
-rw-r--r--community/mp3splt-gtk/mp3splt-gtk.changelog3
-rw-r--r--community/spring/PKGBUILD22
-rwxr-xr-xcommunity/xiphos/PKGBUILD11
37 files changed, 279 insertions, 201 deletions
diff --git a/community/agave/PKGBUILD b/community/agave/PKGBUILD
index 3998f6d51..0156356ef 100644
--- a/community/agave/PKGBUILD
+++ b/community/agave/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 25589 2010-09-07 09:15:32Z angvp $
+# $Id: PKGBUILD 66590 2012-02-26 13:20:19Z lfleischer $
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=agave
pkgver=0.4.7
-pkgrel=2
+pkgrel=3
pkgdesc="An colorscheme designer for the Gnome desktop"
arch=('i686' 'x86_64' 'mips64el')
url="http://home.gna.org/colorscheme"
@@ -13,29 +13,33 @@ license=('GPL')
depends=('gtkmm' 'libgnomeui' 'libglademm' 'gconfmm>=2.18.1' 'hicolor-icon-theme')
makedepends=('intltool' 'boost' 'gnome-doc-utils>=0.11.2')
install=agave.install
-source=(http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2
+source=("http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2"
agave-0.4.7-mdv-fix-str-fmt.patch
- schemebox.patch
-)
+ schemebox.patch)
md5sums=('93097881f28dcae1eca2800a763f77c3'
'd96ddfe751d8fd4d13a443b94fafb0b6'
'c41adfd52ecbf837f4338e67693640fc')
build() {
- cd $srcdir/$pkgname-$pkgver
- patch -Np1 -i $srcdir/agave-0.4.7-mdv-fix-str-fmt.patch # Fedora patch
- patch -Np1 -i $srcdir/schemebox.patch # gcs-schemebox patch
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-scrollkeeper
- make || return 1
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
- mkdir -p $pkgdir/usr/share/gconf/schemas
- gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
- ${startdir}/pkg/etc/gconf/schemas/*.schemas
- rm -rf $pkgdir/usr/etc
-
- sed -i "s/agave-icon.png/agave.png/" $pkgdir/usr/share/applications/agave.desktop
- rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+ cd "$srcdir/$pkgname-$pkgver"
+
+ patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch" # Fedora patch
+ patch -Np1 -i "$srcdir/schemebox.patch" # gcs-schemebox patch
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-scrollkeeper
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir/usr/share/gconf/schemas"
+ gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+ "$pkgdir/etc/gconf/schemas"/*.schemas
+ rm -rf "$pkgdir/usr/etc"
+
+ sed -i "s/agave-icon.png/agave.png/" "$pkgdir/usr/share/applications/agave.desktop"
+ rm -f "${pkgdir}/etc/gconf/schemas"/*.schemas
}
diff --git a/community/buoh/PKGBUILD b/community/buoh/PKGBUILD
index 371abe0e0..8819f2589 100644
--- a/community/buoh/PKGBUILD
+++ b/community/buoh/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21921 2010-07-18 21:09:06Z lcarlier $
+# $Id: PKGBUILD 66594 2012-02-26 13:42:22Z lfleischer $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=buoh
pkgver=0.8.2
-pkgrel=4
+pkgrel=5
pkgdesc="A reader for online strips comics"
arch=('i686' 'x86_64' 'mips64el')
url="http://buoh.steve-o.org/"
@@ -12,22 +12,24 @@ license=('GPL')
depends=('libgnomeui' 'libsoup>=2.4.0' 'gconf' 'hicolor-icon-theme')
makedepends=('gettext' 'intltool' 'pkgconfig')
install=buoh.install
-source=(http://buoh.steve-o.org/downloads/${pkgname}-${pkgver}.tar.bz2 buoh-libsoup24.patch)
-md5sums=('50474a8712ad20ab36d8f8058a4647fb' 'c44f0e1828492a5d7d8efee764558fb4')
-sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5' '012badf13e33818268b744e106bdcccfd8fc66ed')
+source=("http://buoh.steve-o.org/downloads/${pkgname}-${pkgver}.tar.bz2"
+ buoh-libsoup24.patch)
+md5sums=('50474a8712ad20ab36d8f8058a4647fb'
+ 'c44f0e1828492a5d7d8efee764558fb4')
+sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5'
+ '012badf13e33818268b744e106bdcccfd8fc66ed')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 < ../buoh-libsoup24.patch
autoconf
- ./configure --prefix=/usr --sysconfdir=/usr/share --disable-schemas-install
- make
+ ./configure --prefix=/usr --sysconfdir=/usr/share --disable-schemas-install
+ make AM_CFLAGS=-lxml2
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${startdir}/pkg install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/cairo-clock/PKGBUILD b/community/cairo-clock/PKGBUILD
index 31900493c..8d0ef44e9 100644
--- a/community/cairo-clock/PKGBUILD
+++ b/community/cairo-clock/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 32901 2010-11-18 18:13:30Z lfleischer $
+# $Id: PKGBUILD 66650 2012-02-26 21:00:49Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Kane Wilson <kane_wilson@hotmail.com>
pkgname=cairo-clock
pkgver=0.3.4
-pkgrel=1
-pkgdesc="It's an analog clock displaying the system-time."
+pkgrel=2
+pkgdesc='An analog clock displaying the system-time.'
arch=('i686' 'x86_64' 'mips64el')
url='http://macslow.thepimp.net/?page_id=23'
license=('GPL')
depends=('cairo' 'libglade>=2.6.0' 'librsvg>=2.14.0')
makedepends=('intltool')
source=("http://macslow.thepimp.net/projects/cairo-clock/${pkgname}-${pkgver}.tar.gz"
- cairo-clock.patch)
+ 'cairo-clock.patch')
md5sums=('78e5b3aa3492aa6c182eaacae63a7c03'
'a2ec378bf79dfb9a1b1418d7b2d341ff')
@@ -21,6 +21,10 @@ build() {
patch -Np0 -i ../cairo-clock.patch
+ # quick and dirty build fix, a proper patch was submitted upstream and is
+ # pending approval
+ sed -ie 's/-Wl, --export-dynamic/-Wl,--export-dynamic/g' src/Makefile*
+
./configure --prefix=/usr
make
}
diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD
index 278fa33dd..f49a4a6af 100644
--- a/community/cdemu-client/PKGBUILD
+++ b/community/cdemu-client/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=cdemu-client
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Simple command-line client for controlling cdemu-daemon"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,11 +11,11 @@ license=('GPL')
depends=('python2' 'dbus-python' 'cdemu-daemon')
makedepends=('intltool')
conflicts=('cdemu')
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz)
-md5sums=('ce469f0660dfa4a9306faed00b3e6d6c')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
+md5sums=('11141138f2b91a7100445d9c32b31181')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
# python2 fix
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' src/cdemu
@@ -25,6 +25,6 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/e-modules-extra-svn/PKGBUILD b/community/e-modules-extra-svn/PKGBUILD
index 3c4fdaa7f..4e1087e29 100755
--- a/community/e-modules-extra-svn/PKGBUILD
+++ b/community/e-modules-extra-svn/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=e-modules-extra-svn
-pkgver=66883
+pkgver=68423
pkgrel=1
pkgdesc="Extra gadgets for e17"
arch=('i686' 'x86_64' 'mips64el')
@@ -37,16 +37,17 @@ build() {
cd $_svnmod-build
# fix build issue
- sed -i 's|efreet/Efreet.h|efreet-0/Efreet.h|' winlist-ng/src/e_mod_main.h || return 1
+# sed -i 's|efreet/Efreet.h|efreet-0/Efreet.h|' winlist-ng/src/e_mod_main.h || return 1
-for i in alarm calendar comp-scale cpu diskio deskshow \
- empris engage eooorg e-tiling everything-aspell everything-mpris \
- everything-pidgin everything-places everything-shotgun \
- everything-tracker everything-wallpaper everything-websearch \
- execwatch flame forecasts iiirk itask language mail mem \
- moon mpdule net news penguins photo places quickaccess \
- rain screenshot slideshow snow taskbar tclock tiling uptime \
- weather winlist-ng winselector wlan xkbswitch; do
+# winlist-ng fails, add again later
+for i in alarm comp-scale cpu diskio deskshow \
+ empris engage e-tiling everything-aspell everything-mpris \
+ everything-pidgin everything-places everything-shotgun \
+ everything-tracker everything-wallpaper everything-websearch \
+ execwatch flame iiirk itask language mail mem \
+ moon mpdule net photo places quickaccess \
+ rain slideshow snow taskbar \
+ winselector xkbswitch; do
cd $i
./autogen.sh --prefix=/usr
@@ -58,14 +59,14 @@ done
package() {
cd $srcdir/$_svnmod-build
-for i in alarm calendar comp-scale cpu diskio deskshow \
- empris engage eooorg e-tiling everything-aspell everything-mpris \
+for i in alarm comp-scale cpu diskio deskshow \
+ empris engage e-tiling everything-aspell everything-mpris \
everything-pidgin everything-places everything-shotgun \
everything-tracker everything-wallpaper everything-websearch \
- execwatch flame forecasts iiirk itask language mail mem \
- moon mpdule net news penguins photo places quickaccess \
- rain screenshot slideshow snow taskbar tclock tiling uptime \
- weather winlist-ng winselector wlan xkbswitch; do
+ execwatch flame iiirk itask language mail mem \
+ moon mpdule net photo places quickaccess \
+ rain slideshow snow taskbar \
+ winselector xkbswitch; do
cd $i
make DESTDIR=$pkgdir install
diff --git a/community/e-svn/PKGBUILD b/community/e-svn/PKGBUILD
index 1fefb73e0..b328594c4 100755
--- a/community/e-svn/PKGBUILD
+++ b/community/e-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61708 2012-01-06 22:05:47Z rvanharen $
+# $Id: PKGBUILD 66580 2012-02-26 10:39:51Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=e-svn
-pkgver=66935
+pkgver=68441
pkgrel=1
pkgdesc="Enlightenment window manager DR17 (aka e17)"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/e_dbus-svn/PKGBUILD b/community/e_dbus-svn/PKGBUILD
index 5e402a167..267a4c82a 100755
--- a/community/e_dbus-svn/PKGBUILD
+++ b/community/e_dbus-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61706 2012-01-06 22:04:50Z rvanharen $
+# $Id: PKGBUILD 66578 2012-02-26 10:38:56Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=e_dbus-svn
-pkgver=66792
+pkgver=67284
pkgrel=1
pkgdesc="dbus abstraction layer for e17"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/ecore-svn/PKGBUILD b/community/ecore-svn/PKGBUILD
index 3ca1b065e..880619d02 100755
--- a/community/ecore-svn/PKGBUILD
+++ b/community/ecore-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61699 2012-01-06 22:00:26Z rvanharen $
+# $Id: PKGBUILD 66568 2012-02-26 10:34:45Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=ecore-svn
-pkgver=66892
+pkgver=68447
pkgrel=1
pkgdesc="Ecore is an abstraction layer for e17"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/edje-svn/PKGBUILD b/community/edje-svn/PKGBUILD
index b2d14c0b0..5bc5bbbfd 100755
--- a/community/edje-svn/PKGBUILD
+++ b/community/edje-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61703 2012-01-06 22:03:25Z rvanharen $
+# $Id: PKGBUILD 66574 2012-02-26 10:37:03Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=edje-svn
-pkgver=66943
+pkgver=68386
pkgrel=1
pkgdesc="A graphical design and layout library based on Evas"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/eet-svn/PKGBUILD b/community/eet-svn/PKGBUILD
index 7c6e4074c..58e916d34 100755
--- a/community/eet-svn/PKGBUILD
+++ b/community/eet-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61695 2012-01-06 21:58:46Z rvanharen $
+# $Id: PKGBUILD 66564 2012-02-26 10:32:49Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=eet-svn
-pkgver=66804
+pkgver=68400
pkgrel=1
pkgdesc="A data storage and compression library"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/eeze-svn/PKGBUILD b/community/eeze-svn/PKGBUILD
index b901f211a..72b6a32c0 100644
--- a/community/eeze-svn/PKGBUILD
+++ b/community/eeze-svn/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 14575 2010-04-05 16:42:20Z rvanharen $
+# $Id: PKGBUILD 66570 2012-02-26 10:35:35Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: bluebugs
pkgname=eeze-svn
-pkgver=66151
+pkgver=67351
pkgrel=1
pkgdesc="A data storage and compression library"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/efreet-svn/PKGBUILD b/community/efreet-svn/PKGBUILD
index 5bef98708..19c06068b 100755
--- a/community/efreet-svn/PKGBUILD
+++ b/community/efreet-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61704 2012-01-06 22:04:05Z rvanharen $
+# $Id: PKGBUILD 66576 2012-02-26 10:37:58Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=efreet-svn
-pkgver=66149
+pkgver=68229
pkgrel=1
pkgdesc="freedesktop.org specifications for e17"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/eina-svn/PKGBUILD b/community/eina-svn/PKGBUILD
index fab4becb5..4f4c60b02 100755
--- a/community/eina-svn/PKGBUILD
+++ b/community/eina-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61693 2012-01-06 21:58:03Z rvanharen $
+# $Id: PKGBUILD 66562 2012-02-26 10:31:57Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=eina-svn
-pkgver=66864
+pkgver=68405
pkgrel=1
pkgdesc="E17 file chunk reading/writing library"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/elementary-svn/PKGBUILD b/community/elementary-svn/PKGBUILD
index 4e4254a93..3f99df1d9 100644
--- a/community/elementary-svn/PKGBUILD
+++ b/community/elementary-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 14575 2010-04-05 16:42:20Z rvanharen $
+# $Id: PKGBUILD 66584 2012-02-26 10:42:39Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=elementary-svn
-pkgver=66938
+pkgver=68444
pkgrel=1
pkgdesc="Enlightenment's basic widget set"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/embryo-svn/PKGBUILD b/community/embryo-svn/PKGBUILD
index 1b04b03b1..e2060905a 100755
--- a/community/embryo-svn/PKGBUILD
+++ b/community/embryo-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61701 2012-01-06 22:01:42Z rvanharen $
+# $Id: PKGBUILD 66572 2012-02-26 10:36:22Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=embryo-svn
-pkgver=66150
+pkgver=68421
pkgrel=1
pkgdesc="implementation of a C like scripting language for e17"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/emprint-svn/PKGBUILD b/community/emprint-svn/PKGBUILD
index 296ebb37d..f7b8fac3a 100755
--- a/community/emprint-svn/PKGBUILD
+++ b/community/emprint-svn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61709 2012-01-06 22:07:05Z rvanharen $
+# $Id: PKGBUILD 66582 2012-02-26 10:41:54Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=emprint-svn
-pkgver=64443
+pkgver=67364
pkgrel=1
pkgdesc="screenshot module for e17"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD
index b2c08e8b2..1e17b4709 100644
--- a/community/enet/PKGBUILD
+++ b/community/enet/PKGBUILD
@@ -1,27 +1,32 @@
-# $Id: PKGBUILD 55996 2011-09-28 12:57:06Z jelle $
+# $Id: PKGBUILD 66600 2012-02-26 14:00:34Z lfleischer $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
+
pkgname=enet
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
arch=('i686' 'x86_64' 'mips64el')
url='http://enet.bespin.org/'
license=('custom')
depends=('glibc')
+options=(!libtool)
source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4b0b69377fd4511e82e5f0921a942e59')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
+
CFLAGS="-fPIC" ./configure --prefix=/usr
make
gcc -Wl,-soname,libenet.so.2 -shared -o libenet.so.2 *.o
}
package() {
- cd ${pkgname}-${pkgver}
- make prefix=${pkgdir}/usr install
- install -m 755 libenet.so.2 ${pkgdir}/usr/lib
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ cd "${pkgname}-${pkgver}"
+
+ make prefix="${pkgdir}/usr" install
+
+ install -m755 libenet.so.2 "${pkgdir}/usr/lib"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-md5sums=('4b0b69377fd4511e82e5f0921a942e59')
diff --git a/community/evas-svn/PKGBUILD b/community/evas-svn/PKGBUILD
index 3cb1cc6a0..ac009ef1d 100755
--- a/community/evas-svn/PKGBUILD
+++ b/community/evas-svn/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 63542 2012-02-05 11:54:54Z ibiru $
+# $Id: PKGBUILD 66566 2012-02-26 10:33:34Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=evas-svn
-pkgver=66901
-pkgrel=2
+pkgver=68448
+pkgrel=1
pkgdesc="A hardware-accelerated canvas API for X-Windows"
arch=('i686' 'x86_64' 'mips64el')
groups=('e17-libs-svn' 'e17-svn')
diff --git a/community/ext3grep/PKGBUILD b/community/ext3grep/PKGBUILD
index b44e3a01e..f7056634d 100644
--- a/community/ext3grep/PKGBUILD
+++ b/community/ext3grep/PKGBUILD
@@ -1,24 +1,33 @@
-# $Id: PKGBUILD 20288 2010-07-04 06:26:43Z jlichtblau $
+# $Id: PKGBUILD 66637 2012-02-26 16:26:55Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: ivh
pkgname=ext3grep
pkgver=0.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/ext3grep/"
license=('GPL')
-depends=('gcc-libs')
-makedepends=('e2fsprogs')
+makedepends=('e2fsprogs' 'patch')
changelog=$pkgname.changelog
-source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('38e134734d6c8856370ed00a9c73dbee')
+source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
+ $pkgname-build.patch)
+sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
+ '6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
build() {
cd ${srcdir}/$pkgname-$pkgver
+#http://code.google.com/p/ext3grep/issues/detail?id=34
+ patch -Np1 -i ${srcdir}/$pkgname-build.patch
+
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/ext3grep/ext3grep-build.patch b/community/ext3grep/ext3grep-build.patch
new file mode 100644
index 000000000..82af728bd
--- /dev/null
+++ b/community/ext3grep/ext3grep-build.patch
@@ -0,0 +1,26 @@
+diff -ruN1 ext3grep-0.10.2-orig/src/ext3.h ext3grep-0.10.2/src/ext3.h
+--- ext3grep-0.10.2-orig/src/ext3.h 2008-04-09 13:20:31.000000000 +0200
++++ ext3grep-0.10.2/src/ext3.h 2012-02-26 17:05:42.000000000 +0100
+@@ -26,2 +26,13 @@
+
++// this trickery needs to happen before ext2_fs is included so
++// bail out if it has already been included by another path
++#ifdef _LINUX_EXT2_FS_H
++ #error please include this file before any other includes of ext2fs/ext2_fs.h
++#endif
++
++// some versions of the ext2 headers call this s_frags_per_group and some
++// call it s_clusters_per_group, define one to the other so our code works
++// with both
++#define s_clusters_per_group s_frags_per_group
++
+ // Use the header files from e2progs (http://e2fsprogs.sourceforge.net)
+@@ -112,2 +123,8 @@
+ __u16 gid_high(void) const { return i_gid_high; }
++#ifndef i_reseved2
++ //i_reseved2 has been split into two fields in recent
++ //versions of the headers, luckilly we can still access
++ //it in one peice through the hurd side of the union
++ #define i_reserved2 osd2.hurd2.h_i_author
++#endif
+ __u32 reserved2(void) const { return i_reserved2; }
diff --git a/community/ext3grep/ext3grep.changelog b/community/ext3grep/ext3grep.changelog
index 60326bf7b..fb86cf94b 100644
--- a/community/ext3grep/ext3grep.changelog
+++ b/community/ext3grep/ext3grep.changelog
@@ -1,3 +1,6 @@
-2010-07-04 Jaroslav Lichtblau <tu@dragonlord.cz>
+2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * ext3grep 0.10.2-2 package signed
+
+2010-07-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Package moved to [community] from AUR - 65 votes
- * Version 0.10.2 \ No newline at end of file
+ * Version 0.10.2-1
diff --git a/community/extundelete/PKGBUILD b/community/extundelete/PKGBUILD
index 9d28c5acb..be39273c9 100644
--- a/community/extundelete/PKGBUILD
+++ b/community/extundelete/PKGBUILD
@@ -1,23 +1,33 @@
-# $Id: PKGBUILD 20292 2010-07-04 06:40:48Z jlichtblau $
+# $Id: PKGBUILD 66632 2012-02-26 16:13:47Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: snuo
pkgname=extundelete
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal"
arch=('i686' 'x86_64' 'mips64el')
url="http://extundelete.sourceforge.net"
license=('GPL')
makedepends=('e2fsprogs')
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('6dac74b12a747f133326ff7b81fceedd')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2 \
+ $pkgname-build.patch)
+sha256sums=('0f6a3004d8ddcafe63059a104c174f753c7fc95455081f3ff5aaf3b8c100f97b'
+ '6e59a025b98838f43146a9309f5c84b09ca8a314e90a6c9f68837d23ee4d9443')
build() {
cd ${srcdir}/$pkgname-$pkgver
+#http://patch-tracker.debian.org/package/extundelete/0.2.0-2
+ patch -Np1 -i ${srcdir}/$pkgname-build.patch
+
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
-} \ No newline at end of file
+}
diff --git a/community/extundelete/extundelete-build.patch b/community/extundelete/extundelete-build.patch
new file mode 100644
index 000000000..f068dc31f
--- /dev/null
+++ b/community/extundelete/extundelete-build.patch
@@ -0,0 +1,22 @@
+diff -ruN1 extundelete-0.2.0-orig/src/extundelete.cc extundelete-0.2.0/src/extundelete.cc
+--- extundelete-0.2.0-orig/src/extundelete.cc 2010-05-16 03:51:15.000000000 +0200
++++ extundelete-0.2.0/src/extundelete.cc 2012-02-26 16:49:20.000000000 +0100
+@@ -943,3 +943,3 @@
+ {
+- group_descriptor_table[n] = fs->group_desc[n];
++ group_descriptor_table[n] = *ext2fs_group_desc(fs, fs->group_desc, n);
+ }
+@@ -2613,3 +2613,4 @@
+ inode->osd2.linux2.l_i_gid_high = le16_to_cpu( (uint16_t *) &inodebuf[item*60] );
+- inode->osd2.linux2.l_i_reserved2 = le32_to_cpu( (uint32_t *) &inodebuf[item*62] );
++ inode->osd2.linux2.l_i_checksum_lo = le16_to_cpu( (uint16_t *) &inodebuf[item*62] );
++ inode->osd2.linux2.l_i_reserved = le16_to_cpu( (uint16_t *) &inodebuf[item*63] );
+ }
+diff -ruN1 extundelete-0.2.0-orig/src/insertionops.cc extundelete-0.2.0/src/insertionops.cc
+--- extundelete-0.2.0-orig/src/insertionops.cc 2010-03-21 07:05:15.000000000 +0100
++++ extundelete-0.2.0/src/insertionops.cc 2012-02-26 16:49:27.000000000 +0100
+@@ -65,3 +65,3 @@
+ os << "# Blocks per group: " << s_block->s_blocks_per_group << std::endl;
+- os << "# Fragments per group: " << s_block->s_frags_per_group << std::endl;
++ os << "# Fragments per group: " << s_block->s_clusters_per_group << std::endl;
+ os << "# Inodes per group: " << s_block->s_inodes_per_group << std::endl;
diff --git a/community/extundelete/extundelete.changelog b/community/extundelete/extundelete.changelog
index 32a04346c..ff334face 100644
--- a/community/extundelete/extundelete.changelog
+++ b/community/extundelete/extundelete.changelog
@@ -1,3 +1,6 @@
-2010-07-04 Jaroslav Lichtblau <tu@dragonlord.cz>
+2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * extundelete 0.2.0-2 package signed
+
+2010-07-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Package moved to [community] from AUR - 83 votes
- * Version 0.2.0 \ No newline at end of file
+ * Version 0.2.0-1
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index 8cf1daafd..fdddeba55 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 65775 2012-02-22 12:26:09Z giovanni $
+# $Id: PKGBUILD 66659 2012-02-27 00:56:28Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Cilyan Olowen <gaknar@gmail.com>
# Contributor: fill <mailbox@fillo.ru>
# Contributor: Anton Shestakov <engored*ya.ru>
pkgname=flashrom
-pkgver=0.9.5
+pkgver=0.9.5.1
pkgrel=1
pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.coreboot.org/Flashrom"
+url="http://www.flashrom.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('libftdi')
-makedepends=('zlib' 'pciutils')
+depends=('libftdi' 'pciutils')
+optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6ec5ef19c92e4dc761de9486eee2b30d')
+md5sums=('3b82658d71fb852aa45001cdf5f3e013')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/glitz/PKGBUILD b/community/glitz/PKGBUILD
index c35025815..16945df94 100644
--- a/community/glitz/PKGBUILD
+++ b/community/glitz/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 21067 2010-07-13 21:56:11Z lcarlier $
+# $Id: PKGBUILD 66602 2012-02-26 14:06:03Z lfleischer $
pkgname=glitz
pkgver=0.5.6
-pkgrel=2
+pkgrel=3
pkgdesc="OpenGL image compositing library"
arch=('i686' 'x86_64' 'mips64el')
url="http://cairographics.org/"
@@ -10,20 +10,20 @@ license=('BSD')
depends=('libgl')
makedepends=('mesa')
options=('!libtool')
-source=(http://cairographics.org/snapshots/${pkgname}-${pkgver}.tar.gz)
+source=("http://cairographics.org/snapshots/${pkgname}-${pkgver}.tar.gz")
md5sums=('c507f140ecccc06aed8888c958edda4c')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD
index f09a5e788..8ead362b1 100644
--- a/community/gnonlin/PKGBUILD
+++ b/community/gnonlin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 28215 2010-10-03 21:11:52Z ibiru $
+# $Id: PKGBUILD 66604 2012-02-26 14:12:00Z lfleischer $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gnonlin
pkgver=0.10.16
-pkgrel=1
+pkgrel=2
pkgdesc="A library for creating non-linear video editors"
arch=('i686' 'x86_64' 'mips64el')
url="http://gnonlin.sourceforge.net"
@@ -13,12 +13,17 @@ depends=('gstreamer0.10>=0.10.30')
makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.30' 'pkgconfig')
options=('!libtool')
license=('LGPL')
-source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('824619ce357c0a61e333c3cc745a63bd')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD
index 9b0a52782..a7355073f 100644
--- a/community/ibus-qt/PKGBUILD
+++ b/community/ibus-qt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 48593 2011-06-03 07:34:58Z andrea $
+# $Id: PKGBUILD 66611 2012-02-26 14:33:07Z lfleischer $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: garion < garion @ mailoo.org >
# Contributor: leemars
pkgname=ibus-qt
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
@@ -20,12 +20,11 @@ build() {
mkdir build
cd build
- cmake ../${pkgname}-${pkgver}-Source \
- -DCMAKE_INSTALL_PREFIX=/usr
+ cmake "../${pkgname}-${pkgver}-Source" -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd "${srcdir}"/build
+ cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
}
diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD
index 5d49eabee..9bac6a2af 100644
--- a/community/ifuse/PKGBUILD
+++ b/community/ifuse/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ifuse
pkgver=1.1.1
-pkgrel=4
+pkgrel=5
pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
url='http://libimobiledevice.org/'
arch=('i686' 'x86_64' 'mips64el')
@@ -13,16 +13,13 @@ source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2"
md5sums=('8d528a79de024b91f12f8ac67965c37c')
build() {
- cd ${pkgname}-${pkgver}
-
- ./configure \
- --prefix=/usr
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
make
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/isomaster/PKGBUILD b/community/isomaster/PKGBUILD
index 346040aa9..aabeb714f 100644
--- a/community/isomaster/PKGBUILD
+++ b/community/isomaster/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 36891 2011-01-09 21:25:26Z mherych $
+# $Id: PKGBUILD 66615 2012-02-26 14:45:31Z lfleischer $
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Mefju <mefju@o2.pl>
pkgname=isomaster
pkgver=1.3.8
-pkgrel=1
+pkgrel=2
pkgdesc="CD image editor written in GTK2"
arch=('i686' 'x86_64' 'mips64el')
url="http://littlesvr.ca/isomaster"
@@ -13,15 +13,15 @@ license=('GPL2')
depends=('gtk2' 'desktop-file-utils')
makedepends=('iniparser')
install=isomaster.install
-source=(http://littlesvr.ca/isomaster/releases/$pkgname-$pkgver.tar.bz2)
+source=("http://littlesvr.ca/isomaster/releases/$pkgname-$pkgver.tar.bz2")
md5sums=('bd046989611ded72358ffdc61e46bcfb')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
make PREFIX=/usr
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr DESTDIR=$startdir/pkg install
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
}
diff --git a/community/kakasi/PKGBUILD b/community/kakasi/PKGBUILD
index fcb40d066..bc0a5c141 100644
--- a/community/kakasi/PKGBUILD
+++ b/community/kakasi/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=kakasi
pkgver=2.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="Convert Kanji characters to Hiragana, Katakana or Romaji"
arch=('i686' 'x86_64' 'mips64el')
url="http://kakasi.namazu.org/"
license=('GPL')
-source=(http://kakasi.namazu.org/stable/${pkgname}-${pkgver}.tar.gz)
+source=("http://kakasi.namazu.org/stable/${pkgname}-${pkgver}.tar.gz")
depends=('sh')
md5sums=(4eff51aafbd56c9635791a20c03efa8f)
options=(!libtool)
@@ -16,10 +16,11 @@ options=(!libtool)
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
+
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/kiwi/PKGBUILD b/community/kiwi/PKGBUILD
index ad0fbeac0..d9e7ffd20 100644
--- a/community/kiwi/PKGBUILD
+++ b/community/kiwi/PKGBUILD
@@ -1,32 +1,31 @@
-# $Id: PKGBUILD 53351 2011-08-03 06:50:46Z bfanella $
+# $Id: PKGBUILD 66623 2012-02-26 15:04:14Z lfleischer $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=kiwi
pkgver=1.9.29
-pkgrel=1
+pkgrel=2
pkgdesc="A set of classes and wrappers for PyGTK"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.async.com.br/projects/kiwi"
license=("LGPL")
depends=('pygtk')
makedepends=('gettext')
-source=(http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2)
+source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2")
sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
build() {
- cd $srcdir/$pkgname-$pkgver
-
- # python2 fix
- for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
- echo "Applying python2 fix for ${file}"
- sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
- done
+ cd "$srcdir/$pkgname-$pkgver"
+ # python2 fix
+ for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
+ echo "Applying python2 fix for ${file}"
+ sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
+ done
}
-package() {
- cd $srcdir/$pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python2 setup.py install --root="$pkgdir"
}
diff --git a/community/kmess/PKGBUILD b/community/kmess/PKGBUILD
index 136296f83..97cab3f21 100644
--- a/community/kmess/PKGBUILD
+++ b/community/kmess/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 40761 2011-02-26 15:04:42Z mherych $
+# $Id: PKGBUILD 66627 2012-02-26 15:31:41Z lfleischer $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Stefano Zamprogno <stefano.zamprogno@gmail.com>
pkgname=kmess
pkgver=2.0.6.1
-pkgrel=2
-pkgdesc="KMess is a MSN Messenger client for Linux."
+pkgrel=3
+pkgdesc="A MSN Messenger client for Linux."
arch=('i686' 'x86_64' 'mips64el')
url="http://kmess.sourceforge.net/"
license=('GPL')
@@ -13,16 +13,18 @@ depends=('kdebase-lib')
makedepends=('automoc4' 'cmake' 'docbook-xsl')
optdepends=('cabextract: provides winks support')
install=kmess.install
-source=(http://downloads.sourceforge.net/sourceforge/kmess/kmess-$pkgver.tar.bz2)
+source=("http://downloads.sourceforge.net/sourceforge/kmess/kmess-$pkgver.tar.bz2")
md5sums=('bc960c0bacb38be6dc118a2d2a6e69a6')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
+
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
+
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD
index ec2524860..67c31d429 100644
--- a/community/mp3splt-gtk/PKGBUILD
+++ b/community/mp3splt-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54946 2011-08-28 16:49:45Z jlichtblau $
+# $Id: PKGBUILD 66640 2012-02-26 16:44:34Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=mp3splt-gtk
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="Split mp3 and ogg files without decoding"
arch=('i686' 'x86_64' 'mips64el')
url="http://mp3splt.sourceforge.net/"
@@ -14,7 +14,7 @@ install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz \
$pkgname.desktop)
-sha256sums=('67046b0ab119907e8614089d42f180bdca034e758e24e2d078308e4d26fe8fd0'
+sha256sums=('b3f54a62dae55cfabab7aff3ae2f5627093dee27675635b04b425f3214bcdd62'
'a50dd43c28a723c824d658b9468ff3719dcc302c57ecb3b122124e63c20800ed')
build() {
diff --git a/community/mp3splt-gtk/mp3splt-gtk.changelog b/community/mp3splt-gtk/mp3splt-gtk.changelog
index 80666955e..c5e4dadc6 100644
--- a/community/mp3splt-gtk/mp3splt-gtk.changelog
+++ b/community/mp3splt-gtk/mp3splt-gtk.changelog
@@ -1,3 +1,6 @@
+2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * mp3splt-gtk O.7.1-1
+
2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* mp3splt-gtk O.7-1
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
index a5f192e51..ffed84675 100644
--- a/community/spring/PKGBUILD
+++ b/community/spring/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61151 2011-12-22 17:17:17Z svenstaro $
+# $Id: PKGBUILD 66606 2012-02-26 14:17:33Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=spring
-pkgver=0.85.0
-_pkgver=85.0
+pkgver=0.86.0
+_pkgver=86.0
pkgrel=1
pkgdesc='A free 3D real-time-strategy (RTS) game engine'
arch=('i686' 'x86_64' 'mips64el')
@@ -17,26 +17,12 @@ makedepends=('boost' 'cmake' 'zip' 'lzma-utils' 'p7zip' 'python2' 'java-environm
optdepends=('python2: python-based bots'
'java-runtime: java-based bots')
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('ea90c264faa517e4d70542fb2082a2f3')
+md5sums=('047511adf2e4cd711df61d556367e7af')
build() {
bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma
cd spring_${_pkgver}
-
- sed -i "s/FE_DFL_ENV/FE_DFL_ENV_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp rts/lib/streflop/SMath.cpp
- sed -i "s/FE_INVALID/FE_INVALID_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_DENORMAL/FE_DENORMAL_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_DIVBYZERO/FE_DIVBYZERO_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_OVERFLOW/FE_OVERFLOW_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_UNDERFLOW/FE_UNDERFLOW_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_INEXACT/FE_INEXACT_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_ALL_EXCEPT/FE_ALL_EXCEPT_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_DOWNWARD/FE_DOWNWARD_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_TONEAREST/FE_TONEAREST_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_TOWARDZERO/FE_TOWARDZERO_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/FE_UPWARD/FE_UPWARD_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
- sed -i "s/feclearexcept/feclearexcept_/g" rts/lib/streflop/FPUSettings.h rts/System/Sync/FPUCheck.cpp rts/System/myMath.cpp rts/Lua/LuaParser.cpp
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD
index 02df2e76d..66db90eaf 100755
--- a/community/xiphos/PKGBUILD
+++ b/community/xiphos/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 65313 2012-02-20 22:49:22Z arodseth $
+# $Id: PKGBUILD 66596 2012-02-26 13:44:26Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Andrea Scarpino
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,7 +6,7 @@
pkgname=xiphos
pkgver=3.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Bible study tool for GTK+"
arch=('x86_64' 'i686' 'mips64el')
url="http://xiphos.org/"
@@ -17,16 +17,13 @@ conflicts=('gnomesword')
provides=('gnomesword')
replaces=('gnomesword')
install=xiphos.install
-source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz"
- "$pkgname.patch")
-sha256sums=('568474d9060979ad1140dbf0eae13e46890a268bfa06d600ded5917ba6674bc2'
- 'd9cdbb2de7108e2d4e49960c0c54470bc34176cb5035e14af53400c6a823ef60')
+source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz")
+sha256sums=('2887426908e269f25d2d191be445112027b2b7e80356823d4942b1803a359d8c')
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i '0,/on/s//on2/' waf
- patch -p0 -i "$srcdir/$pkgname.patch"
CXXFLAGS+=" -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1" ./waf configure --prefix=/usr --enable-gtkhtml
./waf build --prefix=/usr
}