aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2015-10-18 10:55:48 -0700
committerSteve Arnold <stephen.arnold42@gmail.com>2015-10-18 12:50:36 -0700
commit82a102b15dba6eb12b4a3156d0b0d75dc9d90037 (patch)
tree4cf4f2d9339b1624bb7b69df0f7be83381f2fd77 /x11-drivers
parentsamsung-chromebook/make.conf: add lto use flag for vim, etc (diff)
downloadarm-82a102b15dba6eb12b4a3156d0b0d75dc9d90037.tar.gz
arm-82a102b15dba6eb12b4a3156d0b0d75dc9d90037.tar.bz2
arm-82a102b15dba6eb12b4a3156d0b0d75dc9d90037.zip
x11-drivers/xf86-video-armsoc: bump to latest xorg release and add ump
udev rules file
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-armsoc/files/50-ump.rules1
-rw-r--r--x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild12
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-armsoc/files/50-ump.rules b/x11-drivers/xf86-video-armsoc/files/50-ump.rules
new file mode 100644
index 0000000..541bbf9
--- /dev/null
+++ b/x11-drivers/xf86-video-armsoc/files/50-ump.rules
@@ -0,0 +1 @@
+KERNEL=="ump", MODE="0660", GROUP="video"
diff --git a/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild b/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild
index 9ab5eac..0295d54 100644
--- a/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild
+++ b/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} != 9999 ]]; then
else
inherit git-r3
EGIT_REPO_URI="http://anongit.freedesktop.org/git/xorg/driver/xf86-video-armsoc.git"
- EGIT_COMMIT="1.3.0"
+ EGIT_COMMIT="1.3.1"
#EGIT_REPO_URI="https://github.com/mdrjr/xf86-video-armsoc.git
# git@github.com:mdrjr/xf86-video-armsoc.git"
## release branch for github tarballs: r4p0-umplock
@@ -32,7 +32,8 @@ DESCRIPTION="Open-source X.org graphics driver for ARM graphics"
HOMEPAGE="https://github.com/mdrjr/xf86-video-armsoc"
LICENSE="MIT"
-RDEPEND=">=x11-base/xorg-server-1.10
+RDEPEND="virtual/udev
+ >=x11-base/xorg-server-1.10
>=x11-libs/pixman-0.32.6
>=x11-libs/libump-3.0
>=x11-libs/libdrm-2.4.60[video_cards_exynos]"
@@ -58,3 +59,10 @@ src_prepare() {
xorg-2_src_prepare
}
+
+src_install() {
+ xorg-2_src_install
+
+ insinto /etc/udev/rules.d
+ doins "${FILESDIR}"/50-ump.rules
+}