* update rofi to 1.7.8-1
This commit is contained in:
parent
d8eca7166d
commit
f3589ab17e
@ -1,17 +1,14 @@
|
|||||||
pkgbase = rofi
|
pkgbase = rofi
|
||||||
pkgdesc = A window switcher, application launcher and dmenu replacement
|
pkgdesc = A window switcher, application launcher and dmenu replacement
|
||||||
pkgver = 1.7.6
|
pkgver = 1.7.8
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://davatorium.github.io/rofi
|
url = https://davatorium.github.io/rofi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
|
||||||
arch = powerpc64
|
|
||||||
arch = powerpc
|
|
||||||
arch = riscv64
|
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = check
|
makedepends = check
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = meson
|
makedepends = meson
|
||||||
|
makedepends = pandoc
|
||||||
depends = bash
|
depends = bash
|
||||||
depends = cairo
|
depends = cairo
|
||||||
depends = gdk-pixbuf2
|
depends = gdk-pixbuf2
|
||||||
@ -28,11 +25,11 @@ pkgbase = rofi
|
|||||||
depends = xcb-util-cursor
|
depends = xcb-util-cursor
|
||||||
depends = xcb-util-keysyms
|
depends = xcb-util-keysyms
|
||||||
depends = xcb-util-wm
|
depends = xcb-util-wm
|
||||||
source = git+https://github.com/davatorium/rofi.git#tag=1.7.6
|
source = git+https://github.com/davatorium/rofi.git#tag=1.7.8
|
||||||
source = git+https://github.com/sardemff7/libgwater.git
|
source = git+https://github.com/sardemff7/libgwater.git
|
||||||
source = git+https://github.com/sardemff7/libnkutils.git
|
source = git+https://github.com/sardemff7/libnkutils.git
|
||||||
source = fix_xfce4-terminal_binary_name.patch
|
source = fix_xfce4-terminal_binary_name.patch
|
||||||
sha256sums = 073434fca2ee5b8da7dac93dae7fd0e71a0d0149bce90a128fc94541714916fb
|
sha256sums = 8684b59ebc0046823ef89f1ef3636aa3fbd7e1c10e202433ca483cb2032bf947
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543
|
sha256sums = aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
# Contributor: SanskritFritz (gmail)
|
# Contributor: SanskritFritz (gmail)
|
||||||
|
|
||||||
pkgname=rofi
|
pkgname=rofi
|
||||||
pkgver=1.7.6
|
pkgver=1.7.8
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="A window switcher, application launcher and dmenu replacement"
|
pkgdesc="A window switcher, application launcher and dmenu replacement"
|
||||||
url="https://davatorium.github.io/rofi"
|
url="https://davatorium.github.io/rofi"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -23,7 +23,7 @@ source=("git+https://github.com/davatorium/rofi.git#tag=${pkgver}"
|
|||||||
'git+https://github.com/sardemff7/libgwater.git'
|
'git+https://github.com/sardemff7/libgwater.git'
|
||||||
'git+https://github.com/sardemff7/libnkutils.git'
|
'git+https://github.com/sardemff7/libnkutils.git'
|
||||||
'fix_xfce4-terminal_binary_name.patch')
|
'fix_xfce4-terminal_binary_name.patch')
|
||||||
sha256sums=('073434fca2ee5b8da7dac93dae7fd0e71a0d0149bce90a128fc94541714916fb'
|
sha256sums=('8684b59ebc0046823ef89f1ef3636aa3fbd7e1c10e202433ca483cb2032bf947'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543')
|
'aa6c7bc39e4eb936e47a600beeadf0e11ff62bc5ce6e6d954b56439ec9a44543')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user