summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-11 04:20:41 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-11 04:20:41 +0000
commit96ba30fd7b52ef7318f2499e75970e3e186f84eb (patch)
tree99f4f4ce94dc8e6e83864cc8ac416a98c5716477
parentbf8ca82240123cfd3e65739dc2318f5f1d145d12 (diff)
Sun May 11 04:11:46 UTC 2014
-rw-r--r--community/cinnamon-screensaver/PKGBUILD13
-rw-r--r--community/cinnamon-screensaver/fix-high-cpu.patch10
-rw-r--r--community/converseen/PKGBUILD6
-rw-r--r--community/doublecmd/PKGBUILD4
-rw-r--r--community/par2cmdline/PKGBUILD6
-rw-r--r--community/rlwrap/ChangeLog2
-rw-r--r--community/rlwrap/PKGBUILD18
-rw-r--r--community/shairplay/PKGBUILD6
-rw-r--r--community/znc/PKGBUILD16
9 files changed, 27 insertions, 54 deletions
diff --git a/community/cinnamon-screensaver/PKGBUILD b/community/cinnamon-screensaver/PKGBUILD
index 71e7e026a..285cbade6 100644
--- a/community/cinnamon-screensaver/PKGBUILD
+++ b/community/cinnamon-screensaver/PKGBUILD
@@ -4,7 +4,7 @@
# Jan de Groot <jgc@archlinux.org>
pkgname=cinnamon-screensaver
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
arch=('i686' 'x86_64')
@@ -14,19 +14,10 @@ backup=(etc/pam.d/cinnamon-screensaver)
depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
makedepends=('intltool' 'gnome-common')
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
- fix-high-cpu.patch
cinnamon-screensaver.pam)
-sha256sums=('6c95f6a1ec8437b63c6b04422527301f4aceeffd3ceb2c034d19bef8deb77333'
- '6cb02c9a9df6d4366538b8faffe9d53cf9165871352fe01befb77e8ea92ea736'
+sha256sums=('0893bb4a78dbe0647ffacd38c685da0cbe9d1274cbd40ec063a1615a6b1bf5c8'
'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
-prepare() {
- cd $pkgname-$pkgver
-
- # Fix high CPU usage (FS#39951)
- patch -Np1 -i ../fix-high-cpu.patch
-}
-
build() {
cd $pkgname-$pkgver
diff --git a/community/cinnamon-screensaver/fix-high-cpu.patch b/community/cinnamon-screensaver/fix-high-cpu.patch
deleted file mode 100644
index 965ddc386..000000000
--- a/community/cinnamon-screensaver/fix-high-cpu.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cinnamon-screensaver-2.2.2.orig/src/gs-window-x11.c 2014-05-02 10:46:28.000000000 -0500
-+++ cinnamon-screensaver-2.2.2/src/gs-window-x11.c 2014-05-03 13:04:32.024323984 -0500
-@@ -2139,7 +2139,6 @@
- {
- cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 0.7);
- cairo_paint (cr);
-- gs_window_clear_to_background_surface (window);
- gtk_widget_queue_draw (widget);
- return FALSE;
- }
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD
index 0932eb4d4..b0d24353b 100644
--- a/community/converseen/PKGBUILD
+++ b/community/converseen/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 110762 2014-05-06 14:12:30Z giovanni $
+# $Id: PKGBUILD 110955 2014-05-10 15:28:56Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="The batch image converter and resizer"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp')
makedepends=('cmake')
install=converseen.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('20e30c334fa358d75df11b5737f59485')
+md5sums=('bf2f1c71d8faf7e7c913680e24284858')
build() {
cd "${srcdir}"
diff --git a/community/doublecmd/PKGBUILD b/community/doublecmd/PKGBUILD
index 0aeb839c0..bc7a16698 100644
--- a/community/doublecmd/PKGBUILD
+++ b/community/doublecmd/PKGBUILD
@@ -1,5 +1,5 @@
# vim:set ft=sh:
-# $Id: PKGBUILD 108143 2014-03-23 19:45:43Z idevolder $
+# $Id: PKGBUILD 110953 2014-05-10 14:08:22Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: (sirocco AT ngs.ru)
@@ -7,7 +7,7 @@ pkgbase=doublecmd
pkgname=('doublecmd-gtk2' 'doublecmd-qt')
pkgver=0.5.9
_helpver=0.5.5
-pkgrel=1
+pkgrel=2
url="http://doublecmd.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL')
diff --git a/community/par2cmdline/PKGBUILD b/community/par2cmdline/PKGBUILD
index abb075c7b..7f5a4ec08 100644
--- a/community/par2cmdline/PKGBUILD
+++ b/community/par2cmdline/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 110390 2014-04-28 18:55:56Z idevolder $
+# $Id: PKGBUILD 110951 2014-05-10 10:25:18Z idevolder $
# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org
pkgname=par2cmdline
-pkgver=0.6.6
+pkgver=0.6.7
pkgrel=1
pkgdesc='A PAR 2.0 compatible file verification and repair tool'
url='https://github.com/BlackIkeEagle/par2cmdline'
license=('GPL2')
arch=('i686' 'x86_64')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('48b4a9ac20e0f1a7df7228f452d93dabeedd14b25166eb67f8cf272768f7f516')
+sha256sums=('dd177953a2a72742bc10a08250b949aeff48c907263ea6722f4246c9d2089411')
build() {
cd "$pkgname-$pkgver"
diff --git a/community/rlwrap/ChangeLog b/community/rlwrap/ChangeLog
index c28dd3ee0..995078cfe 100644
--- a/community/rlwrap/ChangeLog
+++ b/community/rlwrap/ChangeLog
@@ -1,3 +1,5 @@
+2014-05-10 Kyle Keen <keenerd@gmail.com>
+* Updated to 0.40
2008-03-21 partition <heniekk@gmail.com>
* Updated to 0.30
2007-06-28 tardo <tardo@nagi-fanboi.net>
diff --git a/community/rlwrap/PKGBUILD b/community/rlwrap/PKGBUILD
index 3cef5ba91..c3e099365 100644
--- a/community/rlwrap/PKGBUILD
+++ b/community/rlwrap/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 66761 2012-02-28 08:57:15Z giovanni $
+# $Id: PKGBUILD 110957 2014-05-10 16:52:31Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: wizzomafizzo <wizzomafizzo@gmail.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
@@ -6,25 +6,23 @@
# Contributor: Douglas Thrift <douglas@douglasthrift.net>
pkgname=rlwrap
-pkgver=0.37
-pkgrel=2
-pkgdesc="A 'readline wrapper'"
+pkgver=0.40
+pkgrel=1
+pkgdesc="Adds readline-style editing and history to programs."
arch=('i686' 'x86_64')
url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
license=('GPL')
depends=('perl')
source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('04cd6e2c257eb5a86b297f2ebf91dbbf')
+md5sums=('2488052579d05aeef68e746ad35c7a55')
build() {
- cd $srcdir/$pkgname-$pkgver
-
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
-
- make DESTDIR=$pkgdir install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/shairplay/PKGBUILD b/community/shairplay/PKGBUILD
index d1ad1c1a6..f5c671d0b 100644
--- a/community/shairplay/PKGBUILD
+++ b/community/shairplay/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110774 2014-05-06 17:52:11Z idevolder $
+# $Id: PKGBUILD 110949 2014-05-10 10:24:10Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: winlu
pkgname=shairplay
_gitname=shairplay
pkgver=20140422
-pkgrel=1
+pkgrel=2
pkgdesc='Apple airplay and raop protocol server'
arch=('i686' 'x86_64')
url='https://github.com/juhovh/shairplay'
@@ -18,8 +18,6 @@ source=("$_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f8290
sha256sums=('SKIP'
'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
options=(!libtool)
-provides=('libshairport')
-conflicts=('libshairport')
build() {
cd $_gitname
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD
index 3980d6d84..b7365c278 100644
--- a/community/znc/PKGBUILD
+++ b/community/znc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110821 2014-05-07 23:03:49Z seblu $
+# $Id: PKGBUILD 110941 2014-05-10 09:27:38Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: mickael9 <mickael9 at gmail dot com>
pkgname=znc
-pkgver=1.2
-pkgrel=3
+pkgver=1.4
+pkgrel=1
pkgdesc='An IRC bouncer with modules & scripts support'
url='http://en.znc.in/wiki/index.php/ZNC'
license=('GPL2')
@@ -17,14 +17,8 @@ optdepends=('tcl: modtcl module'
'perl: modperl module'
'cyrus-sasl: saslauth module')
install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"
- '01-sec-correctly-handle-channel-names.patch')
-md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b'
- 'SKIP')
-
-prepare() {
- patch -p1 -d $pkgname-$pkgver < 01-sec-correctly-handle-channel-names.patch
-}
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz")
+md5sums=('630cb74db34d2d5451ba30b47869f6bb')
build() {
cd $pkgname-$pkgver