Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e414058092f8afb0c4fae94be98c67bb5e2195c2
commit e414058092f8afb0c4fae94be98c67bb5e2195c2 Author: crazy <[email protected]> Date: Tue Oct 20 21:17:05 2015 +0200 xorg.sh * bump xorg-server version for auto-magic :) * added auto makedepends=() on x11-protos diff --git a/source/include/xorg.sh b/source/include/xorg.sh index 5735c22..60237a9 100644 --- a/source/include/xorg.sh +++ b/source/include/xorg.sh @@ -57,7 +57,7 @@ if [[ $pkgname =~ ^xf86-input- ]]; then pkgdesc="X.Org driver for ${pkgname#xf86-input-} input devices" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') - depends=('xorg-server>=1.17.1') + depends=('xorg-server>=1.17.2') fi url="http://xorg.freedesktop.org" @@ -78,6 +78,7 @@ _F_xorg_url="$url/releases/$_F_xorg_release_dir/$_F_xorg_dir/" license="GPL2" _F_archive_name="$_F_xorg_name" up2date="Flasttar $_F_xorg_url" +makedepends=("${makedepends[@]}" 'x11-protos') source=($_F_xorg_url/$_F_xorg_name-$pkgver.tar.bz2) if [ -z "$_F_cd_path" ]; then _F_cd_path="$_F_xorg_name-$pkgver" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
