X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 4066DDC0139 for ; Thu, 22 Jan 2015 08:29:04 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id l61so293759wev.8 for ; Thu, 22 Jan 2015 00:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=vcw/JKTmtQ1Ps2/63jRh5CEVVCxwLF87NBQf+C+pmRY=; b=Nf8UtVMJZUIMWMiBivBSvH/y9vVa0tWU/rbc7fogWWhE2bJYtEg8quOxqh7VRi5dJC m/IkcWZwGhXVmKn10rfyhiu+jYTSBD8H3GNNhwMFCOBDOWUUkvK1Asm9fF70FYlV531K jJqsWRLXSYL3aMUp0l/7lgCWsWqyHKN55OjGtLnIIdnzm3resN7Rm6vTBtIjQ5HtWOHz FLxD7UaCsYjwzCKDCFs5VgtZJLatvS+bKOdqO++o6UEjwZm/Yfq7Sh2wkglzVxcl4egj hH3zetUQ9UILzyIkLsR6Ydd+Jr8DJQeL1O+pPNRya4DYpWgipstdzO9kpellF3Ss6O9k oKcA== X-Received: by 10.180.73.108 with SMTP id k12mr2796742wiv.24.1421915342509; Thu, 22 Jan 2015 00:29:02 -0800 (PST) Received: from alpine.my.domain (62.42.115.68.dyn.user.ono.com. [62.42.115.68]) by mx.google.com with ESMTPSA id bo3sm2910835wjb.44.2015.01.22.00.29.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Jan 2015 00:29:01 -0800 (PST) From: AmatCoder To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/geany-plugins: updated to 1.24 Date: Thu, 22 Jan 2015 08:23:51 +0000 Message-Id: <1421915031-18209-1-git-send-email-amatcoder@gmail.com> X-Mailer: git-send-email 2.2.2 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/geany-plugins/APKBUILD | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/testing/geany-plugins/APKBUILD b/testing/geany-plugins/APKBUILD index 80f2f06..acef33e 100644 --- a/testing/geany-plugins/APKBUILD +++ b/testing/geany-plugins/APKBUILD @@ -1,21 +1,22 @@ # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=geany-plugins -pkgver=1.23 +pkgver=1.24 pkgrel=0 pkgdesc="Plugins for Geany" url="http://plugins.geany.org/" arch="all" license="GPLv3+" -depends= +depends="" makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev - bash vte-dev vala" + bash vte-dev vala libsoup-dev gpgme-dev" install="" subpackages="$pkgname-doc $pkgname-addons + $pkgname-autoclose $pkgname-codenav $pkgname-commander - $pkgname-debugger + $pkgname-defineformat $pkgname-geanydoc $pkgname-geanyextrasel $pkgname-geanyinsertnum @@ -25,25 +26,30 @@ subpackages="$pkgname-doc $pkgname-geanymacro $pkgname-geanyminiscript $pkgname-geanynumberedbookmarks + $pkgname-geanypg $pkgname-geanyprj $pkgname-geanysendmail $pkgname-geanyvc + $pkgname-geniuspaste $pkgname-gproject $pkgname-multiterm + $pkgname-pairtaghighlighter + $pkgname-pohelper $pkgname-pretty-printer:pretty_printer $pkgname-scope $pkgname-shiftcolumn $pkgname-spellcheck $pkgname-tableconvert $pkgname-treebrowser + $pkgname-updatechecker $pkgname-xmlsnippets $pkgname-lang " -source="http://plugins.geany.org/geany-plugins/geany-plugins-$pkgver.tar.bz2" +source="http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2" -_builddir="$srcdir"/geany-plugins-$pkgver +_builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -62,6 +68,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --with-lua-pkg=lua \ + --disable-debugger \ || return 1 make || return 1 } @@ -89,9 +96,10 @@ _plugin() { } addons() { _plugin addons "Miscellaneous Addons for Geany"; } +autoclose() { _plugin autoclose "Auto-closing features for Geany"; } codenav() { _plugin codenav "Navigate through your source code easily"; } commander() { _plugin commander "Control Geany using commands from a command panel"; } -debugger() { _plugin debugger "Debugger Plugin for Geany"; } +defineformat() { _plugin defineformat "Plugin to write multiline defines with aligned backslash"; } 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"; } @@ -101,22 +109,27 @@ 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"; } 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"; } +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"; } scope() { _plugin scope "Graphical GDB front-end"; } 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"; } 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="d851dbdaf95fb8b74ece43c0a973b748 geany-plugins-1.23.tar.bz2" -sha256sums="ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58 geany-plugins-1.23.tar.bz2" -sha512sums="6b8eab1b3cb0555aaf1a81714ddb6d9cb1c636e0a2839c476c3740bd9fe34851243fdbd5ef3cf52b6d30eb9536844d1504d2547740f8d1d1a6cb377e001be109 geany-plugins-1.23.tar.bz2" +md5sums="5ac59e2693bf61d4df94892aeddbd13e geany-plugins-1.24.tar.bz2" +sha256sums="dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec geany-plugins-1.24.tar.bz2" +sha512sums="aa53f0e9a39d7b1386193b843021b5119ff3dd2f901f4ee91066b5b3403911fc700ca60dd9dda58fdfde93f5c0d154d7cb73dc2c425bb51042944c305c3b9b07 geany-plugins-1.24.tar.bz2" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---