diff options
author | Vlad Glagolev | 2017-07-10 09:56:09 -0400 |
---|---|---|
committer | Vlad Glagolev | 2017-07-10 09:56:09 -0400 |
commit | 1fbe3b686e31e27115d4c6b87ee9406150f81f88 (patch) | |
tree | 54a373b9545c313ccb7cf502e3fc9f3244d4b9ec /wm-addons | |
parent | 0fb091165bb31eb9cb1b988238dda0340a27b31c (diff) |
parcellite: => 1.2.1
Diffstat (limited to 'wm-addons')
-rwxr-xr-x | wm-addons/parcellite/DEPENDS | 9 | ||||
-rwxr-xr-x | wm-addons/parcellite/DETAILS | 4 | ||||
-rw-r--r-- | wm-addons/parcellite/HISTORY | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/wm-addons/parcellite/DEPENDS b/wm-addons/parcellite/DEPENDS index 0205dad717..224d2a5a14 100755 --- a/wm-addons/parcellite/DEPENDS +++ b/wm-addons/parcellite/DEPENDS @@ -1 +1,8 @@ -depends gtk+2 +depends gtk+2 && + +optional_depends gettext \ + "--enable-nls" \ + "--disable-nls" \ + "for Native Language Support" && + +suggest_depends xdotool "" "" "for automatic paste support" diff --git a/wm-addons/parcellite/DETAILS b/wm-addons/parcellite/DETAILS index 65746118dd..27b4751635 100755 --- a/wm-addons/parcellite/DETAILS +++ b/wm-addons/parcellite/DETAILS @@ -1,9 +1,9 @@ SPELL=parcellite - VERSION=1.1.9 + VERSION=1.2.1 BRANCH="${SPELL}-${VERSION}" SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${BRANCH}/${SOURCE} - SOURCE_HASH=sha512:24721dbd4f049f65a40f4e4c6914344062d49dfb50e3cf6496c6f14d9aff02bef5b88d3a714e8176955c84b1324c9ca1f35b389e8033d1232dd3c802c40e32bf + SOURCE_HASH=sha512:14b513e760e205666e00893dffb75ef3d42994aaeca3238b5adbed4af7495a7ed67cfabdcb163024fb9b0a7e832599bb31c54201217ac3fca88e0a4a22deb53d SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://parcellite.sourceforge.net/" LICENSE[0]=GPL diff --git a/wm-addons/parcellite/HISTORY b/wm-addons/parcellite/HISTORY index 37b9922d40..d1f70ac6d7 100644 --- a/wm-addons/parcellite/HISTORY +++ b/wm-addons/parcellite/HISTORY @@ -1,3 +1,7 @@ +2017-07-10 Vlad Glagolev <stealth@sourcemage.org> + * DETAILS: updated spell to 1.2.1 + * DEPENDS: added gettext and xdotool + 2015-05-25 Thomas Orgis <sobukus@sourcemage.org> * DETAILS: remove SOURCEFORGE_URL usage (automated) |