summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-12 00:06:13 -0700
committerroot <root@rshg054.dnsready.net>2013-06-12 00:06:13 -0700
commitdf4e45a41dbb2c5b9600f2c2f824f8e3efbc5bf0 (patch)
treef54aa9c2807350cda9080c77b26961c365927af4 /extra
parentbf794523287bafc14671f83b08f7b22bceadc4bc (diff)
Wed Jun 12 00:06:12 PDT 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/feh/PKGBUILD6
-rw-r--r--extra/git/PKGBUILD8
-rw-r--r--extra/json-c/PKGBUILD29
-rw-r--r--extra/libgphoto2/PKGBUILD8
-rw-r--r--extra/libindi/PKGBUILD14
-rw-r--r--extra/pulseaudio/PKGBUILD4
-rw-r--r--extra/syslog-ng/PKGBUILD8
-rw-r--r--extra/x11-ssh-askpass/PKGBUILD10
8 files changed, 40 insertions, 47 deletions
diff --git a/extra/feh/PKGBUILD b/extra/feh/PKGBUILD
index 5a1763e55..de86e00d3 100644
--- a/extra/feh/PKGBUILD
+++ b/extra/feh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 184374 2013-05-06 19:37:01Z foutrelis $
+# $Id: PKGBUILD 188169 2013-06-11 11:59:02Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=feh
-pkgver=2.9.2
+pkgver=2.9.3
pkgrel=1
pkgdesc='Fast and light imlib2-based image viewer'
url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@ optdepends=('perl: feh-cam, webcam wrapper for feh'
'imagemagick: support more file formats')
makedepends=('libxt')
source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('4d7d183491f916c8f1db668065f986f4a845503e' 'SKIP')
+sha1sums=('6e93c9bbc339d36002ead189d0a94880f58876bd' 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/git/PKGBUILD b/extra/git/PKGBUILD
index 5216969f9..cfd48adcc 100644
--- a/extra/git/PKGBUILD
+++ b/extra/git/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186460 2013-05-26 20:12:59Z dan $
+# $Id: PKGBUILD 188161 2013-06-10 22:30:55Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=git
-pkgver=1.8.3
+pkgver=1.8.3.1
pkgrel=1
pkgdesc="the fast distributed version control system"
arch=(i686 x86_64)
@@ -107,7 +107,7 @@ package() {
install -D -m 644 "$srcdir"/git-daemon.socket "$pkgdir"/usr/lib/systemd/system/git-daemon.socket
}
-md5sums=('d91b6099fb6763cf92c696977a247060'
- '0b469c0fd81b4a56b9059d7c443282f0'
+md5sums=('35401b410e7f248b13e35a1069aca2e2'
+ '3f801cc82a58c2c2ceeab95975114113'
'042524f942785772d7bd52a1f02fe5ae'
'f67869315c2cc112e076f0c73f248002')
diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD
index 0c82ec3fc..8f62686ae 100644
--- a/extra/json-c/PKGBUILD
+++ b/extra/json-c/PKGBUILD
@@ -1,28 +1,21 @@
-# $Id: PKGBUILD 176239 2013-01-28 00:11:44Z heftig $
+# $Id: PKGBUILD 188176 2013-06-11 17:10:35Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: congyiwu <congyiwu AT gmail DOT com>
pkgname=json-c
-pkgver=0.10
-pkgrel=2
+pkgver=0.11
+pkgrel=1
pkgdesc="A JSON implementation in C"
url="https://github.com/json-c/json-c/wiki"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a4edc79410eb894f08d7d52ca9f88732')
-options=(!libtool)
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+options=(!libtool !makeflags)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c')
+
build() {
cd $pkgname-$pkgver
-
- ## from http://pkgs.fedoraproject.org/cgit/json-c.git/tree/json-c.spec
- # Hack to get json_object_iterator.c compiled
- sed -e 's/json_object.c/json_object.c json_object_iterator.c/' \
- -e 's/json_object.h/json_object.h json_object_iterator.h/' \
- -e 's/json_object.lo/json_object.lo json_object_iterator.lo/' \
- -i Makefile.in
-
./configure --prefix=/usr --disable-static
make
}
@@ -30,5 +23,5 @@ build() {
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD
index f419a2f9e..9a50c0181 100644
--- a/extra/libgphoto2/PKGBUILD
+++ b/extra/libgphoto2/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 179978 2013-03-13 20:08:25Z jgc $
+# $Id: PKGBUILD 188179 2013-06-11 19:26:15Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=libgphoto2
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
arch=(i686 x86_64)
url="http://www.gphoto.org"
license=(LGPL)
-depends=('libexif' 'libjpeg>=8' 'gd' 'libltdl' 'libusb-compat' 'libusb')
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
install=libgphoto2.install
options=('libtool')
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
-md5sums=('92780eb4baf7b512b86b5e7300ec91a5')
+md5sums=('d9f4462957e59bf2b2eb3b1ea8423570')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/libindi/PKGBUILD b/extra/libindi/PKGBUILD
index 18a209e47..434a909be 100644
--- a/extra/libindi/PKGBUILD
+++ b/extra/libindi/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 62098 2010-01-02 09:13:44Z tpowa $
+# $Id: PKGBUILD 188185 2013-06-11 20:41:28Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libindi
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
url="http://www.indilib.org/index.php?title=Main_Page"
license=('GPL2')
arch=('i686' 'x86_64')
depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
-makedepends=('pkgconfig' 'cmake' 'boost')
+makedepends=('cmake' 'boost')
options=('!libtool')
source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz")
md5sums=('c1456544a36f543e2884f88913cf3eb0')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -26,6 +25,11 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
+
+ install -d "${pkgdir}"/usr/lib/udev/rules.d
+ mv "${pkgdir}"/etc/udev/rules.d/99-gpusb.rules \
+ "${pkgdir}"/usr/lib/udev/rules.d/
+ rmdir "${pkgdir}"/etc/udev/rules.d "${pkgdir}"/etc/udev "${pkgdir}"/etc
}
diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD
index eb2890c91..3d58eeb0d 100644
--- a/extra/pulseaudio/PKGBUILD
+++ b/extra/pulseaudio/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 187868 2013-06-07 09:26:30Z tomegun $
+# $Id: PKGBUILD 188177 2013-06-11 17:10:36Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -8,7 +8,7 @@ pkgbase=pulseaudio
pkgname=(pulseaudio libpulse)
pkgdesc="A featureful, general-purpose sound server"
pkgver=4.0
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
license=(GPL LGPL)
diff --git a/extra/syslog-ng/PKGBUILD b/extra/syslog-ng/PKGBUILD
index 3c54082b4..006459cbb 100644
--- a/extra/syslog-ng/PKGBUILD
+++ b/extra/syslog-ng/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 185556 2013-05-15 00:48:48Z dreisner $
+# $Id: PKGBUILD 188171 2013-06-11 16:24:06Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=syslog-ng
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.4.2
+pkgrel=1
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -21,7 +21,7 @@ install=$pkgname.install
source=("http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz"
syslog-ng.conf
syslog-ng.logrotate)
-sha1sums=('e75892262863b77f74a401d19661164154f716e7'
+sha1sums=('96474f955fb51d4f31ce1154c84b0cb48c8748d2'
'0aaf695ea6756b59198ff2e4af237b4a6186525d'
'949128fe3d7f77a7aab99048061f885bc758000c')
diff --git a/extra/x11-ssh-askpass/PKGBUILD b/extra/x11-ssh-askpass/PKGBUILD
index 37b84c4d0..18d23681f 100644
--- a/extra/x11-ssh-askpass/PKGBUILD
+++ b/extra/x11-ssh-askpass/PKGBUILD
@@ -1,5 +1,4 @@
-# $Id: PKGBUILD 140828 2011-10-19 22:29:39Z bisson $
-
+# $Id: PKGBUILD 188167 2013-06-11 06:50:06Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Mike Sampson <mike at sambodata dot com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -7,7 +6,7 @@
pkgname=x11-ssh-askpass
pkgver=1.2.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Lightweight passphrase dialog for SSH'
url='http://www.jmknoble.net/software/x11-ssh-askpass/'
license=('custom')
@@ -22,7 +21,6 @@ sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
./configure \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/ssh \
@@ -35,10 +33,8 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make DESTDIR="${pkgdir}" install install.man
- install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
-
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
sed '109,174p;d' README > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
}