[arch-commits] Commit in protobuf-c/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sat Oct 4 05:15:54 UTC 2014
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 <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+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 <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+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.patch 2014-10-04 05:15:39 UTC (rev 223851)
+++ staging-x86_64/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
More information about the arch-commits
mailing list