[arch-commits] Commit in geany-plugins/repos (12 files)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 22 19:51:15 UTC 2015


    Date: Sunday, November 22, 2015 @ 20:51:15
  Author: arodseth
Revision: 147399

archrelease: copy trunk to community-x86_64, community-i686

Added:
  geany-plugins/repos/community-i686/PKGBUILD
    (from rev 147398, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
    (from rev 147398, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-i686/libgit2-0.23.patch
    (from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
  geany-plugins/repos/community-x86_64/PKGBUILD
    (from rev 147398, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
    (from rev 147398, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch
    (from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-i686/libgit2-0.23.patch
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch

----------------------------------------+
 /PKGBUILD                              |   72 +++++++++++++++++++++++++++++++
 /geany-plugins.install                 |   28 ++++++++++++
 /libgit2-0.23.patch                    |   24 ++++++++++
 community-i686/PKGBUILD                |   43 ------------------
 community-i686/geany-plugins.install   |   14 ------
 community-i686/libgit2-0.23.patch      |   12 -----
 community-x86_64/PKGBUILD              |   43 ------------------
 community-x86_64/geany-plugins.install |   14 ------
 community-x86_64/libgit2-0.23.patch    |   12 -----
 9 files changed, 124 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-i686/PKGBUILD	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
-# Contributor: djgera
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
-         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"
-        'libgit2-0.23.patch')
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
-            '2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../libgit2-0.23.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: -u=6 https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 147398, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: djgera
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=geany-plugins
+pkgver=1.26
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===================================================================
--- community-i686/geany-plugins.install	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-i686/geany-plugins.install	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/geany-plugins.install (from rev 147398, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-i686/geany-plugins.install	                        (rev 0)
+++ community-i686/geany-plugins.install	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libgit2-0.23.patch
===================================================================
--- community-i686/libgit2-0.23.patch	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-i686/libgit2-0.23.patch	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,12 +0,0 @@
-diff -Naur old/git-changebar/src/gcb-plugin.c new/git-changebar/src/gcb-plugin.c
---- old/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:32.343517032 -1000
-+++ new/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:56.677041414 -1000
-@@ -656,7 +656,7 @@
-   opts.flags = GIT_DIFF_FORCE_TEXT;
-   
-   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
--                          buf, len, NULL, &opts, NULL, hunk_cb, NULL, payload);
-+                          buf, len, NULL, &opts, NULL, NULL, hunk_cb, NULL, payload);
-   
-   if (free_buf) {
-     g_free (buf);

Copied: geany-plugins/repos/community-i686/libgit2-0.23.patch (from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
===================================================================
--- community-i686/libgit2-0.23.patch	                        (rev 0)
+++ community-i686/libgit2-0.23.patch	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:32.343517032 -1000
++++ new/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-                          buf, len, NULL, &opts, NULL, hunk_cb, NULL, payload);
++                          buf, len, NULL, &opts, NULL, NULL, hunk_cb, NULL, payload);
+   
+   if (free_buf) {
+     g_free (buf);

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-x86_64/PKGBUILD	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
-# Contributor: djgera
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
-         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"
-        'libgit2-0.23.patch')
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
-            '2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../libgit2-0.23.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: -u=6 https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 147398, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: djgera
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=geany-plugins
+pkgver=1.26
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/geany-plugins.install
===================================================================
--- community-x86_64/geany-plugins.install	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-x86_64/geany-plugins.install	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/geany-plugins.install (from rev 147398, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-x86_64/geany-plugins.install	                        (rev 0)
+++ community-x86_64/geany-plugins.install	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/libgit2-0.23.patch
===================================================================
--- community-x86_64/libgit2-0.23.patch	2015-11-22 19:50:58 UTC (rev 147398)
+++ community-x86_64/libgit2-0.23.patch	2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,12 +0,0 @@
-diff -Naur old/git-changebar/src/gcb-plugin.c new/git-changebar/src/gcb-plugin.c
---- old/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:32.343517032 -1000
-+++ new/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:56.677041414 -1000
-@@ -656,7 +656,7 @@
-   opts.flags = GIT_DIFF_FORCE_TEXT;
-   
-   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
--                          buf, len, NULL, &opts, NULL, hunk_cb, NULL, payload);
-+                          buf, len, NULL, &opts, NULL, NULL, hunk_cb, NULL, payload);
-   
-   if (free_buf) {
-     g_free (buf);

Copied: geany-plugins/repos/community-x86_64/libgit2-0.23.patch (from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
===================================================================
--- community-x86_64/libgit2-0.23.patch	                        (rev 0)
+++ community-x86_64/libgit2-0.23.patch	2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:32.343517032 -1000
++++ new/git-changebar/src/gcb-plugin.c	2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-                          buf, len, NULL, &opts, NULL, hunk_cb, NULL, payload);
++                          buf, len, NULL, &opts, NULL, NULL, hunk_cb, NULL, payload);
+   
+   if (free_buf) {
+     g_free (buf);



More information about the arch-commits mailing list