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
5cbd3e6d
Commit
5cbd3e6d
authored
6 years ago
by
Paul Bredbury
Committed by
Leonardo Arena
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/mate-applets: upgrade to 1.22.0
parent
f91bc490
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/mate-applets/APKBUILD
+13
-6
13 additions, 6 deletions
community/mate-applets/APKBUILD
community/mate-applets/install-sh.patch
+10
-0
10 additions, 0 deletions
community/mate-applets/install-sh.patch
with
23 additions
and
6 deletions
community/mate-applets/APKBUILD
+
13
−
6
View file @
5cbd3e6d
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
mate-applets
pkgver
=
1.2
1
.0
pkgrel
=
1
pkgver
=
1.2
2
.0
pkgrel
=
0
pkgdesc
=
"Applets for use with the MATE panel"
url
=
"https://github.com/mate-desktop/mate-applets"
arch
=
"all"
...
...
@@ -11,20 +11,25 @@ depends="mate-icon-theme"
makedepends
=
"intltool gtk+3.0-dev mate-panel-dev libwnck3-dev
mate-desktop-dev dconf-dev itstool linux-headers libxml2-dev
libxml2-utils libgtop-dev libmateweather-dev wireless-tools-dev
gucharmap-dev libnotify-dev"
gucharmap-dev libnotify-dev
polkit-dev upower-dev
"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
options
=
"suid"
# The transifex patch prevents a compilation segfault in weather applet
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz
$pkgname
-
$pkgver
-transifex.patch::https://github.com/mate-desktop/mate-applets/commit/f3654da400e936dbc2f52b40c9a1869d2f5e46eb.patch
install-sh.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--sysconfdir
=
/etc
\
--prefix
=
/usr
\
--enable-static
=
no
\
--enable-polkit
\
--disable-stickynotes
make
}
...
...
@@ -39,4 +44,6 @@ package() {
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
sha512sums
=
"616244ea38d7bfdcd5b2e7b8f46b3a87ce0773d8f1699112d1c13100f662357c0be0b6d9d5c53b58e6a65f56e9fbaff3a694a5a31aa99b87bd20205393b8c0e1 mate-applets-1.21.0.tar.xz"
sha512sums
=
"2f3e17414171ec5ab6967b76b1291d99783c3091b51127788f99148f46d5f2068edf7d890c3ebca1a59c29cbda4a06be11c852e5e88d4dc58e9981d906c9e34c mate-applets-1.22.0.tar.xz
d7e47f64461bd3a3a85364cffbebd9ee1d20083648d393c36956facad592b1cc4e634c2a80ecedaf54ce6720fc14db52d8f437058c417b48a393cc8af2c0aefb mate-applets-1.22.0-transifex.patch
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
This diff is collapsed.
Click to expand it.
community/mate-applets/install-sh.patch
0 → 100644
+
10
−
0
View file @
5cbd3e6d
diff --git a/install-sh b/install-sh
index defb86a..8175c64 100755
--- a/install-sh
+++ b/install-sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2018-03-11.20; # UTC
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