-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yast2 "base" package with common files
svn path=/trunk/yast2/; revision=2961
- Loading branch information
0 parents
commit faa908f
Showing
60 changed files
with
7,639 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Klaus Kaempf <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# Makefile.cvs for libycp | ||
# | ||
configure: all | ||
./configure | ||
|
||
all: | ||
y2tool y2autoconf | ||
y2tool y2automake | ||
autoreconf --force --install | ||
|
||
install: configure | ||
make | ||
make install | ||
|
||
reconf: all | ||
./config.status --recheck | ||
./config.status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
y2m_inst is part of YaST2 | ||
See the file COPYRIGHT.english for license terms | ||
|
||
y2m_inst contains the installation workflow and scripts | ||
used for a first-time installtion of SuSE Linux. | ||
Due to historical reasons, the package name is "yast2" | ||
|
||
"configure" accepts '--with-testsuite' which enables building | ||
of testsuite related files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
yast2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.6.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Makefile.am for yast2/agents | ||
# | ||
scrconf_DATA = $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.scr)) | ||
EXTRA_DIST = $(scrconf_DATA) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# $Id$ | ||
# | ||
|
||
.yast2.menuentry | ||
|
||
`ag_ini( | ||
IniAgent( [ "/usr/lib/YaST2/config/y2controlcentericons.y2cc-groups", "/usr/lib/YaST2/config/*.y2cc" ], | ||
$[ | ||
"options" : [ ], | ||
"comments": [ "^[ \t]*;.*", ";.*", "\\{[^}]*\\}", "^[ \t]*$" ], | ||
"sections" : [ | ||
$[ | ||
"begin" : [ "^[ \t]*\\[[ \t]*(.*[^ \t])[ \t]*\\][ \t]*", "[%s]" ], | ||
], | ||
], | ||
"params" : [ | ||
$[ | ||
"match" : [ "^[ \t]*([^=]*[^ \t=])[ \t]*=[ \t]*(.*[^ \t]|)[ \t]*$" , "%s=%s"], | ||
], | ||
], | ||
] | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## YCP module configure.in.in | ||
|
||
## Initialize | ||
@YAST2-INIT-COMMON@ | ||
@YAST2-INIT-YCP@ | ||
|
||
## some common checks | ||
@YAST2-CHECKS-COMMON@ | ||
@YAST2-CHECKS-YCP@ | ||
|
||
## and generate the output... | ||
AC_CONFIG_FILES(modules/Version.ycp) | ||
@YAST2-OUTPUT@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Makefile | ||
Makefile.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# | ||
# Makefile.am for y2m_inst/images | ||
# | ||
|
||
image_DATA = \ | ||
active_bottomLeft_corner.png \ | ||
active_bottomTile.png \ | ||
active_insideBottom_corner.png \ | ||
active_insideTop_corner.png \ | ||
active_leftTile.png \ | ||
active_topLeft_corner.png \ | ||
active_topTile.png \ | ||
button_active.png \ | ||
button_done.png \ | ||
button_normal.png \ | ||
card1_left.png \ | ||
card1_right.png \ | ||
card2_left.png \ | ||
card2_right.png \ | ||
card3_left.png \ | ||
card3_right.png \ | ||
fullBottom_tile.png \ | ||
full_1.png \ | ||
full_2.png \ | ||
full_3.png \ | ||
full_4.png \ | ||
help_bottom.png \ | ||
help_left.png \ | ||
help_right.png \ | ||
help_top.png \ | ||
inactive_bottomLeft_corner.png \ | ||
inactive_bottomRight_corner.png \ | ||
inactive_bottomTile.png \ | ||
inactive_leftTile.png \ | ||
inactive_rightTile.png \ | ||
inactive_topLeft_corner.png \ | ||
inactive_topRight_corner.png \ | ||
inactive_topTile.png | ||
|
||
|
||
imagedir = $(datadir)/images | ||
|
||
EXTRA_DIST = $(image_DATA) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/csh | ||
|
||
if ( $#argv != 1 ) then | ||
echo "Usage: $0 <number of colors>" | ||
exit 1 | ||
endif | ||
|
||
foreach pic ( s*.png ) | ||
echo "Converting $pic to ppm" | ||
pngtopnm <bak/$pic >${pic}.pnm | ||
end | ||
|
||
|
||
echo "Quantizing" | ||
ppmquantall $1 *.pnm | ||
|
||
foreach pic ( s*.png ) | ||
echo "Converting $pic back to png" | ||
pnmtopng <${pic}.pnm >$pic | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/csh | ||
|
||
if ( $#argv != 1 ) then | ||
echo "Usage: $0 <number of colors>" | ||
exit 1 | ||
endif | ||
|
||
foreach pic ( stage*.png ) | ||
echo $pic | ||
convert -colors $1 bak/$pic $pic | ||
end |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/** | ||
* File: | ||
* Debug.ycp | ||
* | ||
* Module: | ||
* Debug.ycp | ||
* | ||
* Summary: | ||
* Adds additional debug proprties | ||
* | ||
* Authors: | ||
* Michael Hager <[email protected]> | ||
* | ||
* $Id$ | ||
* - supports an debug console | ||
* | ||
*/ | ||
|
||
{ | ||
module "Debug"; | ||
|
||
import "Mode"; | ||
import "Installation"; | ||
|
||
|
||
|
||
/** | ||
* @return boolean | ||
* | ||
* Return if debug_mode is on. This mode is triggert, by Mode::beta | ||
* or if the file /usr/lib/YaST2/etc/debug exists | ||
* | ||
* @example if ( Debug::debug_mode ) ... | ||
*/ | ||
|
||
global boolean debug_mode = false; | ||
|
||
|
||
// The constructor | ||
|
||
global define Debug() ``{ | ||
|
||
string debugfile = "/usr/lib/YaST2/etc/debug"; | ||
string debugtext = SCR::Read(.target.string, debugfile); | ||
|
||
if (debugtext != nil || Mode::beta ) | ||
{ | ||
debug_mode = true; | ||
} | ||
else | ||
{ | ||
debug_mode = false; | ||
} | ||
}; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Makefile.am for yast2/modules | ||
# | ||
module_DATA = \ | ||
Debug.ycp \ | ||
Misc.ycp \ | ||
Version.ycp \ | ||
eval.ycp | ||
|
||
EXTRA_DIST = $(module_DATA) Version.ycp.in | ||
|
Oops, something went wrong.