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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 7 18:02:46 UTC 2014


    Date: Friday, November 7, 2014 @ 19:02:46
  Author: bpiotrowski
Revision: 225733

upgpkg: protobuf 2.6.0-3

add protobuf mode for emacs (FS#42673)

Modified:
  protobuf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-07 14:59:52 UTC (rev 225732)
+++ PKGBUILD	2014-11-07 18:02:46 UTC (rev 225733)
@@ -7,7 +7,7 @@
 
 pkgname=('protobuf' 'python2-protobuf')
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('i686' 'x86_64')
 url='https://github.com/google/protobuf/'
@@ -31,6 +31,9 @@
   cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -Dm644 editors/protobuf-mode.el \
+    "$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
 }
 
 package_python2-protobuf() {



More information about the arch-commits mailing list