summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Repp2021-11-17 09:32:59 +0100
committerSimon Repp2021-11-17 09:32:59 +0100
commit5e066fd92f256a53df2ee5d8487e266f41e5b908 (patch)
tree422ef9fe3626f72f2ad0e56daa9f194cb7327950 /PKGBUILD
parentf8a1e834a5f9d0022c880010b7e53082845b848c (diff)
downloadaur-5e066fd92f256a53df2ee5d8487e266f41e5b908.tar.gz
Add categories 2DGraphics and VectorGraphics to the generated desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f60fdf42f25f..76dcb6f86901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ md5sums=('f714e2bd6569e08e16f89e22cfbcb2dd')
prepare() {
icotool -x -o $srcdir/vpaint.png $srcdir/$pkgname-$pkgver/src/Gui/images/VPaint.ico
gendesk -f --pkgname "$pkgname" --pkgdesc "Vector graphics editor" --name="VPaint" \
- --comment "Start VPaint" --exec "$pkgname" --categories "Graphics" \
+ --comment "Start VPaint" --exec "$pkgname" --categories "Graphics;2DGraphics;VectorGraphics" \
--custom "Icon=/usr/share/pixmaps/vpaint.png"
}