From 0b3a3fd875f0506a136eb988fbbb3f1104a7950f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:29:07 +0200 Subject: [PATCH 1/8] geany: Convert to versionless bee file --- geany-1.26-0.bee => geany.be0 | 2 ++ 1 file changed, 2 insertions(+) rename geany-1.26-0.bee => geany.be0 (98%) diff --git a/geany-1.26-0.bee b/geany.be0 similarity index 98% rename from geany-1.26-0.bee rename to geany.be0 index 03bc604d0..5c9d1df68 100755 --- a/geany-1.26-0.bee +++ b/geany.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION geany-1.26-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 7a54f2cbfbbc38e7c85a159afb04b49a96ee28b1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:29:29 +0200 Subject: [PATCH 2/8] geany: Strip trailing space --- geany.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany.be0 b/geany.be0 index 5c9d1df68..cf985d1ea 100755 --- a/geany.be0 +++ b/geany.be0 @@ -54,7 +54,7 @@ SRCURL[0]="http://download.geany.org/geany-${PKGVERSION}.tar.bz2" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From abc060b6a202592d529f966ece4742c7f53a3baf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:31:54 +0200 Subject: [PATCH 3/8] geany: Securely download source archive Use HTTPS instead of FTP to securely download the source archive. --- geany.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany.be0 b/geany.be0 index cf985d1ea..933890efc 100755 --- a/geany.be0 +++ b/geany.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://download.geany.org/geany-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.geany.org/geany-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 07c4622197b1394d78606d1aa32aa5ccb3322282 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:33:00 +0200 Subject: [PATCH 4/8] geany: Update version from 1.26 to 1.28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Geany 1.28 was released on 10 July 2016 with the announcement below [1]. > We are happy to announce a new release of Geany! > > For a comprehensive list of changes please see Release Notes. A very > detailed and complete list of changes can be found in the ChangeLog. > > Some highlights: > > * Improve support for GTK 3.20. > * Fix type name coloring when types change (Jiří Techet). > * Fix undo of line end type change (Jiří Techet). > * Update Scintilla to version 3.6.6. > * Improve Goto Symbol popup contents (Jiří Techet). > * Treat .h headers as C++ by default (Jiří Techet). > * Improve symbols for Ruby. > * Update translations: ca, de, el, es, fr, it, ja, lt, pt, ru, sk, tr, zh_CN. > > We want to thank all developers, translators and everyone who > contributed to this release with patches, feedback, bug reports and so > on. Thank you! > > As usual, all downloads can be found on Releases. [1] https://www.geany.org/Main/20160710 --- geany.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany.be0 b/geany.be0 index 933890efc..9572b5c98 100755 --- a/geany.be0 +++ b/geany.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION geany-1.26-0 +# BEE_VERSION geany-1.28-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 9a17440f8ae1425f94ab3dcdab036b690a269e03 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:38:31 +0200 Subject: [PATCH 5/8] geany-plugins: Convert to versionless bee file --- geany-plugins-1.26-1.bee => geany-plugins.be0 | 2 ++ 1 file changed, 2 insertions(+) rename geany-plugins-1.26-1.bee => geany-plugins.be0 (98%) diff --git a/geany-plugins-1.26-1.bee b/geany-plugins.be0 similarity index 98% rename from geany-plugins-1.26-1.bee rename to geany-plugins.be0 index e0b86996e..220d8332b 100755 --- a/geany-plugins-1.26-1.bee +++ b/geany-plugins.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION geany-plugins-1.26-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 6c11870bfbe942eaec4be749e00b7f676d653460 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:38:47 +0200 Subject: [PATCH 6/8] geany-plugins: Strip trailing space --- geany-plugins.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany-plugins.be0 b/geany-plugins.be0 index 220d8332b..4bd5d6cf8 100755 --- a/geany-plugins.be0 +++ b/geany-plugins.be0 @@ -54,7 +54,7 @@ SRCURL[0]="http://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.ta #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 2e8a4c591dd752355f015b650d00421aa3c2b457 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:39:20 +0200 Subject: [PATCH 7/8] geany-plugins: Securely download source archive Use HTTPS instead of FTP to securely download the source archive. --- geany-plugins.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany-plugins.be0 b/geany-plugins.be0 index 4bd5d6cf8..c66e4a32e 100755 --- a/geany-plugins.be0 +++ b/geany-plugins.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://plugins.geany.org/geany-plugins/geany-plugins-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 392e7746d5a74133bb5bc85d2603dad1851606dc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Sep 2016 14:41:16 +0200 Subject: [PATCH 8/8] geany-plugins: Update version from 1.26 to 1.28 Geany-Plugins 1.28 was released on 10 July 2016 with the announcement below [1]. > We are happy to announce a new version of the combined Geany-Plugins > release -- right after Geany 1.28, Geany-Plugins 1.28 has been > released. > > Here are some of the most prominent news. > > * Improve GTK3 for several plugins (Quentin Glidic). > * Rename plugin GeanySendMail to SendMail (Frank Lanitz). > * Update translations: de, fr, pt, tr. > * Improve listing tasks containing comments (Quentin Glidic). > * Fix a crash in the PairTagHighlighter plugin when the tag name is missing (Colomban Wendling). > * Fix several memory leaks in the PrettyPrinter plugin (Colomban Wendling). > * Include Scope plugin in the Windows installer (Colomban Wendling). > > A more complete list of changes can be found in the NEWS file > > As usual, you can find source tarballs and Windows installer for the new > release on plugins.geany.org. > > A huge thanks to everybody contributing to this great release. [1] https://www.geany.org/Main/20160710 --- geany-plugins.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geany-plugins.be0 b/geany-plugins.be0 index c66e4a32e..7d613e038 100755 --- a/geany-plugins.be0 +++ b/geany-plugins.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION geany-plugins-1.26-1 +# BEE_VERSION geany-plugins-1.28-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)