alarm/xf86-video-armsoc-rockchip to 260.1b499f5-2

This commit is contained in:
Kevin Mihelich 2015-07-19 02:22:02 +00:00
parent 49e32083fe
commit b3dcb3ec34

View file

@ -5,7 +5,7 @@ buildarch=4
pkgname=xf86-video-armsoc-rockchip
_commit=1b499f5ea1f19d514faeeb0ebb9d1056392844b9
pkgver=260.1b499f5
pkgrel=1
pkgrel=2
pkgdesc='X.org graphics driver for ARM graphics - Rockchip'
arch=('armv7h')
url="https://github.com/mmind/xf86-video-armsoc"
@ -14,8 +14,12 @@ makedepends=('git' 'pkgconfig' 'xorg-server-devel' 'resourceproto' 'scrnsaverpro
options=('!libtool')
conflicts=(xf86-video-armsoc)
provides=(xf86-video-armsoc)
source=("$pkgname::git+https://github.com/mmind/xf86-video-armsoc.git#commit=${_commit}")
md5sums=('SKIP')
source=("$pkgname::git+https://github.com/mmind/xf86-video-armsoc.git#commit=${_commit}"
'0001-compile-only-drmmode_rockchip.patch'
'20-armsoc.conf')
md5sums=('SKIP'
'ecacdf828e109b9a7f79858844728647'
'ca34299695813b200f0d6054c45d1f94')
pkgver() {
cd $pkgname
@ -24,6 +28,7 @@ pkgver() {
build() {
cd $pkgname
git apply ../0001-compile-only-drmmode_rockchip.patch
CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
./autogen.sh --prefix=/usr --with-drmmode=rockchip
@ -34,4 +39,6 @@ package() {
cd $pkgname
make DESTDIR="${pkgdir}" install
mkdir -p "${pkgdir}"/etc/X11/xorg.conf.d/
cp ../20-armsoc.conf "${pkgdir}"/etc/X11/xorg.conf.d/
}