summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2020-04-17 15:52:45 +0300
committerKonstantin2020-04-17 15:52:45 +0300
commit4ebc0a62158bc711b8c0307540b006787d2c2412 (patch)
treea9b5becb5a809de0b4b0bdd2f163b8045ef0ce0b
parent4b72bfd8019bbaa443b20d9f9f75a6c6ef67009e (diff)
downloadaur-4ebc0a62158bc711b8c0307540b006787d2c2412.tar.gz
Fix msg bug
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD12
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6184d92afdc6..5ddc5c955ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Aug 18 02:12:45 UTC 2018
pkgbase = generic-monitor-plugin-git
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
pkgver = 5.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/vala-panel-project/xfce4-genmon-plugin
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 25795d9829eb..963f1857d873 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ if (("${_disable_mate}" == 0));then
_opts+=(-DENABLE_MATE=ON)
pkgname+=('mate-panel-genmon-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-genmon-ng-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-genmon-git')
makedepends+=('vala-panel>=0.4.60')
- 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-genmon-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=generic-monitor-plugin-git
_pkgbase=xfce4-genmon-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=5.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cyclically spawns a script/program, captures its output and displays the resulting string in the panel"
url="https://gitlab.com/vala-panel-project/xfce4-genmon-plugin"
arch=('i686' 'x86_64')