[arch-commits] Commit in sane-frontends/repos (8 files)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jun 30 06:50:17 UTC 2014


    Date: Monday, June 30, 2014 @ 08:50:16
  Author: tpowa
Revision: 215674

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

Added:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
    (from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-i686/PKGBUILD
    (from rev 215673, sane-frontends/trunk/PKGBUILD)
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
    (from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-x86_64/PKGBUILD
    (from rev 215673, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
  sane-frontends/repos/extra-i686/PKGBUILD
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
  sane-frontends/repos/extra-x86_64/PKGBUILD

------------------------------------+
 /MissingCapsFlag.patch             |   24 ++++++++++++++++
 /PKGBUILD                          |   52 +++++++++++++++++++++++++++++++++++
 extra-i686/MissingCapsFlag.patch   |   12 --------
 extra-i686/PKGBUILD                |   26 -----------------
 extra-x86_64/MissingCapsFlag.patch |   12 --------
 extra-x86_64/PKGBUILD              |   26 -----------------
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/MissingCapsFlag.patch
===================================================================
--- extra-i686/MissingCapsFlag.patch	2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/MissingCapsFlag.patch	2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,12 +0,0 @@
---- src/gtkglue.c	2005-04-16 15:12:07.000000000 +0200
-+++ src/gtkglue.c.new	2009-06-24 00:26:46.000000000 +0200
-@@ -1476,8 +1476,7 @@
- 	  || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
- 	continue;
- 
--      if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
--	gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-+      gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-     }
- }
- 

Copied: sane-frontends/repos/extra-i686/MissingCapsFlag.patch (from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
===================================================================
--- extra-i686/MissingCapsFlag.patch	                        (rev 0)
+++ extra-i686/MissingCapsFlag.patch	2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c	2005-04-16 15:12:07.000000000 +0200
++++ src/gtkglue.c.new	2009-06-24 00:26:46.000000000 +0200
+@@ -1476,8 +1476,7 @@
+ 	  || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
+ 	continue;
+ 
+-      if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
+-	gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
++      gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
+     }
+ }
+ 

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/PKGBUILD	2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=6
-pkgdesc="A set of frontends for SANE."
-arch=(i686 x86_64)
-url="http://www.sane-project.org"
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p0 < ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sane-frontends/repos/extra-i686/PKGBUILD (from rev 215673, sane-frontends/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc="A set of frontends for SANE."
+arch=(i686 x86_64)
+url="http://www.sane-project.org"
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg>=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p0 < ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/MissingCapsFlag.patch
===================================================================
--- extra-x86_64/MissingCapsFlag.patch	2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-x86_64/MissingCapsFlag.patch	2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,12 +0,0 @@
---- src/gtkglue.c	2005-04-16 15:12:07.000000000 +0200
-+++ src/gtkglue.c.new	2009-06-24 00:26:46.000000000 +0200
-@@ -1476,8 +1476,7 @@
- 	  || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
- 	continue;
- 
--      if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
--	gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-+      gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-     }
- }
- 

Copied: sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch (from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
===================================================================
--- extra-x86_64/MissingCapsFlag.patch	                        (rev 0)
+++ extra-x86_64/MissingCapsFlag.patch	2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c	2005-04-16 15:12:07.000000000 +0200
++++ src/gtkglue.c.new	2009-06-24 00:26:46.000000000 +0200
+@@ -1476,8 +1476,7 @@
+ 	  || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
+ 	continue;
+ 
+-      if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
+-	gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
++      gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
+     }
+ }
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-x86_64/PKGBUILD	2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=6
-pkgdesc="A set of frontends for SANE."
-arch=(i686 x86_64)
-url="http://www.sane-project.org"
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p0 < ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sane-frontends/repos/extra-x86_64/PKGBUILD (from rev 215673, sane-frontends/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc="A set of frontends for SANE."
+arch=(i686 x86_64)
+url="http://www.sane-project.org"
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg>=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p0 < ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list