diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-14 09:03:55 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-14 13:25:30 +0200 |
commit | 7a2b007f1461d0bf8809b969299f3f63ff350ffa (patch) | |
tree | 28a289b13ee412a72b345e0ebb840930a25e7171 /testing | |
parent | b3fa3a661ee8e29a36e728b86eb7fb54e1764514 (diff) | |
download | aports-7a2b007f1461d0bf8809b969299f3f63ff350ffa.tar.bz2 aports-7a2b007f1461d0bf8809b969299f3f63ff350ffa.tar.xz |
testing/geany-plugins: upgrade to 1.25
fixes #4639
Diffstat (limited to 'testing')
-rw-r--r-- | testing/geany-plugins/APKBUILD | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/testing/geany-plugins/APKBUILD b/testing/geany-plugins/APKBUILD index c153bec8df..4a83b1fe84 100644 --- a/testing/geany-plugins/APKBUILD +++ b/testing/geany-plugins/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geany-plugins -pkgver=1.24 +pkgver=1.25 pkgrel=0 pkgdesc="Plugins for Geany" url="http://plugins.geany.org/" @@ -14,9 +14,11 @@ install="" subpackages="$pkgname-doc $pkgname-addons $pkgname-autoclose + $pkgname-automark $pkgname-codenav $pkgname-commander $pkgname-defineformat + $pkgname-geanyctags $pkgname-geanydoc $pkgname-geanyextrasel $pkgname-geanyinsertnum @@ -33,9 +35,11 @@ subpackages="$pkgname-doc $pkgname-geniuspaste $pkgname-gproject $pkgname-multiterm + $pkgname-overview $pkgname-pairtaghighlighter $pkgname-pohelper $pkgname-pretty-printer:pretty_printer + $pkgname-projectorganizer $pkgname-scope $pkgname-shiftcolumn $pkgname-spellcheck @@ -94,9 +98,11 @@ _plugin() { addons() { _plugin addons "Miscellaneous Addons for Geany"; } autoclose() { _plugin autoclose "Auto-closing features for Geany"; } +automark() { _plugin automark "Highlights all words that match current word"; } codenav() { _plugin codenav "Navigate through your source code easily"; } commander() { _plugin commander "Control Geany using commands from a command panel"; } defineformat() { _plugin defineformat "Plugin to write multiline defines with aligned backslash"; } +geanyctags() { _plugin geanyctags "Generate and query ctags files for a Geany project"; } 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"; } @@ -116,9 +122,11 @@ gproject() { _plugin gproject "Extension of Geany's project management"; mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/ } multiterm() { _plugin multiterm "Multiple terminals inside of Geany"; } +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"; } scope() { _plugin scope "Graphical GDB front-end"; } shiftcolumn() { _plugin shiftcolumn "Move Blocks of Text horizontally"; } spellcheck() { _plugin spellcheck "Spellcheck text in Geany"; } @@ -127,6 +135,6 @@ 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="5ac59e2693bf61d4df94892aeddbd13e geany-plugins-1.24.tar.bz2" -sha256sums="dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec geany-plugins-1.24.tar.bz2" -sha512sums="aa53f0e9a39d7b1386193b843021b5119ff3dd2f901f4ee91066b5b3403911fc700ca60dd9dda58fdfde93f5c0d154d7cb73dc2c425bb51042944c305c3b9b07 geany-plugins-1.24.tar.bz2" +md5sums="91f32224ab7a1eb8d05bf6cde5743427 geany-plugins-1.25.tar.bz2" +sha256sums="5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b geany-plugins-1.25.tar.bz2" +sha512sums="4a0f95a90364791b82941ed4ad22f3e0f7a94dcc758bc0573bbb8c44bdfafc4d4e5a9bbae3756a41a7a1639d4fed2ebd182c2f4242083366d2bc11add06ac697 geany-plugins-1.25.tar.bz2" |