Skip to content

Commit 0f0ea18

Browse files
committed
add: rofi-emoji-git
1 parent 6b988aa commit 0f0ea18

File tree

4 files changed

+113
-0
lines changed

4 files changed

+113
-0
lines changed

packagelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ rio-x11-deb
677677
rnnoise
678678
rofi
679679
rofi-emoji
680+
rofi-emoji-git
680681
rofi-wayland
681682
rofi-x11
682683
rojo-bin

packages/rofi-emoji-git/.SRCINFO

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
pkgbase = rofi-emoji-git
2+
gives = rofi-emoji
3+
pkgver = 4.1.0
4+
pkgdesc = Rofi plugin for selecting emojis
5+
url = https://github.com/Mange/rofi-emoji
6+
arch = x86_64
7+
depends = libc6
8+
depends = libgcc-s1
9+
makedepends = pkg-config
10+
makedepends = build-essential
11+
makedepends = libglib2.0-dev
12+
makedepends = libcairo2-dev
13+
makedepends = libpango1.0-dev
14+
makedepends = autoconf
15+
makedepends = automake
16+
makedepends = libtool
17+
makedepends = bubblewrap
18+
checkdepends = check
19+
optdepends = xsel: Clipboard interaction under X11
20+
optdepends = xclip: Clipboard interaction under X11
21+
optdepends = wl-clipboard: Clipboard interaction under Wayland
22+
optdepends = rofi-wayland: For wayland only support in rofi
23+
optdepends = rofi-x11: For x11 only support in rofi
24+
pacdeps = rofi
25+
conflicts = rofi-emoji-git
26+
conflicts = rofi-emoji
27+
replaces = rofi-emoji
28+
provides = rofi-emoji-git
29+
provides = rofi-emoji
30+
license = MIT
31+
maintainer = aKqir24 <aKqir24@github.com>
32+
source = https://github.com/Mange/rofi-emoji.git
33+
34+
pkgname = rofi-emoji-git
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
pkgname="rofi-emoji-git"
2+
pkgver="4.1.0"
3+
gives="rofi-emoji"
4+
pkgdesc="Rofi plugin for selecting emojis"
5+
url='https://github.com/Mange/rofi-emoji'
6+
arch=('x86_64')
7+
license=("MIT")
8+
checkdepends=("check")
9+
depends=("libc6" "libgcc-s1")
10+
makedepends=(
11+
"pkg-config" "build-essential" "libglib2.0-dev"
12+
"libcairo2-dev" "libpango1.0-dev"
13+
"autoconf" "automake" "libtool" "bubblewrap")
14+
optdepends=("xsel: Clipboard interaction under X11"
15+
"xclip: Clipboard interaction under X11"
16+
"wl-clipboard: Clipboard interaction under Wayland"
17+
"rofi-wayland: For wayland only support in rofi"
18+
"rofi-x11: For x11 only support in rofi")
19+
provides=("${pkgname}" "${gives}")
20+
conflicts=("${pkgname}" "${gives}")
21+
replaces=("${gives}")
22+
pacdeps=("rofi")
23+
maintainer=("aKqir24 <aKqir24@github.com>")
24+
source=("https://github.com/Mange/${gives}.git")
25+
26+
build() {
27+
cd "${gives}"
28+
autoreconf -i
29+
./configure --prefix=/usr
30+
make -j"${NCPU}"
31+
}
32+
33+
check() {
34+
cd "${gives}"
35+
make check
36+
}
37+
38+
package() {
39+
cd "${gives}"
40+
make DESTDIR="${pkgdir}/" install
41+
libtool --finish /usr/lib/rofi//
42+
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${gives}"
43+
}

srclist

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13068,6 +13068,41 @@ pkgbase = rnnoise
1306813068

1306913069
pkgname = rnnoise
1307013070
---
13071+
pkgbase = rofi-emoji-git
13072+
gives = rofi-emoji
13073+
pkgver = 4.1.0
13074+
pkgdesc = Rofi plugin for selecting emojis
13075+
url = https://github.com/Mange/rofi-emoji
13076+
arch = x86_64
13077+
depends = libc6
13078+
depends = libgcc-s1
13079+
makedepends = pkg-config
13080+
makedepends = build-essential
13081+
makedepends = libglib2.0-dev
13082+
makedepends = libcairo2-dev
13083+
makedepends = libpango1.0-dev
13084+
makedepends = autoconf
13085+
makedepends = automake
13086+
makedepends = libtool
13087+
makedepends = bubblewrap
13088+
checkdepends = check
13089+
optdepends = xsel: Clipboard interaction under X11
13090+
optdepends = xclip: Clipboard interaction under X11
13091+
optdepends = wl-clipboard: Clipboard interaction under Wayland
13092+
optdepends = rofi-wayland: For wayland only support in rofi
13093+
optdepends = rofi-x11: For x11 only support in rofi
13094+
pacdeps = rofi
13095+
conflicts = rofi-emoji-git
13096+
conflicts = rofi-emoji
13097+
replaces = rofi-emoji
13098+
provides = rofi-emoji-git
13099+
provides = rofi-emoji
13100+
license = MIT
13101+
maintainer = aKqir24 <aKqir24@github.com>
13102+
source = https://github.com/Mange/rofi-emoji.git
13103+
13104+
pkgname = rofi-emoji-git
13105+
---
1307113106
pkgbase = rofi-emoji
1307213107
pkgver = 3.5.0
1307313108
pkgdesc = Rofi plugin for selecting emojis

0 commit comments

Comments
 (0)