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

Daniel M. Capella polyzen at archlinux.org
Sun Dec 6 06:46:20 UTC 2020


    Date: Sunday, December 6, 2020 @ 06:46:19
  Author: polyzen
Revision: 771001

upgpkg: rofimoji 4.3.0-3: Wayland support

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

------------------+
 PKGBUILD         |   15 ++++++++++-----
 rofimoji.install |    6 ++++++
 2 files changed, 16 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-06 06:42:40 UTC (rev 771000)
+++ PKGBUILD	2020-12-06 06:46:19 UTC (rev 771001)
@@ -2,16 +2,21 @@
 
 pkgname=rofimoji
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Character picker for rofi'
 arch=('any')
 url=https://github.com/fdw/rofimoji
 license=('MIT')
-depends=('emoji-font' 'python-configargparse' 'python-setuptools' 'python-xdg'
-         'rofi' 'xclip' 'xdotool')
-makedepends=('python-pip' 'python-wheel')
+depends=('emoji-font' 'python-configargparse' 'python-xdg' 'rofi')
+makedepends=('python-pip' 'python-setuptools' 'python-wheel')
+optdepends=('wl-copy: for the Wayland clipboarder'
+            'wtype: for the Wayland typer'
+            'xclip: for one of the X.Org clipboarders'
+            'xsel: for one of the X.Org clipboarders'
+            'xdotool: for the X.Org typer')
+install=$pkgname.install
 source=("$url/archive/$pkgver/rofimoji-$pkgver.tar.gz")
-sha512sums=('d43d2e8c609baa1e9b875ccf9446d0c4f4262e1932de4a2f8a0f80719b6d7e73317725d86e934f044a2d0ba8369b6ae938b5525a925b0dde658c76dfd94a512b')
+b2sums=('b432dab44de5046dc26bd95d583102bec9373da6891a2d44131e6fc391c9bf980530d33f25fce66917496cb772c66ba840de87c61443cf12198b52cd32f6b694')
 
 build() {
   cd rofimoji-$pkgver

Added: rofimoji.install
===================================================================
--- rofimoji.install	                        (rev 0)
+++ rofimoji.install	2020-12-06 06:46:19 UTC (rev 771001)
@@ -0,0 +1,6 @@
+post_install() {
+  cat << EOF
+rofimoji requires that you have an appropriate "clipboarder" and "typer"
+installed for your display server.
+EOF
+}



More information about the arch-commits mailing list