From a1ec78e8d16098adb2e9e1cf4e364625e74c3bc4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Sep 2013 01:42:42 -0700 Subject: Tue Sep 17 01:42:37 PDT 2013 --- community/bitcoin/PKGBUILD | 6 +++--- community/emelfm2/PKGBUILD | 9 +++++---- community/evilwm/LICENSE | 40 ---------------------------------------- community/evilwm/PKGBUILD | 26 -------------------------- 4 files changed, 8 insertions(+), 73 deletions(-) delete mode 100644 community/evilwm/LICENSE delete mode 100644 community/evilwm/PKGBUILD (limited to 'community') diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index dda483d55..3a0166376 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 96972 2013-09-09 14:59:02Z tredaelli $ +# $Id: PKGBUILD 97296 2013-09-16 16:48:10Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: shahid pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=1 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') license=('MIT') source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz) -sha256sums=('cd746a4ab3b656e41e3f09722a7336fb978eb726bae55591314f1dad60759ecc') +sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63') build() { cd "$srcdir/$pkgbase-$pkgver-linux/src" diff --git a/community/emelfm2/PKGBUILD b/community/emelfm2/PKGBUILD index 59d86b3cb..15788b386 100644 --- a/community/emelfm2/PKGBUILD +++ b/community/emelfm2/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 83138 2013-01-27 16:13:32Z pierre $ -# Maintainer: Kevin Piche +# $Id: PKGBUILD 97298 2013-09-16 17:59:16Z kkeen $ +# Maintainer: Kyle Keen +# Contributor: Kevin Piche # Contributor: contrasutra pkgname=emelfm2 -pkgver=0.8.2 +pkgver=0.9.0 pkgrel=1 pkgdesc="A file manager that implements the popular two-pane design" arch=('i686' 'x86_64') @@ -11,7 +12,7 @@ url="http://emelfm2.net/" depends=('gtk2') license=('GPL3') source=("http://emelfm2.net/rel/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('d4498285ae77f0d524ce9be11d50a0aae9569e5f') +sha1sums=('322089d0f08d0de80f49313b7912ff5b970adbf3') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/evilwm/LICENSE b/community/evilwm/LICENSE deleted file mode 100644 index 6778ede8c..000000000 --- a/community/evilwm/LICENSE +++ /dev/null @@ -1,40 +0,0 @@ -LICENCE - -evilwm 1.1 -Copyright (C) 1999-2011 Ciaran Anscomb - -This is free software. You can do what you want to it, but if it -breaks something, you get to pay for the counselling. The code was -originally based on aewm, so this is distributed under the same terms, -which follow. - - -AEWM LICENCE - -Copyright (c) 1998-2000 Decklin Foster. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS", WITHOUT ANY EXPRESS -OR IMPLIED WARRANTIES OF ANY KIND. IN NO EVENT SHALL THE AUTHOR BE -HELD LIABLE FOR ANY DAMAGES CONNECTED WITH THE USE OF THIS PROGRAM. - -You are granted permission to copy, publish, distribute, and/or sell -copies of this program and any modified versions or derived works, -provided that this copyright and notice are not removed or altered. - -Portions of the code were based on 9wm, which contains this license: - -> 9wm is free software, and is Copyright (c) 1994 by David Hogan. -> Permission is granted to all sentient beings to use this software, -> to make copies of it, and to distribute those copies, provided -> that: -> -> (1) the copyright and licence notices are left intact -> (2) the recipients are aware that it is free software -> (3) any unapproved changes in functionality are either -> (i) only distributed as patches -> or (ii) distributed as a new program which is not called 9wm -> and whose documentation gives credit where it is due -> (4) the author is not held responsible for any defects -> or shortcomings in the software, or damages caused by it. -> -> There is no warranty for this software. Have a nice day. diff --git a/community/evilwm/PKGBUILD b/community/evilwm/PKGBUILD deleted file mode 100644 index 1ac5b6205..000000000 --- a/community/evilwm/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 83062 2013-01-27 09:45:44Z andrea $ -# Maintainer: Kevin Piche -# Contributor: Jochem Kossen - -pkgname=evilwm -pkgver=1.1.0 -pkgrel=1 -pkgdesc="A minimalist but usable window manager for the X Window System." -arch=('i686' 'x86_64') -url="http://evilwm.sourceforge.net" -license=('custom') -depends=('libxrandr') -source=(http://www.6809.org.uk/evilwm/$pkgname-$pkgver.tar.gz LICENSE) -md5sums=('5f14cc3019320860c85bb07c60a76bd7' - '0941ad3e96597ef75c6310f43a0342a0') - -build() { - cd "$srcdir"/$pkgname-$pkgver - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir" desktopfilesdir=/usr/share/xsessions install - install -D -m644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} -- cgit v1.2.3-54-g00ecf