summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
commit39e9111d76d232d65ca0c43285dea5bd5d58d28e (patch)
tree0c3db28c33246728e109f38902759fa8dfc998b3 /community
parent20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (diff)
Sun Oct 13 00:49:56 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/cppcheck/PKGBUILD11
-rw-r--r--community/kgraphviewer/PKGBUILD33
-rw-r--r--community/kgraphviewer/kgraphviewer.install11
-rw-r--r--community/kpovmodeler/PKGBUILD36
-rw-r--r--community/kpovmodeler/kpovmodeler.install11
-rw-r--r--community/pigz/PKGBUILD15
-rw-r--r--community/pigz/pigz-2.3-make.patch25
-rw-r--r--community/postgis/PKGBUILD4
-rw-r--r--community/quassel/PKGBUILD18
-rw-r--r--community/quassel/quassel.service8
-rw-r--r--community/simple-scan/PKGBUILD10
-rw-r--r--community/weston/PKGBUILD6
12 files changed, 36 insertions, 152 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 77a7f7fb3..261d32e4a 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 97709 2013-09-27 18:17:34Z jelle $
+# $Id: PKGBUILD 98518 2013-10-12 16:47:42Z jelle $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.61
-pkgrel=2
+pkgver=1.62.1
+pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64')
url="http://cppcheck.wiki.sourceforge.net/"
license=('GPL')
depends=('qt5-base')
makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('2494a603bd505cc6ae5bd67286410a66cf7996b2')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/kgraphviewer/PKGBUILD b/community/kgraphviewer/PKGBUILD
deleted file mode 100644
index e40108382..000000000
--- a/community/kgraphviewer/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 57923 2011-11-04 14:25:20Z lcarlier $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Pierre Schmitz <pierre@archlinux.de>
-
-pkgname=kgraphviewer
-pkgver=2.1.1
-pkgrel=3
-pkgdesc="A Graphviz dot graph file viewer for KDE"
-arch=('i686' 'x86_64')
-url='http://opendesktop.org/content/show.php?content=23999'
-license=('GPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'graphviz')
-makedepends=('cmake' 'automoc4' 'boost' 'docbook-xsl')
-install="${pkgname}.install"
-source=("https://api.opensuse.org/public/source/home:milianw:kdeapps/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6cc548221d8a741d13929993615c00f3')
-
-build(){
- cd ${srcdir}
-
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd ${srcdir}/build
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/kgraphviewer/kgraphviewer.install b/community/kgraphviewer/kgraphviewer.install
deleted file mode 100644
index e70c054ec..000000000
--- a/community/kgraphviewer/kgraphviewer.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/community/kpovmodeler/PKGBUILD b/community/kpovmodeler/PKGBUILD
deleted file mode 100644
index ef0506a54..000000000
--- a/community/kpovmodeler/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 57931 2011-11-04 17:14:03Z lcarlier $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Pierre Schmitz <pierre@archlinux.de>
-
-pkgname=kpovmodeler
-pkgver=1.1.3
-_kdever=4.1.1
-pkgrel=4
-pkgdesc="A graphical editor for povray scenes"
-arch=('i686' 'x86_64')
-url='http://kpovmodeler.org'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'povray')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-options=('docs')
-install=${pkgname}.install
-source=("http://kpovmodeler.org/files/${pkgname}-${pkgver}-kde${_kdever}.tar.bz2")
-md5sums=('aee8461cc813bb8e21ece3339c677288')
-
-build() {
- cd ${srcdir}
-
- mkdir build
- cd build
-
- cmake ../${pkgname}-${pkgver}-kde${_kdever} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd ${srcdir}/build
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/kpovmodeler/kpovmodeler.install b/community/kpovmodeler/kpovmodeler.install
deleted file mode 100644
index e70c054ec..000000000
--- a/community/kpovmodeler/kpovmodeler.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD
index 5ae1190d3..c3fb03ff6 100644
--- a/community/pigz/PKGBUILD
+++ b/community/pigz/PKGBUILD
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD 86235 2013-03-13 19:48:34Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski
+# $Id: PKGBUILD 98523 2013-10-12 20:12:05Z jsteel $
+# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
+# Contributor: Bartłomiej Piotrowski
# Contributor: Laszlo Papp <djszapi2@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pigz
-pkgver=2.3
+pkgver=2.3.1
pkgrel=1
pkgdesc='Parallel implementation of the gzip file compressor'
arch=('i686' 'x86_64')
url='http://www.zlib.net/pigz/'
license=('custom')
depends=('zlib')
-source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz
- pigz-2.3-make.patch)
-md5sums=('042e3322534f2c3d761736350cac303f'
- 'f6291ee36e36e098d7fbf0655a89b183')
+source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e803f8bc0770c7a5e96dccb1d2dd2aab')
build() {
cd "$srcdir"/$pkgname-$pkgver
- patch -Np1 -i "$srcdir"/pigz-2.3-make.patch
+
make
}
diff --git a/community/pigz/pigz-2.3-make.patch b/community/pigz/pigz-2.3-make.patch
deleted file mode 100644
index f014c7b02..000000000
--- a/community/pigz/pigz-2.3-make.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 545a9350f8026f6c9826dd4fa7ab6000d8826d78 Mon Sep 17 00:00:00 2001
-From: Tim Harder <radhermit@gmail.com>
-Date: Wed, 6 Mar 2013 15:51:27 -0800
-Subject: [PATCH] Respect LDFLAGS and explicitly link to math library
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3cc231d..48d1f26 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,7 +3,7 @@ CFLAGS=-O3 -Wall -Wextra
-
-
- pigz: pigz.o yarn.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o
-- $(CC) -o pigz $^ -lpthread -lz
-+ $(CC) $(LDFLAGS) -o pigz $^ -lpthread -lz -lm
- ln -f pigz unpigz
-
- pigz.o: pigz.c yarn.h zopfli/deflate.h zopfli/util.h
---
-1.8.1.5
-
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 823dc920b..1aa6ad73d 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96248 2013-08-22 17:02:31Z alucryd $
+# $Id: PKGBUILD 98497 2013-10-12 06:26:10Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
url="http://postgis.net/"
diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD
index 5e940bfd4..9e8115f10 100644
--- a/community/quassel/PKGBUILD
+++ b/community/quassel/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 96366 2013-08-26 17:18:57Z jelle $
+# $Id: PKGBUILD 98503 2013-10-12 08:31:51Z jlichtblau $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgbase=quassel
pkgname=('quassel-client' 'quassel-core')
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="QT4 irc client with a separated core"
arch=('i686' 'x86_64')
url="http://quassel-irc.org/"
license=('GPL')
makedepends=('cmake' 'automoc4' 'qt4' 'icu')
-source=("http://quassel-irc.org/pub/quassel-$pkgver.tar.bz2"
- 'quassel.service'
- 'quassel.conf')
-
-sha256sums=('2e3fe06ae3731c829aa3c2f6bb5320619bad264c831f322985c3aa3fe58b6027'
- '91a1aaae47d41c11aa418dd560039ddbbfb659e02b86379d8c4789c5ada362d3'
+source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
+ $pkgbase.service
+ $pkgbase.conf)
+sha256sums=('39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e'
+ '81222ce0a868993dbe80572f34a555d7fedf07f87413803b7e40397ec283161e'
'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
+
build() {
cd $srcdir
[[ ! -d build ]] && mkdir build
diff --git a/community/quassel/quassel.service b/community/quassel/quassel.service
index eff018899..cdc7d0890 100644
--- a/community/quassel/quassel.service
+++ b/community/quassel/quassel.service
@@ -1,12 +1,10 @@
[Unit]
-Description=Quassel core service
+Description=Quassel Core
After=network.target
[Service]
-Type=simple
-User=quassel
-Group=quassel
-ExecStart=/usr/bin/quasselcore --configdir=/var/lib/quassel --listen=0.0.0.0
+PIDFile=/var/run/quassel.pid
+ExecStart=/usr/bin/quasselcore --listen=127.0.0.1 --configdir=/var/lib/quassel
[Install]
WantedBy=multi-user.target
diff --git a/community/simple-scan/PKGBUILD b/community/simple-scan/PKGBUILD
index 04157bdff..7e9afd38c 100644
--- a/community/simple-scan/PKGBUILD
+++ b/community/simple-scan/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 98500 2013-10-12 08:24:27Z jlichtblau $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
pkgname=simple-scan
-pkgver=3.8.0
+pkgver=3.10.0
pkgrel=1
pkgdesc='Simple scanning utility'
arch=('i686' 'x86_64')
@@ -10,9 +12,9 @@ url='http://launchpad.net/simple-scan'
license=('GPL3')
depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme')
makedepends=('yelp-tools' 'intltool')
-install=simple-scan.install
-source=(https://launchpad.net/$pkgname/${pkgver:0:3}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('8df71e5f9e5db5c53217cb56b0e23b58dfe65bc174e873ad3ee576fbeccadc22')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('2732641fa77c75dcd47008cc40864f7847b93d5b27291ded6f4233289f5d10f2')
build() {
cd $pkgname-$pkgver
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD
index 9913605b3..7ff4b731f 100644
--- a/community/weston/PKGBUILD
+++ b/community/weston/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 96469 2013-08-30 09:41:38Z seblu $
+# $Id: PKGBUILD 98516 2013-10-12 14:35:58Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=weston
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
options=(!libtool)
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('b08d0c15b5eef65d5f7b864fe393b27f981f97f7')
+sha1sums=('670f95844d20dc87da579b6ac566388edc0bfa0c')
build() {
cd $pkgname-$pkgver