Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
61210acc
Commit
61210acc
authored
Dec 17, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/xorg-server: upgrade to 1.7.3.901
parent
4df5067e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
x11/xorg-server/APKBUILD
x11/xorg-server/APKBUILD
+7
-9
No files found.
x11/xorg-server/APKBUILD
View file @
61210acc
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xorg-server
pkgver
=
1.7.1
pkgver
=
1.7.
3.90
1
pkgrel
=
0
pkgdesc
=
"X.Org X servers"
url
=
"http://xorg.freedesktop.org"
...
...
@@ -62,7 +62,7 @@ source="http://xorg.freedesktop.org/releases/individual/xserver/$pkgname-$pkgver
depends_dev
=
"pixman-dev libpciaccess-dev"
build
()
{
prepare
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
for
i
in
../
*
.patch
;
do
...
...
@@ -71,11 +71,14 @@ build () {
done
# Fix dbus config path
sed
-i
-e
's/\$(sysconfdir)/\/etc/'
config/Makefile.
*
||
return
1
}
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
# xorg modules does not work with the -z now and it seems like we
# cannot pass over the linker flag to .so files. so we tweak the
# gcc specs.
export
GCC_SPECS
=
/usr/share/gcc/hardenednoznow.specs
export
LDFLAGS
=
"
$LDFLAGS
-Wl,-z,lazy"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc/X11
\
...
...
@@ -113,11 +116,6 @@ package() {
install
-m755
-d
"
$pkgdir
"
/etc/X11
||
return
1
install
-m755
-d
"
$pkgdir
"
/var/lib/xkb
||
return
1
install
-m644
-D
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
# Needed for non-mesa drivers, libgl will restore it
mv
"
${
pkgdir
}
/usr/lib/xorg/modules/extensions/libglx.so"
\
"
${
pkgdir
}
/usr/lib/xorg/modules/extensions/libglx.xorg"
||
return
1
}
...
...
@@ -135,5 +133,5 @@ xephyr() {
mv
"
$pkgdir
"
/usr/bin/Xephyr
"
$subpkgdir
"
/usr/bin/
}
md5sums
=
"
dda7842467cda6018fdc87e6002e4db1
xorg-server-1.7.1.tar.bz2
md5sums
=
"
cae5564c2f42212346ed4b44d3b97353
xorg-server-1.7.
3.90
1.tar.bz2
222de594206d1148a90eddfda4f7a11a xorg-redhat-die-ugly-pattern-die-die-die.patch"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment