summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
committerroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
commit3ed565983048f1226dd3f258a3f0acaf04536dda (patch)
tree9ea304021502408af54b935da41441afb7e4bd62 /extra
parent7d3e94229ca9849421d263542eb2c61f64a91c10 (diff)
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/gnu-efi-libs/PKGBUILD7
-rw-r--r--extra/perl-net-ssleay/PKGBUILD6
-rw-r--r--extra/transmission/PKGBUILD13
-rw-r--r--extra/transmission/transmission-2.76-fix-regression.patch26
-rw-r--r--extra/xdelta3/PKGBUILD6
5 files changed, 45 insertions, 13 deletions
diff --git a/extra/gnu-efi-libs/PKGBUILD b/extra/gnu-efi-libs/PKGBUILD
index 6432177d1..b7d60a78b 100644
--- a/extra/gnu-efi-libs/PKGBUILD
+++ b/extra/gnu-efi-libs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 170836 2012-11-12 13:59:20Z tpowa $
+# $Id: PKGBUILD 176034 2013-01-26 17:25:00Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
@@ -6,7 +6,7 @@
_pkgver="3.0"
pkgname="gnu-efi-libs"
pkgver="${_pkgver}s"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU toolchain"
url="http://sourceforge.net/projects/gnu-efi/"
license=('GPL')
@@ -40,7 +40,7 @@ _build_gnu-efi-libs-i386() {
build() {
cd ${srcdir}/gnu-efi-${_pkgver}
# fix http://sourceforge.net/tracker/?func=detail&aid=3576537&group_id=163609&atid=828423
- patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch
+ # patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch
# fix broken ms_abi flags, causing weird issues with bootloaders
patch -Np1 -i ../disable-ms_abi-flag.patch
## Fix Makefiles to enable compile for both UEFI arch
@@ -79,6 +79,7 @@ package() {
_package_gnu-efi-libs-i386
fi
}
+
md5sums=('11f63d52071f7382f56c9e81d0aece91'
'4b5428c51af1981d3eb158d924d6bf85'
'6295a103438cace5c40606b083c739fd')
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD
index 5892e9243..6d21059ca 100644
--- a/extra/perl-net-ssleay/PKGBUILD
+++ b/extra/perl-net-ssleay/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 173793 2012-12-23 07:34:57Z giovanni $
+# $Id: PKGBUILD 176029 2013-01-26 16:18:55Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=perl-net-ssleay
_cpanname=Net-SSLeay
-pkgver=1.51
+pkgver=1.52
pkgrel=1
pkgdesc="Perl extension for using OpenSSL"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ options=(!emptydirs)
replaces=('net-ssleay')
provides=('net-ssleay')
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('8dfa6adc39623905267a4d3232158e01')
+md5sums=('b885d173d5733b103355658aa4b3c60d')
build() {
cd ${srcdir}/${_cpanname}-${pkgver}
diff --git a/extra/transmission/PKGBUILD b/extra/transmission/PKGBUILD
index 64a751b9a..17ecbb6ca 100644
--- a/extra/transmission/PKGBUILD
+++ b/extra/transmission/PKGBUILD
@@ -1,25 +1,30 @@
-# $Id: PKGBUILD 175990 2013-01-25 16:01:14Z ioni $
+# $Id: PKGBUILD 176031 2013-01-26 16:24:37Z foutrelis $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
pkgbase=transmission
pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
pkgver=2.76
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.transmissionbt.com/"
license=('MIT')
makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
transmissiond transmissiond.conf transmission.systemd
- transmission.tmpfiles)
+ transmission.tmpfiles
+ transmission-2.76-fix-regression.patch)
md5sums=('9abbffe29ce9b5ee68a116d293c51111'
'7d6186ee2a852ae3d44980f05063e194'
'db72b02fee139e8ab416324e6c044d76'
'5c289c8901221a94be74665368ab5c2c'
- '23f2320361ad54373c3a4551ef634fe8')
+ '23f2320361ad54373c3a4551ef634fe8'
+ '894b1332cf651c15d593aed0b51dbdd6')
build() {
cd $pkgbase-$pkgver
+ # https://trac.transmissionbt.com/ticket/5215
+ patch -Np2 -i "$srcdir/transmission-2.76-fix-regression.patch"
+
./configure --prefix=/usr
make
pushd qt
diff --git a/extra/transmission/transmission-2.76-fix-regression.patch b/extra/transmission/transmission-2.76-fix-regression.patch
new file mode 100644
index 000000000..b3fb734ba
--- /dev/null
+++ b/extra/transmission/transmission-2.76-fix-regression.patch
@@ -0,0 +1,26 @@
+Index: branches/2.7x/cli/cli.c
+===================================================================
+--- branches/2.7x/cli/cli.c (revision 13784)
++++ branches/2.7x/cli/cli.c (revision 13794)
+@@ -268,14 +268,12 @@
+ {
+ if (!tr_fileExists (str, NULL))
+- tr_mkdirp (str, 0700);
+-
+- if (tr_fileExists (str, NULL))
+ {
+- tr_bencDictAddStr (&settings, TR_PREFS_KEY_DOWNLOAD_DIR, str);
+- }
+- else
+- {
+- fprintf (stderr, "Unable to create download directory \"%s\"!\n", str);
+- return EXIT_FAILURE;
++ tr_mkdirp (str, 0700);
++
++ if (!tr_fileExists (str, NULL))
++ {
++ fprintf (stderr, "Unable to create download directory \"%s\"!\n", str);
++ return EXIT_FAILURE;
++ }
+ }
+ }
diff --git a/extra/xdelta3/PKGBUILD b/extra/xdelta3/PKGBUILD
index 0908f9288..4ea41aaac 100644
--- a/extra/xdelta3/PKGBUILD
+++ b/extra/xdelta3/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 167057 2012-09-25 00:09:23Z eric $
+# $Id: PKGBUILD 176015 2013-01-26 01:45:29Z eric $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Eduard "bekks" Warkentin <eduard.warkentin@gmail.com>
# Contributor: Henning Garus <henning.garus@gmail.com>
pkgname=xdelta3
-pkgver=3.0.4
+pkgver=3.0.6
pkgrel=1
pkgdesc="A diff utility which works with binary files"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://xdelta.org/"
license=('GPL')
depends=('xz')
source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c04f7fd9da45741a0095438cfe527b89')
+md5sums=('652048ab4a7e5f927bce045228a17b31')
build() {
cd "$srcdir/$pkgname-$pkgver"