summaryrefslogtreecommitdiff
path: root/community/xosd
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-13 14:21:34 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-13 14:21:34 -0300
commit4a47b2a0e019de14d474e353a601ca6bf47e90e5 (patch)
tree69e20048be17aa12e6342ebcafb0cf9cdbfee32d /community/xosd
parent149750d28420a7b59fab5501ab9aaca095f6fa46 (diff)
parentb5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/bird/PKGBUILD community/camlp5/PKGBUILD community/exim/PKGBUILD community/ibus-table-extraphrase/PKGBUILD community/mingw32-gcc-base/PKGBUILD community/mingw32-gcc/PKGBUILD community/torcs/PKGBUILD core/db/PKGBUILD core/iproute2/PKGBUILD core/libsasl/PKGBUILD core/openldap/PKGBUILD core/pam/PKGBUILD core/util-linux/PKGBUILD extra/cyrus-sasl/PKGBUILD extra/ffmpeg/PKGBUILD extra/kdelibs/PKGBUILD extra/libreoffice/PKGBUILD extra/php/PKGBUILD extra/postfix/PKGBUILD extra/python-lxml/PKGBUILD extra/rdesktop/PKGBUILD extra/redland/PKGBUILD extra/subversion/PKGBUILD extra/tidyhtml/PKGBUILD extra/transmission/PKGBUILD extra/windowmaker/PKGBUILD kde-unstable/calligra/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-openssl/PKGBUILD
Diffstat (limited to 'community/xosd')
-rw-r--r--community/xosd/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/xosd/PKGBUILD b/community/xosd/PKGBUILD
index f7cef2249..42d8a1c85 100644
--- a/community/xosd/PKGBUILD
+++ b/community/xosd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 55535 2011-09-14 07:50:30Z andrea $
+# $Id: PKGBUILD 61859 2012-01-09 10:23:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=xosd
pkgver=2.2.14
-pkgrel=4
+pkgrel=5
pkgdesc="Displays text on your screen. On-Screen-Display-libs for some tools"
arch=("i686" "x86_64" 'mips64el')
license=('GPL2')
@@ -13,11 +13,15 @@ depends=('libxt' 'libxinerama' 'sh')
makedepends=('xmms' 'bmp' 'gdk-pixbuf')
optdepends=('gdk-pixbuf: for using the bmp or xmms plugin')
options=('!libtool')
-source=("http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4b349fe930e4eee2f504d6c02673e24d')
+source=("http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz"
+ "http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz")
+md5sums=('4b349fe930e4eee2f504d6c02673e24d'
+ 'cd3c37f4e4bbfba6f3ffd7ec43256cc2')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 <$srcdir/debian/patches/25_fix_mangapges.diff
+ patch -p1 <$srcdir/debian/patches/328676.diff
./configure --prefix=/usr --mandir=/usr/share/man
make
}