[arch-commits] Commit in sane-frontends/repos/extra-x86_64 (4 files)
Allan McRae
allan at archlinux.org
Thu May 7 04:35:01 UTC 2020
Date: Thursday, May 7, 2020 @ 04:35:00
Author: allan
Revision: 382544
archrelease: copy trunk to extra-x86_64
Added:
sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
(from rev 382543, sane-frontends/trunk/MissingCapsFlag.patch)
sane-frontends/repos/extra-x86_64/PKGBUILD
(from rev 382543, sane-frontends/trunk/PKGBUILD)
Deleted:
sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
sane-frontends/repos/extra-x86_64/PKGBUILD
-----------------------+
MissingCapsFlag.patch | 24 +++++++++++-----------
PKGBUILD | 51 +++++++++++++++++++++++-------------------------
2 files changed, 37 insertions(+), 38 deletions(-)
Deleted: MissingCapsFlag.patch
===================================================================
--- MissingCapsFlag.patch 2020-05-07 04:34:40 UTC (rev 382543)
+++ MissingCapsFlag.patch 2020-05-07 04:35:00 UTC (rev 382544)
@@ -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 382543, sane-frontends/trunk/MissingCapsFlag.patch)
===================================================================
--- MissingCapsFlag.patch (rev 0)
+++ MissingCapsFlag.patch 2020-05-07 04:35:00 UTC (rev 382544)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 04:34:40 UTC (rev 382543)
+++ PKGBUILD 2020-05-07 04:35:00 UTC (rev 382544)
@@ -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=8
-pkgdesc="A set of frontends for SANE."
-arch=(x86_64)
-url="http://www.sane-project.org"
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
-source=("https://alioth.debian.org/frs/download.php/file/1140/sane-frontends-${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 382543, sane-frontends/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 04:35:00 UTC (rev 382544)
@@ -0,0 +1,25 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=9
+pkgdesc="A set of frontends for SANE."
+arch=(x86_64)
+url="http://www.sane-project.org"
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg')
+source=("https://alioth-archive.debian.org/releases/sane/sane-frontends/${pkgver}/sane-frontends-${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