mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
iscan: add missing desktop file (#9245)
This commit is contained in:
parent
1ced340ea0
commit
c445889a6b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iscan'
|
# Template file for 'iscan'
|
||||||
pkgname=iscan
|
pkgname=iscan
|
||||||
version=2.30.3
|
version=2.30.3
|
||||||
revision=1
|
revision=2
|
||||||
_srcrev=1
|
_srcrev=1
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -27,6 +27,7 @@ post_install() {
|
||||||
vlicense non-free/AVASYSPL.en.txt
|
vlicense non-free/AVASYSPL.en.txt
|
||||||
vmkdir usr/lib/gimp/2.0/plug-ins
|
vmkdir usr/lib/gimp/2.0/plug-ins
|
||||||
ln -s /usr/bin/iscan ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
|
ln -s /usr/bin/iscan ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
|
||||||
|
vinstall iscan.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
||||||
sane-epkowa_package() {
|
sane-epkowa_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue