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
45983d13
Commit
45983d13
authored
Sep 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xinerama symlinking: Attach Xinerama symlinking to nxagent bin:package (and not libnx-xinerama1).
parent
0382b401
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
nxagent.postinst.in
debian/nxagent.postinst.in
+1
-1
nxagent.prerm
debian/nxagent.prerm
+1
-1
rules
debian/rules
+3
-3
nx-libs.spec
nx-libs.spec
+4
-4
No files found.
debian/
libnx-xinerama1
.postinst.in
→
debian/
nxagent
.postinst.in
View file @
45983d13
#!/bin/sh
# postinst script for
libnx-x11
# postinst script for
nxagent
#
# see: dh_installdeb(1)
...
...
debian/
libnx-xinerama1
.prerm
→
debian/
nxagent
.prerm
View file @
45983d13
#!/bin/sh
# prerm script for
libnx-xinerama1
# prerm script for
nxagent
#
# see: dh_installdeb(1)
# summary of how this script can be called:
...
...
debian/rules
View file @
45983d13
...
...
@@ -20,7 +20,7 @@ override_dh_auto_clean:
override_dh_clean:
rm -f nx*/configure
. ./replace.sh; set -x; ls debian/*.install.in | while read file; do rm -f $$(string_rep $$file .install.in .install); done
rm -f debian/
libnx-xinerama1
.postinst
rm -f debian/
nxagent
.postinst
rm -fR .preserve/
dh_clean
...
...
@@ -72,8 +72,8 @@ override_dh_auto_install:
override_dh_auto_build:
# let's prep the
libnx-xinerama1
.postinst script with the value of the build systems's DEB_BUILD_MULTIARCH variable
sed debian/
libnx-xinerama1.postinst.in -e 's/#DEB_BUILD_MULTIARCH#/$(DEB_BUILD_MULTIARCH)/' > debian/libnx-xinerama1
.postinst
# let's prep the
nxagent
.postinst script with the value of the build systems's DEB_BUILD_MULTIARCH variable
sed debian/
nxagent.postinst.in -e 's/#DEB_BUILD_MULTIARCH#/$(DEB_BUILD_MULTIARCH)/' > debian/nxagent
.postinst
LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS="$(LDFLAGS)" SHLIBDIR="$(LIBDIR)" PREFIX=/usr dh_auto_build --parallel
...
...
nx-libs.spec
View file @
45983d13
...
...
@@ -664,10 +664,6 @@ ln -s -f ../../../../%{_lib}/libNX_Xinerama.so.1 %{buildroot}%{_libdir}/nx/X11/X
%dir %{_libdir}/nx/X11
%dir %{_datadir}/nx
%{_datadir}/nx/SecurityPolicy
%dir %{_libdir}/nx/X11/Xinerama/
%{_libdir}/nx/X11/Xinerama/libNX_X11.so.6
%{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6
%{_libdir}/nx/X11/Xinerama/libXinerama.so.1*
%files -n libNX_X11-6
%defattr(-,root,root)
...
...
@@ -912,6 +908,10 @@ ln -s -f ../../../../%{_lib}/libNX_Xinerama.so.1 %{buildroot}%{_libdir}/nx/X11/X
%{_datadir}/pixmaps/nxagent.xpm
%{_datadir}/nx/rgb
%{_datadir}/man/man1/nxagent.1*
%dir %{_libdir}/nx/X11/Xinerama/
%{_libdir}/nx/X11/Xinerama/libNX_X11.so.6
%{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6
%{_libdir}/nx/X11/Xinerama/libXinerama.so.1*
%files -n nxauth
%defattr(-,root,root)
...
...
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