Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
libcsys
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
P
packages
C
community
CoreBox Apps
libcsys
Commits
25b67577
Verified
Commit
25b67577
authored
Dec 01, 2020
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to 4.1.0
parent
9644b0d0
Pipeline
#1636
passed with stage
in 2 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
5 deletions
+30
-5
.gitlab-ci.yml
.gitlab-ci.yml
+27
-2
PKGBUILD
PKGBUILD
+3
-3
No files found.
.gitlab-ci.yml
View file @
25b67577
### Generic CI Template for chrootbuild
#
#
# Usage: chrootbuild [options]
#
# -b <branch> Branch to use:
# (unstable/testing/stable-staging/stable;
# arm-unstable/arm-testing/arm-stable)
# default: unstable / arm-unstable
# -c Start with clean chroot fs
# -h This help
# -i <pkg> Install package(s) to chroot fs
# (for multiple packages repeat -i flag)
# -l <list> List(s) to build
# (for multiple lists repeat -l flag)
# -n Install built pkg to chroot fs
# -p <pkg> Package(s) to build
# (for multiple packages repeat -p flag)
# -r Remove previously built packages in $PKGDEST
# -s Sign package(s)
package
:
tags
:
-
strit
-
aarch64
-
bigbuilds
-
strit
script
:
-
sudo pacman -Syu --noconfirm && makepkg -scr --noconfirm
# build pkg via chrootbuild
-
export PKG=${PWD##*/}
-
cd ..
-
sudo chrootbuild -cp $PKG
-
cp ./*.pkg.tar.* /opt/dependencies/
-
mv -v ./*.pkg.tar.* $PKG
artifacts
:
paths
:
-
./*.pkg.tar.*
...
...
PKGBUILD
View file @
25b67577
...
...
@@ -2,8 +2,8 @@
# Contributor: Shaber
pkgname
=
libcsys
pkgver
=
4.
0
.0
pkgrel
=
2
pkgver
=
4.
1
.0
pkgrel
=
1
pkgdesc
=
"Library for managing drive and getting system resource information in real time."
arch
=(
'x86_64'
'aarch64'
)
url
=
"https://gitlab.com/cubocore/coreapps/
$pkgname
"
...
...
@@ -11,7 +11,7 @@ license=('GPL3')
depends
=(
'qt5-base'
'udisks2'
)
groups
=(
'coreapps'
)
source
=(
"https://gitlab.com/cubocore/coreapps/
$pkgname
/-/archive/v
$pkgver
/
$pkgname
-v
$pkgver
.tar.gz"
)
md5sums
=(
'
35adeeea34671e333853dedd8f6c3f71
'
)
md5sums
=(
'
dde1395d423806895ee5ea363ad31414
'
)
prepare
()
{
mkdir
-p
build
...
...
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