summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/avrdude/PKGBUILD4
-rw-r--r--community/cgminer/PKGBUILD7
-rw-r--r--community/goocanvas1/PKGBUILD9
-rw-r--r--community/ibus-anthy/PKGBUILD13
-rw-r--r--community/ibus-anthy/ibus-anthy.install11
-rw-r--r--community/libgexiv2/PKGBUILD10
-rw-r--r--community/xmobar/PKGBUILD18
7 files changed, 45 insertions, 27 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD
index ee235f8a7..9d71d347b 100644
--- a/community/avrdude/PKGBUILD
+++ b/community/avrdude/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60059 2011-12-04 15:21:41Z jelle $
+# $Id: PKGBUILD 81870 2013-01-02 15:51:02Z jelle $
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
pkgname=avrdude
pkgver=5.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/avrdude/"
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD
index 378b00845..48be6d113 100644
--- a/community/cgminer/PKGBUILD
+++ b/community/cgminer/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81650 2012-12-26 01:18:51Z fyan $
+# $Id: PKGBUILD 81884 2013-01-03 04:27:41Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: monson <holymonson@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: David Manouchehri <david@davidmanouchehri.com>
pkgname=cgminer
-pkgver=2.10.3
+pkgver=2.10.4
_build=
pkgrel=1
pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer."
@@ -50,7 +50,8 @@ package() {
sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
}
-md5sums=('6c4851d2c86558432477104e9925d23b'
+
+md5sums=('f165e9060796d07b031aacc9468536f4'
'fe4a243fabe24608f5c05e40f0f118f6'
'ee39698273671fee0e98d4af16014c36'
'bd76fc92fedce18c59ccea2aa79cc664')
diff --git a/community/goocanvas1/PKGBUILD b/community/goocanvas1/PKGBUILD
index f0124333e..f07afd059 100644
--- a/community/goocanvas1/PKGBUILD
+++ b/community/goocanvas1/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56150 2011-10-02 11:40:26Z ibiru $
+# $Id: PKGBUILD 81872 2013-01-02 15:56:34Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=goocanvas1
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cairo canvas widget for GTK+"
arch=(i686 x86_64)
url="http://live.gnome.org/GooCanvas"
@@ -24,3 +24,8 @@ package() {
cd $srcdir/goocanvas-$pkgver
make DESTDIR=$pkgdir install
}
+check() {
+ cd $srcdir/goocanvas-$pkgver
+ make check
+
+}
diff --git a/community/ibus-anthy/PKGBUILD b/community/ibus-anthy/PKGBUILD
index a97a36fd0..cc646ff72 100644
--- a/community/ibus-anthy/PKGBUILD
+++ b/community/ibus-anthy/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 79278 2012-11-02 10:15:38Z bpiotrowski $
+# $Id: PKGBUILD 81882 2013-01-03 03:41:12Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.MaRS <leemars at gmail dot com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ibus-anthy
-pkgver=1.4.99.20121006
+pkgver=1.5.0
pkgrel=1
pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
arch=('i686' 'x86_64')
license=('LGPL')
url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python2' 'pygtk')
+depends=('ibus' 'anthy' 'python2' 'pygtk' 'gtk-update-icon-cache')
makedepends=('swig' 'intltool')
options=('!libtool')
+install=$pkgname.install
source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('518aa503ce40054e0027f2a79c9df640')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -32,3 +33,5 @@ package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir/ install
}
+
+md5sums=('4ff000bec3c342f5cd5a6d9e05a4abdf')
diff --git a/community/ibus-anthy/ibus-anthy.install b/community/ibus-anthy/ibus-anthy.install
new file mode 100644
index 000000000..6b1b64bdd
--- /dev/null
+++ b/community/ibus-anthy/ibus-anthy.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD
index deab9eb1a..0ee1f9d67 100644
--- a/community/libgexiv2/PKGBUILD
+++ b/community/libgexiv2/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 74838 2012-08-06 23:09:09Z andrea $
+# $Id: PKGBUILD 81868 2013-01-02 15:41:00Z jelle $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=libgexiv2
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc="GObject-based wrapper around the Exiv2 library."
arch=('i686' 'x86_64')
url="http://redmine.yorba.org/projects/gexiv2"
license=('GPL2')
depends=('exiv2' 'glib2')
options=('!libtool')
-source=(http://yorba.org/download/gexiv2/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b74cd19a4cf4a4a32a938ecb267974c29e630dc2')
+source=("http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz")
+md5sums=('655528168648fd681a061bddaabc79ee')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD
index 6d64134e9..8da30d456 100644
--- a/community/xmobar/PKGBUILD
+++ b/community/xmobar/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80796 2012-12-03 20:58:24Z jelle $
+# $Id: PKGBUILD 81878 2013-01-02 19:55:16Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
pkgname=xmobar
pkgver=0.16
-pkgrel=3
+pkgrel=4
pkgdesc="A Minimalistic Text Based Status Bar"
url="http://hackage.haskell.org/package/xmobar"
license=('custom:BSD3')
@@ -13,20 +13,18 @@ depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
makedepends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string'
'haskell-stm>=2.3' 'haskell-parsec>=3.1' 'haskell-mtl>=2')
options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
-0001-Update-usage-of-catch-to-catchIOError-since-catch-ha.patch)
-md5sums=('b470f8253f8d2b014f59e9d657cc7ddd'
- '149583c19ac3d0ad829f3138342bb9db')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('4742f1556a8e9b292f18df1176dcd378')
+
build() {
- cd ${srcdir}/xmobar
- patch -Np1 -i $srcdir/0001-Update-usage-of-catch-to-catchIOError-since-catch-ha.patch
+ cd ${srcdir}/xmobar-$pkgver
- runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_threaded with_utf8 with_xft with_iwlib"
+ runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib"
runhaskell Setup build
}
package() {
- cd ${srcdir}/xmobar
+ cd ${srcdir}/xmobar-$pkgver
runhaskell Setup copy --destdir=${pkgdir}
install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
}