Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
38d9df31
Commit
38d9df31
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/xorg-server: upgrade to 1.7.1
parent
270a2808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
x11/xorg-server/APKBUILD
x11/xorg-server/APKBUILD
+7
-6
No files found.
x11/xorg-server/APKBUILD
View file @
38d9df31
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xorg-server
pkgver
=
1.7.
0.90
1
pkgrel
=
1
pkgver
=
1.7.1
pkgrel
=
0
pkgdesc
=
"X.Org X servers"
url
=
"http://xorg.freedesktop.org"
license
=
"custom"
...
...
@@ -72,8 +72,6 @@ build () {
# Fix dbus config path
sed
-i
-e
's/\$(sysconfdir)/\/etc/'
config/Makefile.
*
||
return
1
#aclocal && autoconf -I m4 && automake && libtoolize --force || return 1
# 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.
...
...
@@ -105,8 +103,11 @@ build () {
--disable-xace
\
||
return
1
make
}
make
||
return
1
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
-j1
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-m755
-d
"
$pkgdir
"
/etc/X11
||
return
1
...
...
@@ -134,5 +135,5 @@ xephyr() {
mv
"
$pkgdir
"
/usr/bin/Xephyr
"
$subpkgdir
"
/usr/bin/
}
md5sums
=
"
38c5cfbb5bda671aed9f390e9b7c34b4 xorg-server-1.7.0.90
1.tar.bz2
md5sums
=
"
dda7842467cda6018fdc87e6002e4db1 xorg-server-1.7.
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