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 | |
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')
-rw-r--r-- | rlr-git/.SRCINFO | 4 | ||||
-rw-r--r-- | rlr-git/PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/rlr-git/.SRCINFO b/rlr-git/.SRCINFO index 0ad3a3f..5d8ee9e 100644 --- a/rlr-git/.SRCINFO +++ b/rlr-git/.SRCINFO | |||
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = rlr-git | 1 | pkgbase = rlr-git |
2 | pkgdesc = interactive pixel screen ruler and protractor | 2 | pkgdesc = interactive pixel screen ruler and protractor |
3 | pkgver = r30.bff17e8 | 3 | pkgver = r31.463c617 |
4 | pkgrel = 2 | 4 | pkgrel = 1 |
5 | url = https://github.com/epilys/rlr | 5 | url = https://github.com/epilys/rlr |
6 | arch = any | 6 | arch = any |
7 | license = GPL | 7 | license = GPL |
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 | } |