summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-27 00:02:04 +0000
committerroot <root@rshg054.dnsready.net>2012-07-27 00:02:04 +0000
commit1616f43507a7f8785a479ecf6ce905828a232f02 (patch)
tree2da0cc5a8e57effad5bcd327be1957b187b67f36 /community
parentc4c5143448e3be178c254e8f9f1ab24661dc3b20 (diff)
Fri Jul 27 00:02:04 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/deadbeef/PKGBUILD8
-rw-r--r--community/nodejs/PKGBUILD8
-rw-r--r--community/pptpd/PKGBUILD9
-rw-r--r--community/qtcreator/PKGBUILD10
-rw-r--r--community/spacefm/PKGBUILD20
-rw-r--r--community/spacefm/spacefm.install2
-rw-r--r--community/udevil/PKGBUILD6
-rw-r--r--community/xapian-core/PKGBUILD6
8 files changed, 38 insertions, 31 deletions
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index 7b59cae51..38eba673f 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 73469 2012-07-08 09:29:55Z ibiru $
+# $Id: PKGBUILD 74372 2012-07-25 22:55:20Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
pkgver=0.5.5
-pkgrel=1
+pkgrel=2
pkgdesc='An audio player for GNU/Linux based on GTK2.'
arch=('i686' 'x86_64')
url='http://deadbeef.sourceforge.net'
license=('GPL2')
-depends=('gtk2' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate'
'yasm')
@@ -37,7 +37,7 @@ md5sums=('7cc10cefda0f4044eea897893e4cc1a9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-ffmpeg
+ ./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
make
}
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 3ffafd4cb..7226f50af 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74219 2012-07-23 03:07:41Z allan $
+# $Id: PKGBUILD 74366 2012-07-25 20:56:41Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -8,8 +8,8 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.8.4
+pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
@@ -19,7 +19,7 @@ checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('53604d2e3773d62e90fa5a340a362e08')
+md5sums=('ea44c0fa7a5f268bedfbea0ae1884db5')
build() {
cd node-v${pkgver}
diff --git a/community/pptpd/PKGBUILD b/community/pptpd/PKGBUILD
index e2252c0ba..c3e97bec9 100644
--- a/community/pptpd/PKGBUILD
+++ b/community/pptpd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 74321 2012-07-24 16:08:18Z spupykin $
+# $Id: PKGBUILD 74350 2012-07-25 10:18:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pptpd
pkgver=1.3.4
-pkgrel=9
+pkgrel=10
pkgdesc="Poptop server"
arch=(i686 x86_64)
url="http://poptop.sourceforge.net/"
@@ -18,10 +18,15 @@ md5sums=('b38df9c431041922c997c1148bedf591'
'cfa02c86d0413eb94fac15599986f54c')
build() {
+ local _pppver=`pacman -Q ppp`
+ _pppver=${_pppver%-*}
+ _pppver=${_pppver#ppp }
+
cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/unrecognized-opt.patch
autoreconf -i
./configure --prefix=/usr --libdir=/usr/lib --exec-prefix=/usr --mandir=/usr/share/man
+ sed -i "s|#define VERSION.*|#define VERSION \"${_pppver}\"|" plugins/patchlevel.h
make
sed -i 's|install -o root|install|g' plugins/Makefile
sed -i 's|?=|=|g' plugins/Makefile
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD
index 8f72aa041..67145e813 100644
--- a/community/qtcreator/PKGBUILD
+++ b/community/qtcreator/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70483 2012-05-09 14:56:54Z svenstaro $
+# $Id: PKGBUILD 74355 2012-07-25 15:34:15Z svenstaro $
# Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
@@ -7,8 +7,8 @@
# Contributor: delor <bartekpiech gmail com>
pkgname="qtcreator"
-pkgver=2.5.0
-_pkgver=2.5.0
+pkgver=2.5.1
+_pkgver=2.5.1
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
@@ -28,9 +28,9 @@ optdepends=('qt-doc: for the integrated Qt documentation'
install=qtcreator.install
source=("http://get.qt.nokia.com/qtcreator/qt-creator-${_pkgver}-src.tar.gz"
'qtcreator.desktop')
-md5sums=('31e26cdd1e3eeb8c406382ebe886dcc5'
+md5sums=('321e6ee4640cee8177cbb302fde2ce84'
'f1f4680b9838ff0b8f4cf11eb850d662')
-
+
build() {
cd ${srcdir}
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index e89183510..912d15ee2 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 73680 2012-07-13 19:18:42Z bpiotrowski $
+# $Id: PKGBUILD 74358 2012-07-25 19:18:50Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
pkgname=spacefm
-pkgver=0.7.9
+pkgver=0.7.10
pkgrel=1
pkgdesc="A multi-panel tabbed file manager"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ install=$pkgname.install
depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev')
makedepends=('intltool' 'gettext')
optdepends=('lsof: device processes'
- 'eject: eject media'
+ 'eject: eject media'
'wget: plugin download'
'gksu: perform as root functionality'
'pmount: mount as non-root user'
@@ -22,16 +22,16 @@ optdepends=('lsof: device processes'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('428739bc310d7010eca3f64caf2e7c1e')
+md5sums=('16de3087b7225b89fad93a0710f2bbcf')
build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --disable-pixmaps
+ make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}
-
diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install
index 1182e768f..f2954aa73 100644
--- a/community/spacefm/spacefm.install
+++ b/community/spacefm/spacefm.install
@@ -1,6 +1,8 @@
post_install() {
update-mime-database usr/share/mime > /dev/null
update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ [ -d /usr/share/icons/Faenza ] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
}
post_upgrade() {
diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD
index 7a7df6839..091a56764 100644
--- a/community/udevil/PKGBUILD
+++ b/community/udevil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 73683 2012-07-13 19:36:15Z bpiotrowski $
+# $Id: PKGBUILD 74360 2012-07-25 19:22:08Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
pkgname=udevil
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Mount and unmount without password'
@@ -24,7 +24,7 @@ provides=('devmon')
backup=('etc/udevil/udevil.conf')
install=$pkgname.install
source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('a2695eb0e9d1d2b5208f781710b1a286')
+md5sums=('f2541fe24c83cbc2cb63c5912fc417d9')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD
index da4c078d2..4b007cc4b 100644
--- a/community/xapian-core/PKGBUILD
+++ b/community/xapian-core/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 70569 2012-05-11 20:14:44Z spupykin $
+# $Id: PKGBUILD 74348 2012-07-25 06:16:56Z spupykin $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=xapian-core
-pkgver=1.2.10
+pkgver=1.2.12
pkgrel=1
pkgdesc='Open source search engine library.'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux')
# xapian config requires libxapian.la
options=('libtool')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c773df1aa9a84d3a056863532a7f6519')
+md5sums=('faf33a3945edbe4c848627750856cbeb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"