summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-01 03:41:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-01 03:41:51 +0000
commit8d64e04cb528732ef0844a120620acc64f9fbc41 (patch)
treed70f60b2bfc9767593a9c9430f7cfffd9d4c80c6 /community
parent7cd564d1e9657febf970765ffd43fcee8abe7ff5 (diff)
Sun Jun 1 03:39:22 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/assimp/PKGBUILD5
-rw-r--r--community/cinnamon/PKGBUILD13
-rw-r--r--community/cinnamon/set_wheel.patch6
-rw-r--r--community/cinnamon/upower_calender_fix.patch7
-rw-r--r--community/luajit/PKGBUILD6
-rw-r--r--community/mednafen/PKGBUILD6
-rw-r--r--community/nemo/PKGBUILD10
-rw-r--r--community/nemo/adwaita_style.patch2
-rw-r--r--community/openmw/PKGBUILD6
-rw-r--r--community/playpen/PKGBUILD4
-rw-r--r--community/springlobby/PKGBUILD6
-rw-r--r--community/synergy/PKGBUILD10
-rw-r--r--community/tiled-qt/PKGBUILD4
-rwxr-xr-xcommunity/tiled-qt/tiled.desktop10
-rw-r--r--community/vagrant/PKGBUILD6
-rw-r--r--community/vsftpd/PKGBUILD55
-rw-r--r--community/vsftpd/vsftpd.service1
-rw-r--r--community/wt/PKGBUILD8
18 files changed, 74 insertions, 91 deletions
diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD
index 682049e94..06ccb8b65 100644
--- a/community/assimp/PKGBUILD
+++ b/community/assimp/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=assimp
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('zlib' 'gcc-libs')
+depends=('zlib' 'gcc-libs' 'boost-libs')
makedepends=('cmake' 'boost')
url=('http://assimp.sourceforge.net/index.html')
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
@@ -19,6 +19,7 @@ build() {
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
-DASSIMP_BUILD_SAMPLES=OFF
make
}
diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD
index 5647c6b2e..bb46f1acf 100644
--- a/community/cinnamon/PKGBUILD
+++ b/community/cinnamon/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110978 2014-05-11 17:05:35Z bgyorgy $
+# $Id: PKGBUILD 112283 2014-05-30 22:24:47Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: M0Rf30
# Contributor: unifiedlinux
# Contributor: CReimer
pkgname=cinnamon
-pkgver=2.2.8
+pkgver=2.2.13
pkgrel=1
pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience"
arch=('i686' 'x86_64')
@@ -24,9 +24,9 @@ install=${pkgname}.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz"
"upower_calender_fix.patch"
"set_wheel.patch")
-sha256sums=('d145d9c8087668006da5177fbae99c06958a5b8d1ad32381720fa6d20579023b'
- 'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
- 'd5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec')
+sha256sums=('123261a6a90954adc13f251489d708bc1b611808c63ae87c5189bf717f42483a'
+ '2edb96f42fb4da07eee635b1159e3ae869c64d7ac80f600bc509190648abcf3e'
+ 'dafb2b7b275053aa77d15f2ffab62ad1567aa9d93ed7a82077feeef86b81c7f7')
prepare() {
cd ${srcdir}/Cinnamon*
@@ -41,9 +41,6 @@ prepare() {
# Use wheel group instread of sudo
patch -Np1 -i ../set_wheel.patch
- # Use cinnamon-menus instead of gnome-menus in cinnamon-desktop-editor
- sed -i 's/GMenu/CMenu/g' files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-
# Add polkit agent to required components
sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session
diff --git a/community/cinnamon/set_wheel.patch b/community/cinnamon/set_wheel.patch
index 372308342..5669b67e5 100644
--- a/community/cinnamon/set_wheel.patch
+++ b/community/cinnamon/set_wheel.patch
@@ -1,14 +1,14 @@
--- a/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
+++ b/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
-@@ -734,9 +734,9 @@ class Module:
+@@ -747,7 +747,7 @@ class Module:
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size("/usr/share/cinnamon/faces/user-generic.png", 48, 48)
description = "<b>%s</b>\n%s" % (fullname, username)
piter = self.users.append(None, [new_user, pixbuf, description])
- # Add the user to his/her own group and sudo if Administrator was selected
+ # Add the user to his/her own group and wheel if Administrator was selected
if dialog.account_type_combo.get_active() == 1:
-- os.system("usermod %s -G %s,sudo" % (username, username))
-+ os.system("usermod %s -G %s,wheel" % (username, username))
+- os.system("usermod %s -G %s,sudo,nopasswdlogin" % (username, username))
++ os.system("usermod %s -G %s,sudo,wheel,nopasswdlogin" % (username, username))
else:
os.system("usermod %s -G %s" % (username, username))
self.load_groups()
diff --git a/community/cinnamon/upower_calender_fix.patch b/community/cinnamon/upower_calender_fix.patch
index 9515736c8..57a5c772a 100644
--- a/community/cinnamon/upower_calender_fix.patch
+++ b/community/cinnamon/upower_calender_fix.patch
@@ -1,6 +1,5 @@
-diff -Naur Cinnamon-2.0.14.orig/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js Cinnamon-2.0.14/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js
---- Cinnamon-2.0.14.orig/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js 2013-11-25 19:41:30.000000000 +0100
-+++ Cinnamon-2.0.14/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js 2014-04-11 08:10:28.785899903 +0200
+--- Cinnamon-2.2.13.orig/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js 2014-05-25 15:10:49.000000000 -0500
++++ Cinnamon-2.2.13/files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js 2014-05-30 17:05:16.099584860 -0500
@@ -6,7 +6,6 @@
const St = imports.gi.St;
const Util = imports.misc.util;
@@ -9,7 +8,7 @@ diff -Naur Cinnamon-2.0.14.orig/files/usr/share/cinnamon/applets/calendar@cinnam
const Settings = imports.ui.settings;
const AppletDir = imports.ui.appletManager.applets['calendar@cinnamon.org'];
const Calendar = AppletDir.calendar;
-@@ -88,10 +87,6 @@
+@@ -92,10 +91,6 @@
this.settings.bindProperty(Settings.BindingDirection.IN, "use-custom-format", "use_custom_format", this.on_settings_changed, null);
this.settings.bindProperty(Settings.BindingDirection.IN, "custom-format", "custom_format", this.on_settings_changed, null);
diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD
index 641e0fc39..8c6819948 100644
--- a/community/luajit/PKGBUILD
+++ b/community/luajit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109046 2014-04-09 19:38:52Z bpiotrowski $
+# $Id: PKGBUILD 112332 2014-05-31 14:02:42Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Chris Brannon <chris@the-brannons.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
@@ -6,7 +6,7 @@
pkgname=luajit
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
arch=('i686' 'x86_64')
url='http://luajit.org/'
@@ -17,7 +17,7 @@ md5sums=('f14e9104be513913810cd59c8c658dc0')
build() {
cd LuaJIT-$pkgver
- CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+ make amalg PREFIX=/usr
}
package() {
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD
index ebe711293..e244d56fa 100644
--- a/community/mednafen/PKGBUILD
+++ b/community/mednafen/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109894 2014-04-21 10:35:45Z jsteel $
+# $Id: PKGBUILD 112310 2014-05-31 12:23:41Z jsteel $
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contributor: megadriver <megadriver at gmx dot com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -7,7 +7,7 @@
# Contributor: Hans-Kristian Arntzen <maister@archlinux.us>
pkgname=mednafen
-pkgver=0.9.33.3
+pkgver=0.9.34.1
pkgrel=1
pkgdesc="A command-line multi-system gaming emulator"
url="http://mednafen.sourceforge.net"
@@ -18,7 +18,7 @@ makedepends=('mesa' 'glu')
replaces=('mednafen-wip')
install=$pkgname.install
source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('004b0854b7d47916160b0f4c4a0ead60')
+md5sums=('e4ea230345390c6eca6bedf35e5e4b8d')
build() {
cd "$srcdir"/$pkgname
diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD
index 9105e60b9..ddb05ed11 100644
--- a/community/nemo/PKGBUILD
+++ b/community/nemo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110928 2014-05-09 20:22:46Z bgyorgy $
+# $Id: PKGBUILD 112285 2014-05-30 22:35:48Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Ner0
pkgname=nemo
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
pkgdesc="Cinnamon file manager (Nautilus fork)"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/nemo"
@@ -17,8 +17,8 @@ options=('!emptydirs')
install=nemo.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
"adwaita_style.patch")
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
- '6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
+ '21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
prepare() {
cd linuxmint-nemo-*
diff --git a/community/nemo/adwaita_style.patch b/community/nemo/adwaita_style.patch
index 1c9e814c5..c5e34b0cb 100644
--- a/community/nemo/adwaita_style.patch
+++ b/community/nemo/adwaita_style.patch
@@ -4,7 +4,7 @@
color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
border-color: #808080;
-- color: @fg_color;
+- color: @theme_fg_color;
-NemoPathbarButton-border-radius: 3px;
}
diff --git a/community/openmw/PKGBUILD b/community/openmw/PKGBUILD
index 16d0874f2..80a703fbb 100644
--- a/community/openmw/PKGBUILD
+++ b/community/openmw/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sandy Carter <bwrsandman@gmail.com>
pkgname=openmw
-pkgver=0.29.0
+pkgver=0.30.0
pkgrel=1
pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://www.openmw.org"
license=('GPL3' 'MIT' 'custom')
depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
makedepends=('cmake' 'boost')
-source=("https://github.com/zinnschlag/openmw/archive/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2a391a4f16bf6305746aee241c1f1a7771bc692c')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz")
+sha1sums=('1331ad33ae1ba2b83e0eb6a525df804ceee351cf')
build() {
cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD
index 58232b930..c5d328aa5 100644
--- a/community/playpen/PKGBUILD
+++ b/community/playpen/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=playpen
-pkgver=4
+pkgver=5
pkgrel=1
epoch=1
pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url='https://github.com/thestinger/playpen/'
license=(MIT)
depends=(libseccomp systemd)
-makedepends=(git clang)
+makedepends=(clang git)
source=(git://github.com/thestinger/playpen#tag=$pkgver)
md5sums=(SKIP)
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index c4fa39169..168fbf53c 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 111382 2014-05-17 20:14:28Z svenstaro $
+# $Id: PKGBUILD 112320 2014-05-31 13:27:00Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
-pkgver=0.190
+pkgver=0.194
pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
makedepends=('boost' 'asio' 'cmake')
install=springlobby.install
source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6442b32bcc78a457d889f941cbdf92f4')
+md5sums=('e98f069792256588f0b7f3d82f403c43')
build() {
cd $srcdir/${pkgname}-$pkgver
diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD
index f28fc11db..97563aa42 100644
--- a/community/synergy/PKGBUILD
+++ b/community/synergy/PKGBUILD
@@ -10,21 +10,21 @@
# installed version of that library. They change around paths every
# update and just generally don't seem to care much.
pkgname=synergy
-pkgver=1.4.17
-_pkgver=2055
+pkgver=1.5.0
+_pkgver=2278
pkgrel=1
pkgdesc="Share a single mouse and keyboard between multiple computers"
url="http://synergy-foss.org"
arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++' 'libxkbcommon-x11')
makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
optdepends=('qt5-base: gui support')
license=('GPL2')
-source=("http://fossfiles.com/synergy/synergy-${pkgver}-r${_pkgver}-Source.tar.gz"
+source=("http://synergy-project.org/files/packages/synergy-${pkgver}-r${_pkgver}-Source.tar.gz"
"synergys.socket"
"synergys.service"
"unfuck-cryptopp-thanks-gentoo.patch")
-sha1sums=('a28fd5c7e709e6ee85501e9ed4496d060d3e5c22'
+sha1sums=('808f1d793e5e977241bbef7e28fd02990adf8a47'
'947406e72351145c65ba9884ed175bf781482d46'
'00f2259c31c9551c0830d9e889fd0a0790cf9045'
'8e321e664ae4b7a763175524dd938a88d85c7909')
diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD
index 22e3fc498..b4be5c3d6 100644
--- a/community/tiled-qt/PKGBUILD
+++ b/community/tiled-qt/PKGBUILD
@@ -2,12 +2,12 @@
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled-qt
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
arch=('i686' 'x86_64')
url='http://mapeditor.org'
license=('GPL')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'libxkbcommon-x11')
makedepends=('mesa' 'qt5-tools')
install=${pkgname}.install
source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
diff --git a/community/tiled-qt/tiled.desktop b/community/tiled-qt/tiled.desktop
deleted file mode 100755
index 05a02fa58..000000000
--- a/community/tiled-qt/tiled.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Exec=tiled
-Terminal=false
-Type=Application
-Icon=tiled-icon
-Categories=Application;Qt;Games;Development;
diff --git a/community/vagrant/PKGBUILD b/community/vagrant/PKGBUILD
index ad0e6541c..9fe412712 100644
--- a/community/vagrant/PKGBUILD
+++ b/community/vagrant/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111096 2014-05-13 17:47:05Z jsteel $
+# $Id: PKGBUILD 112318 2014-05-31 12:49:53Z jsteel $
# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Ido Rosen <ido@kernel.org>
# Contributor: Brett Hoerner <brett@bretthoerner.com>
@@ -10,7 +10,7 @@
# Contributor: Steven Nance <steven@devtrw.com>
pkgname=vagrant
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
pkgdesc="Build and distribute virtualized development environments"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
makedepends=('git')
source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('99ee5b69d9e3966a8ed081e46d1844ba')
+md5sums=('55a91a9d9cba7b8b9d126c75b114e510')
[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD
index b062b8fb3..7faf38222 100644
--- a/community/vsftpd/PKGBUILD
+++ b/community/vsftpd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 110965 2014-05-11 11:51:53Z jsteel $
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org
+# $Id: PKGBUILD 112314 2014-05-31 12:33:27Z jsteel $
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=vsftpd
pkgver=3.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Very Secure FTP daemon"
arch=('i686' 'x86_64')
url="https://security.appspot.com/vsftpd.html"
@@ -14,24 +14,19 @@ license=('GPL2')
depends=('libcap' 'pam')
optdepends=('logrotate')
backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd')
-install=vsftpd.install
+install=$pkgname.install
source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz{,.asc}
- vsftpd.xinetd vsftpd-ssl.socket vsftpd.socket
- vsftpd.service vsftpd@.service vsftpd-ssl.service vsftpd-ssl@.service
+ $pkgname.xinetd $pkgname-ssl.socket $pkgname.socket $pkgname.service
+ $pkgname@.service $pkgname-ssl.service $pkgname-ssl@.service
$pkgname.logrotate)
-sha256sums=('be46f0e2c5528fe021fafc8dab1ecfea0c1f183063a06977f8537fcd0b195e56'
- 'SKIP'
- '5909f9b95479429c236170a06879d27d07ddda52d9c4c5543c961500c4cac2e0'
- 'd5185e48fffc6253499a55e0fe0f90a3424fc639640af11a9d38df33fb145afe'
- '9fdbfd2ec0207170371ca3cf2b0ddca2dc2fe3d062e5792e0d3e51474c3198c9'
- '50c392f373f8ce37aa226a9af7a6b038a8683ee3e041ebbad1bb483e47e8a1f8'
- 'd7b8e4827d4f6bafcbf52f9d2d7380958c7b08bb3f757806aa89d4bc06c9671c'
- 'b88a50fc68b3bf746d13c9a777df77791cd3eac6eb7c2df655418071c2adf422'
- '4a55c2468b08d858f71bacf1f4885847bec8e548b0e92088068d9bdd3884af84'
- 'a0df9d4e3d3b83ff32a15a9e3a98d79a0549a095a4f1c508346ffa6f8e335cd8')
+md5sums=('8b00c749719089401315bd3c44dddbb2' 'SKIP'
+ 'a8b05df3cf0087ab32245aa1d22e724a' 'fcef2cd7631f73a883a3c3d479b25cb8'
+ 'd05045a1244a1be9f3946578bfd0252d' '605e82df215a2f5dab1e1ee22b80460d'
+ '32c9266536204fd8c4917c682b6359f1' 'c899151c1dbec8ea9051fae4d701f0f3'
+ '987349e5c5570c762fed9e87c0b4e715' 'f6276f8b80c13308c1da5310adcf6442')
build() {
- cd $pkgname-$pkgver
+ cd "$srcdir"/$pkgname-$pkgver
# build-time config
sed \
@@ -42,21 +37,21 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd "$srcdir"/$pkgname-$pkgver
- install -D -m755 vsftpd $pkgdir/usr/bin/vsftpd
- install -D -m644 vsftpd.conf $pkgdir/etc/vsftpd.conf
- install -D -m644 vsftpd.8 $pkgdir/usr/share/man/man8/vsftpd.8
- install -D -m644 vsftpd.conf.5 $pkgdir/usr/share/man/man5/vsftpd.conf.5
- install -D -m644 $srcdir/vsftpd.xinetd $pkgdir/etc/xinetd.d/vsftpd
+ install -D -m755 $pkgname "$pkgdir"/usr/bin/$pkgname
+ install -D -m644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
+ install -D -m644 $pkgname.8 "$pkgdir"/usr/share/man/man8/$pkgname.8
+ install -D -m644 $pkgname.conf.5 "$pkgdir"/usr/share/man/man5/$pkgname.conf.5
+ install -D -m644 "$srcdir"/$pkgname.xinetd "$pkgdir"/etc/xinetd.d/$pkgname
install -D -m644 "$srcdir"/$pkgname.logrotate "$pkgdir"/etc/logrotate.d/$pkgname
- install -D -m644 $srcdir/vsftpd.service $pkgdir/usr/lib/systemd/system/vsftpd.service
- install -D -m644 $srcdir/vsftpd@.service $pkgdir/usr/lib/systemd/system/vsftpd@.service
- install -D -m644 $srcdir/vsftpd-ssl.service $pkgdir/usr/lib/systemd/system/vsftpd-ssl.service
- install -D -m644 $srcdir/vsftpd-ssl@.service $pkgdir/usr/lib/systemd/system/vsftpd-ssl@.service
- install -D -m644 $srcdir/vsftpd.socket $pkgdir/usr/lib/systemd/system/vsftpd.socket
- install -D -m644 $srcdir/vsftpd-ssl.socket $pkgdir/usr/lib/systemd/system/vsftpd-ssl.socket
+ install -D -m644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+ install -D -m644 "$srcdir"/$pkgname@.service "$pkgdir"/usr/lib/systemd/system/$pkgname@.service
+ install -D -m644 "$srcdir"/$pkgname-ssl.service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.service
+ install -D -m644 "$srcdir"/$pkgname-ssl@.service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl@.service
+ install -D -m644 "$srcdir"/$pkgname.socket "$pkgdir"/usr/lib/systemd/system/$pkgname.socket
+ install -D -m644 "$srcdir"/$pkgname-ssl.socket "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.socket
- install -d -m755 $pkgdir/usr/share/empty
+ install -d -m755 "$pkgdir"/usr/share/empty
}
diff --git a/community/vsftpd/vsftpd.service b/community/vsftpd/vsftpd.service
index 63876460c..cc7645fbe 100644
--- a/community/vsftpd/vsftpd.service
+++ b/community/vsftpd/vsftpd.service
@@ -1,5 +1,6 @@
[Unit]
Description=vsftpd daemon
+After=network.target
[Service]
ExecStart=/usr/bin/vsftpd
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 8d7cec83d..67ae5d3e2 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 107273 2014-03-16 03:10:55Z svenstaro $
+# $Id: PKGBUILD 112339 2014-05-31 16:37:12Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.3.2
-_pkgver=3.3.2
+pkgver=3.3.3
+_pkgver=3.3.3
pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('dd061399c9b4366085619038f59a2e02')
+md5sums=('90211e80d0e14ef7ff2e3152380bd05d')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}