summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD14
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8441690e37be..6f7d43a14102 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Sep 1 14:52:41 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 = 3
+ pkgver = 0.4.12
+ pkgrel = 1
url = https://gitlab.com/vala-panel-project/xfce4-sntray-plugin
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 456c06b40b63..e5bad65d833d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ if (("${_disable_mate}" == 0));then
_opts+=(-DENABLE_MATE=ON)
pkgname+=('mate-panel-sntray-git')
makedepends+=('mate-panel')
- msg "Mate applet enabled"
+# msg "Mate applet enabled"
else
_opts+=(-DENABLE_MATE=OFF)
fi
@@ -30,7 +30,7 @@ if (("${_disable_xfce}" == 0));then
_opts+=(-DENABLE_XFCE=ON)
pkgname+=('xfce4-panel-sntray-git')
makedepends+=('xfce4-panel>=4.11.2')
- msg "Xfce applet enabled"
+# msg "Xfce applet enabled"
else
_opts+=(-DENABLE_XFCE=OFF)
fi
@@ -39,7 +39,7 @@ if (("${_disable_vala}" == 0));then
_opts+=(-DENABLE_VALAPANEL=ON)
pkgname+=('vala-panel-sntray-git')
makedepends+=('vala-panel>=0.3.75')
- msg "Vala Panel applet enabled"
+# msg "Vala Panel applet enabled"
else
_opts+=(-DENABLE_VALAPANEL=OFF)
fi
@@ -48,20 +48,20 @@ if (("${_disable_budgie}" == 0));then
_opts+=(-DENABLE_BUDGIE=ON)
pkgname+=('budgie-sntray-git')
makedepends+=('budgie-desktop')
- msg "Budgie applet enabled"
+# msg "Budgie applet enabled"
else
_opts+=(-DENABLE_BUDGIE=OFF)
fi
-msg "If you want to disable an applet, edit pkgbuild variables _disable_[applet]"
+#msg "If you want to disable an applet, edit pkgbuild variables _disable_[applet]"
pkgbase=vala-panel-sntray-git
_pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
-pkgver=0.4.11
-pkgrel=3
+pkgver=0.4.12
+pkgrel=1
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')