[arch-commits] Commit in rofimoji/trunk (PKGBUILD rofimoji.install)

Daniel M. Capella polyzen at archlinux.org
Sat Feb 20 23:08:51 UTC 2021


    Date: Saturday, February 20, 2021 @ 23:08:51
  Author: polyzen
Revision: 867282

upgpkg: rofimoji 5.0.0-1

Modified:
  rofimoji/trunk/PKGBUILD
  rofimoji/trunk/rofimoji.install

------------------+
 PKGBUILD         |   18 +++++++++++-------
 rofimoji.install |    2 +-
 2 files changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 22:09:39 UTC (rev 867281)
+++ PKGBUILD	2021-02-20 23:08:51 UTC (rev 867282)
@@ -1,22 +1,26 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=rofimoji
-pkgver=4.3.0
-pkgrel=5
+pkgver=5.0.0
+pkgrel=1
 pkgdesc='Character picker for rofi'
 arch=('any')
 url=https://github.com/fdw/rofimoji
 license=('MIT')
-depends=('emoji-font' 'python-configargparse' 'python-xdg' 'rofi')
+depends=('python-configargparse')
 makedepends=('python-setuptools')
-optdepends=('wl-copy: for the Wayland clipboarder'
-            'wtype: for the Wayland typer'
+optdepends=('emoji-font: for the emojis character file'
+            'nerd-fonts: for the nerd_font character file'
+            'rofi: for the X.Org selector'
             'xclip: for one of the X.Org clipboarders'
             'xsel: for one of the X.Org clipboarders'
-            'xdotool: for the X.Org typer')
+            'xdotool: for the X.Org typer'
+            'wofi: for the Wayland selector'
+            'wl-copy: for the Wayland clipboarder'
+            'wtype: for the Wayland typer')
 install=$pkgname.install
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b432dab44de5046dc26bd95d583102bec9373da6891a2d44131e6fc391c9bf980530d33f25fce66917496cb772c66ba840de87c61443cf12198b52cd32f6b694')
+b2sums=('2d80d0e8fa94635b1da9727b4fc1d2f3119d5af0bc61e6f5ed07bc959067e809dfd86e999bb4ccde24a9b2a57946519e6fffada2e7e3eb94c44b4c088becc488')
 
 build() {
   cd $pkgname-$pkgver

Modified: rofimoji.install
===================================================================
--- rofimoji.install	2021-02-20 22:09:39 UTC (rev 867281)
+++ rofimoji.install	2021-02-20 23:08:51 UTC (rev 867282)
@@ -1,6 +1,6 @@
 post_install() {
   cat << EOF
-rofimoji requires that you have an appropriate "clipboarder" and "typer"
+rofimoji requires an appropriate "selector", "clipboarder", and "typer" to be
 installed for your display server.
 EOF
 }



More information about the arch-commits mailing list