summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/ecryptfs-utils/PKGBUILD14
-rw-r--r--community/geany-plugins/PKGBUILD10
-rw-r--r--community/geany-plugins/geany-plugins.install2
-rw-r--r--community/geany/PKGBUILD11
-rw-r--r--community/geany/geany.install2
-rw-r--r--community/libcec/PKGBUILD8
-rw-r--r--community/mashup/PKGBUILD6
-rw-r--r--community/opendkim/PKGBUILD8
-rw-r--r--community/opendkim/opendkim.rc2
-rw-r--r--community/remmina/PKGBUILD45
-rw-r--r--community/soundkonverter/PKGBUILD6
-rw-r--r--community/xboard/PKGBUILD7
-rw-r--r--extra/doxygen/PKGBUILD8
-rw-r--r--extra/git/PKGBUILD11
-rw-r--r--extra/ktorrent/PKGBUILD8
-rw-r--r--extra/libidn/PKGBUILD6
-rw-r--r--extra/libktorrent/PKGBUILD10
-rw-r--r--extra/miro/PKGBUILD6
-rw-r--r--extra/nspr/PKGBUILD6
-rw-r--r--extra/nss/PKGBUILD10
-rw-r--r--extra/xf86-video-nouveau/PKGBUILD33
-rw-r--r--extra/xf86-video-nouveau/xf86-video-nouveau.install10
-rw-r--r--libre/filesystem/PKGBUILD44
-rw-r--r--libre/filesystem/filesystem.install3
-rw-r--r--libre/filesystem/group1
-rw-r--r--libre/kdelibs-libre/PKGBUILD10
-rw-r--r--libre/kdelibs-libre/fix-application-crashes.patch49
27 files changed, 194 insertions, 142 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index f6fbf591c..f566c9b71 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -1,28 +1,24 @@
-# $Id: PKGBUILD 71565 2012-05-29 11:01:34Z tredaelli $
+# $Id: PKGBUILD 72650 2012-06-18 12:31:36Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Richard Murri <admin@richardmurri.com>
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=ecryptfs-utils
-pkgver=96
-pkgrel=3
+pkgver=97
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
license=('GPL')
makedepends=('swig' 'intltool' 'gettext')
depends=('keyutils' 'nss' 'python2')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz"
- symlinked_mtab.patch)
+source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz")
options=(!libtool)
-md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7'
- '7740ed69601cfc75bb96c9ad072dfdb4')
+md5sums=('74e8cacd5fa641075419ec02f6312421')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
- # Apply patch to detect if /etc/mtab is a symlink.
- patch src/libecryptfs/main.c < "$srcdir/symlinked_mtab.patch"
make
}
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index 297355163..23874b8d0 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 57822 2011-11-03 10:07:17Z arodseth $
+# $Id: PKGBUILD 72667 2012-06-18 20:30:29Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: djgera
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
+
pkgname=geany-plugins
-pkgver=0.21
+pkgver=0.21.1
pkgrel=2
pkgdesc="Combined plugins release for Geany"
arch=('i686' 'x86_64' 'mips64el')
url="http://plugins.geany.org/"
license=('GPL')
-depends=('geany' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme')
+depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme')
makedepends=('intltool')
optdepends=('hspell: hebrew spell checker')
-conflicts=('geany-plugins-svn')
install=geany-plugins.install
source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2")
-md5sums=('22e106d7a026e720dd91feb79e44456f')
+sha256sums=('3a4bd29e690067ca5b97c11a74ea95ad0c960e5d45b205756c1f9e1f0f2847a6')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install
index c5a602e43..f26807673 100644
--- a/community/geany-plugins/geany-plugins.install
+++ b/community/geany-plugins/geany-plugins.install
@@ -1,5 +1,3 @@
-pkgname=geany-plugins
-
post_upgrade() {
gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
}
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD
index 509b0be3a..e132fcdad 100644
--- a/community/geany/PKGBUILD
+++ b/community/geany/PKGBUILD
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD 57809 2011-11-03 09:42:30Z arodseth $
+# $Id: PKGBUILD 72665 2012-06-18 19:58:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.ro>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
+
pkgname=geany
-pkgver=0.21
-pkgrel=2
+pkgver=1.22
+pkgrel=1
pkgdesc="Fast and lightweight IDE"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.geany.org/"
@@ -15,9 +16,9 @@ depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'python2')
makedepends=('perlxml' 'intltool')
optdepends=("vte: for terminal support")
install=geany.install
-source=("http://download.geany.org/$pkgname-$pkgver.tar.gz")
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
options=('!libtool')
-md5sums=('d2734776badc3f5f9a778814ed56fb8a')
+sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/geany/geany.install b/community/geany/geany.install
index 4cd573a65..661157760 100644
--- a/community/geany/geany.install
+++ b/community/geany/geany.install
@@ -1,5 +1,3 @@
-pkgname=geany
-
post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD
index e14ac932e..8d0d849df 100644
--- a/community/libcec/PKGBUILD
+++ b/community/libcec/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71688 2012-06-01 13:05:00Z dreisner $
+# $Id: PKGBUILD 72656 2012-06-18 17:44:25Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Philippe Cherel <philippe.cherel@mayenne.org>
pkgname=libcec
-pkgver=1.6.3
+pkgver=1.7.0
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/Pulse-Eight/libcec"
license=('GPL')
depends=('udev' 'lockdev')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver")
-_srcfolder=Pulse-Eight-libcec-ab37938
-sha256sums=('964fb7ad2281b44dacddd57e5cfc16750271492cbbf48291ee487644d69bcb61')
+_srcfolder=Pulse-Eight-libcec-b9761e8
+sha256sums=('28ed8c326bbe1c181f4f4c41660e2f1f6097494647f05a51b30a6034b8171b30')
options=(!libtool)
build() {
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD
index 7c326b432..91f998f70 100644
--- a/community/mashup/PKGBUILD
+++ b/community/mashup/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mashup
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Adjusting images on a sheet of paper for printing"
url="http://kornelix.squarespace.com/$pkgname"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,11 +11,12 @@ license=('GPL3')
depends=('gtk3')
replaces=('printoxx')
source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('9ce1e5b734a149e84e4dae366dc2c1c1')
+md5sums=('454b08e5589f93b3bdd4577c2578ae36')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
+ sed -i 's/--libs gtk+-3.0/--libs gtk+-3.0 gthread-2.0/' Makefile
make PREFIX=/usr
}
@@ -26,3 +27,4 @@ package() {
rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop
rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man
}
+
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD
index bc1001946..99255fa97 100644
--- a/community/opendkim/PKGBUILD
+++ b/community/opendkim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71559 2012-05-29 09:12:52Z spupykin $
+# $Id: PKGBUILD 72633 2012-06-18 09:23:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=opendkim
-pkgver=2.5.2
+pkgver=2.6.0
pkgrel=1
pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
arch=(i686 x86_64)
@@ -17,9 +17,9 @@ install=opendkim.install
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
opendkim.conf
opendkim.rc)
-md5sums=('3c2a71372ee279b627e3f39c87a0d457'
+md5sums=('ad4eb5131642cadd778dc26ed7daacf0'
'3e2bb1058ac0662f01e675aa6ac7ee8f'
- '1176f086d36e79a834dba1bed0ded397')
+ '093f5c098a45cc68753f97e45a5b374c')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/opendkim/opendkim.rc b/community/opendkim/opendkim.rc
index a3e0790a7..f87bfcfc9 100644
--- a/community/opendkim/opendkim.rc
+++ b/community/opendkim/opendkim.rc
@@ -1,8 +1,8 @@
#!/bin/bash
+. /etc/rc.conf
. /etc/rc.d/functions
. /etc/conf.d/opendkim
-. /etc/rc.conf
PID=`pidof -o %PPID /usr/sbin/opendkim`
case "$1" in
diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD
index 5a5559599..2fde80bb8 100644
--- a/community/remmina/PKGBUILD
+++ b/community/remmina/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 72477 2012-06-15 12:20:16Z spupykin $
+# $Id: PKGBUILD 72637 2012-06-18 09:24:39Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=remmina
pkgver=1.0.0
-pkgrel=8
-pkgdesc="Remmina is a remote desktop client written in GTK+. "
-arch=(i686 x86_64 'mips64el')
+pkgrel=9
+pkgdesc="remote desktop client written in GTK+"
+arch=(i686 x86_64 mips64el)
url="http://remmina.sourceforge.net/"
license=('GPL')
depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp')
@@ -18,19 +18,38 @@ optdepends=('libxkbfile'
replaces=('remmina-plugins')
provides=('remmina-plugins')
install=remmina.install
-source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz
- 'https://github.com/FreeRDP/Remmina/commit/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff'
- 'https://github.com/FreeRDP/Remmina/commit/f7d1038ba358a295fb46c681db5c47e4ead97306.diff'
- 'https://github.com/FreeRDP/Remmina/commit/1aebfc027507607d5f061ba9072eb952e07214d1.diff')
+source=("https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz"
+ 'https://github.com/FreeRDP/Remmina/commit/569d9bb7.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/f7d1038b.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/1aebfc02.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/3ebdd6e7.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/97c2af8c.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/84327f81.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/c1ef3a16.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/6ee20289.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/b2277827.patch'
+ 'https://github.com/FreeRDP/Remmina/commit/cb0b209b.patch')
md5sums=('701c540acaab961bc3adf130a2ddb8b1'
- 'a979c898d5e53446cec9d01912ad9243'
- 'b2a9c0e80ac7b0c8a26935bbe289aa3b'
- 'd7db32f63996df1ea661c7fff24262d4')
+ '23927a584c23d0da7a893c1f39d53857'
+ '40f5ce2f30c8ce8ae8a4ebcee52874ab'
+ 'c842ba295c2327ab4d0819fc4a5bc03f'
+ '9312b5bf953a63e6203f0d0be6cb8134'
+ '65bfcc39ae51343b90928ea329cc4900'
+ '42b971116f887657fc210da70c3afba5'
+ '04b5bc1190b53211747e097897d1d19c'
+ 'ce0b538ff850556b2ad8fc4e4736039e'
+ '3bc1a4e50cdd864c0e2d7c91a1e02e32'
+ 'b9023ea4f36c31c3d4e98cfc472c1a09')
build() {
cd ${srcdir}/FreeRDP-Remmina-*/
- patch -p1 -i "${srcdir}/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff"
- patch -p1 -i "${srcdir}/f7d1038ba358a295fb46c681db5c47e4ead97306.diff"
+
+ for i in ${source[@]}; do
+ if [ ${i:(-6)} == ".patch" ]; then
+ patch -p1 -i "${srcdir}/${i:(-14)}"
+ fi
+ done
+
export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lgnutls"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF .
make
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD
index 423cbb5e2..9f8dd8c69 100644
--- a/community/soundkonverter/PKGBUILD
+++ b/community/soundkonverter/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 72096 2012-06-08 16:40:09Z stativ $
+# $Id: PKGBUILD 72654 2012-06-18 16:27:25Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=soundkonverter
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="Front-end to various audio converters"
arch=('i686' 'x86_64' 'mips64el')
@@ -31,7 +31,7 @@ optdepends=('cdrkit: cdda2wav backend'
'wavpack: wavpack backend')
install=$pkgname.install
source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz")
-md5sums=('7a92fef5efc67b40358d3a11030bae1f')
+md5sums=('268a2620f3e0352bd94eb1f1d668d59f')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD
index cdc371a1d..3331e7cc0 100644
--- a/community/xboard/PKGBUILD
+++ b/community/xboard/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69790 2012-04-23 09:38:52Z spupykin $
+# $Id: PKGBUILD 72645 2012-06-18 12:05:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason Chu <jason@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xboard
pkgver=4.6.2
-pkgrel=1
+pkgrel=3
pkgdesc="Graphical user interfaces for chess"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/xboard/"
@@ -13,6 +13,7 @@ license=('GPL3')
depends=('libxaw' 'gnuchess' 'texinfo' 'xdg-utils'
'xorg-fonts-75dpi' 'xorg-fonts-100dpi')
makedepends=('gendesk')
+optdepends=('perl')
install=${pkgname}.install
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('6e6d119fac60d68139d7836426212efb')
@@ -35,4 +36,6 @@ package() {
${pkgdir}/usr/share/applications/${pkgname}.desktop
install -Dm644 ${srcdir}/${pkgname}.png \
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+ install -Dm755 ${srcdir}/${pkgname}-${pkgver}/cmail \
+ ${pkgdir}/usr/bin/cmail
}
diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD
index a534a0907..45bb6f432 100644
--- a/extra/doxygen/PKGBUILD
+++ b/extra/doxygen/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 159263 2012-05-19 22:02:41Z dan $
+# $Id: PKGBUILD 162028 2012-06-19 01:01:27Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgbase=doxygen
pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.1
+pkgver=1.8.1.1
pkgrel=1
license=('GPL')
arch=(i686 x86_64 'mips64el')
url="http://www.doxygen.org/"
makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript' 'texlive-latexextra')
source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('058f7b0c6cd4d47feda106b938a43818')
-sha1sums=('7a340a866ba9f55d941fb1de30dfb8a3d23109b2')
+md5sums=('a08c43c5675f79e0787e700c2d39ee33')
+sha1sums=('51184af9f27d6572826581de0da5b6b044e34d94')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/extra/git/PKGBUILD b/extra/git/PKGBUILD
index 6d656782a..3d5d2308b 100644
--- a/extra/git/PKGBUILD
+++ b/extra/git/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 160963 2012-06-07 14:20:24Z dan $
+# $Id: PKGBUILD 162030 2012-06-19 01:03:02Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=git
-pkgver=1.7.10.4
+pkgver=1.7.11
pkgrel=1
pkgdesc="the fast distributed version control system"
arch=(i686 x86_64 'mips64el')
@@ -78,7 +78,8 @@ package() {
# scripts are for python 2.x
sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
$(find "$pkgdir" -name '*.py') \
- "$pkgdir"/usr/share/git/{fast-import/git-p4,gitview/gitview}
+ "$pkgdir"/usr/lib/git-core/git-p4 \
+ "$pkgdir"/usr/share/git/gitview/gitview
# emacs interface
cd contrib/emacs
@@ -99,7 +100,7 @@ package() {
install -D -m644 "$srcdir"/git-daemon.conf "$pkgdir"/etc/conf.d/git-daemon.conf
}
-sha1sums=('ddc305ab520246790faa72bbaab4b9bf5bcf23fa'
- '0769f6ff48d89df908cfe2af85fb4072b4178746'
+sha1sums=('15abe2c5b6b7cf9b738e3fb57ab9234ae02a1e61'
+ '9f963243dfdbf5d77049e5fbb1e8e571effa4285'
'f2b41828bd912b72e2cb3e14677739c4f370de66'
'149e2da1ecb48872ddb31c0945afeaad1f9653d7')
diff --git a/extra/ktorrent/PKGBUILD b/extra/ktorrent/PKGBUILD
index 9e15f45a2..6d84635c8 100644
--- a/extra/ktorrent/PKGBUILD
+++ b/extra/ktorrent/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 152453 2012-03-07 14:53:25Z andrea $
+# $Id: PKGBUILD 161994 2012-06-18 07:33:57Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Travis Willard <travisw@wmpub.ca>
# Contributor: Georg Grabler <ggrabler@gmail.com>
pkgname=ktorrent
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="A powerful BitTorrent client for KDE"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,8 +15,8 @@ makedepends=('automoc4' 'cmake' 'boost')
source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
'httpserver.patch')
install=${pkgname}.install
-md5sums=('01aa25e1339ffd84776f3c9c27bd4a72'
- '1f25b94615b0bbfa0457c99fb20de3e6')
+sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
+ 'cef22b24af540e1bfcf13da60e4846ade106c303')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/libidn/PKGBUILD b/extra/libidn/PKGBUILD
index 3efaa959c..711371780 100644
--- a/extra/libidn/PKGBUILD
+++ b/extra/libidn/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 147970 2012-01-29 09:56:25Z ronald $
+# $Id: PKGBUILD 162005 2012-06-18 08:51:29Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Jan de Groot <jgc.archlinux.org>
# Contributor: Eric Johnson <eric.archlinux.org>
pkgname=libidn
-pkgver=1.24
+pkgver=1.25
pkgrel=1
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
url="http://www.gnu.org/software/libidn/"
@@ -15,7 +15,7 @@ makedepends=('pkgconfig')
options=('!libtool')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
install=libidn.install
-sha1sums=('4251c108966375ede4df15d76a1bd9a4440f44ee')
+sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD
index 0578aac11..5b9f23a37 100644
--- a/extra/libktorrent/PKGBUILD
+++ b/extra/libktorrent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 152452 2012-03-07 14:52:08Z andrea $
+# $Id: PKGBUILD 161992 2012-06-18 07:10:44Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libktorrent
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A BitTorrent protocol implementation"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,14 +11,14 @@ url="http://ktorrent.org/"
license=('GPL2')
depends=('kdelibs')
makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=("http://ktorrent.org/downloads/4.2.0/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('3bd38fc221fe2177dd17b14e2baf60c0')
+source=("http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2")
+sha1sums=('857e4227c4bba685755d66581d881f893f6311ae')
build() {
cd "${srcdir}"
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../${pkgname}-${pkgver}-2 \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
diff --git a/extra/miro/PKGBUILD b/extra/miro/PKGBUILD
index 1a0ebffaa..b8a713d5b 100644
--- a/extra/miro/PKGBUILD
+++ b/extra/miro/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 158653 2012-05-05 12:58:13Z ronald $
+# $Id: PKGBUILD 161990 2012-06-18 07:02:41Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
pkgname=miro
-pkgver=5.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="The free and open source internet TV platform"
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ makedepends=('pkg-config' 'boost')
install=miro.install
options=('!makeflags')
source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('64350e658ac427378b84ff1356adce668ddbd521')
+sha1sums=('d8e08c691958c250c990b45f2c8448c478d0f0fa')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/nspr/PKGBUILD b/extra/nspr/PKGBUILD
index d57d1f833..b77bf726f 100644
--- a/extra/nspr/PKGBUILD
+++ b/extra/nspr/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 151239 2012-02-25 09:44:23Z ibiru $
+# $Id: PKGBUILD 162022 2012-06-18 22:10:00Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=nspr
-pkgver=4.9
+pkgver=4.9.1
pkgrel=1
pkgdesc="Netscape Portable Runtime"
arch=(i686 x86_64 'mips64el')
@@ -13,7 +13,7 @@ makedepends=('zip')
options=(!emptydirs)
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
nspr.pc.in)
-md5sums=('aa0c960b23a9d66a3c30c3e6ba80a99a'
+md5sums=('d36d7b65a38f5b43ebd50ad3ad227120'
'bce1611f3117b53fc904cab549c09967')
build() {
diff --git a/extra/nss/PKGBUILD b/extra/nss/PKGBUILD
index 3658e8875..3e8ad0cd5 100644
--- a/extra/nss/PKGBUILD
+++ b/extra/nss/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 158536 2012-05-04 10:15:27Z foutrelis $
+# $Id: PKGBUILD 162023 2012-06-18 22:10:13Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=nss
-pkgver=3.13.4
-pkgrel=2
+pkgver=3.13.5
+pkgrel=1
pkgdesc="Mozilla Network Security Services"
arch=(i686 x86_64 'mips64el')
url="http://www.mozilla.org/projects/security/pki/nss/"
license=('MPL' 'GPL')
-_nsprver=4.9
+_nsprver=4.9.1
depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh')
makedepends=('perl')
options=('!strip')
@@ -18,7 +18,7 @@ source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/s
nss-config.in
add_spi+cacert_ca_certs.patch
ssl-renegotiate-transitional.patch)
-sha1sums=('c5a829c3bd56aa743457faf21469065f87c2db75'
+sha1sums=('22cfe2cbccc93189699e6eed283eca288b45f6cb'
'c8fcdb153af9d39689243119adb475905a657284'
'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
diff --git a/extra/xf86-video-nouveau/PKGBUILD b/extra/xf86-video-nouveau/PKGBUILD
index 9c58482b4..25aa4265e 100644
--- a/extra/xf86-video-nouveau/PKGBUILD
+++ b/extra/xf86-video-nouveau/PKGBUILD
@@ -1,41 +1,30 @@
-# $Id: PKGBUILD 161904 2012-06-16 12:11:34Z ibiru $
+# $Id: PKGBUILD 162034 2012-06-19 01:44:22Z ibiru $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: buddabrod <buddabrod@gmail.com>
pkgname=xf86-video-nouveau
-_gitdate=20120615
-pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgver=1.0.1
pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards (experimental)"
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/wiki/"
-license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+url="http://nouveau.freedesktop.org/"
+license=('GPL')
depends=('libdrm' 'udev')
-optdepends=('nouveau-dri: experimental gallium3d features')
+optdepends=('nouveau-dri: experimental gallium3d features')
makedepends=('xorg-server-devel' 'xf86driproto')
conflicts=('xorg-server<1.11.99.902')
options=('!libtool')
install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('9ceb49ff436c9a00536490fb1c8bf6d1')
-
-# source PKGBUILD && mksource
-mksource() {
- mkdir /tmp/$pkgname-${_gitdate}
- pushd /tmp/$pkgname-${_gitdate}
- git clone -v --depth 1 git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
- cd xf86-video-nouveau
- git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
- popd
-}
+source=($url/release/$pkgname-$pkgver.tar.bz2)
+md5sums=('d120bdd4ee9fc3581f3b93e3b31c4574')
build() {
- cd xf86-video-nouveau-${_gitdate}
- ./autogen.sh --prefix=/usr
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
make
}
package() {
- cd xf86-video-nouveau-${_gitdate}
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/extra/xf86-video-nouveau/xf86-video-nouveau.install b/extra/xf86-video-nouveau/xf86-video-nouveau.install
index 027154ff3..23cc4cd5b 100644
--- a/extra/xf86-video-nouveau/xf86-video-nouveau.install
+++ b/extra/xf86-video-nouveau/xf86-video-nouveau.install
@@ -4,13 +4,3 @@ post_install () {
==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
_EOF
}
-
-post_upgrade() {
- if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
- cat << _EOF
- ==> ATTENTION: Usermode support has been dropped
- ==> make sure you use KernelModeSetting (KMS)
- ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
- fi
-}
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index 3443dacb4..bc59eabdc 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 160797 2012-06-06 10:14:15Z dreisner $
+# $Id: PKGBUILD 162078 2012-06-19 14:17:35Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
-# Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar>
-# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy>
+# Maintainer (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar>
+# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
pkgname=filesystem
pkgver=2012.6
-pkgrel=2
+pkgrel=3
pkgdesc='Base filesystem for Parabola'
arch=('any')
license=('GPL')
@@ -19,24 +19,6 @@ backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
-md5sums=('772fe869b921698cc3e6fde73c4ac85a'
- '6be47d893fd49b2e4a8c0e811b350861'
- '13753e4e0964f3652b0cc60a28528bdf'
- '4c4540eeb748bf1f71d631b8c1dcf0b3'
- 'f28150d4c0b22a017be51b9f7f9977ed'
- '6e488ffecc8ba142c0cf7e2d7aeb832e'
- '8a9042a2cedf6b6b47eb8973f14289cb'
- 'b8355d9d2782f424f4cedcf682651be0'
- 'ca716f853860199c1286e7939b2f2666'
- 'e5d8323a4dbee7a6d0d2a19cbf4b819f'
- '7bc65f234dfb6abf24e7c3b03e86f4ff'
- 'd41d8cd98f00b204e9800998ecf8427e'
- '0e145e18fea8fd190b30d45764f5707c'
- '6f48288b6fcaf0065fcb7b0e525413e0'
- '22518e922891f9359f971f4f5b4e793c'
- 'd2dc4e39dbdea75b107f91789e3274ab'
- 'f3b6ae7db8adffaaa4bffc6099dcbd50'
- 'a8a962370cd0128465d514e6a1f74130')
package() {
cd ${pkgdir}
@@ -96,3 +78,21 @@ package() {
done
ln -s ../man usr/local/share/man
}
+md5sums=('45940618da782cc391c59f88ab3333c3'
+ '6be47d893fd49b2e4a8c0e811b350861'
+ '13753e4e0964f3652b0cc60a28528bdf'
+ '4c4540eeb748bf1f71d631b8c1dcf0b3'
+ 'f28150d4c0b22a017be51b9f7f9977ed'
+ '6e488ffecc8ba142c0cf7e2d7aeb832e'
+ '8a9042a2cedf6b6b47eb8973f14289cb'
+ 'b8355d9d2782f424f4cedcf682651be0'
+ 'ca716f853860199c1286e7939b2f2666'
+ 'e5d8323a4dbee7a6d0d2a19cbf4b819f'
+ '7bc65f234dfb6abf24e7c3b03e86f4ff'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ '0e145e18fea8fd190b30d45764f5707c'
+ '6f48288b6fcaf0065fcb7b0e525413e0'
+ '22518e922891f9359f971f4f5b4e793c'
+ 'd2dc4e39dbdea75b107f91789e3274ab'
+ 'f3b6ae7db8adffaaa4bffc6099dcbd50'
+ 'a8a962370cd0128465d514e6a1f74130')
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index f880b6496..c8717f01b 100644
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
@@ -40,9 +40,10 @@ post_upgrade() {
_adduser http -u 33 -d /srv/http -g http -s /bin/false
_addgroup scanner -g 96
_addgroup rfkill -g 24
+ _addgroup lock -g 54
# sync gshadow to group (fixes FS#19869
- if ! grep -q '^rfkill:' etc/gshadow; then
+ if ! grep -q '^lock:' etc/gshadow; then
grpconv >/dev/null
fi
diff --git a/libre/filesystem/group b/libre/filesystem/group
index 261746d9e..6e8e773d8 100644
--- a/libre/filesystem/group
+++ b/libre/filesystem/group
@@ -19,6 +19,7 @@ rfkill:x:24:
smmsp:x:25:
http:x:33:
games:x:50:
+lock:x:54:
network:x:90:
video:x:91:
audio:x:92:
diff --git a/libre/kdelibs-libre/PKGBUILD b/libre/kdelibs-libre/PKGBUILD
index 0ddf606ec..fed954896 100644
--- a/libre/kdelibs-libre/PKGBUILD
+++ b/libre/kdelibs-libre/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 160936 2012-06-07 06:38:07Z andrea $
+# $Id: PKGBUILD 162049 2012-06-19 08:17:58Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org
# Contributor: Pierre Schmitz <pierre@archlinux.de>
-# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy>
+# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
_pkgname=kdelibs
pkgname=kdelibs-libre
pkgver=4.8.4
-pkgrel=1
+pkgrel=3
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64' 'mips64el')
url='http://www.kde.org'
@@ -24,10 +24,12 @@ install=${_pkgname}.install
source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz"
'kde-applications-menu.patch'
'use-pythondontwritebytecode.patch'
+ 'fix-application-crashes.patch'
'khtml-fsdg.diff')
sha1sums=('35cd199a30d84eb37b2b213fed5ee3adf810ea49'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'bbacbbe2194f3961cd7557d98a9ddef158ca11aa'
+ 'c271c712bf202f517015b597d61cfe1aed0db82b'
'a1502a964081ad583a00cf90c56e74bf60121830')
build() {
@@ -39,6 +41,8 @@ build() {
# Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
patch -p0 -i "${srcdir}"/use-pythondontwritebytecode.patch
+ # KDEBUG 301453
+ patch -p1 -i "${srcdir}"/fix-application-crashes.patch
# Don't ask the user to download a plugin, it's probably nonfree.
patch -p1 -i "${srcdir}"/khtml-fsdg.diff
diff --git a/libre/kdelibs-libre/fix-application-crashes.patch b/libre/kdelibs-libre/fix-application-crashes.patch
new file mode 100644
index 000000000..8ac385483
--- /dev/null
+++ b/libre/kdelibs-libre/fix-application-crashes.patch
@@ -0,0 +1,49 @@
+From: Vishesh Handa <me@vhanda.in>
+Date: Wed, 13 Jun 2012 21:26:31 +0000
+Subject: Revert "Always rec-connect if forced (ie. when Nepomuk server restarts)"
+X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&amp;a=commitdiff&amp;h=bde5aad1e9f7bfb6f8d5c60197797de4a315158d
+---
+Revert "Always rec-connect if forced (ie. when Nepomuk server restarts)"
+
+This reverts commit a43824a200ed76cef48a90bd3aee8547698b7c91.
+
+This is done so that 4.8.x works with Soprano 2.7.6
+---
+
+
+--- a/nepomuk/core/nepomukmainmodel.cpp
++++ b/nepomuk/core/nepomukmainmodel.cpp
+@@ -94,7 +94,7 @@ public:
+
+ // we may get disconnected from the server but we don't want to try
+ // to connect every time the model is requested
+- if ( forced || (!m_socketConnectFailed && !localSocketClient.isConnected()) ) {
++ if ( !m_socketConnectFailed && !localSocketClient.isConnected() ) {
+ delete localSocketModel;
+ localSocketModel = 0;
+ QString socketName = KGlobal::dirs()->locateLocal( "socket", "nepomuk-socket" );
+
+From: Vishesh Handa <me@vhanda.in>
+Date: Wed, 13 Jun 2012 21:25:32 +0000
+Subject: Revert "Disconnect before re-connecting. Soprano does not do that for us."
+X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&amp;a=commitdiff&amp;h=76e0376d7582cfe5b898c56bf3779ca2279dace8
+---
+Revert "Disconnect before re-connecting. Soprano does not do that for us."
+
+This reverts commit 3708be2d09700b21f934c2129218e1c7ea44efdf.
+
+This is being done so that KDE 4.8.x works with Soprano 2.7.6
+---
+
+
+--- a/nepomuk/core/nepomukmainmodel.cpp
++++ b/nepomuk/core/nepomukmainmodel.cpp
+@@ -97,7 +97,6 @@ public:
+ if ( forced || (!m_socketConnectFailed && !localSocketClient.isConnected()) ) {
+ delete localSocketModel;
+ localSocketModel = 0;
+- localSocketClient.disconnect();
+ QString socketName = KGlobal::dirs()->locateLocal( "socket", "nepomuk-socket" );
+ kDebug() << "Connecting to local socket" << socketName;
+ if ( localSocketClient.connect( socketName ) ) {
+