[arch-commits] Commit in protobuf-c/repos (4 files)

2019-10-27 Thread Lukas Fleischer via arch-commits
Date: Sunday, October 27, 2019 @ 18:51:58
  Author: lfleischer
Revision: 365947

db-move: moved protobuf-c from [testing] to [extra] (x86_64)

Added:
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 365946, protobuf-c/repos/testing-x86_64/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-x86_64/PKGBUILD
  protobuf-c/repos/extra-x86_64/invalid-namespace.patch
  protobuf-c/repos/testing-x86_64/

--+
 /PKGBUILD|   31 ++
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/invalid-namespace.patch |   23 ---
 3 files changed, 31 insertions(+), 61 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-10-27 18:51:51 UTC (rev 365946)
+++ extra-x86_64/PKGBUILD   2019-10-27 18:51:58 UTC (rev 365947)
@@ -1,38 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-invalid-namespace.patch)
-sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
-'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../invalid-namespace.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 365946, 
protobuf-c/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-10-27 18:51:58 UTC (rev 365947)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/invalid-namespace.patch
===
--- extra-x86_64/invalid-namespace.patch2019-10-27 18:51:51 UTC (rev 
365946)
+++ extra-x86_64/invalid-namespace.patch2019-10-27 18:51:58 UTC (rev 
365947)
@@ -1,23 +0,0 @@
-From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001
-From: storyun 
-Date: Wed, 19 Sep 2018 11:34:48 +0900
-Subject: [PATCH] Invalid namespace
-
-google::protobuf::message::Reflaction is not exist namespace.

- t/generated-code2/cxx-generate-packed-data.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/generated-code2/cxx-generate-packed-data.cc 
b/t/generated-code2/cxx-generate-packed-data.cc
-index 4fd3e25..0865d2e 100644
 a/t/generated-code2/cxx-generate-packed-data.cc
