Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a8731f0ad77bbc2740a7a68dbb654f4fa817ecfa
commit a8731f0ad77bbc2740a7a68dbb654f4fa817ecfa Author: Michel Hermier <[email protected]> Date: Wed Jun 1 08:10:23 2011 +0200 xorg-server-1.10.2-1-i686 * Move extra package sources after scm declarations, so scm builds also makes usable packages. diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 31a9589..a1a74a0 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -35,17 +35,7 @@ backup=('etc/sysconfig/desktop' 'etc/X11/xorg.conf.d/10-evdev.conf' \ 'etc/X11/xorg.conf.d/20-synaptics.conf') _F_archive_grepv="99" Finclude xorg -source=("${source[@]}" \ - xorg-server-1.9-nouveau-default.patch - desktop \ - 10-evdev.conf \ - 20-synaptics.conf) - -sha1sums=('fd831b3c6297d1a68830c602d767752d87b9ca54' \ - 'bda6f333b53fcc2e1d823364a1e12e2061a66700' \ - '905cc57547421ff3ca77ec1c8e6898a7a414346f' \ - '9318b631eb06833bea18d5a5efd15df89ad5d12a' \ - '6c0156d129ddd2fb5277b76af1738298c2d09d4d') +sha1sums=('fd831b3c6297d1a68830c602d767752d87b9ca54') if Fuse $USE_DEVEL; then pkgver=1.6.3.901.151.g120286a @@ -53,9 +43,20 @@ if Fuse $USE_DEVEL; then _F_scm_type="git" _F_scm_url="git://anongit.freedesktop.org/xorg/xserver" Finclude scm - source=(${source[@]} desktop) fi +source=("${source[@]}" \ + xorg-server-1.9-nouveau-default.patch \ + desktop \ + 10-evdev.conf \ + 20-synaptics.conf) + +sha1sums=("${sha1sums[@]}" \ + 'bda6f333b53fcc2e1d823364a1e12e2061a66700' \ + '905cc57547421ff3ca77ec1c8e6898a7a414346f' \ + '9318b631eb06833bea18d5a5efd15df89ad5d12a' \ + '6c0156d129ddd2fb5277b76af1738298c2d09d4d') + Fconfopts="${Fconfopts[@]} --disable-static \ --enable-ipv6 \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
