Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Packages
Community
mate
mate-notification-theme-slate
Commits
10e6ef50
Verified
Commit
10e6ef50
authored
Sep 15, 2019
by
Stefano Capitani
Browse files
Upd to v6 compatibility with 1.22
Signed-off-by:
Ste74
<
stefano@manjaro.org
>
parent
a180fb78
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
10e6ef50
# Maintainer: Stefano Capitani <stefanoatmanjarodotorg>
pkgname
=
mate-notification-theme-slate
pkgver
=
5
pkgver
=
6.0
pkgrel
=
1
pkgdesc
=
"MATE Notification Daemon Style like Budgie notifications"
arch
=(
'x86_64'
)
url
=
"https://github.com/solus
-project
/
$pkgname
"
url
=
"https://github.com/
get
solus/
$pkgname
"
license
=(
'GPL'
)
depends
=(
'gtk3'
'mate-notification-daemon'
)
source
=(
"
${
url
}
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
)
sha256sums
=(
'50a0098652937d235a58a4435cfff0700286616d178957509fbaee0583535dce'
)
#https://github.com/getsolus/mate-notification-theme-slate/releases/download/6.0/mate-notification-theme-slate-6.tar.xz
source
=(
"
${
url
}
/releases/download/
$pkgver
/
$pkgname
-
${
pkgver
::
(-2)
}
.tar.xz"
)
sha256sums
=(
'56c09047a6f96ff95eeef416d482683aceb4e86f372688b27eb5e322c82f03a4'
)
build
()
{
cd
$srcdir
/
${
pkgname
}
-
${
pkgver
}
cd
$srcdir
/
${
pkgname
}
-
${
pkgver
::
(-2)
}
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
make
-j
$((
$(
getconf _NPROCESSORS_ONLN
)
+
1
))
}
package
()
{
cd
${
pkgname
}
-
${
pkgver
}
cd
${
pkgname
}
-
${
pkgver
::
(-2)
}
make
DESTDIR
=
"
${
pkgdir
}
/"
install
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment