Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
rofimoji
Commits:
75b4e75f by Daniel M. Capella at 2024-05-05T16:42:27-04:00
upgpkg: 6.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rofimoji
pkgdesc = Emoji, unicode and general character picker for rofi and
rofi-likes
- pkgver = 6.2.0
- pkgrel = 2
+ pkgver = 6.3.0
+ pkgrel = 1
url = https://github.com/fdw/rofimoji
arch = any
license = MIT
@@ -14,15 +14,19 @@ pkgbase = rofimoji
optdepends = nerd-fonts: for the nerd_font character file
optdepends = otf-font-awesome: for the fontawesome6 character file
optdepends = ttf-font-awesome: for the fontawesome6 character file
- optdepends = rofi: for the X.Org selector
+ optdepends = bemenu: for a generic selector
+ optdepends = dmenu: for one of the X.Org selectors
+ optdepends = rofi: for one of the X.Org selectors
optdepends = xclip: for one of the X.Org clipboarders
optdepends = xsel: for one of the X.Org clipboarders
optdepends = xdotool: for the X.Org typer
optdepends = fuzzel: for one of the Wayland selectors
+ optdepends = tofi: for one of the Wayland selectors
+ optdepends = wmenu: for one of the Wayland selectors
optdepends = wofi: for one of the Wayland selectors
optdepends = wl-clipboard: for the Wayland clipboarder
optdepends = wtype: for the Wayland typer
- source = git+https://github.com/fdw/rofimoji.git#tag=6.2.0
- b2sums =
4866d3628bc9a9e1443639601692c1ad875052430032eb08ee81cc771236c4db54adc011475d066813b799fffdabce94227fba07e8f2248e02340ffaf0822ec4
+ source = git+https://github.com/fdw/rofimoji.git#tag=6.3.0
+ b2sums =
1e4e4562f48d741ebdb04617edf48a7a724eeb43a137075950c0ec3dd49d1989880b5ba88890bfdd63ee19c52ed86e3b82d8682198c90dad588472bfd6c1d0a1
pkgname = rofimoji
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=rofimoji
-pkgver=6.2.0
-pkgrel=2
+pkgver=6.3.0
+pkgrel=1
pkgdesc='Emoji, unicode and general character picker for rofi and rofi-likes'
arch=('any')
url=https://github.com/fdw/rofimoji
@@ -15,23 +15,31 @@ optdepends=(
'otf-font-awesome: for the fontawesome6 character file'
'ttf-font-awesome: for the fontawesome6 character file'
- 'rofi: for the X.Org selector'
+ 'bemenu: for a generic selector'
+
+ 'dmenu: for one of the X.Org selectors'
+ 'rofi: for one of the X.Org selectors'
'xclip: for one of the X.Org clipboarders'
'xsel: for one of the X.Org clipboarders'
'xdotool: for the X.Org typer'
'fuzzel: for one of the Wayland selectors'
+ 'tofi: for one of the Wayland selectors'
+ 'wmenu: for one of the Wayland selectors'
'wofi: for one of the Wayland selectors'
'wl-clipboard: for the Wayland clipboarder'
'wtype: for the Wayland typer'
)
source=("git+$url.git#tag=$pkgver")
-b2sums=('4866d3628bc9a9e1443639601692c1ad875052430032eb08ee81cc771236c4db54adc011475d066813b799fffdabce94227fba07e8f2248e02340ffaf0822ec4')
+b2sums=('1e4e4562f48d741ebdb04617edf48a7a724eeb43a137075950c0ec3dd49d1989880b5ba88890bfdd63ee19c52ed86e3b82d8682198c90dad588472bfd6c1d0a1')
prepare() {
cd $pkgname
# Remove include list https://github.com/pypa/wheel/issues/92
sed -i '/^include =/,/]/d' pyproject.toml
+
+ # https://github.com/fdw/rofimoji/issues/184
+ git cherry-pick -n ccfcd894b52b21853ee8aad92db8bc058fd25d3f
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofimoji/-/commit/75b4e75f7f3056995f50408ba3b3517fcc0a9673
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofimoji/-/commit/75b4e75f7f3056995f50408ba3b3517fcc0a9673
You're receiving this email because of your account on gitlab.archlinux.org.