diff options
author | Yigit Sever | 2022-10-08 20:44:17 +0300 |
---|---|---|
committer | Yigit Sever | 2022-10-08 20:44:20 +0300 |
commit | ecfc19b6d40658f8674fe3eb80c9f2d28a277cdc (patch) | |
tree | e45ec6dcfe35b41079a13d2b1676020da2575cd8 /rlr-git/PKGBUILD | |
parent | 0510be7db0d64a34ebf979f42fc16dd5fc479d0a (diff) | |
download | packages-ecfc19b6d40658f8674fe3eb80c9f2d28a277cdc.tar.gz packages-ecfc19b6d40658f8674fe3eb80c9f2d28a277cdc.tar.bz2 packages-ecfc19b6d40658f8674fe3eb80c9f2d28a277cdc.zip |
rlr-git: Fix icon name
Diffstat (limited to 'rlr-git/PKGBUILD')
-rw-r--r-- | rlr-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rlr-git/PKGBUILD b/rlr-git/PKGBUILD index 6927098..4ec3d19 100644 --- a/rlr-git/PKGBUILD +++ b/rlr-git/PKGBUILD | |||
@@ -1,8 +1,8 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | 2 | ||
3 | pkgname=rlr-git | 3 | pkgname=rlr-git |
4 | pkgver=r30.bff17e8 | 4 | pkgver=r31.463c617 |
5 | pkgrel=2 | 5 | pkgrel=1 |
6 | pkgdesc="interactive pixel screen ruler and protractor" | 6 | pkgdesc="interactive pixel screen ruler and protractor" |
7 | arch=('any') | 7 | arch=('any') |
8 | url="https://github.com/epilys/rlr" | 8 | url="https://github.com/epilys/rlr" |
@@ -40,6 +40,6 @@ package() { | |||
40 | # icon | 40 | # icon |
41 | install -Dm644 "${srcdir}/${pkgname%-git}/${pkgname%-git}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname%-git}.svg" | 41 | install -Dm644 "${srcdir}/${pkgname%-git}/${pkgname%-git}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname%-git}.svg" |
42 | # symbolic icon | 42 | # symbolic icon |
43 | install -Dm644 "${srcdir}/${pkgname%-git}/${pkgname%-git}.symbolic.svg" "${pkgdir}/usr/share/icons/hicolor/symbolic/apps/${pkgname%-git}-symbolic.svg" | 43 | install -Dm644 "${srcdir}/${pkgname%-git}/${pkgname%-git}-symbolic.svg" "${pkgdir}/usr/share/icons/hicolor/symbolic/apps/${pkgname%-git}-symbolic.svg" |
44 | 44 | ||
45 | } | 45 | } |