-+++ b/t/generated-code2/cxx-generate-packed-data.cc
-@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void)
- static void dump_test_unknown_fields (void)
- {
-   EmptyMess mess;
--  const google::protobuf::Message::Reflection *reflection = 
mess.GetReflection();
-+  const google::protobuf::Reflection *reflection = mess.GetReflection();
-   google::protobuf::UnknownFieldSet *fs = 
reflection->MutableUnknownFields(&mess);
- 
- #if GOOGLE_PROTOBUF_VERSION >= 2001000


[arch-commits] Commit in protobuf-c/repos (4 files)

2018-09-05 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 5, 2018 @ 08:12:23
  Author: jelle
Revision: 333425

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 333424, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/add-std-namespace-to-some-types.patch
(from rev 333424, protobuf-c/trunk/add-std-namespace-to-some-types.patch)
  protobuf-c/repos/staging-x86_64/protobuf36.patch
(from rev 333424, protobuf-c/trunk/protobuf36.patch)

---+
 PKGBUILD  |   31 ++
 add-std-namespace-to-some-types.patch |  107 +
 protobuf36.patch  |  157 
 3 files changed, 295 insertions(+)

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 333424, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-05 08:12:23 UTC (rev 333425)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/add-std-namespace-to-some-types.patch 
(from rev 333424, protobuf-c/trunk/add-std-namespace-to-some-types.patch)
===
--- staging-x86_64/add-std-namespace-to-some-types.patch
(rev 0)
+++ staging-x86_64/add-std-namespace-to-some-types.patch2018-09-05 
08:12:23 UTC (rev 333425)
@@ -0,0 +1,107 @@
+From 034e603d2a5e629c1c3fbac405638f8afb3ead51 Mon Sep 17 00:00:00 2001
+From: Fredrik Gustafsson 
+Date: Sun, 11 Mar 2018 08:57:46 +0100
+Subject: [PATCH] Add std:: to some types
+
+This is required for compilation to succeed on debian jessie with g++
+6.3.0.
+---
+ protoc-c/c_file.h   |  2 +-
+ protoc-c/c_generator.cc |  8 
+ protoc-c/c_helpers.cc   | 12 ++--
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/protoc-c/c_file.h b/protoc-c/c_file.h
+index ed38ce4..84df522 100644
+--- a/protoc-c/c_file.h
 b/protoc-c/c_file.h
+@@ -104,7 +104,7 @@ class FileGenerator {
+   scoped_array > extension_generators_;
+ 
+   // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}.
+-  vector package_parts_;
++  std::vector package_parts_;
+ 
+   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
+ };
+diff --git a/protoc-c/c_generator.cc b/protoc-c/c_generator.cc
+index a0d0cb6..79a272f 100644
+--- a/protoc-c/c_generator.cc
 b/protoc-c/c_generator.cc
+@@ -80,13 +80,13 @@ namespace c {
+ //   "foo=bar,baz,qux=corge"
+ // parses to the pairs:
+ //   ("foo", "bar"), ("baz", ""), ("qux", "corge")
+-void ParseOptions(const string& text, vector >* output) {
+-  vector parts;
++void ParseOptions(const string& text, std::vector 
>* output) {
++  std::vector parts;
+   SplitStringUsing(text, ",", &parts);
+ 
+   for (unsigned i = 0; i < parts.size(); i++) {
+ string::size_type equals_pos = parts[i].find_first_of('=');
+-pair value;
++std::pair value;
+ if (equals_pos == string::npos) {
+   value.first = parts[i];
+   value.second = "";
+@@ -105,7 +105,7 @@ bool CGenerator::Generate(const FileDescriptor* file,
+ const string& parameter,
+ OutputDirectory* output_directory,
+ string* error) const {
+-  vector > options;
++  std::vector > options;
+   ParseOptions(parameter, &options);
+ 
+   // -
+diff --git a/protoc-c/c_helpers.cc b/protoc-c/c_helpers.cc
+index b79b5b0..71b8682 100644
+--- a/protoc-c/c_helpers.cc
 b/protoc-c/c_helpers.cc
+@@ -177,7 +177,7 @@ string ToCamel(const string &name) {
+ }
+ 
+ string FullNameToLower(const string &full_name) {
+-  vector pieces;
++  std::vector pieces;
+   SplitStringUsing(full_name, ".", &pieces);
+   string rv = "";
+   for (unsigned i = 0; i < pieces.size(); i++) {
+@@ -188,7 +188,7 @@ string FullNameToLower(const string &full_name) {
+   return rv;
+ }
+ string FullNameToUpper(const string &full_name) {
+-  vector pieces;
++  std::vector pieces;
+   SplitStringUsing(ful

[arch-commits] Commit in protobuf-c/repos (4 files)

2018-07-26 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 26, 2018 @ 10:16:13
  Author: foutrelis
Revision: 329563

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 329562, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/add-std-namespace-to-some-types.patch
(from rev 329562, protobuf-c/trunk/add-std-namespace-to-some-types.patch)
  protobuf-c/repos/staging-x86_64/protobuf36.patch
(from rev 329562, protobuf-c/trunk/protobuf36.patch)

---+
 PKGBUILD  |   45 +
 add-std-namespace-to-some-types.patch |  107 +
 protobuf36.patch  |  157 
 3 files changed, 309 insertions(+)

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 329562, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-26 10:16:13 UTC (rev 329563)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+add-std-namespace-to-some-types.patch
+protobuf36.patch)
+sha256sums=('5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1'
+'8dcb76d45bee8ae0a8652546f213c17a9b8fa774f16f50db18ed5ddad313aeb3'
+'1330ee4a72f268805ffa3d154c561a03b3086f962cc4e92f2740627db37dd769')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # https://github.com/protobuf-c/protobuf-c/pull/309
+  patch -Np1 -i ../add-std-namespace-to-some-types.patch
+
+  # https://github.com/protobuf-c/protobuf-c/pull/328
+  patch -Np1 -i ../protobuf36.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/add-std-namespace-to-some-types.patch 
(from rev 329562, protobuf-c/trunk/add-std-namespace-to-some-types.patch)
===
--- staging-x86_64/add-std-namespace-to-some-types.patch
(rev 0)
+++ staging-x86_64/add-std-namespace-to-some-types.patch2018-07-26 
10:16:13 UTC (rev 329563)
@@ -0,0 +1,107 @@
+From 034e603d2a5e629c1c3fbac405638f8afb3ead51 Mon Sep 17 00:00:00 2001
+From: Fredrik Gustafsson 
+Date: Sun, 11 Mar 2018 08:57:46 +0100
+Subject: [PATCH] Add std:: to some types
+
+This is required for compilation to succeed on debian jessie with g++
+6.3.0.
+---
+ protoc-c/c_file.h   |  2 +-
+ protoc-c/c_generator.cc |  8 
+ protoc-c/c_helpers.cc   | 12 ++--
+ 3 files changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/protoc-c/c_file.h b/protoc-c/c_file.h
+index ed38ce4..84df522 100644
+--- a/protoc-c/c_file.h
 b/protoc-c/c_file.h
+@@ -104,7 +104,7 @@ class FileGenerator {
+   scoped_array > extension_generators_;
+ 
+   // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}.
+-  vector package_parts_;
++  std::vector package_parts_;
+ 
+   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
+ };
+diff --git a/protoc-c/c_generator.cc b/protoc-c/c_generator.cc
+index a0d0cb6..79a272f 100644
+--- a/protoc-c/c_generator.cc
 b/protoc-c/c_generator.cc
+@@ -80,13 +80,13 @@ namespace c {
+ //   "foo=bar,baz,qux=corge"
+ // parses to the pairs:
+ //   ("foo", "bar"), ("baz", ""), ("qux", "corge")
+-void ParseOptions(const string& text, vector >* output) {
+-  vector parts;
++void ParseOptions(const string& text, std::vector 
>* output) {
++  std::vector parts;
+   SplitStringUsing(text, ",", &parts);
+ 
+   for (unsigned i = 0; i < parts.size(); i++) {
+ string::size_type equals_pos = parts[i].find_first_of('=');
+-pair value;
++std::pair value;
+ if (equals_pos == string::npos) {
+   value.first = parts[i];
+   value.second = "";
+@@ -105,7 +105,7 @@ bool CGenerator::Generate(const FileDescriptor* file,
+ const string& parameter,
+ OutputDirectory* output_directory,
+ string* error) const {
+-  vector > options;
++  std::vector > options;
+   ParseOptions(parameter, &options);
+ 
+   // -
+diff --git a/protoc-c/c_helpers.cc b/protoc-c/c_helpers.cc
+index b79b5b0..71b8682 100644
+--- a/protoc-c/c_helpers.cc
 b/protoc-c/c_helpers.cc

[arch-commits] Commit in protobuf-c/repos (4 files)

2017-10-15 Thread Gaëtan Bisson
Date: Sunday, October 15, 2017 @ 22:09:57
  Author: bisson
Revision: 307956

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 307955, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 307955, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 307955, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-15 22:09:57 UTC (rev 307956)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 307955, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-15 22:09:57 UTC (rev 307956)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2017-05-06 Thread Gaëtan Bisson
Date: Sunday, May 7, 2017 @ 00:40:21
  Author: bisson
Revision: 295401

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 295400, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 295400, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 295400, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-07 00:40:21 UTC (rev 295401)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=6
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 295400, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-07 00:40:21 UTC (rev 295401)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=6
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2017-01-29 Thread Jelle van der Waa
Date: Sunday, January 29, 2017 @ 16:17:44
  Author: jelle
Revision: 287706

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 287705, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 287705, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 287705, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-01-29 16:17:44 UTC (rev 287706)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=5
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 287705, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-01-29 16:17:44 UTC (rev 287706)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=5
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2017-01-12 Thread Lukas Fleischer
Date: Thursday, January 12, 2017 @ 19:18:57
  Author: lfleischer
Revision: 285958

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 285957, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 285957, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 285957, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-01-12 19:18:57 UTC (rev 285958)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=4
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 285957, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-01-12 19:18:57 UTC (rev 285958)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=4
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 20:36:49
  Author: bpiotrowski
Revision: 280587

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 280586, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 280586, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 280586, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 20:36:49 UTC (rev 280587)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 280586, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-11 20:36:49 UTC (rev 280587)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:13:02
  Author: foutrelis
Revision: 258962

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 258961, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 258961, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 258961, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-08 00:13:02 UTC (rev 258962)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 258961, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-08 00:13:02 UTC (rev 258962)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2016-02-07 Thread Lukas Fleischer
Date: Sunday, February 7, 2016 @ 12:12:36
  Author: lfleischer
Revision: 258937

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

Added:
  protobuf-c/repos/extra-i686/PKGBUILD
(from rev 258936, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 258936, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-i686/PKGBUILD
  protobuf-c/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-07 11:12:21 UTC (rev 258936)
+++ extra-i686/PKGBUILD 2016-02-07 11:12:36 UTC (rev 258937)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-provides=('libprotobuf-c.so')
-source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('41d437677ea16f9d3611d98841c4af3b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-i686/PKGBUILD (from rev 258936, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-07 11:12:36 UTC (rev 258937)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-07 11:12:21 UTC (rev 258936)
+++ extra-x86_64/PKGBUILD   2016-02-07 11:12:36 UTC (rev 258937)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-provides=('libprotobuf-c.so')
-source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('41d437677ea16f9d3611d98841c4af3b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 258936, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-07 11:12:36 UTC (rev 258937)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2015-12-05 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 02:22:52
  Author: arojas
Revision: 252534

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 252533, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 252533, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 252533, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 01:22:52 UTC (rev 252534)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('41d437677ea16f9d3611d98841c4af3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 252533, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 01:22:52 UTC (rev 252534)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('41d437677ea16f9d3611d98841c4af3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2015-04-25 Thread Bartłomiej Piotrowski
Date: Saturday, April 25, 2015 @ 16:22:03
  Author: bpiotrowski
Revision: 238036

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

Added:
  protobuf-c/repos/extra-i686/PKGBUILD
(from rev 238035, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 238035, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-i686/PKGBUILD
  protobuf-c/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   30 ---
 extra-x86_64/PKGBUILD |   30 ---
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-25 14:21:52 UTC (rev 238035)
+++ extra-i686/PKGBUILD 2015-04-25 14:22:03 UTC (rev 238036)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-i686/PKGBUILD (from rev 238035, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-25 14:22:03 UTC (rev 238036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('41d437677ea16f9d3611d98841c4af3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-25 14:21:52 UTC (rev 238035)
+++ extra-x86_64/PKGBUILD   2015-04-25 14:22:03 UTC (rev 238036)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 238035, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-25 14:22:03 UTC (rev 238036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('41d437677ea16f9d3611d98841c4af3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2015-02-13 Thread Bartłomiej Piotrowski
Date: Friday, February 13, 2015 @ 09:36:01
  Author: bpiotrowski
Revision: 231364

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

Added:
  protobuf-c/repos/extra-i686/PKGBUILD
(from rev 231363, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 231363, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-i686/PKGBUILD
  protobuf-c/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-13 08:35:56 UTC (rev 231363)
+++ extra-i686/PKGBUILD 2015-02-13 08:36:01 UTC (rev 231364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-i686/PKGBUILD (from rev 231363, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-13 08:36:01 UTC (rev 231364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-13 08:35:56 UTC (rev 231363)
+++ extra-x86_64/PKGBUILD   2015-02-13 08:36:01 UTC (rev 231364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 231363, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-13 08:36:01 UTC (rev 231364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:15:52
  Author: bpiotrowski
Revision: 223852

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

Added:
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 223851, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 223851, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/staging-i686/allow_alias.patch
  protobuf-c/repos/staging-x86_64/allow_alias.patch

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/allow_alias.patch   |   12 
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/allow_alias.patch |   12 
 4 files changed, 60 insertions(+), 24 deletions(-)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 223851, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-04 05:15:52 UTC (rev 223852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: staging-i686/allow_alias.patch
===
--- staging-i686/allow_alias.patch  2014-10-04 05:15:39 UTC (rev 223851)
+++ staging-i686/allow_alias.patch  2014-10-04 05:15:52 UTC (rev 223852)
@@ -1,12 +0,0 @@
-diff --git a/t/test-full.proto b/t/test-full.proto
-index 58e7bfc..9fd2550 100644
 a/t/test-full.proto
-+++ b/t/test-full.proto
-@@ -45,6 +45,7 @@ enum TestEnumDupValues {
-   VALUE_F = 1000;
-   VALUE_AA = 1000;
-   VALUE_BB = 1001;
-+  option allow_alias = true;
- }
- 
- message TestFieldNo15 {   // should use 1 byte header

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 223851, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:15:52 UTC (rev 223852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: staging-x86_64/allow_alias.patch
===
--- staging-x86_64/allow_alias.patch2014-10-04 05:15:39 UTC (rev 223851)
+++ staging-x86_64/allow_alias.patch2014-10-04 05:15:52 UTC (rev 223852)
@@ -1,12 +0,0 @@
-diff --git a/t/test-full.proto b/t/test-full.proto
-index 58e7bfc..9fd2550 100644
 a/t/test-full.proto
-+++ b/t/test-full.proto
-@@ -45,6 +45,7 @@ enum TestEnumDupValues {
-   VALUE_F = 1000;
-   VALUE_AA = 1000;
-   VALUE_BB = 1001;
-+  option allow_alias = true;
- }
- 
- message TestFieldNo15 {   // should use 1 byte header


[arch-commits] Commit in protobuf-c/repos (4 files)

2014-10-03 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 07:04:45
  Author: bpiotrowski
Revision: 223844

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 223843, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 223843, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 223843, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 223843, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in protobuf-c/repos (4 files)

2014-08-08 Thread Bartłomiej Piotrowski
Date: Friday, August 8, 2014 @ 17:20:20
  Author: bpiotrowski
Revision: 219499

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

Added:
  protobuf-c/repos/extra-i686/PKGBUILD
(from rev 219498, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 219498, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/extra-i686/PKGBUILD
  protobuf-c/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   27 --
 extra-x86_64/PKGBUILD |   27 --
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-08 15:20:01 UTC (rev 219498)
+++ extra-i686/PKGBUILD 2014-08-08 15:20:20 UTC (rev 219499)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: protobuf-c/repos/extra-i686/PKGBUILD (from rev 219498, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-08 15:20:20 UTC (rev 219499)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-08 15:20:01 UTC (rev 219498)
+++ extra-x86_64/PKGBUILD   2014-08-08 15:20:20 UTC (rev 219499)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 219498, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-08 15:20:20 UTC (rev 219499)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in protobuf-c/repos (4 files)

2014-07-31 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:56:13
  Author: bpiotrowski
Revision: 218477

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

Added:
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 218476, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 218476, protobuf-c/trunk/PKGBUILD)
Deleted:
  protobuf-c/repos/staging-i686/PKGBUILD
  protobuf-c/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   54 ++
 staging-i686/PKGBUILD   |   27 ---
 staging-x86_64/PKGBUILD |   27 ---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-08-01 06:56:09 UTC (rev 218476)
+++ staging-i686/PKGBUILD   2014-08-01 06:56:13 UTC (rev 218477)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 218476, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-01 06:56:13 UTC (rev 218477)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-08-01 06:56:09 UTC (rev 218476)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:56:13 UTC (rev 218477)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Aurélien Wailly 
-
-pkgname=protobuf-c
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='Protocol Buffers implementation in C'
-arch=('i686' 'x86_64')
-url='https://github.com/protobuf-c/protobuf-c'
-license=('BSD')
-depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 218476, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:56:13 UTC (rev 218477)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in protobuf-c/repos (4 files)

2014-07-31 Thread Bartłomiej Piotrowski
Date: Friday, August 1, 2014 @ 08:53:13
  Author: bpiotrowski
Revision: 218474

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 218473, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 218473, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 218473, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 218473, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in protobuf-c/repos (4 files)

2014-07-31 Thread Bartłomiej Piotrowski
Date: Thursday, July 31, 2014 @ 17:14:22
  Author: bpiotrowski
Revision: 218453

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

Added:
  protobuf-c/repos/extra-i686/
  protobuf-c/repos/extra-i686/PKGBUILD
(from rev 218452, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/extra-x86_64/
  protobuf-c/repos/extra-x86_64/PKGBUILD
(from rev 218452, protobuf-c/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   29 +
 extra-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: protobuf-c/repos/extra-i686/PKGBUILD (from rev 218452, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-31 15:14:22 UTC (rev 218453)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: protobuf-c/repos/extra-x86_64/PKGBUILD (from rev 218452, 
protobuf-c/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-31 15:14:22 UTC (rev 218453)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in protobuf-c/repos (4 files)

2013-11-23 Thread Bartłomiej Piotrowski
Date: Saturday, November 23, 2013 @ 16:09:26
  Author: bpiotrowski
Revision: 101362

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

Added:
  protobuf-c/repos/community-i686/
  protobuf-c/repos/community-i686/PKGBUILD
(from rev 101361, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/community-x86_64/
  protobuf-c/repos/community-x86_64/PKGBUILD
(from rev 101361, protobuf-c/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: protobuf-c/repos/community-i686/PKGBUILD (from rev 101361, 
protobuf-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-23 15:09:26 UTC (rev 101362)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: protobuf-c/repos/community-x86_64/PKGBUILD (from rev 101361, 
protobuf-c/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-23 15:09:26 UTC (rev 101362)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}