Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
6f7d5793
Verified
Commit
6f7d5793
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/horizon: Bump to 0.9.2, add -boot subpackage
parent
be87f4cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/horizon/APKBUILD
+41
-8
41 additions, 8 deletions
user/horizon/APKBUILD
with
41 additions
and
8 deletions
user/horizon/APKBUILD
+
41
−
8
View file @
6f7d5793
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
horizon
pkgver
=
0.9.
1
pkgrel
=
1
pkgver
=
0.9.
2
pkgrel
=
0
pkgdesc
=
"Installation tools for Adélie Linux"
url
=
"https://horizon.adelielinux.org/"
arch
=
"all"
...
...
@@ -16,10 +16,8 @@ makedepends="bcnm-dev boost-dev cmake curl-dev eudev-dev libarchive-dev
libcap-dev libx11-dev libxkbfile-dev qt5-qtbase-dev"
subpackages
=
"
$pkgname
-image
$pkgname
-dbg
$pkgname
-dev
$pkgname
-doc
$pkgname
-qt5
$pkgname
-tools
$pkgname
-wizard"
source
=
"https://distfiles.adelielinux.org/source/horizon-
$pkgver
.tar.xz
fix-qt-runner.patch
"
$pkgname
-tools
$pkgname
-wizard
$pkgname
-boot"
source
=
"https://distfiles.adelielinux.org/source/horizon-
$pkgver
.tar.xz"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
...
...
@@ -74,7 +72,9 @@ image() {
qt5
()
{
pkgdesc
=
"Qt 5 installation wizard for Adélie Linux"
depends
=
"horizon"
mkdir
-p
"
$subpkgdir
"
/etc/horizon
mkdir
-p
"
$subpkgdir
"
/usr/bin
mkdir
-p
"
$subpkgdir
"
/var/log/horizon
for
_bin
in
horizon-ppc64-detect horizon-qt5 horizon-run-qt5
;
do
mv
"
$pkgdir
"
/usr/bin/
$_bin
"
$subpkgdir
"
/usr/bin/
...
...
@@ -99,5 +99,38 @@ wizard() {
rm
-r
"
$subpkgdir
"
/usr/share
}
sha512sums
=
"fe8f58a232b7e577aeba62cecfd97bec4037d41dd179781af912c9974210ce4648b0c56bd84fbf78866698e91882b8f4b7168c22842bde1682ea118ca931832f horizon-0.9.1.tar.xz
78d1a1bca7d12a189d506e1fcc42ea0ab968ed3cb9ada7e95fab6256ea2e0cb820d9b41cdd858e22da37a63f899918fe40c00bcd2d67dea81e3a9ce30570ad46 fix-qt-runner.patch"
boot
()
{
pkgdesc
=
"Boot to Horizon"
depends
=
"horizon-qt5 horizon kwin qt5ct sddm
netsurf partitionmanager xterm"
mkdir
-p
"
$subpkgdir
"
/etc/profile.d
mkdir
-p
"
$subpkgdir
"
/etc/sddm.conf.d
mkdir
-p
"
$subpkgdir
"
/etc/xdg/qt5ct
mkdir
-p
"
$subpkgdir
"
/usr/bin
mkdir
-p
"
$subpkgdir
"
/usr/share/qt5ct/qss
mkdir
-p
"
$subpkgdir
"
/usr/share/xsessions
cat
>
"
$subpkgdir
"
/etc/profile.d/horizon-qt5.sh
<<
PROFILE
#!/bin/sh
export QT_QUICK_BACKEND=software
export QT_QPA_PLATFORMTHEME=qt5ct
PROFILE
chmod
755
"
$subpkgdir
"
/etc/profile.d/horizon-qt5.sh
install
-D
-m644
"
$builddir
"
/boot/horizon.sddm.conf
\
"
$subpkgdir
"
/etc/sddm.conf.d/horizon.conf
install
-D
-m755
"
$builddir
"
/boot/start-horizon-qt5
\
"
$subpkgdir
"
/usr/bin/start-horizon-qt5
install
-D
-m644
"
$builddir
"
/boot/qt5ct.conf
\
"
$subpkgdir
"
/etc/xdg/qt5ct/qt5ct.conf
install
-D
-m644
"
$builddir
"
/boot/horizon.qss
\
"
$subpkgdir
"
/usr/share/qt5ct/qss/horizon.qss
install
-D
-m644
"
$builddir
"
/boot/horizon-session.desktop
\
"
$subpkgdir
"
/usr/share/xsessions/horizon.desktop
}
sha512sums
=
"ef7ad97508dd70bd8d179e844c8d619ff9802fbb4812bddd677fe5ed945cadad416667995a4a358dfe9b426b9c40f9b847ce5aa11e44357b7952fecbc37184fc horizon-0.9.2.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment