[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2020-12-18 Thread Frederik Schwan via arch-commits
Date: Saturday, December 19, 2020 @ 01:36:59
  Author: freswa
Revision: 779729

libopenraw-0.3.0 rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 01:32:43 UTC (rev 779728)
+++ PKGBUILD2020-12-19 01:36:59 UTC (rev 779729)
@@ -3,7 +3,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file 
managers."
 url="https://code.google.com/archive/p/raw-thumbnailer/;
 license=('GPL2')
@@ -16,7 +16,7 @@
cd $pkgname-$pkgver
 
# Fix build with libopenraw 0.2
-   sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.2/' configure.ac
+   sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.3/' configure.ac
autoreconf -vi
 }
 


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2020-08-28 Thread Antonio Rojas via arch-commits
Date: Friday, August 28, 2020 @ 15:59:15
  Author: arojas
Revision: 691098

libopenraw 0.2 rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 15:56:26 UTC (rev 691097)
+++ PKGBUILD2020-08-28 15:59:15 UTC (rev 691098)
@@ -3,7 +3,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file 
managers."
 url="https://code.google.com/archive/p/raw-thumbnailer/;
 license=('GPL2')
@@ -15,8 +15,8 @@
 prepare() {
cd $pkgname-$pkgver
 
-   # Fix build with libopenraw 0.1.0
-   sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
+   # Fix build with libopenraw 0.2
+   sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.2/' configure.ac
autoreconf -vi
 }
 


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2020-08-28 Thread Frederik Schwan via arch-commits
Date: Friday, August 28, 2020 @ 13:06:17
  Author: freswa
Revision: 690832

fix unquoted variables

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 13:06:03 UTC (rev 690831)
+++ PKGBUILD2020-08-28 13:06:17 UTC (rev 690832)
@@ -13,7 +13,7 @@
 sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
 
 prepare() {
-   cd ${srcdir}/$pkgname-$pkgver
+   cd $pkgname-$pkgver
 
# Fix build with libopenraw 0.1.0
sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
@@ -21,7 +21,7 @@
 }
 
 build() {
-   cd ${srcdir}/$pkgname-$pkgver
+   cd $pkgname-$pkgver
 
./configure --prefix=/usr
make
@@ -28,7 +28,7 @@
 }
 
 package() {
-   cd ${srcdir}/$pkgname-$pkgver
+   cd $pkgname-$pkgver
 
make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:32:44
  Author: felixonmars
Revision: 659765

upgpkg: raw-thumbnailer 0.2.1-5: reproducibility rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:32:30 UTC (rev 659764)
+++ PKGBUILD2020-07-07 17:32:44 UTC (rev 659765)
@@ -3,7 +3,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file 
managers."
 url="https://code.google.com/archive/p/raw-thumbnailer/;
 license=('GPL2')


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:41:03
  Author: foutrelis
Revision: 405041

PIE/BUILDINFO rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:41:00 UTC (rev 405040)
+++ PKGBUILD2018-11-09 22:41:03 UTC (rev 405041)
@@ -3,7 +3,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file 
managers."
 url="https://code.google.com/archive/p/raw-thumbnailer/;
 license=('GPL2')


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2016-12-22 Thread Evangelos Foutras
Date: Friday, December 23, 2016 @ 04:54:51
  Author: foutrelis
Revision: 201234

upgpkg: raw-thumbnailer 0.2.1-3

libopenraw 0.1.0 rebuild.

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 04:38:58 UTC (rev 201233)
+++ PKGBUILD2016-12-23 04:54:51 UTC (rev 201234)
@@ -4,15 +4,23 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A lightweight and fast raw image thumbnailer that can be used by file 
managers."
-url="http://code.google.com/p/raw-thumbnailer/;
+url="https://code.google.com/archive/p/raw-thumbnailer/;
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('libopenraw')
-source=(http://raw-thumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('f34012062c0b1eaa10525722c36bd027b11ade2e')
 
+prepare() {
+   cd ${srcdir}/$pkgname-$pkgver
+
+   # Fix build with libopenraw 0.1.0
+   sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
+   autoreconf -vi
+}
+
 build() {
cd ${srcdir}/$pkgname-$pkgver
 


[arch-commits] Commit in raw-thumbnailer/trunk (PKGBUILD)

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 18:32:39
  Author: fyan
Revision: 114751

upgpkg: raw-thumbnailer 0.2.1-2

mtree rebuild

Modified:
  raw-thumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 16:30:43 UTC (rev 114750)
+++ PKGBUILD2014-07-03 16:32:39 UTC (rev 114751)
@@ -4,7 +4,7 @@
 
 pkgname=raw-thumbnailer
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight and fast raw image thumbnailer that can be used by file 
managers.
 url=http://code.google.com/p/raw-thumbnailer/;
 license=('GPL2')