Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Bart Ribbers
aports
Commits
c148b08d
Commit
c148b08d
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/plata-theme: enable noir theme
parent
bb54cca3
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
testing/plata-theme/APKBUILD
+30
-3
30 additions, 3 deletions
testing/plata-theme/APKBUILD
with
30 additions
and
3 deletions
testing/plata-theme/APKBUILD
+
30
−
3
View file @
c148b08d
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
plata-theme
pkgname
=
plata-theme
pkgver
=
0.9.9
pkgver
=
0.9.9
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Gtk theme based on Material Design Refresh"
pkgdesc
=
"Gtk theme based on Material Design Refresh"
url
=
"https://gitlab.com/tista500/plata-theme"
url
=
"https://gitlab.com/tista500/plata-theme"
arch
=
"noarch"
arch
=
"noarch
!s390x
"
license
=
"CC-BY-SA-4.0 AND GPL-2.0-or-later"
license
=
"CC-BY-SA-4.0 AND GPL-2.0-or-later"
makedepends
=
"
makedepends
=
"
automake
automake
...
@@ -24,6 +24,10 @@ makedepends="
...
@@ -24,6 +24,10 @@ makedepends="
gtk-murrine-engine
gtk-murrine-engine
"
"
subpackages
=
"
subpackages
=
"
plata-noir:noir:noarch
plata-noir-gnome-shell:noir_gnome:noarch
plata-noir-gtk2:noir_gtk2:noarch
plata-noir-gtk3:noir_gtk3:noarch
plata-noir-compact:noir_compact:noarch
plata-noir-compact:noir_compact:noarch
plata-noir-compact-gnome-shell:noir_compact_gnome:noarch
plata-noir-compact-gnome-shell:noir_compact_gnome:noarch
plata-noir-compact-gtk2:noir_compact_gtk2:noarch
plata-noir-compact-gtk2:noir_compact_gtk2:noarch
...
@@ -62,7 +66,30 @@ package() {
...
@@ -62,7 +66,30 @@ package() {
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Compact
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Compact
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Lumine
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Lumine
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Lumine-Compact
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Lumine-Compact
rm
-rf
"
$pkgdir
"
/usr/share/themes/Plata-Noir
}
noir
()
{
pkgdesc
=
"Dark Plata theme"
amove usr/share/themes/Plata-Noir/index.theme
amove usr/share/themes/Plata-Noir/gtksourceview
}
noir_gtk3
()
{
pkgdesc
=
"GTK+3.0 assets of Dark Plata theme"
install_if
=
"plata-noir=
$pkgver
-r
$pkgrel
gtk+3.0"
amove usr/share/themes/Plata-Noir/gtk-3
*
}
noir_gtk2
()
{
pkgdesc
=
"GTK+2.0 assets of Dark Plata theme"
install_if
=
"plata-noir=
$pkgver
-r
$pkgrel
gtk+2.0"
amove usr/share/themes/Plata-Noir/gtk-2
*
}
noir_gnome
()
{
pkgdesc
=
"GNOME Shell assets of Dark Plata theme"
install_if
=
"plata-noir=
$pkgver
-r
$pkgrel
gnome-shell"
amove usr/share/themes/Plata-Noir/gnome-shell
}
}
noir_compact
()
{
noir_compact
()
{
...
...
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