Skip to content

Commit

Permalink
Fix issues with missing base packages, add more packages to Papyros
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Feb 2, 2015
1 parent 04ef6d7 commit a0d3ee5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion channels/gnome/channel.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OSNAME="gnome"

PKGS="linux ostree-git glib2 xdg-app-git
PKGS="ostree-git glib2 xdg-app-git
qml-extras-git qml-material-git
gnome gdm gnome-session
xf86-video-vesa xorg-server sudo pacman"
Expand Down
8 changes: 4 additions & 4 deletions channels/papyros/channel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ OSNAME="papyros"
# TODO: Also include the following packages (and maybe more):
#

PKGS="linux ostree-git linux ostree-git glib2 xdg-app-git
qml-extras qml-material papyros-shell
qt5-base-git qt5-declarative-git qt5-wayland-dev-git
gdm wayland"
PKGS="ostree-git linux ostree-git glib2 xdg-app-git
qml-extras qml-material papyros-shell gdm
qt5-base-git qt5-declarative-git qt5-wayland-dev-git
xf86-video-vesa xorg-server xorg-server wayland sudo pacman"

ORIGIN_URL="http://papyros.io/ostree/desktop"
2 changes: 1 addition & 1 deletion pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ LocalFileSigLevel = Optional
# uncommented to enable the repo.
#

[@OS_NAME@]
[papyros]
SigLevel = Never
Server = file:///@REPO_PATH@

Expand Down
3 changes: 1 addition & 2 deletions powerpack/powerpack-commit
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ cp -f "$base_dir"/pacman.conf "$build_dir"

# Add the local repository to the pacman config

replace @OS_NAME@ $OSNAME $build_dir/pacman.conf
replace @REPO_PATH@ $repo_dir $build_dir/pacman.conf

sed -i "s:^#CacheDir.*:CacheDir = $cache_dir:" "$build_dir"/pacman.conf
Expand All @@ -59,7 +58,7 @@ do
done

# Install all the requested packages
pacstrap -dcC "$build_dir"/pacman.conf "$os_dir" $PKGS
pacstrap -dcC "$build_dir"/pacman.conf "$os_dir" base base-devel $PKGS

# Set up the os-release file
cp "$channels_dir"/$channel_name/os-release "$os_dir"/etc/os-release
Expand Down

0 comments on commit a0d3ee5

Please sign in to comment.