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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
7811f11a
Commit
7811f11a
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/albatross-themes: fix url fix license
parent
2909cdf8
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/albatross-themes/APKBUILD
+5
-17
5 additions, 17 deletions
community/albatross-themes/APKBUILD
with
5 additions
and
17 deletions
community/albatross-themes/APKBUILD
+
5
−
17
View file @
7811f11a
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
albatross-themes
pkgname
=
albatross-themes
pkgver
=
1.7.4
pkgver
=
1.7.4
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A clean minimalistic theme for Xfce, GTK 2 and 3"
pkgdesc
=
"A clean minimalistic theme for Xfce, GTK 2 and 3"
url
=
"http://shimmerproject
.org/project/a
lbatross
/
"
url
=
"http
s
://
github.com/
shimmerproject
/A
lbatross"
arch
=
"noarch"
arch
=
"noarch"
license
=
"GPL-2.0 or CC-BY-SA"
license
=
"GPL-2.0-or-later OR CC-BY-SA-3.0"
makedepends
=
"
$depends_dev
"
subpackages
=
"
$pkgname
-gtk2
$pkgname
-gtk3
$pkgname
-metacity
$pkgname
-xfwm4"
subpackages
=
"
$pkgname
-gtk2
$pkgname
-gtk3
$pkgname
-metacity
$pkgname
-xfwm4"
source
=
"albatross-
$pkgver
.tar.gz::https://github.com/shimmerproject/Albatross/archive/v
$pkgver
.tar.gz"
source
=
"albatross-
$pkgver
.tar.gz::https://github.com/shimmerproject/Albatross/archive/v
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/Albatross-
$pkgver
builddir
=
"
$srcdir
"
/Albatross-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
build
()
{
cd
"
$_builddir
"
# Remove Unity theme
# Remove Unity theme
rm
-f
gtk-3.0/apps/unity.css
rm
-f
gtk-3.0/apps/unity.css
sed
-i
'/unity\.css/d'
gtk-3.0/gtk.css
sed
-i
'/unity\.css/d'
gtk-3.0/gtk.css
}
}
package
()
{
package
()
{
cd
"
$_builddir
"
mkdir
-p
"
$pkgdir
"
/usr/share/themes/Albatross
mkdir
-p
"
$pkgdir
"
/usr/share/themes/Albatross
cp
-pr
*
"
$pkgdir
"
/usr/share/themes/Albatross
cp
-pr
*
"
$pkgdir
"
/usr/share/themes/Albatross
}
}
...
@@ -44,7 +32,7 @@ _mv() {
...
@@ -44,7 +32,7 @@ _mv() {
for
_i
;
do
for
_i
;
do
msg
"moving
$_i
"
msg
"moving
$_i
"
mv
"
$pkgdir
"
/usr/share/themes/Albatross/
$_i
\
mv
"
$pkgdir
"
/usr/share/themes/Albatross/
$_i
\
"
$subpkgdir
"
/usr/share/themes/Albatross
||
return
1
"
$subpkgdir
"
/usr/share/themes/Albatross
done
done
}
}
...
...
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