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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 15:22:36 UTC 2014


    Date: Friday, July 4, 2014 @ 17:22:36
  Author: fyan
Revision: 114889

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

Added:
  regexxer/repos/community-i686/PKGBUILD
    (from rev 114888, regexxer/trunk/PKGBUILD)
  regexxer/repos/community-i686/regexxer-glib2.32.patch
    (from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
  regexxer/repos/community-i686/regexxer.install
    (from rev 114888, regexxer/trunk/regexxer.install)
  regexxer/repos/community-x86_64/PKGBUILD
    (from rev 114888, regexxer/trunk/PKGBUILD)
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
    (from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
  regexxer/repos/community-x86_64/regexxer.install
    (from rev 114888, regexxer/trunk/regexxer.install)
Deleted:
  regexxer/repos/community-i686/PKGBUILD
  regexxer/repos/community-i686/regexxer-glib2.32.patch
  regexxer/repos/community-i686/regexxer.install
  regexxer/repos/community-x86_64/PKGBUILD
  regexxer/repos/community-x86_64/regexxer-glib2.32.patch
  regexxer/repos/community-x86_64/regexxer.install

------------------------------------------+
 /PKGBUILD                                |   78 +++++++++++++++++++++++++++++
 /regexxer-glib2.32.patch                 |   70 ++++++++++++++++++++++++++
 /regexxer.install                        |   24 ++++++++
 community-i686/PKGBUILD                  |   33 ------------
 community-i686/regexxer-glib2.32.patch   |   35 -------------
 community-i686/regexxer.install          |   12 ----
 community-x86_64/PKGBUILD                |   39 --------------
 community-x86_64/regexxer-glib2.32.patch |   35 -------------
 community-x86_64/regexxer.install        |   12 ----
 9 files changed, 172 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-i686/PKGBUILD	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=regexxer
-pkgver=0.10
-pkgrel=3
-pkgdesc="Interactive search and replace tool for GNOME"
-arch=('i686' 'x86_64')
-url="http://regexxer.sourceforge.net/"
-license=('GPL')
-depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-        regexxer-glib2.32.patch)
-sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
-            '1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/regexxer-glib2.32.patch"
-  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: regexxer/repos/community-i686/PKGBUILD (from rev 114888, regexxer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=regexxer
+pkgver=0.10
+pkgrel=4
+pkgdesc="Interactive search and replace tool for GNOME"
+arch=('i686' 'x86_64')
+url="http://regexxer.sourceforge.net/"
+license=('GPL')
+depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+        regexxer-glib2.32.patch)
+sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
+            '1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Port to glib 2.32
+  patch -Np1 -i "$srcdir/regexxer-glib2.32.patch"
+
+  # Don't try to compile GSettings schemas when packaging
+  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/regexxer-glib2.32.patch
===================================================================
--- community-i686/regexxer-glib2.32.patch	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-i686/regexxer-glib2.32.patch	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,35 +0,0 @@
-diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
---- regexxer-0.10.orig/src/fileshared.h	2012-03-27 03:59:38.209864722 +0000
-+++ regexxer-0.10/src/fileshared.h	2012-03-27 04:17:47.161371044 +0000
-@@ -23,6 +23,7 @@
- 
- #include "sharedptr.h"
- 
-+#include <glibmm/regex.h>
- #include <gtkmm/textbuffer.h>
- #include <functional>
- #include <utility>
-diff -Naur regexxer-0.10.orig/src/globalstrings.h regexxer-0.10/src/globalstrings.h
---- regexxer-0.10.orig/src/globalstrings.h	2012-03-27 03:59:38.209864722 +0000
-+++ regexxer-0.10/src/globalstrings.h	2012-03-27 04:21:44.906198757 +0000
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
- #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
- 
--#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
-+#include <glib.h>  /* for G_DIR_SEPARATOR_S */
- 
- namespace Regexxer
- {
-diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
---- regexxer-0.10.orig/src/translation.h	2012-03-27 03:59:38.206531386 +0000
-+++ regexxer-0.10/src/translation.h	2012-03-27 04:21:39.209576021 +0000
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_TRANSLATION_H_INCLUDED
- #define REGEXXER_TRANSLATION_H_INCLUDED
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include <glibmm/ustring.h>
- 
- #ifndef gettext_noop

Copied: regexxer/repos/community-i686/regexxer-glib2.32.patch (from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
===================================================================
--- community-i686/regexxer-glib2.32.patch	                        (rev 0)
+++ community-i686/regexxer-glib2.32.patch	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,35 @@
+diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
+--- regexxer-0.10.orig/src/fileshared.h	2012-03-27 03:59:38.209864722 +0000
++++ regexxer-0.10/src/fileshared.h	2012-03-27 04:17:47.161371044 +0000
+@@ -23,6 +23,7 @@
+ 
+ #include "sharedptr.h"
+ 
++#include <glibmm/regex.h>
+ #include <gtkmm/textbuffer.h>
+ #include <functional>
+ #include <utility>
+diff -Naur regexxer-0.10.orig/src/globalstrings.h regexxer-0.10/src/globalstrings.h
+--- regexxer-0.10.orig/src/globalstrings.h	2012-03-27 03:59:38.209864722 +0000
++++ regexxer-0.10/src/globalstrings.h	2012-03-27 04:21:44.906198757 +0000
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ 
+-#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
++#include <glib.h>  /* for G_DIR_SEPARATOR_S */
+ 
+ namespace Regexxer
+ {
+diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
+--- regexxer-0.10.orig/src/translation.h	2012-03-27 03:59:38.206531386 +0000
++++ regexxer-0.10/src/translation.h	2012-03-27 04:21:39.209576021 +0000
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_TRANSLATION_H_INCLUDED
+ #define REGEXXER_TRANSLATION_H_INCLUDED
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ 
+ #ifndef gettext_noop

Deleted: community-i686/regexxer.install
===================================================================
--- community-i686/regexxer.install	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-i686/regexxer.install	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: regexxer/repos/community-i686/regexxer.install (from rev 114888, regexxer/trunk/regexxer.install)
===================================================================
--- community-i686/regexxer.install	                        (rev 0)
+++ community-i686/regexxer.install	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-x86_64/PKGBUILD	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=regexxer
-pkgver=0.10
-pkgrel=4
-pkgdesc="Interactive search and replace tool for GNOME"
-arch=('i686' 'x86_64')
-url="http://regexxer.sourceforge.net/"
-license=('GPL')
-depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-        regexxer-glib2.32.patch)
-sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
-            '1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Port to glib 2.32
-  patch -Np1 -i "$srcdir/regexxer-glib2.32.patch"
-
-  # Don't try to compile GSettings schemas when packaging
-  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: regexxer/repos/community-x86_64/PKGBUILD (from rev 114888, regexxer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=regexxer
+pkgver=0.10
+pkgrel=4
+pkgdesc="Interactive search and replace tool for GNOME"
+arch=('i686' 'x86_64')
+url="http://regexxer.sourceforge.net/"
+license=('GPL')
+depends=('gtksourceviewmm' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+        regexxer-glib2.32.patch)
+sha256sums=('2a7832541a0306b3d4eb63a1cf8978d7bbfc7927e9304473fe801d71fd99736c'
+            '1addebc552e4374f3f9ee778fb734c08c1ed3a4b2b5e70905f7c9287c9b34882')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Port to glib 2.32
+  patch -Np1 -i "$srcdir/regexxer-glib2.32.patch"
+
+  # Don't try to compile GSettings schemas when packaging
+  sed -i '/GLIB_COMPILE_SCHEMAS/ d' Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/regexxer-glib2.32.patch
===================================================================
--- community-x86_64/regexxer-glib2.32.patch	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-x86_64/regexxer-glib2.32.patch	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,35 +0,0 @@
-diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
---- regexxer-0.10.orig/src/fileshared.h	2012-03-27 03:59:38.209864722 +0000
-+++ regexxer-0.10/src/fileshared.h	2012-03-27 04:17:47.161371044 +0000
-@@ -23,6 +23,7 @@
- 
- #include "sharedptr.h"
- 
-+#include <glibmm/regex.h>
- #include <gtkmm/textbuffer.h>
- #include <functional>
- #include <utility>
-diff -Naur regexxer-0.10.orig/src/globalstrings.h regexxer-0.10/src/globalstrings.h
---- regexxer-0.10.orig/src/globalstrings.h	2012-03-27 03:59:38.209864722 +0000
-+++ regexxer-0.10/src/globalstrings.h	2012-03-27 04:21:44.906198757 +0000
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
- #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
- 
--#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
-+#include <glib.h>  /* for G_DIR_SEPARATOR_S */
- 
- namespace Regexxer
- {
-diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
---- regexxer-0.10.orig/src/translation.h	2012-03-27 03:59:38.206531386 +0000
-+++ regexxer-0.10/src/translation.h	2012-03-27 04:21:39.209576021 +0000
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_TRANSLATION_H_INCLUDED
- #define REGEXXER_TRANSLATION_H_INCLUDED
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include <glibmm/ustring.h>
- 
- #ifndef gettext_noop

Copied: regexxer/repos/community-x86_64/regexxer-glib2.32.patch (from rev 114888, regexxer/trunk/regexxer-glib2.32.patch)
===================================================================
--- community-x86_64/regexxer-glib2.32.patch	                        (rev 0)
+++ community-x86_64/regexxer-glib2.32.patch	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,35 @@
+diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
+--- regexxer-0.10.orig/src/fileshared.h	2012-03-27 03:59:38.209864722 +0000
++++ regexxer-0.10/src/fileshared.h	2012-03-27 04:17:47.161371044 +0000
+@@ -23,6 +23,7 @@
+ 
+ #include "sharedptr.h"
+ 
++#include <glibmm/regex.h>
+ #include <gtkmm/textbuffer.h>
+ #include <functional>
+ #include <utility>
+diff -Naur regexxer-0.10.orig/src/globalstrings.h regexxer-0.10/src/globalstrings.h
+--- regexxer-0.10.orig/src/globalstrings.h	2012-03-27 03:59:38.209864722 +0000
++++ regexxer-0.10/src/globalstrings.h	2012-03-27 04:21:44.906198757 +0000
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ 
+-#include <glib/gutils.h>  /* for G_DIR_SEPARATOR_S */
++#include <glib.h>  /* for G_DIR_SEPARATOR_S */
+ 
+ namespace Regexxer
+ {
+diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
+--- regexxer-0.10.orig/src/translation.h	2012-03-27 03:59:38.206531386 +0000
++++ regexxer-0.10/src/translation.h	2012-03-27 04:21:39.209576021 +0000
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_TRANSLATION_H_INCLUDED
+ #define REGEXXER_TRANSLATION_H_INCLUDED
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+ 
+ #ifndef gettext_noop

Deleted: community-x86_64/regexxer.install
===================================================================
--- community-x86_64/regexxer.install	2014-07-04 15:21:47 UTC (rev 114888)
+++ community-x86_64/regexxer.install	2014-07-04 15:22:36 UTC (rev 114889)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: regexxer/repos/community-x86_64/regexxer.install (from rev 114888, regexxer/trunk/regexxer.install)
===================================================================
--- community-x86_64/regexxer.install	                        (rev 0)
+++ community-x86_64/regexxer.install	2014-07-04 15:22:36 UTC (rev 114889)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list