summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-26 03:25:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-26 03:25:35 +0000
commit76b667b6360f6f7e97f13392cf156f197dc4017b (patch)
tree3299ec5921d2da42ec5563b4ced54e65aa2c058b /community
parent7d53ccd018d0e86e7aa3a0c0b1a092ce8b206041 (diff)
Thu Jun 26 03:22:36 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/freerdp/PKGBUILD15
-rw-r--r--community/freerdp/stuck_winkey.patch13
-rw-r--r--community/girara/PKGBUILD73
-rw-r--r--community/imdbpy/PKGBUILD14
-rw-r--r--community/libnftnl/PKGBUILD4
-rw-r--r--community/mingw-w64-gcc/PKGBUILD8
-rw-r--r--community/quagga/PKGBUILD14
-rw-r--r--community/quagga/fix_readline36.patch14
-rw-r--r--community/snapper/PKGBUILD6
-rw-r--r--community/xcircuit/PKGBUILD6
-rw-r--r--community/zathura/PKGBUILD9
11 files changed, 66 insertions, 110 deletions
diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD
index 20efeba32..40d8f9efd 100644
--- a/community/freerdp/PKGBUILD
+++ b/community/freerdp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 109311 2014-04-13 09:23:06Z fyan $
+# $Id: PKGBUILD 113544 2014-06-25 13:25:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stijn Segers <francesco dot borromini at gmail dot com>
pkgname=freerdp
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="Free RDP client"
arch=('i686' 'x86_64')
url="http://freerdp.sourceforge.net"
@@ -15,19 +15,22 @@ makedepends=('krb5' 'cmake' 'damageproto' 'xmlto' 'docbook-xsl')
conflicts=('freerdp-git')
changelog=${pkgname}.changelog
source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$pkgver.tar.gz
- ffmpeg2.0.patch
- patch_numblock.patch
- CVE-2014-0791.patch)
+ ffmpeg2.0.patch
+ patch_numblock.patch
+ CVE-2014-0791.patch
+ stuck_winkey.patch)
md5sums=('c260051a94caff590def5caa4fcf59d6'
'1260eecf01ea5212e2db8ac9c5e7fa6d'
'ac581d445ded7cdbd59082a48d9c28ac'
- '62d0ab241c16ee5d85ff89183df9bbc0')
+ '62d0ab241c16ee5d85ff89183df9bbc0'
+ '1c1a8f77ebcaa7256968a9506ed3e772')
prepare() {
cd $srcdir/FreeRDP-$pkgver
patch -Np1 -i ../ffmpeg2.0.patch
patch -Np1 -i ../patch_numblock.patch
patch -Np1 -i ../CVE-2014-0791.patch
+ patch -Np1 -i ../stuck_winkey.patch
}
build() {
diff --git a/community/freerdp/stuck_winkey.patch b/community/freerdp/stuck_winkey.patch
new file mode 100644
index 000000000..bb8458934
--- /dev/null
+++ b/community/freerdp/stuck_winkey.patch
@@ -0,0 +1,13 @@
+diff -rup FreeRDP-1.0.2-old/client/X11/xf_keyboard.c FreeRDP-1.0.2-new/client/X11/xf_keyboard.c
+--- FreeRDP-1.0.2-old/client/X11/xf_keyboard.c 2013-01-02 22:46:59.000000000 +0100
++++ FreeRDP-1.0.2-new/client/X11/xf_keyboard.c 2014-06-24 17:45:44.062728740 +0200
+@@ -169,6 +169,9 @@ void xf_kbd_focus_in(xfInfo* xfi)
+ /* on focus in send a tab up like mstsc.exe */
+ input->KeyboardEvent(input, KBD_FLAGS_RELEASE, 0x0F);
+
++ /* release windows key */
++ input->KeyboardEvent(input, KBD_FLAGS_EXTENDED|KBD_FLAGS_RELEASE, 0x5B);
++
+ /* synchronize toggle keys */
+ syncFlags = xf_kbd_get_toggle_keys_state(xfi);
+ input->SynchronizeEvent(input, syncFlags);
diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD
index 8c7f0e340..bf6d0131b 100644
--- a/community/girara/PKGBUILD
+++ b/community/girara/PKGBUILD
@@ -1,81 +1,30 @@
-# $Id: PKGBUILD 105895 2014-02-18 09:17:33Z spupykin $
+# $Id: PKGBUILD 113560 2014-06-25 16:59:30Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: mlq <mlq@pwmt.org>
-pkgbase=girara
-pkgname=(girara-common girara-gtk3)
-pkgver=0.2.0
+pkgname=girara
+pkgver=0.2.2
pkgrel=1
pkgdesc="user interface library"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/girara"
license=('custom')
-makedepends=('gtk3' 'gtk2')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cb965af58bc435f356296e62629716f5')
+md5sums=('678b0fb6f22d88ba4c29297c67685c50')
build() {
- true
-}
-
-package_girara-common() {
- depends=()
- pkgdesc="user interface library - common files"
-
- cd "$srcdir/girara-$pkgver"
-
- make clean
-
- # install header
- make DESTDIR="$pkgdir/" install-headers
-
- # install language files
- make DESTDIR="$pkgdir/" -C po install
-
- # remove pkgconfig files
- rm -r $pkgdir/usr/lib/pkgconfig
-
- # install license
- install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_girara-gtk2() {
- depends=('gtk2' 'girara-common')
- provides=('girara')
-
cd "$srcdir/girara-$pkgver"
-
- make clean
- make GIRARA_GTK_VERSION=2
-
- # install files
- make GIRARA_GTK_VERSION=2 DESTDIR="$pkgdir/" install
-
- # remove common files
- rm -r "$pkgdir/usr/include"
- rm -r "$pkgdir/usr/share"
-
- # install license
- install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ touch colors.mk
+ make GIRARA_GTK_VERSION=3
}
-package_girara-gtk3() {
- depends=('gtk3' 'girara-common')
- provides=('girara')
-
+package() {
cd "$srcdir/girara-$pkgver"
-
- make clean
- make GIRARA_GTK_VERSION=3
-
- # install files
make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-
- # remove common files
- rm -r "$pkgdir/usr/include"
- rm -r "$pkgdir/usr/share"
-
- # install license
install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD
index 2980e6df1..1c8a29195 100644
--- a/community/imdbpy/PKGBUILD
+++ b/community/imdbpy/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83597 2013-02-03 15:16:51Z schiv $
+# $Id: PKGBUILD 113558 2014-06-25 16:26:30Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
@@ -6,7 +6,7 @@
pkgname=imdbpy
_realname=IMDbPY
-pkgver=4.9
+pkgver=5.0
pkgrel=1
pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
url="http://imdbpy.sourceforge.net/"
@@ -16,9 +16,9 @@ depends=('python2')
makedepends=('python2-distribute')
optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
-package(){
+prepare() {
cd "$srcdir/$_realname-$pkgver"
# python2 fix
@@ -26,6 +26,10 @@ package(){
sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
done
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
python2 setup.py install --root="$pkgdir" --optimize=1
@@ -37,3 +41,5 @@ package(){
#mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libnftnl/PKGBUILD b/community/libnftnl/PKGBUILD
index c2c6119d9..b418a2366 100644
--- a/community/libnftnl/PKGBUILD
+++ b/community/libnftnl/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sébastien Luttringer
pkgname=libnftnl
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://netfilter.org/projects/libnftnl/'
license=('GPL2')
depends=('libmnl')
source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
'SKIP')
build() {
diff --git a/community/mingw-w64-gcc/PKGBUILD b/community/mingw-w64-gcc/PKGBUILD
index cc0316b7e..23e51e8de 100644
--- a/community/mingw-w64-gcc/PKGBUILD
+++ b/community/mingw-w64-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 113001 2014-06-11 11:41:12Z allan $
+# $Id: PKGBUILD 113542 2014-06-25 13:20:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
@@ -6,13 +6,15 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-gcc
pkgver=4.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"
license=('GPL' 'LGPL' 'FDL' 'custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+depends=('zlib' 'libmpc' 'cloog'
+ 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+ 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base')
#checkdepends=('dejagnu') # Windows executables could run on Arch through bin_mft and Wine
optdepends=()
diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD
index f767c18a9..c35d3de10 100644
--- a/community/quagga/PKGBUILD
+++ b/community/quagga/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 112784 2014-06-07 10:56:52Z seblu $
+# $Id: PKGBUILD 113570 2014-06-25 19:42:14Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=quagga
-pkgver=0.99.22.4
-pkgrel=4
+pkgver=0.99.23
+pkgrel=1
pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
arch=('i686' 'x86_64')
url='http://www.quagga.net'
@@ -19,9 +19,8 @@ source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar
'ospfd.service'
'ripd.service'
'ripngd.service'
- 'zebra.service'
- 'fix_readline36.patch')
-md5sums=('27ef98abb1820bae19eb71f631a10853'
+ 'zebra.service')
+md5sums=('d17145e62b6ea14f0f13bb63f59e5166'
'20a8e36ad851d4e06467aeb56a84b245'
'cc90c234aac9098c5132d653037d5269'
'67d0ada0f3000b9a86351798786c5256'
@@ -29,8 +28,7 @@ md5sums=('27ef98abb1820bae19eb71f631a10853'
'260f5fcf9b53ef201a8fb34e7ea90457'
'b6e3549d780355914ae8edd43e15630a'
'72dd63c49fdaea41729a4318d0fbac79'
- '577f1e7caeea31d910f2dc29c28ada7d'
- 'f4162b77d4995c6d080ac34d9fd17c36')
+ '577f1e7caeea31d910f2dc29c28ada7d')
prepare() {
cd $pkgname-$pkgver
diff --git a/community/quagga/fix_readline36.patch b/community/quagga/fix_readline36.patch
deleted file mode 100644
index 710fdf3d0..000000000
--- a/community/quagga/fix_readline36.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/vtysh/vtysh.c
-+++ b/vtysh/vtysh.c
-@@ -2211,9 +2211,9 @@
- vtysh_readline_init (void)
- {
- /* readline related settings. */
-- rl_bind_key ('?', (Function *) vtysh_rl_describe);
-+ rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
- rl_completion_entry_function = vtysh_completion_entry_function;
-- rl_attempted_completion_function = (CPPFunction *)new_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *) new_completion;
- /* do not append space after completion. It will be appended
- * in new_completion() function explicitly. */
- rl_completion_append_character = '\0';
diff --git a/community/snapper/PKGBUILD b/community/snapper/PKGBUILD
index da3a64f6b..21089c7c9 100644
--- a/community/snapper/PKGBUILD
+++ b/community/snapper/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Tom Kuther <gimpel@sonnenkinder.org>
pkgname=snapper
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
arch=('i686' 'x86_64')
url="http://snapper.io"
@@ -67,4 +67,4 @@ package() {
rm -f "$pkgdir"/usr/share/man/man*/snapper-zypp-plugin.*.gz
}
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a')
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD
index 6e874a1a4..d16771b4d 100644
--- a/community/xcircuit/PKGBUILD
+++ b/community/xcircuit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 112570 2014-06-03 16:23:41Z spupykin $
+# $Id: PKGBUILD 113535 2014-06-25 10:05:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: simo <simo@archlinux.org>
pkgname=xcircuit
-pkgver=3.8.63
+pkgver=3.8.65
pkgrel=1
pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('tk' 'libxpm' 'zlib')
makedepends=('chrpath')
source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('72456ef92140a74d894a0f27a5adeae9')
+md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 21b7d1ebb..de4796ce1 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,27 +1,26 @@
-# $Id: PKGBUILD 105878 2014-02-17 17:01:28Z spupykin $
+# $Id: PKGBUILD 113562 2014-06-25 16:59:48Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.2.7
+pkgver=0.2.9
pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
makedepends=('python2-docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('53124af80e974283a6678319a62e6666'
+md5sums=('afc56f9df7677215ea10b92239611faa'
'cac20c37f0e77ba62a8138788f4ccabb')
build() {
cd $srcdir/zathura-$pkgver
- sed -i 's/rst2man/&2/' config.mk
make
}