grim: 1.4.0 -> 1.4.1
This commit is contained in:
parent
39de052820
commit
a2352ca15c
@ -1,6 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF3+o2uG/RQDW4A07W/fhZXTqmVI2H6kLGl5YeFyRvHcJxMlWi2NeQDwoUtYiXG6iZ8OBhXTXYc2GkgsElup7fAgc=
|
RWSagIOpLGJF38t7Alh6mZLygqx4OW5jq6/SNIj5sP+Aw3ZrLubTxRi6XyVEVGq5tvOVw6qqiJYDPCOV91NOhJihYMcrJaP5fw0=
|
||||||
SHA256 (Pkgfile) = 15610a25b2c528eb573ed5a1eb82239933cfd62bf87c5315019e0d45ab9e8dea
|
SHA256 (Pkgfile) = 450edbbed5eee95e475147ed4bd55ce551650a3a533f2f0b3de38409bbaf8185
|
||||||
SHA256 (.footprint) = 4a30d767110c116125a3214f7563187ac62cf79a7d99a9635dc6e3cd2989a32c
|
SHA256 (.footprint) = 4a30d767110c116125a3214f7563187ac62cf79a7d99a9635dc6e3cd2989a32c
|
||||||
SHA256 (grim-1.4.0.tar.gz) = b6786e889ed93568634189a59f6b6429c041bf74883c10e8b6e2ed6772ae7ffb
|
SHA256 (grim-1.4.1.tar.gz) = 5ed8e70fcd83a7e203e92d34dbb82a1342d3f13ad98a6b0310cc97e1a9342ded
|
||||||
SHA256 (89e02e663fabc534b7e7039514f60a8c5d70070d.patch) = 4e1d5d743984b03a750557dfcfcec610c6d0dcf6fd666ab6672f662273069053
|
|
||||||
|
14
grim/Pkgfile
14
grim/Pkgfile
@ -1,21 +1,19 @@
|
|||||||
# Description: Screenshot utility for Wayland
|
# Description: Screenshot utility for Wayland
|
||||||
# URL: https://github.com/emersion/grim
|
# URL: https://wayland.emersion.fr/grim/
|
||||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
# Depends on: pango wayland-protocols
|
# Depends on: pango wayland-protocols
|
||||||
# Optional: libjpeg-turbo scdoc
|
# Optional: libjpeg-turbo scdoc
|
||||||
|
|
||||||
name=grim
|
name=grim
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
release=2
|
release=1
|
||||||
source=(https://github.com/emersion/grim/archive/v$version/$name-$version.tar.gz
|
source=(https://git.sr.ht/~emersion/grim/archive/v$version.tar.gz)
|
||||||
89e02e663fabc534b7e7039514f60a8c5d70070d.patch)
|
renames=($name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
prt-get isinst bash-completion && PKGMK_GRIM+=' -D bash-completions=true'
|
prt-get isinst bash-completion && PKGMK_GRIM+=' -D bash-completions=true'
|
||||||
|
|
||||||
patch -Np1 -d $name-$version -i $SRC/89e02e663fabc534b7e7039514f60a8c5d70070d.patch
|
meson setup $name-v$version build $PKGMK_GRIM \
|
||||||
|
|
||||||
meson setup $name-$version build $PKGMK_GRIM \
|
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--buildtype=plain \
|
--buildtype=plain \
|
||||||
--wrap-mode nodownload \
|
--wrap-mode nodownload \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user