Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aeb4a6630d3819f747a33d0d84a692eed494e021
commit aeb4a6630d3819f747a33d0d84a692eed494e021 Author: Miklos Vajna <[email protected]> Date: Tue Jun 23 11:42:44 2009 +0200 xosd-2.2.14-4-i686 - rebuild with libxau>=1.0.4 - closes #3828 diff --git a/source/xlib-extra/xosd/FrugalBuild b/source/xlib-extra/xosd/FrugalBuild index 4aa2636..bc680b9 100644 --- a/source/xlib-extra/xosd/FrugalBuild +++ b/source/xlib-extra/xosd/FrugalBuild @@ -3,26 +3,32 @@ pkgname=xosd pkgver=2.2.14 -pkgrel=3 +pkgrel=4 pkgdesc="Library for overlaying text/glyphs in X-Windows X-On-Screen-Display plus binary for sending text from command line" url="http://www.ignavus.net/software.html" -depends=('gdk-pixbuf' 'libxau' 'libxdmcp') +depends=('gdk-pixbuf' 'libxau>=1.0.4' 'libxdmcp') makedepends=('xmms') groups=('xlib-extra') archs=('i686' 'x86_64') license="GPL2" up2date="lynx -dump ftp://ftp.fsn.hu/debian/pool/main/x/xosd/ | grep xosd_[0-9\.]*orig.tar.gz | tail -n 1 | sed -ne 's/.*d_\(.*\)\.t.*/\1/;1 p' | sed 's/.orig//'" source=(ftp://ftp.fsn.hu/debian/pool/main/x/xosd/${pkgname}_$pkgver.orig.tar.gz \ - xosd-2.2.14-gentoo-fixes.patch.gz) + xosd-2.2.14-gentoo-fixes.patch.gz man-dupe.diff) sha1sums=('1d459a62239c9fe842d835bb7f60eb2edd7c979f' \ - '15cfd7b3a1d0c142c7ae7877230a794e203c77d5') + '15cfd7b3a1d0c142c7ae7877230a794e203c77d5' \ + '5030d65ae1977b96c8b3562963546bb60b442afa') build() { Fcd Fpatchall Fautoreconf - Fmake --enable-xinerama --disable-new-bmp + Fconf --enable-xinerama --disable-new-bmp + # wtf + make + Fautoreconf + Fconf --enable-xinerama --disable-new-bmp + make || return 1 Fmakeinstall } diff --git a/source/xlib-extra/xosd/man-dupe.diff b/source/xlib-extra/xosd/man-dupe.diff new file mode 100644 index 0000000..8972847 --- /dev/null +++ b/source/xlib-extra/xosd/man-dupe.diff @@ -0,0 +1,12 @@ +diff -Naur xosd-2.2.14.orig/man/Makefile.am xosd-2.2.14/man/Makefile.am +--- xosd-2.2.14.orig/man/Makefile.am 2004-08-20 00:39:38.000000000 +0200 ++++ xosd-2.2.14/man/Makefile.am 2009-06-23 11:34:20.000000000 +0200 +@@ -3,7 +3,7 @@ + xosd_display.3 xosd_hide.3 xosd_is_onscreen.3 xosd_set_vertical_offset.3 \ + xosd_set_pos.3 xosd_set_shadow_offset.3 xosd_show.3 xosd_uninit.3 xosd.3 \ + xosd_get_number_lines.3 xosd_set_align.3 xosd_create.3 \ +- xosd_set_horizontal_offset.3 xosd_destroy.3 xosd_create.3 xosd_is_onscreen.3 \ ++ xosd_set_horizontal_offset.3 xosd_destroy.3 \ + xosd_set_bar_length.3 + + EXTRA_DIST = ${man_MANS} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
