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

Alexander Rødseth arodseth at archlinux.org
Sun Jul 26 22:58:48 UTC 2015


    Date: Monday, July 27, 2015 @ 00:58:47
  Author: arodseth
Revision: 137461

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

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

----------------------------------------+
 /PKGBUILD                              |   76 +++++++++++++++++++++++++++++++
 /geany-plugins.install                 |   28 +++++++++++
 community-i686/PKGBUILD                |   39 ---------------
 community-i686/geany-plugins.install   |   14 -----
 community-x86_64/PKGBUILD              |   39 ---------------
 community-x86_64/geany-plugins.install |   14 -----
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-26 22:58:35 UTC (rev 137460)
+++ community-i686/PKGBUILD	2015-07-26 22:58:47 UTC (rev 137461)
@@ -1,39 +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.24
-pkgrel=2
-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')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Disabling geanypy because it doesn't compile
-  # Disabling debugger because it makes geany crash, see FS#42417
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --disable-geanypy \
-    --disable-debugger
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 137460, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-26 22:58:47 UTC (rev 137461)
@@ -0,0 +1,38 @@
+# $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=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')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib
+    #--disable-geanypy \
+    #--disable-debugger
+  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:

Deleted: community-i686/geany-plugins.install
===================================================================
--- community-i686/geany-plugins.install	2015-07-26 22:58:35 UTC (rev 137460)
+++ community-i686/geany-plugins.install	2015-07-26 22:58:47 UTC (rev 137461)
@@ -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 137460, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-i686/geany-plugins.install	                        (rev 0)
+++ community-i686/geany-plugins.install	2015-07-26 22:58:47 UTC (rev 137461)
@@ -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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-26 22:58:35 UTC (rev 137460)
+++ community-x86_64/PKGBUILD	2015-07-26 22:58:47 UTC (rev 137461)
@@ -1,39 +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.24
-pkgrel=2
-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')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Disabling geanypy because it doesn't compile
-  # Disabling debugger because it makes geany crash, see FS#42417
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --disable-geanypy \
-    --disable-debugger
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 137460, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-26 22:58:47 UTC (rev 137461)
@@ -0,0 +1,38 @@
+# $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=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')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib
+    #--disable-geanypy \
+    #--disable-debugger
+  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:

Deleted: community-x86_64/geany-plugins.install
===================================================================
--- community-x86_64/geany-plugins.install	2015-07-26 22:58:35 UTC (rev 137460)
+++ community-x86_64/geany-plugins.install	2015-07-26 22:58:47 UTC (rev 137461)
@@ -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 137460, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-x86_64/geany-plugins.install	                        (rev 0)
+++ community-x86_64/geany-plugins.install	2015-07-26 22:58:47 UTC (rev 137461)
@@ -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:



More information about the arch-commits mailing list