diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/blobby2/PKGBUILD | 6 | ||||
-rw-r--r-- | community/cython/PKGBUILD | 8 | ||||
-rw-r--r-- | community/goobox/PKGBUILD | 6 | ||||
-rw-r--r-- | community/gtk2hs-buildtools/PKGBUILD | 4 | ||||
-rw-r--r-- | community/rapidsvn/PKGBUILD | 13 | ||||
-rw-r--r-- | community/rekonq/PKGBUILD | 10 | ||||
-rw-r--r-- | community/supercollider/PKGBUILD | 6 | ||||
-rw-r--r-- | community/tigervnc/PKGBUILD | 6 | ||||
-rw-r--r-- | community/tigervnc/vncserver.service | 42 |
9 files changed, 42 insertions, 59 deletions
diff --git a/community/blobby2/PKGBUILD b/community/blobby2/PKGBUILD index 7cdc5186e..20d3bc0a7 100644 --- a/community/blobby2/PKGBUILD +++ b/community/blobby2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 77257 2012-10-08 12:01:38Z svenstaro $ +# $Id: PKGBUILD 79399 2012-11-04 04:36:25Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Urs Wolfer <uwolfer @ fwo.ch> pkgname=blobby2 -pkgver=1.0rc2 +pkgver=1.0rc3 arch=('x86_64' 'i686') pkgrel=1 pkgdesc="A beach ball game with blobs of goo" @@ -14,7 +14,7 @@ makedepends=('cmake' 'boost' 'mesa' 'zip') source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz $pkgname.desktop $pkgname.png) -md5sums=('6a508bb292e8eebe41653da173a37a02' +md5sums=('c4b7d3133e99806dc8b60a59da296906' 'ab05bed794ee78db693fd3036393275a' 'c1bc427b41a0a3facd771ac83c7fb412') diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index d64af7d32..3622249bf 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 78181 2012-10-17 10:23:17Z allan $ +# $Id: PKGBUILD 79427 2012-11-04 20:20:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.17 -pkgrel=2 +pkgver=0.17.1 +pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) url="http://www.cython.org" license=('APACHE') makedepends=('python-distribute' 'python2-distribute') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('d6b669956b25babf7dd86db0a98539e4') +md5sums=('f0bd2494dbe080a1185b61fa358135f2') build() { true diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index 6a5d3a949..191467d22 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 69379 2012-04-15 01:54:25Z bgyorgy $ +# $Id: PKGBUILD 79409 2012-11-04 15:53:30Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=goobox pkgver=3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="CD player and ripper for GNOME" arch=('i686' 'x86_64') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') -depends=('brasero' 'libmusicbrainz3' 'libnotify' 'xdg-utils') +depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils') makedepends=('gconf' 'intltool' 'gnome-doc-utils') optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format') install=$pkgname.install diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index f7dedfd1f..7200e9d62 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77337 2012-10-09 04:16:44Z tdziedzic $ +# $Id: PKGBUILD 79423 2012-11-04 20:12:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=gtk2hs-buildtools @@ -8,7 +8,7 @@ pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') arch=('i686' 'x86_64') -makedepends=('ghc=7.6.1-1' 'alex=3.0.2-2' 'happy=1.18.9-6' 'haskell-random=1.0.1.1-3') +makedepends=('ghc' 'alex' 'happy' 'haskell-random') depends=('gmp') options=('strip') provides=('haskell-gtk2hs-buildtools') diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index b592275ff..ac696641f 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 61057 2011-12-21 11:53:59Z spupykin $ +# $Id: PKGBUILD 79429 2012-11-04 20:20:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: AqD <aquila.deus@gmail.com> # Contributor: TheMadsen <arch@themadsens.dk> pkgname=rapidsvn -pkgver=0.12.0 -pkgrel=5 +pkgver=0.12.1 +pkgrel=1 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." url='http://rapidsvn.tigris.org/' arch=('i686' 'x86_64') @@ -14,14 +14,13 @@ license=('GPL') options=('!libtool') depends=('subversion' 'wxgtk') makedepends=('python2' 'automake' 'libtool') -#source=(http://www.rapidsvn.org/download/release/0.12/rapidsvn-$pkgver-1.tar.gz -source=(http://arch.p5n.pp.ru/~sergej/dl/rapidsvn-$pkgver-1svn20111221.tar.bz2 +source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz $pkgname.desktop) -md5sums=('042173c66e980ac0773579accdcca92f' +md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b' '349e6d9729f88868902611bb1172f134') build() { - cd $srcdir/$pkgname-$pkgver-1 + cd $srcdir/$pkgname-$pkgver ./autogen.sh diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index 22b5d042b..915e7cf4d 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 78531 2012-10-20 10:07:28Z andrea $ +# $Id: PKGBUILD 79425 2012-11-04 20:15:12Z plewis $ # Maintainer: Peter Lewis <plewis@aur.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq -pkgver=1.2 -pkgrel=2 +pkgver=1.3 +pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') url='http://rekonq.kde.org/' @@ -15,10 +15,10 @@ makedepends=('cmake' 'automoc4') optdepends=('qca-ossl: to use the sync handler') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('97d025df580813013643b8c51675a75d') +sha256sums=('8db67e674b3dd013a6511f9612829f958ca95a2d515f89fb999f5568bfed7ffb') build(){ - mkdir build + mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD index 5d9a0c65a..4b72c2f07 100644 --- a/community/supercollider/PKGBUILD +++ b/community/supercollider/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75940 2012-09-05 23:11:46Z speps $ +# $Id: PKGBUILD 79411 2012-11-04 16:42:49Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: <farid at archlinux-br.org> _name=SuperCollider pkgname=supercollider -pkgver=3.5.5 +pkgver=3.5.6 pkgrel=1 pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ optdepends=('emacs: emacs interface' 'ruby: vim support') install="$pkgname.install" source=("http://download.sourceforge.net/project/$pkgname/Source/$pkgver/$_name-$pkgver-Source-linux.tar.bz2") -md5sums=('55c08e1d3665346b85dbff4c27c1accc') +md5sums=('d76b61fad8d0a1242905c5efb46e23b6') build() { cd "$srcdir/$_name-Source" diff --git a/community/tigervnc/PKGBUILD b/community/tigervnc/PKGBUILD index 7e56b4be0..7e050085e 100644 --- a/community/tigervnc/PKGBUILD +++ b/community/tigervnc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79289 2012-11-02 13:49:13Z spupykin $ +# $Id: PKGBUILD 79431 2012-11-04 20:22:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Uroš Vampl <mobile.leecher at gmail dot com> pkgname=tigervnc pkgver=1.2.0 -pkgrel=8 +pkgrel=9 _xorgver=1.12.3 pkgdesc="suite of VNC servers and clients. VNC 4 branch of TightVNC." arch=('i686' 'x86_64') @@ -29,7 +29,7 @@ source=(http://downloads.sourceforge.net/tigervnc/${pkgname}-${pkgver}.tar.gz cmakelists.patch) md5sums=('3a5755b4ed600a81c3a17976c6f8420d' '65a53b11bc01dcc97ee9b201dc620c32' - 'ce06ff57ba53bd386d71249dfc3cb719' + '0903d5a0dfa38e0b04964505b644585c' 'b680b55f7f9f569cd26ac0b330012a8b' 'f73e055153889ae7b5aac8e697f7a841' '1a5fe8867ab3e49e20aafc70c415494f' diff --git a/community/tigervnc/vncserver.service b/community/tigervnc/vncserver.service index 85f77b9a0..a5bb02ade 100644 --- a/community/tigervnc/vncserver.service +++ b/community/tigervnc/vncserver.service @@ -1,33 +1,17 @@ # The vncserver service unit file # -# Quick HowTo: # 1. Copy this file to /etc/systemd/system/vncserver@:<display>.service -# 2. Edit <USER> and vncserver parameters appropriately -# ("su <USER> -c /usr/bin/vncserver %i -arg1 -arg2") -# 3. Run `systemctl daemon-reload` -# 4. Run `systemctl enable vncserver@:<display>.service` +# 2. Edit User= +# ("User=foo") +# 3. Edit and vncserver parameters appropriately +# ("/usr/bin/vncserver %i -arg1 -arg2 -argn") +# 4. Run `systemctl --system daemon-reload` +# 5. Run `systemctl enable vncserver@:<display>.service` # -# DO NOT RUN THIS SERVICE if your local area network is -# untrusted! For a secure way of using VNC, you should -# limit connections to the local host and then tunnel from -# the machine you want to view VNC on (host A) to the machine -# whose VNC output you want to view (host B) +# DO NOT RUN THIS SERVICE if your local area network is untrusted! # -# [user@hostA ~]$ ssh -v -C -L 590N:localhost:590M hostB -# -# this will open a connection on port 590N of your hostA to hostB's port 590M -# (in fact, it ssh-connects to hostB and then connects to localhost (on hostB). -# See the ssh man page for details on port forwarding) -# -# You can then point a VNC client on hostA at vncdisplay N of localhost and with -# the help of ssh, you end up seeing what hostB makes available on port 590M -# -# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP. -# -# Use "-localhost" to prevent remote VNC clients connecting except when -# doing so through a secure tunnel. See the "-via" option in the -# `man vncviewer' manual page. - +# See the wiki page for more on security +# https://wiki.archlinux.org/index.php/Vncserver [Unit] Description=Remote desktop service (VNC) @@ -35,10 +19,10 @@ After=syslog.target network.target [Service] Type=forking -# Clean any existing files in /tmp/.X11-unix environment -ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || true' -ExecStart=/bin/su <USER> -c "/usr/bin/vncserver %i" -ExecStop=/bin/su <USER> -c "/usr/bin/vncserver -kill %i" +User= + +ExecStart=/usr/bin/vncserver %i +ExecStop=/usr/bin/vncserver -kill %i [Install] WantedBy=multi-user.target |