diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/aircrack-ng/ChangeLog | 4 | ||||
-rw-r--r-- | community/aircrack-ng/PKGBUILD | 8 | ||||
-rw-r--r-- | community/csfml/PKGBUILD | 4 | ||||
-rw-r--r-- | community/fceux/PKGBUILD | 12 | ||||
-rw-r--r-- | community/linuxdcpp/PKGBUILD | 30 | ||||
-rw-r--r-- | community/linuxdcpp/linuxdcpp.install | 12 | ||||
-rw-r--r-- | community/systemd/PKGBUILD | 13 | ||||
-rw-r--r-- | community/systemd/systemd.install | 10 |
8 files changed, 68 insertions, 25 deletions
diff --git a/community/aircrack-ng/ChangeLog b/community/aircrack-ng/ChangeLog index 2dc69e435..f65ab984b 100644 --- a/community/aircrack-ng/ChangeLog +++ b/community/aircrack-ng/ChangeLog @@ -1,3 +1,7 @@ +2011-06-15 Brad Fanella + + * Fix FS#24633 + 2011-03-16 Brad Fanella * Fix FS#23295 diff --git a/community/aircrack-ng/PKGBUILD b/community/aircrack-ng/PKGBUILD index 1d1069098..8c08b7a8a 100644 --- a/community/aircrack-ng/PKGBUILD +++ b/community/aircrack-ng/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 42651 2011-03-18 23:46:42Z bfanella $ +# $Id: PKGBUILD 49442 2011-06-16 05:26:13Z bfanella $ # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -7,7 +7,7 @@ pkgbase=aircrack-ng pkgname=(aircrack-ng aircrack-ng-scripts) pkgver=1.1 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="http://www.aircrack-ng.org" license=('GPL2') @@ -42,9 +42,9 @@ package_aircrack-ng() { package_aircrack-ng-scripts() { pkgdesc="Included scripts for a key cracker for the 802.11 WEP and WPA-PSK protocols" - depends=('python2' 'graphviz' 'pylorcon') + depends=('python2' 'graphviz' 'pylorcon' 'net-tools') - cd ${srcdir}/${pkgname}-${pkgver}/scripts + cd ${srcdir}/aircrack-ng-${pkgver}/scripts mkdir -p ${pkgdir}/usr/share/man/man1/ \ ${pkgdir}/usr/sbin diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD index d0920b18d..34c22d46a 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 47932 2011-05-26 06:40:32Z svenstaro $ +# $Id: PKGBUILD 49432 2011-06-16 04:45:37Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=csfml @@ -6,7 +6,7 @@ pkgname=csfml _git=true if [[ "${_git}" = "true" ]]; then - pkgver=1.99.git20110526 + pkgver=1.99.git20110616 fi pkgrel=1 diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index 532a8fd53..4e9ccae29 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 31918 2010-11-07 20:45:58Z lcarlier $ +# $Id: PKGBUILD 49458 2011-06-16 19:25:29Z angvp $ # Maintainer: Eric Belanger <eric@archlinux.org> # Contributor: Jo Christian Bergskås <jcberg@gmail.com> pkgname=fceux -pkgver=2.1.4a -pkgrel=4 +pkgver=2.1.5 +pkgrel=1 arch=('i686' 'x86_64') url="http://fceux.com/web/home.html" pkgdesc="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" @@ -16,9 +16,6 @@ provides=('fceu' 'gfceux') replaces=('fceu' 'gfceux') source=(http://downloads.sourceforge.net/fceultra/$pkgname-${pkgver}.src.tar.bz2 \ fceux.desktop fceux.png) -md5sums=('a1252a888cdc8b2c42ae031211f2fad6' - '30baf915c936926fa50f59d8276f6575' - '3fe753731ac46b5fee528b1f73abd3e3') build() { cd "${srcdir}/fceu$pkgver" @@ -33,3 +30,6 @@ build() { } # vim:set ts=2 sw=2 et: +md5sums=('e8b20e62bbbb061b1a59d51b47c827bd' + '30baf915c936926fa50f59d8276f6575' + '3fe753731ac46b5fee528b1f73abd3e3') diff --git a/community/linuxdcpp/PKGBUILD b/community/linuxdcpp/PKGBUILD new file mode 100644 index 000000000..fe546fdfc --- /dev/null +++ b/community/linuxdcpp/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Jelle van der waa <jelle@vdwaa.nl> +# Contributor: SpepS <dreamspepser at yahoo dot it> +# Contributor: Andrea Scarpino <andrea@archlinux.org> +# Contributor: Tom K <tom@archlinux.org> + +pkgname=linuxdcpp +pkgver=1.1.0 +pkgrel=2 +pkgdesc="A Gtk+ Direct Connect client based on DC++." +url="https://launchpad.net/linuxdcpp/" +license=('GPL') +arch=('i686' 'x86_64') +depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme') +makedepends=('scons' 'boost') +conflicts=('linuxdcpp-bzr') +install=$pkgname.install +source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2") +md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + scons PREFIX=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + scons install FAKE_ROOT="$pkgdir/" +} diff --git a/community/linuxdcpp/linuxdcpp.install b/community/linuxdcpp/linuxdcpp.install new file mode 100644 index 000000000..bce670aff --- /dev/null +++ b/community/linuxdcpp/linuxdcpp.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index 0016127b2..0efa9c6d0 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 47976 2011-05-26 18:14:34Z dreisner $ +# $Id: PKGBUILD 49447 2011-06-16 13:09:25Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=systemd -pkgver=28 +pkgver=29 pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2') -depends=('dbus-core' 'initscripts' 'sysvinit' 'util-linux>=2.19') +depends=('dbus-core' 'sysvinit' 'util-linux>=2.19') makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' 'gtk2' 'libnotify') optdepends=('cryptsetup: required for encrypted block devices' 'dbus-python: systemd-analyze' 'gtk2: systemadm' + 'initscripts: legacy support for hostname and vconsole setup' 'initscripts-systemd: native boot and initialization scripts' 'libnotify: systemadm' 'python2-cairo: systemd-analyze' @@ -27,7 +28,7 @@ backup=(etc/systemd/system.conf install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" "os-release") -md5sums=('be37500f576a0494f82fed7fa47cc306' +md5sums=('e91ffd208c5f03e5c11966eee7b684b0' '752636def0db3c03f121f8b4f44a63cd') build() { @@ -50,15 +51,11 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 "$srcdir/os-release" "$pkgdir/etc/os-release" - install -dm755 "$pkgdir/etc/modules-load.d" printf "d /run/console 755 root root\n" > "$pkgdir/etc/tmpfiles.d/console.conf" # fix systemd-analyze for python2 sed -i '1s/python$/python2/' "$pkgdir/usr/bin/systemd-analyze" - # install target doesn't bring in plymouth units - install -m644 units/plymouth-* "$pkgdir/lib/systemd/system" - # rename man pages to avoid conflicts with sysvinit cd "$pkgdir/usr/share/man/man8" for manpage in telinit halt reboot poweroff runlevel shutdown; do diff --git a/community/systemd/systemd.install b/community/systemd/systemd.install index 33d597bf1..7ec58682a 100644 --- a/community/systemd/systemd.install +++ b/community/systemd/systemd.install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh checkgroups() { getent group lock >/dev/null || groupadd -g 54 lock @@ -7,7 +7,7 @@ checkgroups() { post_install() { checkgroups - [ -f /etc/machine-id ] || /bin/systemd-machine-id-setup + [ -f /etc/machine-id ] || systemd-machine-id-setup echo "systemd has been installed to /bin/systemd. Please ensure you append" echo "init=/bin/systemd to your kernel command line in your bootloader." @@ -16,12 +16,12 @@ post_install() { post_upgrade() { checkgroups - [ -f /etc/machine-id ] || /bin/systemd-machine-id-setup - /bin/systemctl daemon-reexec >/dev/null || : + [ -f /etc/machine-id ] || systemd-machine-id-setup + systemctl daemon-reexec >/dev/null || : } pre_remove() { - /bin/rm -f /etc/systemd/system/default.target + rm -f /etc/systemd/system/default.target } post_remove() { |