Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
4f7c8d07
Commit
4f7c8d07
authored
Mar 01, 2012
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-introduce proper Xinerama support on non-multiarch systems.
parent
95929b8a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
changelog
debian/changelog
+1
-0
libnx-x11.postinst
debian/libnx-x11.postinst
+4
-2
No files found.
debian/changelog
View file @
4f7c8d07
...
@@ -6,6 +6,7 @@ nx-libs (2:3.5.0.12-0) UNRELEASED; urgency=low
...
@@ -6,6 +6,7 @@ nx-libs (2:3.5.0.12-0) UNRELEASED; urgency=low
Fixes build failure during ,,make distclean'' calls.
Fixes build failure during ,,make distclean'' calls.
* Provide temporary workaround for installation on Debian 64bit with
* Provide temporary workaround for installation on Debian 64bit with
multiarch support (via libnx-x11.postinst and .prerm).
multiarch support (via libnx-x11.postinst and .prerm).
* Re-introduce proper Xinerama support on non-multiarch systems.
[ Mihai Moldovan ]
[ Mihai Moldovan ]
* Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around
* Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around
...
...
debian/libnx-x11.postinst
View file @
4f7c8d07
...
@@ -24,16 +24,18 @@ case "$1" in
...
@@ -24,16 +24,18 @@ case "$1" in
### multiarch support into the Debian source package of
### multiarch support into the Debian source package of
### nx-libs.
### nx-libs.
if
dpkg-architecture
-qDEB_BUILD_MULTIARCH
1>/dev/null 2>/dev/null
;
then
if
dpkg-architecture
-qDEB_BUILD_MULTIARCH
1>/dev/null 2>/dev/null
;
then
libdir
=
/usr/lib/
$(
dpkg-architecture
-qDEB_BUILD_MULTIARCH
)
else
libdir
=
/usr/lib
fi
rm
-f
/usr/lib/nx/X11/Xinerama/libNX_X11.so.6
rm
-f
/usr/lib/nx/X11/Xinerama/libNX_X11.so.6
rm
-f
/usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
rm
-f
/usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
libdir
=
/usr/lib/
$(
dpkg-architecture
-qDEB_BUILD_MULTIARCH
)
if
test
-e
$libdir
/libX11.so.6
;
then
if
test
-e
$libdir
/libX11.so.6
;
then
ln
-s
$libdir
/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
ln
-s
$libdir
/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
fi
fi
if
test
-e
$libdir
/libXext.so.6
;
then
if
test
-e
$libdir
/libXext.so.6
;
then
ln
-s
$libdir
/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
ln
-s
$libdir
/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
fi
fi
fi
;;
;;
abort-upgrade|abort-remove|abort-deconfigure
)
abort-upgrade|abort-remove|abort-deconfigure
)
...
...
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