diff options
author | Konstantin | 2018-09-01 17:44:37 +0300 |
---|---|---|
committer | Konstantin | 2018-09-01 17:44:37 +0300 |
commit | 2f2e1a168c051c934104b4a5c3474b0379e7cfd1 (patch) | |
tree | 1ceba7e7dd741441b54775dfa55ca76feefe68dd /PKGBUILD | |
parent | 7786c1ecc740a25214fa8b41377fe054335470eb (diff) | |
download | aur-2f2e1a168c051c934104b4a5c3474b0379e7cfd1.tar.gz |
Rename translations
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -6,7 +6,7 @@ _disable_vala=0 _disable_budgie=0 pkgname=( -'sntray-plugin-translations-git' +'sntray-plugin-common-git' ) _opts=( @@ -61,7 +61,7 @@ _pkgbase=xfce4-sntray-plugin _cmakename=cmake-vala _dbusmenuname=vala-dbusmenu pkgver=0.4.11 -pkgrel=1 +pkgrel=2 pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox" url="https://gitlab.com/vala-panel-project/xfce4-sntray-plugin" arch=('i686' 'x86_64') @@ -178,9 +178,10 @@ package_budgie-sntray-git(){ rm -rf "${pkgdir}/usr/share/dbus-1" } -package_sntray-plugin-translations-git(){ - pkgdesc="Translations for StatusNotifier Menu" +package_sntray-plugin-common-git(){ + pkgdesc="Translations and common files for StatusNotifier Menu" optdepends=('xfce4-panel-sntray-git' 'mate-panel-sntray-git' 'vala-panel-sntray-git' 'budgie-sntray-git') + replaces=('sntray-plugin-translations-git') arch=('any') cd "${srcdir}/${_pkgbase}" make -C "po" DESTDIR="${pkgdir}" install |