summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-09-01 17:44:37 +0300
committerKonstantin2018-09-01 17:44:37 +0300
commit2f2e1a168c051c934104b4a5c3474b0379e7cfd1 (patch)
tree1ceba7e7dd741441b54775dfa55ca76feefe68dd
parent7786c1ecc740a25214fa8b41377fe054335470eb (diff)
downloadaur-2f2e1a168c051c934104b4a5c3474b0379e7cfd1.tar.gz
Rename translations
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xPKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7899dd34901d..991b33d901cf 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 19 15:29:57 UTC 2018
+# Sat Sep 1 14:44:17 UTC 2018
pkgbase = vala-panel-sntray-git
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
pkgver = 0.4.11
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/vala-panel-project/xfce4-sntray-plugin
arch = i686
arch = x86_64
@@ -21,13 +21,14 @@ pkgbase = vala-panel-sntray-git
sha256sums = SKIP
sha256sums = SKIP
-pkgname = sntray-plugin-translations-git
- pkgdesc = Translations for StatusNotifier Menu
+pkgname = sntray-plugin-common-git
+ pkgdesc = Translations and common files for StatusNotifier Menu
arch = any
optdepends = xfce4-panel-sntray-git
optdepends = mate-panel-sntray-git
optdepends = vala-panel-sntray-git
optdepends = budgie-sntray-git
+ replaces = sntray-plugin-translations-git
pkgname = mate-panel-sntray-git
pkgdesc = Plugin for mate-panel to show StatusNotifierItems (AppIndicators) via FlowBox
diff --git a/PKGBUILD b/PKGBUILD
index 1bad5c197a7d..d7bf376aca67 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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