summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-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/PKGBUILD43
-rw-r--r--community/soundkonverter/PKGBUILD6
-rw-r--r--community/xboard/PKGBUILD7
12 files changed, 68 insertions, 51 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 5efc9f951..ec2a6626a 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=('x86_64' 'i686')
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 017d718b2..cfce909ce 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=('x86_64' 'i686')
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 6228acf07..6dfd64c16 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')
@@ -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 f432614c5..3aba94c01 100644
--- a/community/remmina/PKGBUILD
+++ b/community/remmina/PKGBUILD
@@ -1,10 +1,10 @@
-# $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+. "
+pkgrel=9
+pkgdesc="remote desktop client written in GTK+"
arch=(i686 x86_64)
url="http://remmina.sourceforge.net/"
license=('GPL')
@@ -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 4e14296cf..ed8abccc5 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')
@@ -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 934b0caa3..35eb41181 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')
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
}