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
Michael Pirogov
aports
Commits
98aef0ad
Unverified
Commit
98aef0ad
authored
5 years ago
by
Rasmus Thomsen
Committed by
TBK
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/gnome-shell: update to 3.32.2
Closes: GH-7379
parent
d7ee181f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/gnome-shell/APKBUILD
+42
-21
42 additions, 21 deletions
testing/gnome-shell/APKBUILD
with
42 additions
and
21 deletions
testing/gnome-shell/APKBUILD
+
42
−
21
View file @
98aef0ad
# Maintainer:
# Maintainer:
Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
gnome-shell
pkgver
=
3.
28.0
pkgver
=
3.
32.2
pkgrel
=
0
pkgdesc
=
"GNOME shell"
url
=
"https://wiki.gnome.org/Projects/GnomeShell"
#arch="all !aarch64 !armhf !armv7 !s390x"
arch
=
""
license
=
"GPL"
depends
=
"accountsservice caribou gdm"
arch
=
"all !aarch64 !armhf !armv7 !s390x"
license
=
"GPL-2.0-or-later"
depends
=
"accountsservice
caribou
elogind
gdm
gsettings-desktop-schemas
upower
ibus
librsvg
network-manager-applet
gnome-bluetooth
gnome-control-center
font-adobe-source-code-pro
ttf-cantarell
adwaita-icon-theme
gnome-themes-standard"
makedepends
=
"gnome-desktop-dev
libxml2-dev
libcanberra-dev
...
...
@@ -24,29 +37,37 @@ makedepends="gnome-desktop-dev
python3
meson
libxml2-utils
ibus-dev ibus
sassc"
subpackages
=
"
$pkgname
-lang
$pkgname
-dbg"
source
=
"https://download.gnome.org/sources/
$pkgname
/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
ibus-dev
sassc
networkmanager-dev
network-manager-applet-dev
telepathy-logger-dev
gnome-control-center-dev
py3-setuptools
gnome-bluetooth-dev
gstreamer-dev"
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"https://download.gnome.org/sources/gnome-shell/
${
pkgver
%.*
}
/gnome-shell-
$pkgver
.tar.xz"
options
=
"!check"
# Requires running X11 server
build
()
{
cd
"
$builddir
"
# Building with NetworkManager fails
# Man pages are built using an external file which is not allowed
meson
.
_build
--prefix
=
/usr
-Dsystemd
=
false
-Dnetworkmanager
=
false
-Dman
=
false
ninja
-C
_build
meson
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--buildtype
=
release
\
-Dsystemd
=
false
\
.
output
ninja
-C
output
}
check
()
{
cd
"
$builddir
"
ninja
-C
_build
test
ninja
-C
output
test
}
package
()
{
cd
"
$builddir
"
DESTDIR
=
"
$pkgdir
"
ninja
-C
_build
install
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
}
sha512sums
=
"
0c5e78393c8bca8ddb548c2cecd7799258ca00735cb7600feb9f7fa43f460719ad22636255496a40ea81dfcb779faf141b972b54555626f9e27ea5ca2377cc68
gnome-shell-3.
28.0
.tar.xz"
sha512sums
=
"
7d8b25aa75149f096033a8b44d7f6f8d17ddadfcd8f5bb1915652423fe9d9db14902e674508f16fe5c6e7cbe956cde8349ec779c24c46f32b0a346755876bc46
gnome-shell-3.
32.2
.tar.xz"
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