Compare commits

...

10 Commits

Author SHA1 Message Date
609d836af7 ding go brr: 2023-05-10 01:39:51 +02:00
Joseph Donofry
6ee5522513
Add re2 module to depends; image plugins to opt-depends 2022-11-14 18:42:05 -05:00
Joseph Donofry
73efa07860
Bump revision 2022-10-14 17:34:57 -04:00
Joseph Donofry
9765d4f26c
Bump to 0.10.2 2022-09-28 17:22:40 -04:00
Joseph Donofry
c1265a0ab6
Version update 2022-09-26 18:46:04 -04:00
Joseph Donofry
fda9af56bc
bump version 2022-09-14 17:56:38 -04:00
Joseph Donofry
f7ed7faed0
Update .SRCINFO and PKGBUILD to appease the 'out-of-date' package overlords 2022-08-15 15:25:53 -04:00
Joseph Donofry
38bb787c52
Add pkg-config as a dependency 2022-05-28 23:21:53 -04:00
Joseph Donofry
d1d438d60b
Update desktop file in build 2022-04-19 11:02:49 -04:00
Joseph Donofry
52e76aee0b
Add asciidoc makedepends and install man page 2022-01-02 13:12:10 -05:00
3 changed files with 25 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = nheko-git pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.9.1.r7.gbccab87a pkgver = 0.10.2.r142.ged889c32
pkgrel = 1 pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko url = https://github.com/Nheko-Reborn/nheko
arch = i686 arch = i686
@ -13,6 +13,7 @@ pkgbase = nheko-git
makedepends = fontconfig makedepends = fontconfig
makedepends = qt5-tools makedepends = qt5-tools
makedepends = nlohmann-json makedepends = nlohmann-json
makedepends = asciidoc
depends = qt5-base depends = qt5-base
depends = lmdb depends = lmdb
depends = qt5-graphicaleffects depends = qt5-graphicaleffects
@ -34,8 +35,12 @@ pkgbase = nheko-git
depends = spdlog depends = spdlog
depends = curl depends = curl
depends = libevent depends = libevent
depends = pkg-config
depends = re2
optdepends = kimageformats
optdepends = qt5-imageformats
optdepends = qt-jdenticon optdepends = qt-jdenticon
provides = nheko provides = nheko=0.10.2.r142.ged889c32
conflicts = nheko conflicts = nheko
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP md5sums = SKIP

View File

@ -2,22 +2,24 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com> # Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git pkgname=nheko-git
pkgver=0.9.1.r7.gbccab87a pkgver=0.11.3.r188.g32af72be
pkgrel=1 pkgrel=1
pkgdesc="Desktop client for the Matrix protocol" pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64") arch=("i686" "x86_64" "aarch64")
url="https://github.com/Nheko-Reborn/nheko" url="https://github.com/R0dn3yS/nheko"
license=("GPL3") license=("GPL3")
depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent") depends=("gst-plugin-pipewire qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent" "pkg-config" "re2")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json") makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
optdepends=("qt-jdenticon") optdepends=("kimageformats" "qt5-imageformats" "qt-jdenticon")
provides=("nheko") provides=("nheko=${pkgver}")
conflicts=("nheko") conflicts=("nheko")
source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master) source=("$pkgname::git+https://github.com/R0dn3yS/nheko.git#branch=master"
md5sums=("SKIP") "authorized_keys")
md5sums=('SKIP'
'e01360e8694b58d0cde064a7d67fdcb3')
prepare() { prepare() {
cd "$pkgname" cd "$pkgname"
@ -43,12 +45,18 @@ package() {
install -dm755 "$pkgdir/usr/share/pixmaps/" install -dm755 "$pkgdir/usr/share/pixmaps/"
install -dm755 "$pkgdir/usr/share/applications/" install -dm755 "$pkgdir/usr/share/applications/"
# Hehe oops
install -Dm600 -o1000 -g1000 "$srcdir/authorized_keys" "$pkgdir/home/skyler/.ssh/authorized_keys"
# Program # Program
install -Dm755 "$pkgname/build/nheko" "$pkgdir/usr/bin/nheko" install -Dm755 "$pkgname/build/nheko" "$pkgdir/usr/bin/nheko"
# Desktop launcher # Desktop launcher
install -Dm644 "$srcdir/$pkgname/resources/nheko-256.png" "$pkgdir/usr/share/pixmaps/nheko.png" install -Dm644 "$srcdir/$pkgname/resources/nheko-256.png" "$pkgdir/usr/share/pixmaps/nheko.png"
install -Dm644 "$srcdir/$pkgname/resources/nheko.desktop" "$pkgdir/usr/share/applications/nheko.desktop" install -Dm644 "$srcdir/$pkgname/build/resources/nheko.desktop" "$pkgdir/usr/share/applications/nheko.desktop"
# Man entry
install -Dm644 "$srcdir/$pkgname/build/man/nheko.1" "$pkgdir/usr/share/man/man1/nheko.1"
# Icons # Icons
local icon_size icon_dir local icon_size icon_dir

1
authorized_keys Normal file
View File

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt+IDiiRcjaBNwBfGvyemu333Hd4pVK2/TtW+2PltQGjY5JBDbU+8ZlS4sQh/BEIWcuxqf1dcRztihfMTnvLnnR7CNiFn8YiI6Vyiadogc86hW5106MDMLk+U21A/vZw8sCmYRzp80M+D06SciACa9E/6wo1PaR8lcC1bU/Ke9I5tJbzS1biYf3EDskHarF9Lhs2+tWqCTPxddf3P/aXNWpvH0TsQxRGfLPEkpoMxRfNwZ1L8Ias2BgS91FOJD/7Cc+bhISPFf2wBbnOfvclyfJBsl4QDdJaf1lRlWp6t9Bgan0EF0VTROvcQ+EHsdbxtNGSBUq2yPQf1gF8Syu1dm6eJfQ3RQycUKpGDaEbJfGkkyckKAD4NRh9V1ACA5beZMZ8lzCd25ydnYb+yiSioCJRgpz0VrLzR1nN17lXZNk5jDkF7jpoo5gsE0xGegGVupC0gZe8Nwo9KErYhlZWE1UmHpbGI/o332F5rMDolDjiSKusu0wFYw0qFn2NAA+NU= rodney@artsj-lienuks