[arch-commits] Commit in protobuf/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 17:48:55 UTC 2019
Date: Thursday, October 31, 2019 @ 17:48:54
Author: foutrelis
Revision: 366270
archrelease: copy trunk to staging-x86_64
Added:
protobuf/repos/staging-x86_64/PKGBUILD
(from rev 366269, protobuf/trunk/PKGBUILD)
Deleted:
protobuf/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 126 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 63 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:48:50 UTC (rev 366269)
+++ PKGBUILD 2019-10-31 17:48:54 UTC (rev 366270)
@@ -1,63 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Aleksey Filippov <sarum9in at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.10.0
-pkgrel=2
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
-source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz")
-md5sums=('7ec0c87d5abd0d8111ad55958f3dacee')
-
-build() {
- cd "$srcdir/$pkgbase-$pkgver"
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-check() {
- make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
- replaces=('protobuf-cpp')
-
- cd "$srcdir/$pkgbase-$pkgver"
- make DESTDIR="$pkgdir" install
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 editors/protobuf-mode.el "$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
- pkgdesc='Python 2 bindings for Google Protocol Buffers'
- depends=('python2' 'python2-six' "protobuf=$pkgver")
-
- cd "$srcdir/$pkgbase-$pkgver/python"
- python2 setup.py install --root="$pkgdir" --cpp_implementation
-
- install -d "$pkgdir/usr/share/licenses/$pkgname"
- ln -s "/usr/share/licenses/$pkgbase/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
- pkgdesc='Python 3 bindings for Google Protocol Buffers'
- depends=('python' 'python-six' "protobuf=$pkgver")
-
- cd "$srcdir/$pkgbase-$pkgver/python"
- python3 setup.py install --root="$pkgdir" --cpp_implementation
-
- install -d "$pkgdir/usr/share/licenses/$pkgname"
- ln -s "/usr/share/licenses/$pkgbase/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 366269, protobuf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:48:54 UTC (rev 366270)
@@ -0,0 +1,63 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aleksey Filippov <sarum9in at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.10.0
+pkgrel=3
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz")
+md5sums=('7ec0c87d5abd0d8111ad55958f3dacee')
+
+build() {
+ cd "$srcdir/$pkgbase-$pkgver"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+ replaces=('protobuf-cpp')
+
+ cd "$srcdir/$pkgbase-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 editors/protobuf-mode.el "$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+ pkgdesc='Python 2 bindings for Google Protocol Buffers'
+ depends=('python2' 'python2-six' "protobuf=$pkgver")
+
+ cd "$srcdir/$pkgbase-$pkgver/python"
+ python2 setup.py install --root="$pkgdir" --cpp_implementation
+
+ install -d "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s "/usr/share/licenses/$pkgbase/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+ pkgdesc='Python 3 bindings for Google Protocol Buffers'
+ depends=('python' 'python-six' "protobuf=$pkgver")
+
+ cd "$srcdir/$pkgbase-$pkgver/python"
+ python3 setup.py install --root="$pkgdir" --cpp_implementation
+
+ install -d "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s "/usr/share/licenses/$pkgbase/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
+}
More information about the arch-commits
mailing list