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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Nov 15 19:11:39 UTC 2016


    Date: Tuesday, November 15, 2016 @ 19:11:38
  Author: jlichtblau
Revision: 196006

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

Added:
  encfs/repos/community-i686/PKGBUILD
    (from rev 196005, encfs/trunk/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
    (from rev 196005, encfs/trunk/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   98 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   46 --------------------
 community-x86_64/PKGBUILD |   46 --------------------
 3 files changed, 98 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-15 19:11:23 UTC (rev 196005)
+++ community-i686/PKGBUILD	2016-11-15 19:11:38 UTC (rev 196006)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Sven Kauber, <celeon at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=encfs
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='https://vgough.github.io/encfs/'
-license=('LGPL')
-depends=('openssl' 'fuse' 'tinyxml2')
-makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
-sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
-            'SKIP')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-      -DUSE_INTERNAL_TINYXML=OFF \
-      -DINSTALL_LIBENCFS=ON \
-      -DBUILD_SHARED_LIBS=ON \
-      -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}"/build
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 196005, encfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-15 19:11:38 UTC (rev 196006)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Sven Kauber, <celeon at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=encfs
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+      -DUSE_INTERNAL_TINYXML=OFF \
+      -DINSTALL_LIBENCFS=ON \
+      -DBUILD_SHARED_LIBS=ON \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+ 
+# FS#51802
+  chmod +x "${pkgdir}"/usr/bin/encfssh
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-15 19:11:23 UTC (rev 196005)
+++ community-x86_64/PKGBUILD	2016-11-15 19:11:38 UTC (rev 196006)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Sven Kauber, <celeon at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=encfs
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='https://vgough.github.io/encfs/'
-license=('LGPL')
-depends=('openssl' 'fuse' 'tinyxml2')
-makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
-sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
-            'SKIP')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-      -DUSE_INTERNAL_TINYXML=OFF \
-      -DINSTALL_LIBENCFS=ON \
-      -DBUILD_SHARED_LIBS=ON \
-      -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}"/build
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 196005, encfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-15 19:11:38 UTC (rev 196006)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Sven Kauber, <celeon at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=encfs
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+      -DUSE_INTERNAL_TINYXML=OFF \
+      -DINSTALL_LIBENCFS=ON \
+      -DBUILD_SHARED_LIBS=ON \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+ 
+# FS#51802
+  chmod +x "${pkgdir}"/usr/bin/encfssh
+}



More information about the arch-commits mailing list