Исправлен .desktop для yugram-desktop
Изменена подпись для секции mainainer
This commit is contained in:
parent
a41e76018e
commit
836bec9602
4 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ Version=5.4.1
|
|||
Name=AyuGram Desktop
|
||||
Comment=Unofficial Telegram Desktop client
|
||||
Exec=/usr/bin/ayugram-desktop
|
||||
Icon=ayugram
|
||||
Icon=ayuchan
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network:InstantMessaging:
|
|
@ -1,10 +1,10 @@
|
|||
pkgname=ayugram-desktop
|
||||
version=5.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64"
|
||||
homepage="https://github.com/AyuGram/AyuGramDesktop"
|
||||
short_desc="AyuGram binary package"
|
||||
maintainer="Wallenstein <wallenstein@cringetech.net>"
|
||||
maintainer="CringeTech Team <team@cringetech.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
distfiles="https://ayugram.cringetech.net/ayugram-desktop-${version}.tar.xz"
|
||||
checksum="f58498d79c008faa305eaab393fe241592d8547ecc2420f8ab68316eae9c743d"
|
||||
|
@ -19,7 +19,7 @@ do_install() {
|
|||
|
||||
install -Dm755 "${srcdir}/ayugram-desktop" "${bindir}/ayugram-desktop"
|
||||
|
||||
install -Dm644 "${FILESDIR}/ayugram.desktop" "${desktopdir}/ayugram.desktop"
|
||||
install -Dm644 "${FILESDIR}/ayugram-desktop.desktop" "${desktopdir}/ayugram-desktop.desktop"
|
||||
|
||||
|
||||
# Install the application icon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'swaylock'
|
||||
pkgname=swaylock-effects
|
||||
version=1.6
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=meson
|
||||
conf_files="/etc/pam.d/swaylock"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||
|
@ -9,7 +9,7 @@ makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel pam-devel
|
|||
libxkbcommon-devel wayland-devel libgomp-devel"
|
||||
short_desc="Screen locker for Wayland (with effects)"
|
||||
replaces=swaylock>=0
|
||||
maintainer="Wallenstein <wallenstein@cringetech.net>"
|
||||
maintainer="CringeTech Team <team@cringetech.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/mortie/swaylock-effects"
|
||||
changelog="${homepage}/releases"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=swayosd
|
||||
_commit=dbb8b721fe43d2feca8a22cfac9a387a6c38a180
|
||||
version=0.1.${_commit}
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="cargo ninja pkg-config"
|
||||
makedepends="pulseaudio-devel"
|
||||
|
@ -11,7 +11,7 @@ for item in ${depends[@]}; do
|
|||
makedepends+=" ${item}-devel"
|
||||
done
|
||||
short_desc="GTK based on screen display"
|
||||
maintainer="Wallenstein <wallenstein@cringetech.net>"
|
||||
maintainer="CringeTech Team <team@cringetech.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/ErikReider/SwayOSD"
|
||||
distfiles="${homepage}/archive/${_commit}.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue