summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
committerroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
commitd286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch)
tree0df8ee0846c9886fd41db46eba16f7877d70af93 /community
parent8fd7bc607a8e4b26853b4263153a736767b163cd (diff)
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/galculator/PKGBUILD29
-rw-r--r--community/galculator/galculator.install10
-rw-r--r--community/ncmpcpp/PKGBUILD6
-rw-r--r--community/rekonq/PKGBUILD6
-rw-r--r--community/rekonq/rekonq.install7
-rw-r--r--community/shotwell/PKGBUILD19
-rw-r--r--community/wavegain/PKGBUILD23
7 files changed, 74 insertions, 26 deletions
diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD
new file mode 100644
index 000000000..58a85a7e7
--- /dev/null
+++ b/community/galculator/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=galculator
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="GTK+ based scientific calculator"
+arch=('i686' 'x86_64')
+url="http://galculator.sourceforge.net/"
+license=('GPL')
+depends=('libglade')
+makedepends=('intltool')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2")
+md5sums=('d30e6fbf5947bb1c873bc9d5a21046f1')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/galculator/galculator.install b/community/galculator/galculator.install
new file mode 100644
index 000000000..a852f0449
--- /dev/null
+++ b/community/galculator/galculator.install
@@ -0,0 +1,10 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
index 5b75c04df..6c44f2274 100644
--- a/community/ncmpcpp/PKGBUILD
+++ b/community/ncmpcpp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 45584 2011-04-24 17:56:50Z mherych $
+# $Id: PKGBUILD 56861 2011-10-15 07:25:39Z bpiotrowski $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
pkgname=ncmpcpp
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=1
pkgdesc="An almost exact clone of ncmpc with some new features."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
install=ncmpcpp.install
source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6632c76f2f0836c5aa5a1a2fbb1c921c')
+md5sums=('288952c6b4cf4fa3683f3f83a58da37c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD
index 388001cf4..3cb1483ee 100644
--- a/community/rekonq/PKGBUILD
+++ b/community/rekonq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 44632 2011-04-09 15:53:51Z andrea $
+# $Id: PKGBUILD 56868 2011-10-15 11:22:09Z plewis $
# Maintainer: Peter Lewis <plewis@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
pkgname=rekonq
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc='A WebKit based web browser for KDE'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('kdebase-keditbookmarks')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('73de712f71ea4caf2e66a92c77505da8')
+md5sums=('b11003fa833317e5948aa1491e230806')
build(){
cd ${srcdir}
diff --git a/community/rekonq/rekonq.install b/community/rekonq/rekonq.install
index e70c054ec..f80ffb217 100644
--- a/community/rekonq/rekonq.install
+++ b/community/rekonq/rekonq.install
@@ -1,11 +1,12 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
- post_install
+ post_install $1
}
post_remove() {
- post_install
+ post_install $1
}
diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD
index f235c872d..06412266b 100644
--- a/community/shotwell/PKGBUILD
+++ b/community/shotwell/PKGBUILD
@@ -1,27 +1,32 @@
-# $Id: PKGBUILD 56349 2011-10-05 19:08:41Z andrea $
+# $Id: PKGBUILD 56880 2011-10-15 22:25:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
pkgname=shotwell
-pkgver=0.11.2
+pkgver=0.11.4
pkgrel=2
pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
arch=('i686' 'x86_64')
url="http://yorba.org/shotwell/"
license=('LGPL2.1')
-depends=('gconf' 'libgee' 'libgphoto2' 'libunique3' 'libwebkit3' 'libgexiv2' 'libraw'
+depends=('gconf' 'libgee' 'libgphoto2' 'libunique' 'libwebkit' 'libgexiv2' 'libraw'
'librsvg' 'json-glib' 'desktop-file-utils' 'dconf')
makedepends=('intltool' 'vala')
install=shotwell.install
source=("http://yorba.org/download/shotwell/0.11/shotwell-${pkgver}.tar.bz2"
- "http://arch.p5n.pp.ru/~sergej/dl/shotwell-gtk3.patch.gz")
-md5sums=('bbb479eaa4bbcf67d8ff454b406ed249'
- 'e9ac0d9d818242220f0f788c493e453d')
+ "http://ftp.gnome.org/pub/gnome/sources/vala/0.12/vala-0.12.1.tar.bz2")
+md5sums=('150899574f8fd96b6a5b87173a6ef3e0'
+ 'bf35262cc611de447147d01cbac33767')
build() {
+ cd "${srcdir}/vala-0.12.1"
+ ./configure --prefix=$srcdir/vala --enable-vapigen
+ make
+ make install
+ export PATH=$srcdir/vala/bin:$PATH
+
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 <$srcdir/shotwell-gtk3.patch
./configure --prefix=/usr \
--with-gconf-schema-file-dir=/usr/share/gconf/schemas \
--disable-schemas-install \
diff --git a/community/wavegain/PKGBUILD b/community/wavegain/PKGBUILD
index 8811cbd61..6962ab2e5 100644
--- a/community/wavegain/PKGBUILD
+++ b/community/wavegain/PKGBUILD
@@ -1,27 +1,30 @@
-# $Id: PKGBUILD 22383 2010-07-21 16:08:04Z lcarlier $
-# Maintainer: Corrado Primier <bardo@aur.archlinux.org>
+# $Id: PKGBUILD 56863 2011-10-15 08:48:28Z schiv $
+# Maintainer: Ray Rashif <schiv@archlinux.org>
+# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=wavegain
-pkgver=1.2.8
-pkgrel=2
+_realname=WaveGain
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A command line tool to normalize sound files"
arch=('i686' 'x86_64')
url="http://rarewares.org/others.php"
license=('LGPL')
-depends=('glibc' 'libsndfile')
-source=(http://www.rarewares.org/files/others/${pkgname}-${pkgver}srcs.zip)
-md5sums=('bc9b412400dbfb69bcbf961ed4e6eb06')
+depends=('libsndfile')
+source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
+md5sums=('6f4bc4f5fc7387db34e04f80fdf74dd2')
build() {
- cd ${srcdir}/WaveGain-${pkgver}
+ cd "$srcdir/$_realname-$pkgver"
make -f Makefile.linux
}
package() {
- cd ${srcdir}/WaveGain-${pkgver}
+ cd "$srcdir/$_realname-$pkgver"
- install -Dm755 ${srcdir}/WaveGain-${pkgver}/wavegain ${pkgdir}/usr/bin/wavegain
+ install -Dm755 "$srcdir/$_realname-$pkgver/wavegain" \
+ "$pkgdir/usr/bin/wavegain"
}
# vim:set ts=2 sw=2 et: