From 9bb70c50838ddc33d379e25b41c70688b2051f5e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Mar 2017 14:57:10 +0000 Subject: community/geany-plugins: upgrade to 1.30 --- community/geany-plugins/APKBUILD | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'community/geany-plugins/APKBUILD') diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD index d1ef62f3e9..ce092e0e96 100644 --- a/community/geany-plugins/APKBUILD +++ b/community/geany-plugins/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=geany-plugins -pkgver=1.27 -pkgrel=1 +pkgver=1.30 +pkgrel=0 pkgdesc="Plugins for Geany" url="http://plugins.geany.org/" arch="all" @@ -23,17 +23,17 @@ subpackages="$pkgname-doc $pkgname-geanyextrasel $pkgname-geanyinsertnum $pkgname-geanylatex - $pkgname-geanylipsum $pkgname-geanylua $pkgname-geanymacro $pkgname-geanyminiscript $pkgname-geanynumberedbookmarks $pkgname-geanypg $pkgname-geanyprj - $pkgname-geanysendmail + $pkgname-geanypy $pkgname-geanyvc $pkgname-geniuspaste - $pkgname-gproject + $pkgname-lineoperations + $pkgname-lipsum $pkgname-multiterm $pkgname-overview $pkgname-pairtaghighlighter @@ -41,6 +41,7 @@ subpackages="$pkgname-doc $pkgname-pretty-printer:pretty_printer $pkgname-projectorganizer $pkgname-scope + $pkgname-sendmail $pkgname-shiftcolumn $pkgname-spellcheck $pkgname-tableconvert @@ -92,6 +93,7 @@ _plugin() { if [ -d "$_d" ]; then mkdir -p "$subpkgdir"/${_d%/*} mv "$pkgdir"/$_d "$subpkgdir"/$_d + rmdir "$pkgdir"/${_d%/*} || true fi done } @@ -107,27 +109,32 @@ geanydoc() { _plugin geanydoc "Call documentation from within Geany"; } geanyextrasel() { _plugin geanyextrasel "Additional features for selecting code"; } geanyinsertnum() { _plugin geanyinsertnum "Insert huge number ranges with small efforts"; } geanylatex() { _plugin geanylatex "LaTeX support for Geany"; } -geanylipsum() { _plugin geanylipsum "Lorem Ipsum generator for Inserting Placeholder Text"; } geanylua() { _plugin geanylua "Lua Scripting for Geany"; } geanymacro() { _plugin geanymacro "User defined Macros for Geany"; } geanyminiscript() { _plugin geanyminiscript "Geany Mini-Script filter plugin"; } geanynumberedbookmarks() { _plugin geanynumberedbookmarks "Provide users 10 numbered Bookmarks"; } geanypg() { _plugin geanypg "A plugin for Geany that allows the user to encrypt, decrypt and verify signatures with GnuPG"; } +geanypy() { _plugin geanypy "Provides Python bindings for Geany"; + mv "$pkgdir"/usr/lib/geany/geanypy \ + "$pkgdir"/usr/lib/geany/*.py \ + "$subpkgdir"/usr/lib/geany/ +} geanyprj() { _plugin geanyprj "Alternate project management tool for Geany"; } -geanysendmail() { _plugin geanysendmail "Send E-Mails from within Geany"; } geanyvc() { _plugin geanyvc "Version Control for Geany"; } geniuspaste() { _plugin geniuspaste "A plugin to paste the code from Geany into different pastebins"; } -gproject() { _plugin gproject "Extension of Geany's project management"; - mkdir -p "$subpkgdir"/usr/share - mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/ -} multiterm() { _plugin multiterm "Multiple terminals inside of Geany"; } +lineoperations() { _plugin lineoperations "Assortment of simple line functions that can be applied to an open file"; } +lipsum() { _plugin lipsum "Lorem Ipsum generator for Inserting Placeholder Text"; } overview() { _plugin overview "Overview over the code in a sidebar"; } pairtaghighlighter() { _plugin pairtaghighlighter "Finds and highlights matching HTML tag"; } pohelper() { _plugin pohelper "A plugin for Geany that improves the support for GetText translation files"; } pretty_printer() { _plugin pretty-printer "XML pretty printing plugin for Geany"; } -projectorganizer() { _plugin projectorganizer "Extension of Geany's project management"; } +projectorganizer() { _plugin projectorganizer "Extension of Geany's project management"; + mkdir -p "$subpkgdir"/usr/share + mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/ +} scope() { _plugin scope "Graphical GDB front-end"; } +sendmail() { _plugin sendmail "Send E-Mails from within Geany"; } shiftcolumn() { _plugin shiftcolumn "Move Blocks of Text horizontally"; } spellcheck() { _plugin spellcheck "Spellcheck text in Geany"; } tableconvert() { _plugin tableconvert "Helps on converting a tabulator separated selection into a table"; } @@ -135,6 +142,4 @@ treebrowser() { _plugin treebrowser "Alternate file browser plugin"; } updatechecker() { _plugin updatechecker "A plugin to check whether there is a more recent version of Geany available"; } xmlsnippets() { _plugin xmlsnippets "Extends XML/HTML tag autocompletion provided by Geany"; } -md5sums="31e4aa4b771a4ff8ccfd74efe7ba7b44 geany-plugins-1.27.tar.bz2" -sha256sums="03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0 geany-plugins-1.27.tar.bz2" -sha512sums="458c182428dcaa258a6170e60711ee433024ad306c48ed6d3fde76a2ec495c6689370528dc3049c30286ad2b663bdd718073cdaa1ac182de55b802cf5ea30166 geany-plugins-1.27.tar.bz2" +sha512sums="02f8096c3cd13a32baad93517744306315ac4a9d566689fff44a9061b03c2a8aeba260d805c557ac6167919e8b9b75bf7dabe9d0b93a3a5089a8598c952735d8 geany-plugins-1.30.tar.bz2" -- cgit v1.2.3