Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
195
Merge Requests
195
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
0c6bd9e6
Commit
0c6bd9e6
authored
Jan 31, 2018
by
A. Wilcox
Committed by
Ariadne Conill
Feb 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/adwaita-icon-theme: modernise, mark no tests
parent
cfde1aaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
19 deletions
+5
-19
main/adwaita-icon-theme/APKBUILD
main/adwaita-icon-theme/APKBUILD
+5
-19
No files found.
main/adwaita-icon-theme/APKBUILD
View file @
0c6bd9e6
...
...
@@ -6,11 +6,10 @@ pkgrel=0
pkgdesc
=
"Adwaita icon theme"
url
=
"http://www.gnome.org"
arch
=
"noarch"
options
=
"!check"
# Icons only, no binaries.
license
=
"LGPL-3.0-or-later or CC-BY-SA"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
intltool gtk+2.0 gtk+3.0 librsvg"
install
=
""
subpackages
=
"
$pkgname
-dev"
case
$pkgver
in
*
.
*
.
*
.
*
)
_v
=
${
pkgver
%.*.*
}
;;
...
...
@@ -20,19 +19,8 @@ esac
source
=
"http://download.gnome.org/sources/adwaita-icon-theme/
${
_v
}
/adwaita-icon-theme-
$pkgver
.tar.xz"
_builddir
=
"
$srcdir
"
/adwaita-icon-theme-
$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
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
DATADIRNAME
=
share
\
./configure
\
--build
=
$CBUILD
\
...
...
@@ -41,16 +29,14 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
||
return
1
make
DATADIRNAME
=
share
||
return
1
--localstatedir
=
/var
make
DATADIRNAME
=
share
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
pkgconfigdir
=
/usr/lib/pkgconfig
\
DATADIRNAME
=
share
\
||
return
1
DATADIRNAME
=
share
}
sha512sums
=
"bed005074b63e72b6f4280aa5bc998099217336bed43ccc2f139ddc56f1bb83786238c3c2615254b2cd78c26cbc82114b207adeb3932add22efd39e8ca47eda6 adwaita-icon-theme-3.26.1.tar.xz"
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