summaryrefslogtreecommitdiff
path: root/xorg-xdm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-05-03 17:45:21 +0200
committerJuergen Daubert <jue@jue.li>2017-05-03 17:45:21 +0200
commitfd976bab5a979dbe3f64f0812468c4546f5797ae (patch)
treeab7366c74356426ecb851fcc2596ee778871a1fc /xorg-xdm
parent02b1ce862f7686a26d71f5c180f49dcd11fa37b7 (diff)
downloadxorg-fd976bab5a979dbe3f64f0812468c4546f5797ae.tar.gz
xorg-fd976bab5a979dbe3f64f0812468c4546f5797ae.tar.xz
xorg-xdm: set configdir to /etc/X11/xdm, patch by Gary Langshaw
Diffstat (limited to 'xorg-xdm')
-rw-r--r--xorg-xdm/.footprint10
-rw-r--r--xorg-xdm/.signature6
-rw-r--r--xorg-xdm/Pkgfile6
3 files changed, 13 insertions, 9 deletions
diff --git a/xorg-xdm/.footprint b/xorg-xdm/.footprint
index aeb64d0c..7c73fc88 100644
--- a/xorg-xdm/.footprint
+++ b/xorg-xdm/.footprint
@@ -1,4 +1,10 @@
drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/X11/
+drwxr-xr-x root/root etc/X11/xdm/
+-rw-r--r-- root/root etc/X11/xdm/Xaccess
+-rw-r--r-- root/root etc/X11/xdm/Xresources
+-rw-r--r-- root/root etc/X11/xdm/Xservers
+-rw-r--r-- root/root etc/X11/xdm/xdm-config
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/xdm
drwxr-xr-x root/root usr/
@@ -10,10 +16,7 @@ drwxr-xr-x root/root usr/lib/X11/
drwxr-xr-x root/root usr/lib/X11/xdm/
-rwxr-xr-x root/root usr/lib/X11/xdm/GiveConsole
-rwxr-xr-x root/root usr/lib/X11/xdm/TakeConsole
--rw-r--r-- root/root usr/lib/X11/xdm/Xaccess
-rwxr-xr-x root/root usr/lib/X11/xdm/Xreset
--rw-r--r-- root/root usr/lib/X11/xdm/Xresources
--rw-r--r-- root/root usr/lib/X11/xdm/Xservers
-rwxr-xr-x root/root usr/lib/X11/xdm/Xsession
-rwxr-xr-x root/root usr/lib/X11/xdm/Xsetup_0
-rwxr-xr-x root/root usr/lib/X11/xdm/Xstartup
@@ -24,7 +27,6 @@ drwxr-xr-x root/root usr/lib/X11/xdm/
drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/
-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg-bw.xpm
-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg.xpm
--rw-r--r-- root/root usr/lib/X11/xdm/xdm-config
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
diff --git a/xorg-xdm/.signature b/xorg-xdm/.signature
index 448a55d2..e9fac090 100644
--- a/xorg-xdm/.signature
+++ b/xorg-xdm/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndDBkhJM8p+gJZog3rnNtQe1bvpslhDhO4TepO3Rwrrr9n9dRJnALCv+NJTxukFT4csjKNue5Pj3LoHTA2MSYkQI=
-SHA256 (Pkgfile) = 9197591af8c978a766f607d1f061525cc605e6ee6cb572ce5d7d0ed5b88e0793
-SHA256 (.footprint) = 46f23bf9ffa2a8180d8809d3810cc511428882c5af219b9479d0a8994cfdb809
+RWTSGWF5Q7TndDQCbFEO+m77y3tCSWIIk7EtBcybFB10wy5NCUam3b86tCgISXHBkSOJSzIwlCdRvkaTjE4Wnz7n4MbB3KZMww0=
+SHA256 (Pkgfile) = c879ba16a7cc71b52f39d1fc84c84367a735458afc3e5d3f0610eb62e6642eec
+SHA256 (.footprint) = db3d36bb052f599dfba22c266e8155a9a74897707d13963c5b2bb263bd19192d
SHA256 (xdm-1.1.11.tar.bz2) = d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
SHA256 (xdm) = 08f8309871469f521d70feb674e36ca683e7cb21d9728c899c93bb1d93b321a5
diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile
index 996413a7..1b62d68e 100644
--- a/xorg-xdm/Pkgfile
+++ b/xorg-xdm/Pkgfile
@@ -5,14 +5,16 @@
name=xorg-xdm
version=1.1.11
-release=2
+release=3
source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \
xdm)
build() {
cd xdm-$version
- ./configure --prefix=/usr --enable-xdmshell
+ ./configure --prefix=/usr \
+ --with-xdmconfigdir=/etc/X11/xdm \
+ --enable-xdmshell
make
make DESTDIR=$PKG install

Generated by cgit