Update srcpkgs/ayugram-desktop/template
update
This commit is contained in:
parent
42e6b3f7df
commit
a7b3b2b4a9
1 changed files with 3 additions and 1 deletions
|
@ -13,11 +13,13 @@ checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb"
|
|||
do_install() {
|
||||
local binfile="${DESTDIR}/usr/bin/ayugram-desktop"
|
||||
|
||||
cp ${XBPS_BUILDDIR}/ayugram-desktop-${version} ${binfile}
|
||||
cp ${wrksrc}/ayugram-desktop-${version} ${binfile}
|
||||
|
||||
chmod 755 ${binfile}
|
||||
|
||||
mkdir -p ${DESTDIR}/usr/share/applications
|
||||
vinstall ayugram.desktop 644 usr/share/applications
|
||||
|
||||
mkdir -p ${DESTDIR}/usr/share/icons/hicolor/256x256/apps
|
||||
install -Dm644 ${FILESDIR}/ayuchan.png ${DESTDIR}/usr/share/icons/hicolor/256x256/apps/ayuchan.png
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue