Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
3d1fd823
Commit
3d1fd823
authored
6 years ago
by
Luca Weiss
Committed by
Bart Ribbers
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
unity8/ubuntu-themes: new aport
parent
ec8efa4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196428
failed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unity8/ubuntu-themes/APKBUILD
+54
-0
54 additions, 0 deletions
unity8/ubuntu-themes/APKBUILD
with
54 additions
and
0 deletions
unity8/ubuntu-themes/APKBUILD
0 → 100644
+
54
−
0
View file @
3d1fd823
# Contributor: Luca Weiss <luca@z3ntu.xyz>
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
ubuntu-themes
pkgver
=
0_git20190510
_commit
=
"957bad2712b09d0c73f367082dd170380a21a117"
pkgrel
=
0
pkgdesc
=
"Theme files for Unity 8"
arch
=
"noarch"
url
=
"https://unity8.io"
license
=
"GPL-3.0-only"
subpackages
=
"light-themes:light_themes suru-icon-theme:suru_icon_theme ubuntu-mono:ubuntu_mono ubuntu-artwork:ubuntu_artwork ubuntu-mobile-icons:ubuntu_mobile_icons"
source
=
"ubuntu-themes-
$_commit
.tar.gz::https://github.com/ubports/ubuntu-themes/archive/
$_commit
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
package
()
{
mkdir
-p
"
$pkgdir
"
}
light_themes
()
{
depends
=
"gtk-murrine-engine ubuntu-mono"
# humanity-icon-theme
mkdir
-p
"
$subpkgdir
"
/usr/share/themes
cp
-r
Ambiance Radiance
"
$subpkgdir
"
/usr/share/themes
}
suru_icon_theme
()
{
depends
=
"ubuntu-mobile-icons hicolor-icon-theme"
mkdir
-p
"
$subpkgdir
"
/usr/share/icons
cp
-r
suru-icons
"
$subpkgdir
"
/usr/share/icons/suru
}
ubuntu_artwork
()
{
depends
=
"light-themes ubuntu-mono"
# adium-theme-ubuntu ubports-wallpaper
mkdir
-p
"
$subpkgdir
"
/usr/share/icons/hicolor/48x48/apps
cp
distributor-logo.png
"
$subpkgdir
"
/usr/share/icons/hicolor/48x48/apps
}
ubuntu_mobile_icons
()
{
depends
=
"hicolor-icon-theme"
mkdir
-p
"
$subpkgdir
"
/usr/share/icons
cp
-r
ubuntu-mobile
"
$subpkgdir
"
/usr/share/icons
}
ubuntu_mono
()
{
depends
=
"adwaita-icon-theme hicolor-icon-theme"
# humanity-icon-theme
mkdir
-p
"
$subpkgdir
"
/usr/share/icons
cp
-r
ubuntu-mono-dark ubuntu-mono-light LoginIcons
"
$subpkgdir
"
/usr/share/icons
}
sha512sums
=
"3811db45101dc3712ca6e08e6e6581ea682ee3099fd50e4788ca4985f56a9776ae255807351b29381883397e33be2f970dd707e5cd8db54644669fcb999b3832 ubuntu-themes-957bad2712b09d0c73f367082dd170380a21a117.tar.gz"
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