summaryrefslogtreecommitdiff
path: root/community/xosd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-10 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-01-10 23:15:00 +0000
commitb8012183bbaae70ce4a714c618a967e85df9f521 (patch)
tree1df6f612c4f75faa9f54467e0a856bcdde0b6a1a /community/xosd
parentfdcaf644692e151ddc596b148465ce4a77e6b670 (diff)
Tue Jan 10 23:14:59 UTC 2012
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 e604b97e3..675b532d9 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')
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
}