xfce4-verve-plugin: Update to 1.1.0.
1.1.0 (2015/07/11): ------------------- * Add the ability to use xfce4-verve-plugin as a smartbookmark plugin * Add the ability to direct commands beginning in ! or \ to DuckDuckGo * Run commands through shell by default, to allow aliases, variables, etc. * Use wordexp to expand directory names (when available), to allow variables, etc. * Add an optional label on the left side of the plugin * Expand properties window to allow turning the above features on/off * Increase maximum width of plugin
This commit is contained in:
parent
499fe2d466
commit
76086ae181
3 changed files with 11 additions and 10 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/04/25 14:24:56 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2016/06/09 08:22:38 youri Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
DISTNAME= xfce4-verve-plugin-1.0.1
|
||||
DISTNAME= xfce4-verve-plugin-1.1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/
|
||||
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.1/
|
||||
|
||||
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin
|
||||
COMMENT= Xfce command line plugin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/04/21 08:56:41 jperkin Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2016/06/09 08:22:38 youri Exp $
|
||||
bin/verve-focus
|
||||
lib/xfce4/panel/plugins/libverve.la
|
||||
share/locale/ar/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
|
@ -17,6 +17,7 @@ share/locale/eu/LC_MESSAGES/xfce4-verve-plugin.mo
|
|||
share/locale/fi/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/he/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/hr/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
|
@ -24,6 +25,7 @@ share/locale/is/LC_MESSAGES/xfce4-verve-plugin.mo
|
|||
share/locale/it/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/ms/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-verve-plugin.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/11/04 01:32:41 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2016/06/09 08:22:38 youri Exp $
|
||||
|
||||
SHA1 (xfce4-verve-plugin-1.0.1.tar.bz2) = 3dd97de37046469506883dff06bf2f71703f60c8
|
||||
RMD160 (xfce4-verve-plugin-1.0.1.tar.bz2) = 5ce9fc6892cf19dee4ab42eb8858e02e28a8d82e
|
||||
SHA512 (xfce4-verve-plugin-1.0.1.tar.bz2) = cef3a332e8c7927aed22355ea8beae7e588a831bfc43519a20cfc6c4f8d0d93221c0d9d84bb726221aaf47a856d4d1b7dfba88583b9173157c2f7bb351b96189
|
||||
Size (xfce4-verve-plugin-1.0.1.tar.bz2) = 325191 bytes
|
||||
SHA1 (xfce4-verve-plugin-1.1.0.tar.bz2) = d33be40a222e445da6f01788c531c72a37f70d3e
|
||||
RMD160 (xfce4-verve-plugin-1.1.0.tar.bz2) = eb7ba2418de96d1d5485fde49278b7d53aa1ec90
|
||||
SHA512 (xfce4-verve-plugin-1.1.0.tar.bz2) = 7e4c01fb6ba51c86eb7ba75fd1fdfbad11c4cadb64de3c28da711b3c17d67cb521f0fc6d92efbf81d6a01e988ea6a4fc9619c3737ada17b20b347914ca19ec19
|
||||
Size (xfce4-verve-plugin-1.1.0.tar.bz2) = 353998 bytes
|
||||
|
|
Loading…
Reference in a new issue