Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/AOSC-Dev/aosc-os-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingcong Bai committed Aug 14, 2015
2 parents 92537e9 + 0266572 commit 0c2ecd0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,16 @@ AOSC OS3, after being released as the last versioned build release (it will star
* Stable series: 3.1, 3.2, 3.3, ..., 3.10, 3.11, ...
* Experimental (playground) series: 3.99.1, 3.99.2, ..., 3.99.10, 3.99.11, ...

#### Minor changes (security, and partial updates)
For updates like this, we will use a sub-version to mark an update, like `x.y.z-n` where `n` is a positive integer.

![update_model](https://github.com/AOSC-Dev/aosc-os-core/raw/master/assets/images/AOSC%20OS%20Core%20Rationale%2C%20update%20model.png)

Stable and Experimental series will not affect each other, nor do they have a "testing - release" relationship. 3.99 series (Experimental) will become the future 4.0 series... And the cycle continues.

#### Guidelines for "structural version"

Simply put, no "$((n-1)).9*.*" like version should be used in package "aosc-aaa", instead, for example, AOSC OS Core 4.0's Beta 2 release should be presented as "4.0~beta2", instead of "3.99.2" in the Core versioning rules.

*(Proposed by ![Arthur2e5](https://github.com/Arthur2e5))*

## Packages
AOSC OS Core will include the following packages:

### Essential sector

* linux+api, "Linux API Headers for glibc"
* zlib, "A Massively Spiffy Yet Delicately Unobtrusive Compression Library"
* glibc, "GNU C Library"
Expand Down
16 changes: 16 additions & 0 deletions core-libs/ncurses/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Contigency: add symlinks for system to even survive the bump
#

ln -sv libform.so.6.0 /usr/lib/libform.so.5
ln -sv libpanel.so.6.0 /usr/lib/libpanel.so.5
ln -sv libpanelw.so.6.0 /usr/lib/libpanelw.so.5
ln -sv libncursesw.so.6.0 /usr/lib/libncursesw.so.5
ln -sv libncurses++w.so.6.0 /usr/lib/libncurses++w.so.5
ln -sv libmenu.so.6.0 /usr/lib/libmenu.so.5
ln -sv libmenuw.so.6.0 /usr/lib/libmenuw.so.5
ln -sv libformw.so.6.0 /usr/lib/libformw.so.5
ln -sv libncurses.so.6.0 /usr/lib/libncurses.so.5
ln -sv libncursesw.so.6 /usr/lib/libncursesw.so.5
ln -sv libtinfo.so.6.0 /usr/lib/libtinfo.so.5

1 change: 1 addition & 0 deletions core-libs/ncurses/spec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VER=6.0
REL=1
SRCTBL="http://ftp.gnu.org/gnu/ncurses/ncurses-$VER.tar.gz"

0 comments on commit 0c2ecd0

Please sign in to comment.