Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
rasky
libvncserver
Commits
b04336f9
Commit
b04336f9
authored
Feb 07, 2005
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare_x11vnc_dist.sh: few tweaks for next release
parent
d977fc5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
ChangeLog
ChangeLog
+1
-0
prepare_x11vnc_dist.sh
prepare_x11vnc_dist.sh
+7
-3
No files found.
ChangeLog
View file @
b04336f9
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* configure.ac: add /usr/sfw on Solaris when XFIXES, add
* configure.ac: add /usr/sfw on Solaris when XFIXES, add
--with-jpeg=DIR --with-zlib=DIR, workaround bug when
--with-jpeg=DIR --with-zlib=DIR, workaround bug when
--without-jpeg was supplied.
--without-jpeg was supplied.
* prepare_x11vnc_dist.sh: few tweaks for next release
2005-02-05 Karl Runge <runge@karlrunge.com>
2005-02-05 Karl Runge <runge@karlrunge.com>
* x11vnc: -solid color, -opts/-?
* x11vnc: -solid color, -opts/-?
...
...
prepare_x11vnc_dist.sh
View file @
b04336f9
#!/bin/bash
#!/bin/bash
VERSION
=
"0.7pre"
VERSION
=
"0.7
.1
pre"
cd
"
$(
dirname
"
$0
"
)
"
cd
"
$(
dirname
"
$0
"
)
"
...
@@ -15,13 +15,17 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
...
@@ -15,13 +15,17 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
mv
Makefile.am Makefile.am.LibVNCServer
mv
Makefile.am Makefile.am.LibVNCServer
echo
"EXTRA_DIST=tightvnc-1.3dev5-vncviewer-alpha-cursor.patch README.LibVNCServer"
>
Makefile.am
cat
Makefile.am.LibVNCServer |
\
cat
Makefile.am.LibVNCServer |
\
sed
-e
"s/^SUBDIRS.*
$/
SUBDIRS=libvncserver x11vnc classes/"
\
sed
-e
"s/^SUBDIRS.*
$/
SUBDIRS=libvncserver x11vnc classes/"
\
-e
"s/^DIST_SUBDIRS.*
$/
DIST_SUBDIRS=libvncserver x11vnc classes/"
\
-e
"s/^DIST_SUBDIRS.*
$/
DIST_SUBDIRS=libvncserver x11vnc classes/"
\
-e
"/all: make_config_executable/,
\$
d"
\
-e
"/all: make_config_executable/,
\$
d"
\
-e
"/^.*bin_SCRIPTS.*
$/
d"
\
-e
"/^.*bin_SCRIPTS.*
$/
d"
\
-e
"s/include_/noinst_/"
\
-e
"s/include_/noinst_/"
\
>
Makefile.am
>>
Makefile.am
mv
README README.LibVNCServer
cp
x11vnc/README ./README
cat
LibVNCServer.spec.in |
\
cat
LibVNCServer.spec.in |
\
sed
-e
"s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi"
\
sed
-e
"s/Johannes.Schindelin@gmx.de/runge@karlrunge.com/gi"
\
...
@@ -60,7 +64,7 @@ sed -e "s/^\(_PKG.*\)\$PACKAGE\(.*\)$/\1LibVNCServer\2/" \
...
@@ -60,7 +64,7 @@ sed -e "s/^\(_PKG.*\)\$PACKAGE\(.*\)$/\1LibVNCServer\2/" \
>
acinclude.m4
>
acinclude.m4
make x11vnc-
${
VERSION
}
.tar.gz
make x11vnc-
${
VERSION
}
.tar.gz
for
f
in
configure.ac Makefile.am libvncserver/Makefile.am classes/Makefile.am acinclude.m4
;
do
for
f
in
configure.ac Makefile.am libvncserver/Makefile.am classes/Makefile.am acinclude.m4
README
;
do
mv
-f
$f
.LibVNCServer
$f
mv
-f
$f
.LibVNCServer
$f
done
done
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